/* 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;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* 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); }

body {color: #555; font-family: 'Poppins', sans-serif; }
.btn {border-radius: 100px;  font-size: 14px; letter-spacing: .5px; padding: .7rem 1.6rem; font-weight: 400; }
.btn-success {background-color: #45933E; border-color: #45933E; color: #ffffff;}
.form-check {margin: .5em 0;}
.form-control {font-size: .9em;}
a:hover {text-decoration: none;}
p {font-weight: 300; font-size: .9em;}
p strong {font-weight: 500; color: #444; }
.btn-link {color: #45933E;}
.btn-link:hover {color: #000000;}
.list-group-item {padding: 8px 15px; font-size: .9em;}
.list-group-item.active {background-color: #45933E; border-color: #45933E;}

/* >> HEADER << */
#header {padding:0 0 1em 0; }
.sv-log {display: inline-block;}
.sv-logo img {width: 230px; margin-top: 10px; height: auto; }
.sv-datos-grupo {display: flex; justify-content: space-between; padding: 3px 0 5px 0;}
.sv-datos {background: #45933E;}
.sv-datos a {margin-left: 5px; font-weight: 300; font-size: .75em; color: #fff;}
.sv-datos a:hover {color: #000;}
.sv-datos img {width: 20px; height: 20px; margin-right: 5px;}
.sv-datos img:hover {opacity: .5;}
.sv-datos-fono {font-weight: 600; font-size: 1.2em;}
.menu-contenedor {border-top: 1px solid #ddd; border-bottom:1px solid #ddd; margin-bottom:10px;}
.h-info-derecha {text-align: right; margin-top: 10px;}
.h-info-derecha p {margin: 0;}
.h-info-derecha img {width: 23px; height: 23px;}
.h-info-derecha a {color: #3C8D3B; }
.h-info-derecha a:hover {color: #000; }
.h-info-derecha a img:hover {opacity: .6;}
.h-carro-cotiz {width: 155px; margin-top: 10px; padding: 5px 10px; float: right; display: flex; justify-content:flex-end; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; background: #3C8D3B;}
.h-carro-cotiz:hover {background: #44C600;}
.h-carro-cotiz p {margin: 5px 0; font-size: .9em; font-weight: 500; color: #fff;}
.h-carro-cotiz img {width: 30px; height: 30px; margin: 0 5px;}

.h-carro-comp {width: 155px; margin-top: 10px; padding: 5px 10px; float: right; display: flex; justify-content:flex-end; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; background: #007bff; margin-right:5px; }
.h-carro-comp:hover {background: #0056b3;}
.h-carro-comp p {margin: 5px 0; font-size: .9em; font-weight: 500; color: #fff;}
.h-carro-comp img {width: 30px; height: 30px; margin: 0 5px;}

.portada-categorias {padding: 2em 0; margin-bottom: 4em; background: #F4F7FF;}
.cat-p- {margin: 15px 0;}
.p-categorias {transition: box-shadow .3s; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.p-categorias:hover {-webkit-box-shadow: 0px 0px 10px 0px rgba(4,48,135,0.23); -moz-box-shadow: 0px 0px 10px 0px rgba(4,48,135,0.23); box-shadow: 0px 0px 10px 0px rgba(4,48,135,0.23); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #fff; }
.p-categorias p {margin: 0 10px; color: #1569B7;}
.p-categorias img {padding: 5px;}

.categorias-gral {transition: box-shadow .3s; margin: 1em 1.5em; text-align: center; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; border: 1px solid #ddd; }
.categorias-gral:hover {border: 1px solid #fff; -webkit-box-shadow: 0px 0px 30px 0px rgba(196,196,196,1); -moz-box-shadow: 0px 0px 30px 0px rgba(196,196,196,1); box-shadow: 0px 0px 30px 0px rgba(196,196,196,1); z-index: 2;}
.categorias-gral img {padding: 10px;}
.categorias-gral h2 {font-size: 1.2em; height: 70px; padding: .5em 1.2em; margin: 0; color: #fff; background: #78BA00; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px;}

/* >> PREGUNAS FECUENTES - acordeon - << */
.card-body {font-size: .9em; font-weight: 300;}
.card-header {padding: 5px;}
.card-user .card {border: none; background: #f8f8f8;}
.card-user .card-header {background:#45933E; color:#fff; border-bottom:none;}

/* >> BODY << */
.p-titulo {margin: 0 auto 1em auto; }
.p-titulo h1 {display: inline-block; font-size: 1.8em; font-weight: 500; margin: 1.5em 0; color: #448C45;}
.p-titulo-oferta {margin: 1em auto; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; display: inline-block; background: #F91D14; color:#fff;}
.p-titulo-oferta h2 {font-size: 2em; margin: 0; padding: .2em 1em; font-weight: 200;}
.p-titulo-oferta h2 strong {font-weight: 600;}
.preg-frec .btn {background: none;}
.p-subtitulos h2 {font-size: 2.2em; font-weight: 300; color: #000;}
.p-subtitulos h2 strong {font-weight: 600; color: #75BB00;}
.titulo-interiores h1 {font-size: 1.5em; font-weight: 300; color: #45933E; margin:1em 0;}
.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: 20px 10px 5px 10px; color: #45933E;}

/* PRODUCTOS */
.menu-categorias-productos {margin: 10px; padding: 10px; color: #ffffff; background: #000; }
.menu-categorias-productos h2 {font-size: 1em; font-weight: 300; margin: 0;}
.sv-producto-mod {position: relative; transition: box-shadow .3s; -webkit-border-radius: 24px; -moz-border-radius: 24px; border-radius: 24px;  margin: 2em .8em; padding: 1em; border: 1px solid #fff;}
.sv-producto-mod:hover {border: 1px solid #eee;}
.sv-producto-mod h2 {font-size: .9em; font-weight: 400; margin: 0; padding: 0; line-height: 15px; height: 35px; color: #45933E;}
.sv-producto-mod p {font-size: .9em; font-weight: 400; margin: 0; padding: 0; color: #888;}
.sv-producto-mod p span {color: #fff;}
.sv-prod-acciones {display: flex; justify-content: space-between;}
.sv-prod-acciones input { width: 45px; height: 45px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background: #f2f2f2; border:none;}
.sv-producto-contenidos {height: 90px; }
.sv-producto-contenidos h3 {font-size: 1em; margin: 0; color: #F91D14;}
.sv-producto-contenidos h3 span {font-size: .9em; color: #888;}
.sv-producto-contenidos h4 {font-size: 1em; margin: 0; color: #000;}
.sv-oferta-ticket {position: absolute; padding: 5px; top:20px; right:0; background: #F91D14; color:#fff;}
.precio-boton {height: 40px; margin-top: 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: #45933E;}
.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: #45933E; }
.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:#45933E;}
.portada-ofertas {text-align: center; margin: 3em 0; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;  border: 1px solid #ddd; }
.ofertas-en-portada {margin: 3em 0; padding: 2em 0; -webkit-box-shadow: 0px 0px 15px 5px rgba(209,209,209,1); -moz-box-shadow: 0px 0px 15px 5px rgba(209,209,209,1); box-shadow: 0px 0px 15px 5px rgba(209,209,209,1);}
.productos-relacionados h4 {color:#45933E;}

/* >> 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:#45933E; border:1px solid #eeeeee; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.caract-ofisillas {max-width: 90%; margin: 2em auto 3em auto;padding: 1.5em 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; vertical-align: top; text-align: center; background: #3C8D3B;}
.caract-ofisillas-item {width: 200px; display: inline-block; text-align: center; color: #fff;}
.caract-ofisillas-item img {width: 65px; height: 65px;}
.caract-ofisillas-item p {font-weight: 500; font-size: 15px; margin: 10px 0;}
.portada-info h2 {font-size: 1em; margin:0 0 20px 0; font-weight: 600; color: #000;}
.mapaportada {margin-top: 40px;}
.mapaportada iframe {max-height: 500px; width: 100%;}
.mapa-ubicacion h1 {font-size: 1.5em;}
.mapa-ubicacion p {margin: 0;}
.mapa-ubicacion a {color: #45933E;}
.mapa-ubicacion a:hover {color: #000;}
.mapa-ubicacion img {width: 20px; height: 20px; margin: 0 5px;}
.mapa-ubicacion iframe {min-height: 800px; width: 100%; margin: 2em 0;}

/* MI MENU LATERAL */
.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 }
.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: #45933E;}
.r-contacto-info h2 {margin: 1em 0; font-size: 1.5em; color: #000;}
.r-contacto-info a {color: #45933E;}
.r-contacto-info a:hover {color: #000;}

/* VISTA ORDEN PRODUCTOS */
.vista-orden-productos {padding: 4px 10px; margin-top: 10px; display: flex; justify-content: space-between; align-items: baseline; background: #f8f8f8; }
.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: #45933E; 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: #176F32; color: #fff; padding: 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.vista-paginas-productos {margin-bottom:2em; padding: 4px 10px; display: flex; justify-content: space-between; align-items: baseline; background: #f8f8f8; }
.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: #45933E; 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 {border-bottom: 1px solid #eee; display: block; padding: .5em 0; margin-top:15px;}
.ws-productos-tipo-entrega h2 {font-size: 1em; color: #45933E;}
.ws-productos-tipo-entrega img.iconos-entrega {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;}
.opciones-de-productos h3 {font-size: .9em; margin: 1.5em 0 .5em 0; color: #000;}
.tab-portada .nav-tabs .nav-link.active {color: #45933E;}
.tab-portada .nav-tabs .nav-link {color: #000;}
.btn-enviar a {color: #fff; padding: 5px 15px;}
.resumen-servicio { padding: 1em; margin-bottom: 1em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:1px solid #ddd; background: #fff;}
.resumen-servicio h2 {font-size: 1.2em; color: #000;}
.resumen-servicio span, .guia-paso-paso span {color: #45933E;}
.guia-paso-paso h2 {font-size: 1.7em; color: #000;}
.guia-paso-paso img {-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; margin: 2em 0;}

/* 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;}

/* CARRO.PHP */
.r-carro h3 {font-size: 1em; font-weight: 300; margin-bottom: 1em; color: #6c757d;}
.r-carro strong {color: #45933E;}
.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 { 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); }
.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: 200; color: #6c757d;}
.r-carro-productos h2 {font-size: 1.1em; margin: 0;}
.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;}

/* 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;}

/* >> FOOTER << */
#footer {background:#232323; padding:2em 0; border-top: 5px solid #448C45;}
.f-footer p {font-size: 1em; font-weight: 400; color: #ffffff;}
.f-footer h2 {color:#448C45; font-size:1em; font-weight:400; margin-bottom:1em;}
.f-footer ul {list-style:none; padding-left: 0; display: inline-block; vertical-align: top; margin-right: 20%;}
.f-footer ul li a {font-size: .9em; font-weight: 300; color: #ffffff;}
.f-footer ul li a:hover {color:#448C45; }
.f-final {display: flex; justify-content: flex-start; margin-top: 2em; margin-bottom: 2em; padding-top: 2em; border-top: 1px solid #448C45;}
.f-datos {margin: 10px 0 0 10px;}
.f-datos img {width: 20px; height: 20px; margin: 0 3px 0 5px;}
.f-datos p {margin: 0; font-size: .9em;}
.f-datos a {color: #448C45;}
.f-datos a:hover {color: #fff;}
.f-redes img { display:inline-block; width: 35px; height: 35px; margin-right: 10px; margin-bottom: 20px;}
.f-redes img:hover {opacity: .6;}
.visual {text-align: right; }
.visual a {color: #ccc; font-size:.7em; margin:1em 0; }
.visual a:hover {color: #fff;}

.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: #009894; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.portfolio-menu ul li.active { background:  #009894; color: #fff;}
.items-portafolio { width: 100% !important; }


/* >>> >>> MEDIA QUERIES <<< <<< */
@media (max-width: 1400px) {
.btn {font-size: 15px; padding: 0.375rem 1rem; font-weight: 200;}
.sv-producto-mod {margin: 2em 0;}
.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; }
.categorias-gral h2 {font-size: 1em;}
}

@media (max-width: 992px) {
.sv-header {flex-direction: column; align-items: center;}
.sv-buscador-datos {text-align: right;}
.sw-footer ul {margin-right: 15.5%;}
.f-logo-menu img {max-width: 300px; height: auto; margin: 0 auto; display: block;}
.h-carros {border-left: none;}
.caract-ofisillas {max-width: 100%; margin: 2em 0;}
.caract-ofisillas-item p {margin: 10px 0 20px 0;}
.portada-info {text-align: center;}
.portada-info img {margin-bottom: 1.5em;}
}

@media (max-width: 768px) {
.sv-banner-mini-p {margin-bottom: 20px; text-align: center;}
.sv-buscador-datos {text-align: center;}
.sv-redes {display: block; float: none;}
.p-titulo h1 {margin: 1em;}
.list-group {margin-bottom: 2em;}
.categorias-gral {margin: 1em 0;}
.categorias-gral h2 {font-size: 1.1em;}
}

@media (max-width: 576px) {
.h-carros { border-left: 1px solid #ddd;}
.iconos-portada {max-width: 100%;}
.sv-datos-grupo {flex-direction: column; align-items: center; text-align: center;}
.portfolio-item .item {width: 100%;}
.portada-info h2 {height: 35px;}
.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 {text-align: center;}
.sv-logo img {margin: 20px auto 0 auto;}
.h-ayuda h2 {font-size: 1em;}
.h-ayuda a {clear: both;}
.imagen {text-align: center; margin: 0 auto; display: block;}
.categorias-gral {margin: 1em 0;}
.categorias-gral h2 {padding: .5em; font-size:.9em; height: 60px;}
.caract-ofisillas {max-width: 80%; margin: 1em auto;}
.p-titulo-oferta h2 {font-size: 1.5em;}
.sv-producto-mod {margin: 1em 0;}
.sv-producto-mod img {text-align: center; margin: 0 auto; display: block;}
.h-info-derecha {text-align: center;}
.h-info-derecha a {display: inline-block;}
.h-carro-cotizacion p, .h-carro-compra p {margin: 20px 0 0 0; line-height: 18px;}
.h-carro-cotiz {float: none; margin-left: auto; margin-right: auto;}
.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-final {display: flex; flex-direction: column; text-align: center;}
.f-datos a {display: inline-block;}
.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: 1em;}
.visual {text-align: center;}
}
