/* diseño,montaje html y front-end UX/UI por Rafael Olea contacto@rafelolea.cl www.rafaelolea.cl */
@import url("font-awesome/css/font-awesome.min.css"); /* icons FontAwesome 4 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {color: #555; font-family: 'Poppins', sans-serif; }

.btn {font-size: 12px; padding: .4rem 1rem; font-weight: 400; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
a {color:#ff3000; text-decoration: none;}
a:hover {text-decoration: none; color:#000;}
p {font-weight: 300; font-size: 1em;}
p strong {font-weight: 500; color: #444; }
h1 {font-size: 30px; font-weight: 600;}
.breadcrumb {margin: 20px 0; font-weight: 300; font-size: 13px;}
.breadcrumb-item { margin-top: 3px; }
.breadcrumb-item.active { color: #A6A6A6;}
.breadcrumb-item + .breadcrumb-item::before {color: #A6A6A6;}
::placeholder {color: #9fa5ab !important; font-weight: 300;}
.clientes-total p {font-size: 12px; margin: 0; font-weight: 400; display: inline-block; line-height: 12px;}
.btn {padding: 8px 20px; border-radius: 5px; font-weight: 500; font-size: 14px;}
.btn-light {background: #eee; border-color: #eee;}
.btn-light:hover {background: #ccc; border-color: #ccc;}
.btn-danger {background: #ff3000; border-color: #ff3000;}
.btn-danger:hover {background: #db0707; border-color: #db0707;}
.text-success {color:#48c31d !important;}
.list-group-item {padding: 8px 15px; font-size: .9em;}
.list-group-item.active {background-color: #ff3000; border-color: #ff3000;}
iframe {width: 100% !important; height: 600px;}
.p-secciones {background: #f8f8f9; padding: 2em 0 .5em 0; }
.p-secciones img {-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; margin-bottom: 25px;}
.p-secciones-items {max-width: 1250px; margin:0 auto;}
.container-fluid {padding: 0;}
.container-menu {background: #000;}
.login-form .btn-link  {color: #000;}
.login-form .btn-link:hover  {color: #ff3000;}
.login-form p {font-size: 16px;}

.accordion-button:not(.collapsed) {color:#ff3000;}
/*.accordion-item:first-of-type .accordion-button, .accordion-button:not(.collapsed) {background: #FFCED6;}*/
.accordion-button:not(.collapsed)::after {background-image: #ff3000;}

.marcas-contenedor {border: 1px solid #eee; padding: 20px; margin: 10px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.marcas-contenedor a {margin-top: 15px;}

.clientes-contenedor {border: 1px solid #eee; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: center; padding: 10px; margin:10px 0;}
/* Efectos animación imágenes Hover */
/* Grow */
.hvr-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale(1.04); transform: scale(1.04); }
/* Shrink */
.hvr-shrink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active { -webkit-transform: scale(0.97); transform: scale(0.97); }
/* PREGUNTAS FRECUENTES */
.preg-frec {border-radius: 15px;}
.collapsible-link::before {
	content: '';
	width: 14px;
	height: 2px;
	background: #333;
	position: absolute;
	top: calc(50% - 1px);
	right: 1rem;
	display: block;
	transition: all 0.3s;
  }
  /* Vertical line */
  .collapsible-link::after {
	content: '';
	width: 2px;
	height: 14px;
	background: #333;
	position: absolute;
	top: calc(50% - 7px);
	right: calc(1rem + 6px);
	display: block;
	transition: all 0.3s;
  }
  .collapsible-link[aria-expanded='true']::after {
	transform: rotate(90deg) translateX(-1px);
  }
  .collapsible-link[aria-expanded='true']::before {
	transform: rotate(180deg);
  }
.oportunidad-tiempo li {
	display: inline-block;
	font-size: 12px;
	list-style-type: none;
	padding: 5px;
	text-transform: uppercase;
	color:#fff;
  }
  .oportunidad-tiempo li span {
	display: block;
	font-size: 40px;
	font-weight: 500;
  }
  @media all and (max-width: 768px) {
	.oportunidad-tiempo li {
	  font-size: 13px;
	  padding: 10px;
	}
	.oportunidad-tiempo li span {
	  font-size: 30px
	}
  }

/* >> HEADER << */
#header {border-bottom: 1px solid #FAFAFB;}
.sv-logo img {height: auto; display: inline-block; margin-bottom: 5px;}
.logo-menu {display: flex; align-items: center;}
.boton-menu {margin-left: 0;}
.boton-menu a {font-size: 15px;}
.h-derecho {display: flex; justify-content: end; align-items: center; }
.h-iconos {margin-top: 5px; margin-left: 10px; display: flex; justify-content: flex-end; align-items: flex-end;}
.h-iconos a span {color: #40474e; font-size: 12px; margin: 0; display: block; text-align: right;}
.h-iconos a span:hover {color: #db0707;}
.h-iconos img {margin: 0 5px;}
.h-iconos span img {position: absolute; display: inline-block;}
.h-buscador {min-width: auto;}
.h-buscador .input-group {border-radius: 3px; -webkit-box-shadow: 0px 0px 10px 7px rgba(235,235,235,0.61);
    -moz-box-shadow: 0px 0px 10px 7px rgba(235,235,235,0.61);
    box-shadow: 0px 0px 10px 7px rgba(235,235,235,0.61); border: 2px solid #000;}
.h-buscador .input-group-text {background: #fff; border: none !important;}
.h-buscador .form-control {width: 200px; background: #fff; border: none; }
.h-buscador i {color: #db0707; font-size: 25px;}
.h-buscador i:hover {color: #000;}
.menu-sesion {padding: 12px 0; float: right;}
.menu-sesion p {margin: 0;}
.menu-sesion a {margin: 0; color:#fff; font-weight: 400;}
.menu-sesion a:hover {color:#ddd;}

.datos-header {display: flex; justify-content:space-between; text-align: center;}
.datos-header p {margin: 0; font-size: 15px !important; font-weight: 500;}
.datos-header a {font-weight: 600; font-size: 15px !important; display: inline-block; }
.datos-header a span {color:#3EAF2C; font-size: 13px;}
.datos-header .btn-light {background: #fff; border-color: #fff; padding: 0 10px; font-size: 15px; }
.datos-header .dropdown-menu {z-index: 2000;}

.header-rrss {min-width: 100px;}

/* >> PREGUNAS FECUENTES - acordeon - << */
.card-body {font-size: .9em; font-weight: 300;}
.card-header {padding: 5px;}
.card-user .card {background: #fff;}
.card-user .card-header {background:#444; color:#fff; border-bottom:none; }
.ticket-item {margin: 10px;}
.ticket-item p {margin: 0; padding: 20px 0; text-align: center;}
/* >> BODY << */
.p-titulo {padding: 2em 0 1em 0;}
.p-titulo h1 {font-size: 2em; font-weight: 200; color: #000;}
.p-titulo h1 strong {font-weight: 200; font-weight: 600; color: #ff3000 !important;}
.p-titulo2 {padding: 2em 0 1em 0;}
.p-titulo2 h2 {font-size: 2em; font-weight: 200; color: #818894;}
.p-titulo2 h2 strong {font-weight: 200; font-weight: 400; color: #000 !important;}
.titulo-interiores {margin: 2em 0;}
.titulo-interiores h1 { font-size: 1.5em; font-weight: 600; color: #ff3000;}
.titulo-interiores-productos h1 {font-size: 1.5em; margin: 25px 0; font-weight: 300; color: #000000;}
.titulo-interno h1 {font-size: 1.6em; font-weight: 500; margin: 30px 0; color: #ff3000;}

.categorias-destacadas {background: #F3F3F3; margin:4em 0; padding: 3em 0;}
.destacados-en-portada {-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; background: #fff; -webkit-box-shadow: 0px 5px 10px 0px rgba(212,212,212,1); -moz-box-shadow: 0px 5px 10px 0px rgba(212,212,212,1); box-shadow: 0px 5px 10px 0px rgba(212,212,212,1);}
.destacados-en-portada .destacado-margen div {padding: 5px;}

.oportunidad-tiempo {margin-top: 140px;}

/* PRODUCTOS */
.menu-categorias-productos { padding: 10px; color: #ff3000;  }
.menu-categorias-productos h2 {font-size: 1em; font-weight: 300; margin: 0;}
.sv-banner-mod { margin: 1.5em .7em; padding: 0;}
.sv-producto-mod {transition: box-shadow .3s; vertical-align: top; position: relative; margin: .5em; padding: 10px 15px; border:1px solid #f3f3f3; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.sv-producto-mod:hover {border:1px solid #ffffff; z-index: 2; box-shadow:0 0px 15px rgba(0, 0, 0, 0.15); }
.sv-producto-mod p {font-size: .8em; font-weight: 600; margin: 0 0 5px 0; padding: 0; line-height: 15px; height: 50px; color: #888;}
.sv-producto-mod h2 {font-size: .9em; margin: 0 0 5px 0; color: #000; height: 40px;}
.sv-producto-mod h4 {font-size: .9em; font-weight: 400; margin: 0 0 5px 0; padding: 0; line-height: 15px; color: #888;}
.sv-producto-mod img {display: block; margin: 0 auto;}
.sv-producto-mod .btn img {display: inline-block; margin:0;}
.precio-boton {height: 45px; margin-bottom: 5px;}
.sv-precio-normal h3 {margin: 10px 0; font-size: 1.2em; color: #333; font-weight: 500;}
.sv-precio-normal span {color:#9e9f9f; font-size: .9em;}
.sv-precio-oferta h4 {margin: 10px 0; font-size: 1.2em; color: #eb0c0c; font-weight:500;}
.sv-precio-oferta h4 span {font-size: .7em; color: #A6A6A6;}
.sv-oferta-ticket {position: absolute; top:7px; right:7px; padding:1px 10px; font-weight: 500; font-size: 15px; text-align:center; background: #E7000A; color:#fff;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.sv-a-pedido-ticket {position: absolute; top:7px; left:7px; padding:1px 10px; font-weight: 500; font-size: 15px; text-align:center; background: #000; color:#fff;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.sv-nuevo-ticket {position: absolute; top:40px; left:7px; padding:1px 10px; font-weight: 500; font-size: 15px; text-align:center; background: #3CC37A; color:#fff;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.sv-precio-detale-producto {padding:10px; -webkit-border-radius: 5px; -moz-border-radius: 10px; border-radius: 10px; background: #f9f9f9;}
.sv-producto-agregar {display: flex; justify-content: space-between; margin-top: 10px;}
.sv-producto-agregar input {width: 40px; height: 40px;}
.sv-producto-mod-horizontal {display: flex; margin: 1em; }
.sv-producto-horizontal .sv-oferta-ticket-horizontal {position: absolute; top:10px; left:10px; padding:3px 5px; text-align:center; background: #E7000A; color:#fff; }

.descripcion-seminario h2 {font-size: 20px; background: #eb0c0c; color:#fff; padding: 5px;}
.integradores-lista {max-width: 50%; margin: 2em auto;}
.integradores-contenido p {margin: 0; font-size: 13px;}
.p-horizontal .sv-producto-mod {margin: 1em;}
.p-mod-h-imagen {margin-right: 10px; border: 1px solid #ddd; }
.p-mod-h-info h2 {font-size: .9em; font-weight: 400; margin: 0; padding: 0; line-height: 15px; }
.p-mod-h-info p {font-size: .9em; font-weight: 400; margin: 0; padding: 0; color: #eb0c0c;}
.p-mod-h-info p span {color: #fff;}
.ficha-tecnica a {padding: 10px 15px; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #eb0c0c; }
.ficha-tecnica a:hover {color: #ddd;}
.resultado-busqueda {max-width: 500px; margin: 1em auto 2em auto; display: block; padding: 15px 30px; border: 1px solid #ddd; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align:center;}
.resultado-busqueda h2 {font-size: 1em; margin: 0;}
.resultado-busqueda h2 strong {color:#ff3000;}
.resultado-busqueda-gral {margin-bottom:100px ;}
.resultado-busqueda-gral div, .destacado-margen {padding: 5px;}

.producto-avisame .sv-producto-mod h2 {font-size: .85em; margin: 0 0 5px 0; color: #000; height: 50px;}
.producto-avisame .sv-producto-mod p {height: 20px;}

/* >> MENU-LEFT << */
.menu-flotante-izq {padding: .5em 0; }
.menu-flotante-izq a {padding: 10px 15px; font-size: .8em; color: #6c757d; display:inline-block; border:1px solid #eeeeee; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.menu-flotante-izq a:hover {color:#eb0c0c; border:1px solid #eeeeee; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}

/* MI MENU LATERAL */
.modal-body .precio-boton {height: auto;}
.modal-menu-categorias .modal-body {padding: 0; margin-top: 10px;}
.modal-menu-categorias .modal-header {padding: 5px 10px;}
.modal-menu-categorias .modal-header h5 {font-size: .8em; margin: 10px 0;}
.modal-menu-categorias .modal-content {width: 85% !important;}
.modal-menu-categorias .modal-header img {width: 65px; height: auto; padding: 5px !important; }
.modal-menu-categorias .close {line-height: 45px;}

/* MODAL LATERAL IZQUIERDO */
.modal .modal-dialog-aside{ width: 350px; max-width:80%; height: 100%; margin:0; transform: translate(0); transition: transform .2s;}
.modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0;}
.modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto; padding: 0;}
.modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
.modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }
.modal.show .modal-dialog-aside{ transform: translateX(0);  z-index: 30000;}
.modal-open .modal {z-index: 100000;}
/* contacto */
.r-form-contacto, .r-contacto-info {padding: 1em 0 4em 0;}
.r-form-contacto, .r-contacto-info  p {margin: 0;}
.r-form-contacto h2 {margin: 1em 0; font-size: 1.5em; color: #ff3000;}
.r-form-contacto span {color: #ff3000;}
.r-contacto-info h2 {margin: 1em 0; font-size: 1.5em; color: #000000;}
.r-contacto-info a {color: #ff3000;}
.titulo-registro  {display: block; width: 100%;}
.titulo-registro h2 {font-size: 1.3em; text-transform: uppercase; margin-top: 20px;}
/* mis direcciones */
.mis-direcciones { border: 1px solid #E5E5E5; margin: 10px; background: #fff; padding: 5px; }
.mis-direcciones p {margin: 0; padding: 0; text-align: left; font-size: .9em;}
.mis-direcciones button { margin: 10px;}

.catalogo-buscador-contenedor {background: #eee; padding: 20px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}

/* VISTA ORDEN PRODUCTOS */
.vista-orden-productos {background: #f8f8f8; padding: 4px 10px; display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 20px;}
.vista-orden-productos .form-group {margin-bottom: 0; width: 200px; }
.vista-orden-productos .form-control {font-size: 12px;}
.vista-orden-productos p {color: #868585; font-weight: 300; font-size: .9em; margin: 0;}
.vista-orden-productos p strong {color: #ff3000; font-weight: 600;}
.vista-orden-productos i {font-size: 1em; display: inline-block;}
.vista-orden-productos a {color: #909091; padding: 0 5px; margin: 0;}
.vista-orden-productos a.active {background: #909091; color: #fff; padding: 0 5px; margin: 0 4px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.vista-orden-productos a:hover {background: #ff3000; color: #fff; padding: 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.vista-paginas-productos {background: #f8f8f8; padding: 4px 10px; display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 70px; margin-top: 20px;}
.vista-paginas-productos .pagination {margin-bottom: 0;}
.vista-paginas-productos p {color: #868585; font-weight: 300; font-size: .9em; margin: 0;}
.vista-paginas-productos p strong {color: #ff3000; font-weight: 600;}
.p-list {min-width: 200px;}
.p-list .form-control {height: 30px;}
.p-paginas a {color: #868585;}
.p-paginas a:hover {color: #000000;}
.p-paginas .page-link {padding: 7px 13px; font-size: .8em;}
.ws-producto-caract-tallas {border-bottom: 1px solid #eee; display: block; padding: 1em 0;}
.ws-productos-tipo-entrega { display: block;}
.ws-productos-tipo-entrega h2 {font-size: 1em; color: #000;}
.ws-productos-tipo-entrega img {width: 40px; height: 40px; float: left; margin-right: 10px;}
.ws-productos-tipo-entrega p {margin: 0; line-height: 17px;}
.ws-productos-tipo-entrega p span {color: #2CBA48;}
.ws-productos-tipo-entrega p strong {color: #eb0c0c; font-weight: normal;}
.productos-relacionados {margin-bottom: 100px;}
.ws-producto-cod-fav h2 {margin: 0; font-size: 1.1em; font-weight: 200; color: #000;}
.tab-portada .nav-tabs .nav-link.active {color: #007581;}
.tab-portada .nav-tabs .nav-link {color: #000;}
.enviar-amigo h3 {font-size: 1em; color: #325ca6;}
.enviar-amigo h4 {color: #007581;}
.enviar-amigo .imagen {border: 1px solid #ddd; margin-bottom:10px;}
.enviar-amigo {margin-bottom: 20px; margin-top: 4px; }
.enviar-amigo a {font-size: .8em; padding: 0 5px; margin-left: 10px; color: #eb0c0c; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.enviar-amigo a:hover {background: #000; color: #fff; }
.btn-enviar {display: block; margin: 1em auto;}
.btn-enviar a {color: #fff; padding: 5px 15px;}
.share-t {margin-top: 4px;}

/* contacto */
.r-form-contacto, .r-contacto-info {padding: 1em 0 4em 0;}
.r-form-contacto, .r-contacto-info  p {margin: 0;}
.r-form-contacto h2 {margin: 1em 0; font-size: 1.5em;}
.r-contacto-info h2 {margin: 1em 0; font-size: 1.5em;}
.r-form-contacto .form-control {border-radius: 0; margin-top: 5px; margin-bottom: 10px;}

/* CARRO */
.mi-carro-datos {background: #f8f9fa; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px 20px;}
.mi-carro-datos .form-group label {font-size: .9em; color:#6c757d;}
.r-carro-total ul {list-style: none; padding: 0 1em; font-weight: 200; color: #6c757d; font-size: .9em;}
.r-carro-total h2 {font-size: 1.1em; margin-bottom: 1em; color: #6c757d;}
.r-carro-productos {padding: 10px; border-bottom: 1px solid #ddd;}
.r-carro-productos img {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.r-carro-productos p {font-size: 10px; margin: 0 0 5px 0; text-transform: uppercase; font-weight: 200; color: #6c757d;}
.r-carro-productos h2 {font-size: 1.1em; margin: 0;}
.r-carro-resumen {border: 1px solid #E5E5E5; background: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:1em;}
.r-carro-resumen h2 {font-size: .9em; margin: 0; color: #6c757d;}
.r-carro-resumen ul {list-style: none; padding: 1em 0; font-weight: 200; color: #6c757d; font-size: .9em;}
.r-carro-productos .r-carro-unidades h2 {font-size: 13px; color:#eb0c0c;}
.cupon-dcto {padding: 1em;}
.cupon-dcto span {color: #6c757d;}
.carro-vacio {padding: 4em 2em; margin: 6em auto; text-align: center; -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.carro-vacio i {font-size: 4em; margin: 20px 0;}
.carro-vacio h1 {font-size: 1.4em;}
.btn-comprar-cotizar a {margin-left: 20px;}
.mi-cuenta-ordenes span {padding: 5px; color:#fff;}
.clientes-dropshipping {display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid #ddd; margin-bottom: 5px;}
.clientes-dropshipping p {margin:0;}
.clientes-dropshipping .btn {border: none; padding: 3px 9px; margin: 3px 0;}
/* CARRO.PHP */
.agregados-carrito {border-bottom: 1px solid #f3f3f3; padding-bottom: 5px; margin-bottom: 8px;}
.agregados-carrito .form-control {width: 50px;}
.agregados-carrito p {max-width: 60%; margin: 0; font-size: 12px; color:#ff3000;}
.agregados-carrito h2 {font-size: 16px;}
.agregados-carrito .btn-outline-dark {border: none;}
.agregados-carrito .btn-outline-dark {border:none}
.r-carro h3 {font-size: 1em; font-weight: 300; margin-bottom: 1em; color: #6c757d;}
.r-carro strong {color: #ff3000;}
.r-carro-total { -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.r-carro-total ul {list-style: none; padding: 1em; font-weight: 200; color: #6c757d; font-size: .9em;}
.r-carro-total h2 {font-size: 1.1em; margin-bottom: 1em; color: #000;}
.r-carro-productos img {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.r-carro-productos p {font-size: .9em; margin: 0 0 5px 0; text-transform: uppercase; font-weight: 400; color: #6c757d;}
.r-carro-productos h2 {font-size: 1em; margin: 0;}
.cupon-dcto {padding: 1em;}
.cupon-dcto span {color: #6c757d;}
.carro-vacio {padding: 4em 2em; margin: 6em auto; text-align: center; -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.carro-vacio i {font-size: 4em; margin: 20px 0;}
.btn-comprar-cotizar a {margin-left: 20px;}

/* CARRO LATERAL */
/* Mi CARRO LATERAL */
.ws-modal-micarro .modal-header {padding: 10px 15px;}
.ws-modal-micarro .modal-header h5 {font-size: 1em; font-weight: 500; color: #18202D;}
.ws-modal-micarro .modal-title img {width: 25px; height: 25px; margin-right: 10px;}
.ws-menu-cart .ws-prod-h-contenedor {padding: 5px;}
.ws-prod-eliminar {display: flex; justify-content: flex-end; }
.ws-prod-eliminar a {margin: 5px; font-size: .9em; color: #555;}
.ws-prod-eliminar a:hover {color: #DE061D;}
.ws-prod-subtotal {width: 100%; display: block; margin-bottom: 10px;}
.ws-prod-subtotal p {color: #444; margin:0; font-size:.8em;}
.ws-prod-subtotal p strong {color: #1e3662;}
.ws-prod-subtotal {padding: 10px; text-align: right; background: #f2f2f2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.ws-prod-subtotal h2 {font-size: 1.1em; color: #555;}
.ws-prod-subtotal h2 {margin:0;}
.ws-prod-subtotal h2 strong {color: #DE061D; }

.noticias-contenedor {border: 1px solid #e3e3e3; padding: 20px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.noticias-contenedor a {color: #ff3000;}
.noticias-contenedor a p {color: #000; font-size: .85em; font-weight: 500; line-height: 25px;}
.noticias-contenedor a p:hover {color: #444;}
.noticias-pp {display: flex; justify-content: space-between;}
.noticias-pp-imagen {margin-right: 10px;}
.noticias-pp img {min-width: 160px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.noticias-pp h2 {font-size: 1.2em; text-transform: uppercase;}


.noticias-detalle p { margin: .8em 0; }
.noticias-detalle img { margin: 1em 0; }
.noticias-detalle h2 {font-weight: 500; font-size: 1.8em; color: #000; text-transform: uppercase;}
.noticias-detalle h4 { color: #ff3000; margin: 0; padding: 0; }
.noticias-horizontal {margin: 0 0 3em 0;}
.noticias-horizontal h2 { color: #000; font-size: 1.5em;}

/* menu BLOG noticias */
.menu-noticias-c a { font-size: 1.3em; color: #000; }
.menu-noticias-mini a { color: #696d71; font-weight: 300;}
.menu-noticias-mini a:hover {color:#000;}
.menu-noticias-mini a span { color: #ff3000; font-weight: 600; }
.menu-noticias-mini h2 { padding: 10px; font-size: 1.2em; background: #fff; color: #ff3000;}

/* MARCAS */
.marcas-p img {padding: 10px; max-width: 170px;}
.lista-marcas {text-align: center; padding: 1em;}
.lista-marcas a {border: 1px solid #eee; transition: box-shadow .3s; display: block; color: #a1a1a1; display: block; font-size: .9em; margin: 0; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;}
.lista-marcas a:hover {display: block; -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20); -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20); -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; color: #F86A1D; text-decoration: none;}
.lista-marcas h2 {font-size: 1em; margin: 10px 0; color: #777777; font-size:.8em; font-weight:300;}

/* swiper carrusel */
.swiper-container { width: 100%; height: 100%; }
.swiper-slide { /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

/* CARD */
.card a:hover {text-decoration: none;}
.card .icon-control {float: right; } /* color: #ddd; */
.card .checkbox-btn input:checked ~ .btn { border-color: #3167eb; background-color: #3167eb; color: #fff;}
.card .checkbox-btn {position: relative; }
.card .checkbox-btn input {position: absolute; z-index: -1; opacity: 0;}
.card .filter-group .card-header {border-bottom: 0;}
.card .filter-group {border-bottom: 1px solid #e4e4e4;}
.card .btn-light { background-color: #fff; border-color: #e4e4e4;}
.card .title {color: #444444; text-decoration: none;}

/* ESTADO PEDIDO */
.informacion-pedido {max-width: 70%; margin: 0 auto; border: none; padding: 2em; background: #ffffff; border: 1px solid #E5E5E5; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
.informacion-pedido h2 {font-size: 1.5em; margin-bottom: 1.5em; color: #2667D0;}
.informacion-pedido p strong {color: #2667D0;}
.estado-pedido-info {display: flex; justify-content: space-between; text-align: right;}
.estado-pedido-info p {margin: 0;}
.cuadro-linea {border-top: 2px solid #d8d8d8; margin-top: 1.5em; padding-top: .5em;}
.cuadro-linea p {margin: 0;}

/* >> FOOTER << */
#footer {background:#F5F5F5; padding:10px;}
.f-logo {display: inline-block; margin-right: 20px;}
.f-logo img {width: 220px; padding: 35px 20px; background: #fff; margin: 0; }
.f-logo-info {display: flex;}
.f-informacion h4 {margin: 0; color: #000; font-size: 1.1em; font-weight: 600; letter-spacing: 1px;}
.f-informacion p {margin: 0; color: #000; font-size: .9em; font-weight: 400; line-height: 25px;}
.f-informacion p strong {font-weight: 600;}
.f-informacion a {color: #000;}
.f-informacion a:hover {color: #ff3000;}
.f-footer p {font-size: 13px; margin: 0; font-weight: 500; color: #40474e; }
.f-footer h2 {color:#000; font-size:1em; margin-bottom:1em; margin-top: 40px; font-weight:600;}
.f-footer ul {list-style:none; padding-left: 0; display: inline-block; vertical-align: top; margin-right: 20%; line-height: 23px;}
.f-footer ul li a {font-size: 1em; line-height: 30px; font-weight: 400; color: #40474e; }
.f-footer ul li a:hover {color:#ff3000 }
.f-redes img {display:inline-block;  width: 25px; margin-right: 10px;}
.f-redes img:hover {opacity: .6;}
.f-footer-down {border-top: 1px solid #000; padding-top: 30px;}

.visual {text-align: right; display: block; }
.visual a {color: #40474e; font-size:.7em; margin:1em 0; }
.visual a:hover {color: #ff3000;}
.portfolio-menu { text-align: center; margin: 30px auto;}
.portfolio-menu ul li { display: inline-block; margin: 0; list-style: none; padding: 10px 15px; cursor: pointer; transition: all .5 ease; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.portfolio-menu ul {padding:0;}
.portfolio-menu ul li:hover { background: #D90000; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.portfolio-menu ul li.active { background:  #D90000; color: #fff;}
.items-portafolio { width: 100% !important; }

.tg  {border-collapse:collapse;border-spacing:0; width: 100%; text-align: center;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal; }
.tg .tg-0lax{ vertical-align:top}

/* Efectos animación imágenes Hover */
/* Grow */
.hvr-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale(1.04); transform: scale(1.04); }
/* Shrink */
.hvr-shrink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active { -webkit-transform: scale(0.97); transform: scale(0.97); }

.warpper{
	display:flex;
	flex-direction: column;
	align-items: center;
  }
  .tab{
	cursor: pointer;
	padding:10px 15px;
	margin:0px 2px;
	background:#fff;
	display:inline-block;
	color:#555;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	max-width: 190px;
  }
  .panels{
	min-height:200px;
	width:100%;
	border-radius:3px;
	overflow:hidden;
	padding:20px 0;
  }
  .panel{
	display: none;
	animation: fadein .8s;
  }
  @keyframes fadein {
	  from {
		  opacity:0;
	  }
	  to {
		  opacity:1;
	  }
  }
  .panel-title{
	font-size:1.5em;
	font-weight:bold
  }
  .radio{
	display:none;
  }
  #one:checked ~ .panels #one-panel,
  #two:checked ~ .panels #two-panel,
  #three:checked ~ .panels #three-panel,
  #four:checked ~ .panels #four-panel,
  #five:checked ~ .panels #five-panel,
  #six:checked ~ .panels #six-panel{
	display:block
  }
  #one:checked ~ .tabs #one-tab,
  #two:checked ~ .tabs #two-tab,
  #three:checked ~ .tabs #three-tab,
  #four:checked ~ .tabs #four-tab,
  #five:checked ~ .tabs #five-tab,
  #six:checked ~ .tabs #six-tab{
	background:#fff;
	color:#ff3000;
	border-bottom: 2px solid #ff3000;
  }



/* >>> >>> MEDIA QUERIES <<< <<< */
@media (max-width: 1400px) {
.btn {font-size: 12px; padding: 0.6rem 1rem; font-weight: 300;}
.sv-f-informacion a img {max-width: 200px;}
.sw-footer ul {margin-right: 24.5%;}
.sw-footer h2 {margin-top: 1em;}
.portfolio-item .item {width: 50%; padding:0 15px;}
}
@media (max-width: 1200px) {
.footer-noticias {border-radius: 0;}
.portada-item-izq {width: 100%; text-align: center;}
.portada-item-der {width: 100%; text-align: center;}
.portada-news {margin: 0 auto; text-align: left !important; max-width: 100%;}
.sv-producto-mod h2 {height: 60px;}
}
@media (max-width: 992px) {
.sv-header {flex-direction: column; align-items: center;}
.sw-footer ul {margin-right: 15.5%;}
.f-footer {margin-top: 40px;}
.f-logo-menu img {max-width: 300px; height: auto; margin: 0 auto; display: block;}
.f-logo-info {display: flex; }
.f-informacion {margin-left: 10px; padding-top: 20px;}
.f-footer h2 {margin-top: 10px;}
.h-carros {border-left: none;}
.h-derecho {margin-top: 10px; margin-bottom: 10px;}
.h-buscador {margin: 1em auto; float: none; max-width: 80%;}
.h-iconos {margin: 0 auto;}
.sv-logo {text-align: center;}
.sv-logo img {margin: 5px auto;}
.port-banner {text-align: center;}
.logo-menu {justify-content: center;}
.oportunidad-tiempo {margin-bottom: 70px;}
.oportunidad-tiempo ul {padding-left: 10px;}
.oportunidades-realampago {padding: 10px;}
.f-pagos img {float: right;}
.menu-sesion {float: none; text-align: center;}
.container-menu {background: #fff; border: 1px solid #ddd;}
.datos-header {justify-content: center;}
}

@media (max-width: 768px) {
.sv-producto-mod {text-align: left;}
.sv-banner-mini-p {margin-bottom: 20px; text-align: center;}
.sv-buscador-datos {text-align: center;}
.sv-redes {display: block; float: none;}
.list-group {margin-bottom: 2em;}
.enviar-amigo a {margin-left: 0;}
.h-header {text-align: center; flex-direction: column;}
.h-menu {text-align: center;}
.h-buscador {min-width: auto;}
.h-info-derecha {display: flex; justify-content: center; flex-direction: column; margin-bottom: 5px; text-align: center; width: 100%;}
.h-carros {justify-content: center; float: none;}
.h-carros h2 {text-align: left;}
.h-carros p {text-align: left;}
.datos-sesion {text-align: left; justify-content: center;}
.datos-sesion a {display: inline-block;}
.visual {text-align: center; margin-top: 10px;}
.warpper {text-align: center;}
.footer-datos h2 {text-align: left; margin-top: 15px;}
.footer-datos-noticia-pago  {flex-direction: column;}
.ws-suscripcion {flex-direction: column; align-items: start;}
.ws-suscripcion .form-control {margin: 10px 0;}
.f-pagos img {float: left; margin-left: 0; margin-right: 15px;}
.f-footer {margin-top: 100px;}
.f-informacion {padding-top: 0;}
}

@media (max-width: 576px) {
.iconos-portada {max-width: 100%;}
.sv-datos-grupo {flex-direction: column; align-items: center; text-align: center;}
.portfolio-item .item {width: 100%;}
.titulo-interiores-productos h1 {text-align: center;}
.titulo-interiores h1 {font-size: 1.2em;}
.titulo-interno h1 {font-size: 1.2em;}
.nav-tabs .nav-item {width: 100%;}
.tab-portada .nav-tabs .nav-link {text-align: center;}
.tab-portada .nav-tabs .nav-link.active {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #ddd;}
.sv-e-redes {display: block;}
.servicios-item-icon img {width: 40px;}
.servicios-item h2 {font-size: 1em; padding-top: 0;}
.p-titulo h1 {text-align: center; font-size: 1.3em;}
.sv-logo img {margin: 20px auto 0 auto; display: block;}
.h-menu {display: none;}
.h-iconos {margin-top: 10px;}
.imagen {text-align: center; margin: 0 auto; display: block;}
.productos-portada div {padding: 5px;}
.sv-producto-mod {margin: 1em 0; padding: 10px 5px;}
.sv-producto-mod img {text-align: center; margin: 0 auto; display: block;}
.sv-producto-mod h2 {height: 60px;}
.precio-boton {height: 60px;}
.sv-precio-normal h3, .sv-precio-normal h4 {font-size: 14px;}
.sv-precio-normal span {font-size: .7em;}
.sv-precio-oferta h4 {font-size: .9em;}
.sv-precio-oferta h4 span {font-size: .7em;}
.sv-precio-oferta h5 {font-size: .9em;}
.sv-precio-oferta h5 span {font-size: .7em;}
.sv-producto-mod  .btn {font-size: 12px; padding: 10px 12px; display: inline-flex;}
.sv-producto-horizontal .sv-producto-agregar {margin-top: 0 !important;}
.cupon-dcto .btn { margin: 0 !important;}
.r-carro-productos img {text-align: center; margin: 0 auto; display: block;}
.r-carro-total ul {text-align: left;}
.r-carro-total {text-align: center;}
.r-form-contacto, .r-contacto-info {padding: 1em 0;}
.vista-orden-productos, .vista-paginas-productos {flex-direction: column; align-items: center; padding: 10px 0;}
.f-logo-menu {padding-bottom: 0;}
.f-logo-menu a {margin: 0;}
.f-logo-menu a {margin: 0; }
.f-menu {text-align: center;}
.f-menu a {display: inline-block; margin: 0 7px;}
.f-footer {margin-top: 20px;}
.f-footer h2 {margin-top: 1em;}
.f-infoweb {flex-direction: column;}
.f-logo-info {display: flex; flex-direction: column;}
.f-informacion {margin-left: 0;}
.footer-noticias {padding: 20px 10px;}
.ws-suscripcion .form-control {min-width: 100%;}
.portada-news {flex-direction: column; margin-bottom: 15px;}
.f-informacion {margin-top: 10px;}
.f-informacion p a {display: inline-block;}
.f-logo-menu img {display: inline-block;}
.visual {text-align: center; margin-top: 10px;}
.h-whatsapp img, .h-carro-cotizacion {margin-right: 5px;}
.menu-flotante-izq {text-align: center;}
.botones-carros {flex-direction: column; align-items: center;}
.botones-carros a {margin-bottom: 10px;}
.btn-comprar-cotizar a {margin-left: 0;}
.oportunidades-realampago { background: url(../images/fondo-oferta-limitada-movil.jpg) left top no-repeat;}
.oportunidad-tiempo {margin-bottom: 35px;}
.menu-sesion a {color: #000;}
.noticias-contenedor {margin: 5px;}
.noticias-pp h2 {font-size: 1em;}
.noticias-contenedor a p {line-height: 20px;}
.p-titulo2 h2 {font-size: 1.4em;}
.f-logo {width: 200px;}
.h-buscador {max-width: 100%;}
.h-buscador .form-control {width: 200px;}
.datos-header {flex-direction: column; text-align: center;}
.h-derecho {margin-bottom: 0;}
.datos-header a {display: inline-block;}
.noticias-pp {flex-direction: column;}
.noticias-pp img {margin-bottom: 10px;}
.sv-producto-mod h2 {height: auto;}
}
