/* 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 {font-family: 'Poppins', sans-serif;}
.container-fluid {padding: 0;}
.container-fluid .row {width: 100%; margin: 0 auto;}
.btn {font-size: 13px; padding: .4rem 1rem; font-weight: 400; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.form-check {margin: .5em 0;}
.form-control {font-size: .9em; height: 38px;}
.form-group label {font-size: 0.9em;}
.form-group label span {color:#000; font-size: .8em;}
a {color: #E00011;}
a:hover {text-decoration: none; color:#000000;}
p {font-weight: 400; font-size: 1em; color: #666; line-height: 25px;}
p strong {font-weight: 500; color: #E00011; }
.mi-canasta {margin:7px 0; float: right;}
.mi-canasta p {margin: 0;}
.mi-canasta p a {color: #fff !important;}
.mi-canasta p a:hover {color:#000 !important;}
.btn {font-size: 14px; padding: 8px 10px;}
.btn-link {color:#000;}
.btn-link:hover {color:#696d71;}
.btn-danger {background-color:#E00011; border-color: #E00011;}
.btn-danger:hover {background-color: #000; border-color: #000;}
.btn-light {background-color:#f2f2f2; border-color: #f2f2f2; color:#E00011;}
.btn-light:hover {background-color: #ddd; border-color: #ddd; color:#000;}
.btn-info.disabled {background-color: #b4bcc2; border-color: #b4bcc2;}
.text-warning {color:#beb7b7 !important;}
.list-group-item {padding: 8px 15px; font-size:1em;}
.list-group-item.active {background-color: #E00011; border-color: #E00011;}
.datos-header {display: flex; justify-content: flex-end;}
.datos-header a {font-weight: 600; margin-left: 5px;}
.info-portada {max-width: 90%; margin: 2em auto;}
.info-portada-item {background: #f9f9f9; padding: 10px 20px;}
.info-portada-item p {margin: 0; color:#000;}
/* 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); }

/* >> HEADER << */
header {background: #f0f0f0; }
.container-menu {background: #E00011; padding: 0;}
.h-redes-sesion {display: flex; justify-content: right; }
.h-carrito { background: #fff; padding: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.h-carrito img{margin: 0 2px;}
.h-carrito a:hover {color:#00a9e4;}
.h-logo-menu{display: flex; align-items: center; margin-top: 10px;}
.h-logotipo img {width:218px; height: auto; display: inline-block; }
.h-derecha {display: flex; align-items: baseline; margin-top: 20px; justify-content: flex-end;}
.h-buscar {margin-top: 40px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 3px 4px 2px #ECECEC;  box-shadow: 0px 3px 4px 2px #ECECEC;}
.form-control::placeholder {color: #999; opacity: 1;}
.h-buscar { background: #fff; display: block;}
.h-buscar .form-control {border: none;}
.h-buscar .btn {padding: .4rem .9rem; background: #fff;}
.h-buscar .btn:hover {background: #ddd;}
.h-buscar i {font-size: 22px; color: #3F434E;}

.menu-de-productos {background: #000; height: 50px; display: flex; align-items: center; }
.menu-de-productos a {color:#fff; font-weight: 600; font-size: 18px; padding: 0;}
.menu-de-productos a:hover {color:#E00011; font-weight: 600;}
.datos-sesion-enlaces {margin-right: 10px; margin-top: 5px;}
.datos-sesion-enlaces .btn {padding: 3px 10px; font-size: 14px; font-weight: 600; color: #000;}
.datos-sesion-enlaces a {font-size: 13px; color: #000; font-weight: 500;}
.datos-sesion-enlaces a:hover {color: #E00011;}
.datos-sesion {display: flex; text-align: right; justify-content: flex-end; margin-top: 5px;}

.modal-header {display: flex; background: #E00011; border-bottom: none; border-radius: 0;}
.modal-avisame .modal-header {display: inline-block;}
.modal-avisame .sv-producto-titulo {height: auto;}
/* POP-UP PORTADA */
.pop-up-portada .modal-body {padding: 0;}
.pop-up-portada button.close {padding: 10px 15px; position: absolute; right: 0; background: #fff;}
.card-header {padding: 5px;}
.card-user .card {border: none; padding: 1em 2em; background: #ffffff; }
.card-user .card-header {color:#E00011; font-size: 1.3em; text-transform: uppercase; border-bottom:none; background:#ffffff; font-weight: 500; }

/* >> BODY << */
.banner-de-portada {background: #ddd; padding: 30px 0;}
.contenedor-categorias {background: #eaeaea; padding: 10px 0; text-align: center;}
.categorias-item img {-webkit-border-bottom-left-radius:30px; -moz-border-radius-bottomleft: 30px; border-bottom-left-radius: 30px; text-align: center; display: block;}
.categorias-item {display: inline-block; vertical-align: top; max-width: 160px; margin: 12px;}
.categorias-item a {color:#002367;}
.categorias-item a:hover {color:#fe2e2e;}
.categorias-item h3 {font-size: .9em; font-weight: 600; margin: 10px 0; height: 30px; max-width: 90%;}
.p-titulo {margin: 2em 0; text-align: center; background:url(../images/linea-negra.png) center bottom no-repeat;}
.p-titulo h2 {font-size: 1.5em; font-weight: 500; color: #E00011; padding: 0; display: inline-block;}
.p-titulo2 {margin: 3em 0; }
.p-titulo2 h1 {font-size: 1.8em; font-weight: 500; color: #000; padding: 0; display: block;}
.p-titulo2 h1 span {color: #E00011; font-weight: 500;}
.p-titulo2 h2 {font-size: 1.8em; font-weight: 500; color: #000; padding: 0; display: block;}
.p-titulo2 h2 span {color: #E00011; font-weight: 500;}
.titulo-interiores {margin: 2em 0 0 0; padding-bottom: 10px; }
.titulo-interiores h1 {font-size: 1.4em; font-weight: 300; margin-bottom: 20px; color: #E00011; background: #fff; padding: 0 20px 0 0; display: inline-block;}
.titulo-interiores-productos {margin: 30px 0 20px 0;}
.titulo-interiores-productos a {margin-right: 40px;}
.titulo-interiores-productos h1 {font-size: 1.3em; font-weight: 400; color: #E00011; margin: 0; padding:0; background: #fff; display: inline-block;}
.productos-relacionados h4 {color: #000; margin-bottom: 40px;}
.productos-relacionados h4 i {color:#E00011;}

.producto-contenedor {background: #fff; padding: 20px;}
.formas-pago {margin-top: 30px;}
.formas-pago h3 {font-size: 15px;}

.portada-arriendo-vehiculos {max-width:70%; margin: 2em auto; text-align: center;}

/* PRODUCTOS */
.contenedor-menu {display:block; background: #fff;}
.menu-categorias-productos {margin: 10px 0; padding: 10px; color: #fff; background: #fe2e2e;}
.menu-categorias-productos h2 {font-size: 1.2em; font-weight: 300; margin: 0;}
.sv-producto-mod {position: relative; max-width: 320px; transition: box-shadow .3s; vertical-align: top; margin: 1em .7em; padding: 0 10px; background: #fff; border: 1px solid #f6f6f6; }
.sv-producto-mod:hover { z-index: 2; box-shadow:0 0px 12px rgba(0, 0, 0, 0.15);  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.productos-mod-banner {margin:10px auto; text-align: center;}
.sv-producto-titulo {margin-top: 10px; text-align: center;}
.sv-producto-titulo p {color: #000; font-size: .7em; margin-top: 10px; line-height: 18px;}
.sv-producto-titulo p strong {font-weight: 600;}
.sv-producto-titulo h3 {color:#444; font-size: .8em; font-weight: 500; height: 30px; margin: 0;}
.sv-producto-mod h2 {font-size: .8em; font-weight: 500; text-transform: uppercase; margin: 0; padding: 0; line-height: 15px; height: 40px; color: #000000;}
.sv-producto-mod p {margin:0; font-size: .8em; font-weight: 400;}
.sv-producto-mod-img { margin: 10px auto 0 auto; text-align: center;}
.sv-producto-mod input {width:35px; height:35px; border-radius: 0;}
.prod-mod-codigo h4 {font-size: 14px; color:#000; margin-top: 10px; font-weight: 700; letter-spacing: 0.5px;}
.prod-mod-codigo h4 span {color:#E00011; font-weight: 400;}
.prod-oferta-ticket {position: absolute; top:5px; left:5px; padding:1px 10px; text-align:center; background: #E00011; color:#fff!important; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; font-weight: 400; font-size: 12px;}

.precio-producto {height: 30px;}
.sv-precio-normal h3 {margin: 0; font-size: 1.2em; font-weight: 600; color: #767779;}
.sv-precio-oferta h4 { margin: 0; font-size: 1.2em; font-weight: 600; color: #fe2e2e;}
.sv-precio-oferta h4 span {font-size: .8em; margin:0; color: #767779;}
.sv-oferta-ticket {position: absolute; top:10px; left:10px; padding:0 6px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align:center; background: #ffffff; border: 1px solid #D10024; color:#D10024 !important; }
.sv-producto-agregar {display: flex; justify-content: space-between; margin-top: 10px; }
.sv-producto-agregar input {width: 40px; height: 40px;}
.sv-producto-mod-imagen {float: left; margin-right: 10px;}
.sv-producto-mod-horizontal {display: flex; 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;}

.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:#E00011;}
.campo-facebook {margin: 0 auto; text-align: center;}
.menu-responsive {display: none;}
.sub-sub-c label {margin-left: 10px; font-weight: normal;}
.portada-marcas {padding: 10px 15px;}

/* FILTROS */
.ws-tienda-menu-izq {width: 21%; float: left;}
.ws-tienda-productos-listado {float: right; width: 79% }
.ws-card .custom-control-input:checked ~ .custom-control-label::before {border-color: #2293A2; background-color: #2293A2;  }
.ws-card .card {border: none; margin: 0 8px 0 0; color: #909091;}
.ws-card .card p {font-size: .8em;}
.ws-card .card-header {background-color: #fff;}
.ws-card .card .icon-control {color: #909091;}
.ws-card .card .title {color: #2293A2; font-size: 1.1em; margin-top: 10px;}
.ws-card .btn {padding: 5px 12px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.ws-card .card .form-control {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.ws-card .custom-control-label {font-size: .8em; color:#000;}
.ws-card a {color: #2293A2; font-size: .8em;}
.ws-card a:hover {color: #1e3662;}
.ws-card-titulo-menu {display: flex; justify-content: space-between; margin: 0 10px 0 10px; padding: 0 10px; border-bottom: 1px solid #1e3662; padding-bottom: 7px;}
.ws-card-titulo-menu h2 {color: #1e3662; font-size: 1em; margin: 3px 0 0 0; font-weight: 400;}
.ws-card-titulo-menu img {width: 20px; height: 20px;}
.ws-card-titulo {display: flex; justify-content: space-between; margin: 0 10px 10px 10px; padding: 0 10px; border-bottom: 1px solid #ddd; padding-bottom: 7px; }
.ws-card-titulo h2 {color:#000; font-size: 1em; margin: 3px 0 0 0; font-weight: 300;}
.ws-card-titulo img {width: 20px; height: 20px;}


/* MI MENU LATERAL */
.modal-menu i { color:#fff; font-size: 22px; margin-right: 10px;}
.modal-menu .modal-title {color: #fff; font-weight: 600; font-size: 1.1em; display: flex; align-items: center;}
.modal-menu .mofal-body {padding: 0 15px;}
.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; background: #fff;}
.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: #000000;}
.r-contacto-info h2 {margin: 1em 0; font-size: 1.5em; color: #000000;}
.r-contacto-info a {color: #000;}
.r-contacto-info a:hover {color: #E00011;}
.r-contacto-info i {color:#E00011;}
.titulo-registro  {display: block; width: 100%;}
.titulo-registro h2 {font-size: 1.3em; text-transform: uppercase; margin-top: 20px; color:#000;}

/* mis direcciones */
.mis-direcciones { border: 1px solid #ddd; margin: 10px; background: #fff; padding: 5px; }
.mis-direcciones p {margin: 0; padding: 0; text-align: left; font-size: .9em;}
.mis-direcciones button { margin: 10px;}

/* VISTA ORDEN PRODUCTOS */
.vista-orden-productos {background: #ffffff; padding: 4px 10px; display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1em;}
.vista-orden-productos .form-group {margin: 5px 10px; width: 200px; }
.vista-orden-productos .form-control {font-size: 12px;}
.vista-orden-productos p {color: #868585; font-weight: 300; font-size: 1em; margin: 0;}
.vista-orden-productos p strong {color: #E00011; 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: #002367; color: #fff; padding: 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.vista-paginas-productos {background: #ffffff; padding: 5px 10px; display: flex; justify-content: space-between; align-items: baseline; margin-top: 1em;}
.vista-paginas-productos .pagination {margin-bottom: 0;}
.vista-paginas-productos p {color: #868585; font-weight: 300; font-size: 1em; margin: 0;}
.vista-paginas-productos p strong {color: #D10024; font-weight: 600;}
.p-list {min-width: 200px; display: flex;}
.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 {border-bottom: 1px solid #eee; display: block; padding: .5em 0; margin-top:15px;}
.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;}
.ws-producto-cod-fav h2 {margin: 0; font-size: 1.1em; font-weight: 200; color: #000;}
.nav-tabs .nav-link.active {color: #eb0c0c; background: #eeee;}
.tab-portada .nav-tabs .nav-link.active {color: #000; background: #eee;}
.tab-portada .nav-tabs .nav-link {color: #000; background: #fff; margin: 0 2px; padding: 15px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;}
.btn-enviar {display: block; margin: 1em auto;}
.btn-enviar a {color: #fff; padding: 5px 15px;}

.informacion-pedido {max-width: 70%; margin: 0 auto; border: none; padding: 2em; background: #ffffff; -moz-box-shadow: 0px 1px 1px 1px rgba(237,237,237,1); box-shadow: 0px 1px 1px 1px rgba(237,237,237,1); }
.informacion-pedido h2 {font-size: 1.5em; margin-bottom: 1.5em; color: #274194;}
.informacion-pedido p strong {color: #274194;}
.cuadro-linea {border-top: 2px solid #d8d8d8; margin-top: 1.5em; padding-top: .5em;}
.cuadro-linea p {margin: 0;}

/* contacto */
.r-form-contacto, .r-contacto-info {padding: 10px 15px; background: #ffffff;}
.r-form-contacto, .r-contacto-info  p {margin: 0;}
.r-form-contacto h2 {margin: 1em 0; font-size: 1.5em; color:#000;}
.r-contacto-info h2 {margin: 1em 0; font-size: 1.5em; color:#000;}

/* CARRO */
.r-carro h3 {font-size: 1em; font-weight: 300; margin-bottom: 1em; color: #6c757d;}
.r-carro i {color:#6c757d; font-size: 20px;}
.r-carro strong {color: #E00011;}
.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; background: #fff;}
.r-carro-total ul {list-style: none; padding: 1em; font-weight: 300; color: #6c757d; font-size: .9em;}
.r-carro-total h2 {font-size: 1.1em; margin-bottom: 1em; color: #000;}
.r-carro-productos { padding-bottom: 1em; margin-bottom: 1em; padding: 1em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.r-carro-productos:hover {-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15); background: #fff;}
.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: 300; color: #6c757d;}
.r-carro-productos h2 {font-size: 1.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; color:#E00011;}
.carro-vacio h1 {font-size: 1.4em; color:#E00011;}
.carro-vacio h2 {color:#E00011;}
.btn-comprar-cotizar a {margin-left: 20px;}
.mi-cuenta-ordenes span {padding: 5px; color:#fff;}

/* 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; margin: 0 10px;}
.card .btn-light { background-color: #fff; border-color: #e4e4e4;}
.card .title {color: #444444; text-decoration: none;}

/* >> FOOTER << */
#footer {background:#1D2126; padding:1em; }
.f-logo img {width: 218px; height: auto; margin-bottom: 1em; }
.f-footer {background: #323337; padding: 20px 0; margin-top: 50px; }
.f-footer p {font-size: 1em; font-weight: 400; }
.f-footer h2 {font-size: 1em; font-weight: 400; color: #fff;}
.f-datos-empresa h4 {color:#fff; font-size: 20px;}
.f-footer2 p {color: #6c757d; margin: 0; font-size: 1em; font-weight: 400;}
.f-footer2 a {color: #6c757d;}
.f-footer2 a:hover {color:#ffffff;}
.f-footer2 h2 {font-size: .9em; font-weight: 600; margin-bottom:1em; margin-top: 10px; color:#E00011;}
.f-footer2 h3 {color:#fff; font-size: 18px; margin-bottom: 30px;}
.f-footer2 ul {list-style:none; padding-left: 0; display: inline-block; vertical-align: top; margin-right: 20%;}
.f-footer2 ul li a {font-size: 15px; font-weight: 400; color: #ffffff; line-height: 27px;}
.f-footer2 ul li a:hover {color:#E00011;}
.f-informacion {line-height: 24px;}
.f-redes {margin-bottom: 20px;}
.f-redes img {margin-left: 10px; margin-top: 5px; }
.f-redes img:hover {opacity: .5; }
.f-pagos img {float: left; margin-right: 20px;}
.f-pagos p {color: #002367;}
.f-newsletter { color: #fff; display: flex; justify-content: center;}
.f-newsletter-cont {display: flex; justify-content: center; align-items: center;}
.f-newsletter-cont p, .f-newsletter h2 {margin: 0 0 3px 0;}
.f-suscripcion {display: flex; align-items: center; }
.f-suscripcion input {margin-left: 20px; margin-right: 10px;}
.f-suscripcion .btn {height: 38px; }
.f-suscripcion .form-control {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; max-width: 450px; min-width: 300px;}
.f-suscripcion p {color:#fff;}
.f-suscripcion img {margin-right: 10px;}
.f-form {display: flex; justify-content: space-between; align-items: flex-start;}
.f-footer p {margin: 0;}
.f-footer i {color:#ffffff;}
.f-footer p strong {color: #fff; font-weight: 600;}
.visual {text-align: right; margin-top: 20px; }
.visual a {color:#909091; font-size:12px; margin:1em 0; }
.visual a:hover {color: #fff; }
.pag-interiores h2 {color:#E00011; font-size: 20px;}
.pag-interiores h3 {color:#E00011; font-size: 20px;}
.datos-footer p {color:#fff; font-size: 15px;}
.datos-footer a {color:#E00011;}
.proveedores img {margin: 1em 0;}
.botones-cotizacion {display: flex; justify-content: space-between;}
.pag-interiores p strong {font-weight: 700;}
iframe  {width: 100% !important; height: 450px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

    .tab-head{
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
    .nav-item a:focus{
    outline: unset;
    }
    .nav-item a:hover{
    border: 1px solid #fff !important;
    }

    .nav-tabs .nav-item {font-size: 15px;}
    .nav-item a{
    color: #444 !important;
    font-weight: 400;
    padding-left: 12px;
    padding-right: 18px;
    max-width: 220px;
    text-align: center;
    line-height: 17px;
    height: auto;
    }
    .nav-item .active{
    color: #E00011 !important;
    border:none !important;
    border-bottom:2px solid #f8f9fa !important;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    }
    .nav-item .active:hover{
    border:none !important;
    }
    .nav-tabs{
    border-bottom: 2px solid #dddddd; padding-bottom:1px;
    }

/* >>> >>> MEDIA QUERIES <<< <<< */
@media (max-width: 1400px) {
.btn {font-size: 15px; padding: 0.375rem 1rem; font-weight: 200;}
.sv-producto-mod {margin: 2em auto;}
.sv-f-informacion a img {max-width: 200px;}
.sv-producto-mod h2 {font-size: .8em;}
.sv-producto-mod-imagen{width: 100px;}
.sw-footer ul {margin-right: 24.5%;}
.sw-footer h2 {margin-top: 1em;}
.portfolio-item .item {width: 50%; padding:0 15px;}
.sv-precio-normal {height: 45px;}
.sv-producto-mod-imagen {width: 100px;}
.sv-productos-impuestos {text-align: center !important;}
}

@media (max-width: 1200px) {
.banner-de-portada {padding: 0;}
.sv-producto-mod-imagen {width: 150px;}
.h-buscador {margin-top: 15px; margin-left: 0;}
.prod-mod-horiz h3 {height: 100px;}
.informativo-item {height: 100%;}
.nav-tabs .nav-item {font-size: 12px;}
.nav-item .active {font-size: 12px;}
}

@media (max-width: 992px) {
.sv-header {flex-direction: column; align-items: center;}
.h-buscar {min-width: auto; margin-top: 40px;}
.h-redes-sesion {margin:5px 0;}
.sw-footer ul {margin-right: 15.5%;}
.f-logo-menu img {max-width: 300px; height: auto; margin: 0 auto 1em auto; display: inline-block;}
.f-form {margin: 0 10px;}
.h-menu-der {text-align: center;}
.sv-logo {text-align: center;}
.sv-logo img {margin: 5px auto;}
.card-user .card {padding: 1em;}
.informacion-pedido {max-width: 100%;}
.portada-blog {height: auto;}
.prod-mod-horiz {margin:0;}
.contenedor-carro {margin-top: 10px;}
.f-informacion-item {padding: 1em 0;}
.botones-cotizacion {display: flex; flex-direction: column; text-align: center;}
}

@media (max-width: 768px) {
#header {padding:0;}
.h-buscar {margin: 10px auto; margin-top: 40px;}
.h-derecha {justify-content: space-between; margin-top: 5px;}
.h-micarro {margin: 0 auto;}
.h-buscador {margin: 10px auto; float: none; width: 300px;}
.h-redes-sesion {align-items:flex-end;}
.contenedor-carro {margin-top: 0;}
.sv-redes {display: block; float: none;}
.list-group {margin-bottom: 2em;}
.h-info-derecha {display: flex; justify-content: center; flex-direction: column; margin-bottom: 5px; text-align: center; width: 100%;}
.datos-sesion {text-align: left; justify-content: center;}
.datos-sesion a {display: inline-block;}
.visual {text-align: center; margin-top: 10px;}
.sv-producto-mod-imagen {width: 100px;}
.cupon-dcto .form-inline {flex-direction: column;}
.f-newsletter {flex-direction: column;}
.f-newsletter-cont {flex-direction: column;}
.f-newsletter-cont p {margin-bottom: 10px; text-align: center;}
.f-suscripcion {flex-direction: column; text-align: center;}
.f-suscripcion .form-control {margin-bottom: 10px;}
.f-form {flex-direction: column; align-items: center; margin: 10px 0;}
.prod-mod-horiz {margin:0 auto; max-width: 80%;}
.p-titulo2 {text-align: center;}
.info-portada-item {text-align: center;}
.info-portada {max-width: 70%;}
}

@media (max-width: 576px) {
.h-contenido {flex-direction: column; text-align: center;}
.btn {font-weight: 500; font-size: 11px; padding: 8px;}
p {font-weight: 500;}
.sv-logo img {margin: 10px auto; display: block;}
.portada-blog {flex-direction: column;}
.portada-blog img {margin-bottom: 20px;}
.categorias-portada-item {max-width: 45%; margin:5px;}
.h-informacion span {margin-top: 5px; display: inline-block;}
.h-derecha {flex-direction: column;}
.h-redes-sesion {flex-direction: initial; justify-content: center;}
.h-logo-menu {justify-content: center;}
.h-logo-menu a {font-weight: 600;}
.h-buscar {width: 100%; margin-top: 0;}
.datos-sesion-enlaces {margin-right: 20px;}
.datos-sesion-enlaces .btn {font-weight: 600;}
.datos-header {display: none;}
.contenedor-carro {justify-content: center; border-top: 1px solid #405377; padding-top: 8px;}
.contenedor-carro-cantidad span {top:0;}
.nav-item a {max-width: 100%;}
.nav-tabs .nav-link {border: 1px solid #ddd;}
.nav-tabs .nav-link.active {font-weight: 500; text-transform: uppercase;}
.mi-cuenta-ordenes span {display: block; width: 110px;}
.tabs-mi-cuenta .nav-item {width: 100%;}
.card-body {padding: 1em;}
.card-body p {font-weight: 500 !important;}
.sv-datos-grupo {flex-direction: column; align-items: center; text-align: center;}
.portfolio-item .item {width: 100%;}
.titulo-interiores-productos {text-align: center;}
.titulo-interiores-productos a {margin-right: 0 !important; margin-bottom: 20px;}
.titulo-interiores-productos h1 {text-align: center; display: block;}
.titulo-interiores h1 {font-size: 1.2em;}
.titulo-interno h1 {font-size: 1.2em;}
.tab-portada .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: 0; -moz-border-radius: 0; border-radius: 0; border: 1px solid #ddd;}
.sv-e-redes {display: block;}
.p-titulo h1 {text-align: center; font-size: 1.3em;}
.imagen {text-align: center; margin: 0 auto; display: block;}
.sv-producto-mod {margin: 1em auto;}
.sv-producto-mod img {text-align: center; margin: 0 auto; display: block;}
.portada-ofertas-izq {margin-right:0 ;}
.cupon-dcto .btn { margin: 0 !important;}
.vista-orden-productos {flex-direction: column; align-items:inherit}
.vista-orden-productos p {text-align: center;}
.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;}
#footer {padding: 1em 0;}
.f-pagos {text-align: center;}
.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 h2 {margin-top: 0;}
.f-footer2 ul {margin-right: 0;}
.f-footer2 ul li {font-size: .7em; }
.f-footer2 ul li a {line-height: 30px; font-weight: 600; text-transform: uppercase;}
.f-informacion {margin-top: 0; padding-top: 20px;}
.f-informacion-item p {margin: 0;}
.f-informacion p a {display: inline-block;}
.f-logo-menu img {display: inline-block;}
.f-logo {text-align: center;}
.f-suscripcion .form-control {min-width: 200px;}
.f-cont-info {margin-bottom: 20px;}
.visual {text-align: center; margin-top: 10px;}
.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;}
.sv-producto-mod-imagen {width: 120px;}
.sv-producto-mod h2 {height: 60px;}
.sv-producto-titulo {height: auto;}
.sv-precio-oferta h4 {text-align: left;}
.sv-btn-cant {flex-direction: column; align-items: center;}
.h-buscador {margin: 10px auto; float: none; width: 280px;}
.p-titulo-2 h2 {font-size: 1.3em; font-weight: 300; color: #47474c; background: url(../images/line-2.png) center bottom no-repeat; padding-bottom: 10px; text-align: center;}
.ws-suscripcion .form-control {margin-left: 0; margin-bottom: 10px; min-width: 200px;}
.p-titulo {text-align: center;}
.p-titulo h1 {font-size: 1.2em; padding: 5px 20px 0 0;}
.p-titulo2 h2 {font-size: 1.2em; padding: 5px 20px 0 20px;}
.p-titulo2 h3 {font-size: 1.2em; padding: 5px 20px 0 20px;}
.p-titulo3 h2 {font-size: 1.2em; padding: 5px 20px 0 0;}
.p-titulo h2 {font-size: 1.2em; padding-top: 5px 20px 0 0;}
.titulo-interiores h1 {font-size: 1.2em; padding: 5px 20px 0 0;}
.titulo-interiores-productos h2 {font-size: 1.2em; padding: 5px 20px 0 0;}
.categorias-item {max-width: 140px; margin: 5px 10px;}
.categorias-item h3 {font-size: .8em;}
.sv-producto-titulo {height: 55px;}
.product-info-tabs .nav-tabs {flex-direction: column;}
.info-portada {max-width: 100%;}
.info-portada-item p {font-size: 13px;}
.portada-arriendo-vehiculos {max-width: 100%;}
.p-titulo2 {margin: 1em auto;}
.mi-canasta {float: none; text-align: center;}
.r-carro-productos .btn {padding: 10px 15px;}
.f-suscripcion p {font-size: 13px;}
}