@charset "utf-8";
/* CSS Document */
/*GRILLA*/
.b1-1, .b1-2, .b1-3, .b2-3, .b1-4, .b2-4, .b3-4, .b1-5, .b2-5, .b3-5, .b4-5, .b1-6, .b2-6, .b3-6, .b4-6, .b5-6 {
	display: block;
	float: left;
	border: none;
	clear: initial;
	margin: 1%;
}
.b1-1 {	width: 98%;}
.b1-2 {	width: 48%;}
.b1-3 {	width: 31.33%;}
.b2-3 {	width: 64.66%;}
.b1-4 {	width: 23%;}
.b2-4 {	width: 48%;}
.b3-4 {	width: 73%;}
.b1-5 {	width: 18%;}
.b2-5 {	width: 38%;}
.b3-5 {	width: 58%;}
.b4-5 {	width: 78%;}
.b1-6 {	width: 14.66%;}
.b2-6 {	width: 32.33%;}
.b3-6 {	width: 48%;}
.b4-6 {	width: 64.66%;}
.b5-6 {	width: 81.33%;}

.s1-1, .s1-2, .s1-3, .s2-3, .s1-4, .s2-4, .s3-4, .s1-5, .s2-5, .s3-5, .s4-5, .s1-6, .s2-6, .s3-6, .s4-6, .s5-6 {
	display: block;
	float: left;
	border: none;
	clear: initial;
	margin: 0%;
}
.s1-1 {	width: 100%;}
.s1-2 {	width: 50%;}
.s1-3 {	width: 33.33%;}
.s2-3 {	width: 66.66%;}
.s1-4 {	width: 25%;}
.s2-4 {	width: 50%;}
.s3-4 {	width: 75%;}
.s1-5 {	width: 20%;}
.s2-5 {	width: 40%;}
.s3-5 {	width: 60%;}
.s4-5 {	width: 80%;}
.s1-6 {	width: 16.66%;}
.s2-6 {	width: 33.32%;}
.s3-6 {	width: 49.98%;}
.s4-6 {	width: 66.64%;}
.s5-6 {	width: 83.3%;}


/*GRILLA MARGEN M */
.m1-1, .m1-2, .m1-3, .m2-3, .m1-4, .m2-4, .m1-4, .m3-4, .m1-5, .m2-5, .m3-5, .m4-5, .m1-6, .m2-6, .m3-6, .m4-6, .m5-6{
	display: block;
	float: left;
	margin: 0.5%;
	padding: 0.5%;
	border: none;
	clear: initial;
}
.m1-1 {	width: 98%;}
.m1-2 {	width: 48%;}
.m1-3 {	width: 31.33%;}
.m2-3 {	width: 64.66%;}
.m1-4 {	width: 23%;}
.m2-4 {	width: 48%;}
.m3-4 {	width: 73%;}
.m1-5 {	width: 18%;}
.m2-5 {	width: 38%;}
.m3-5 {	width: 58%;}
.m4-5 {	width: 78%;}
.m1-6 {	width: 14.66%;}
.m2-6 {	width: 32.33%;}
.m3-6 {	width: 48%;}
.m4-6 {	width: 64.66%;}
.m5-6 {	width: 81.33%;}




/*TIPOGRAFIA GENERAL*/
body * {
	font-family: 'Source Sans Pro', sans-serif!important;
}

/*SOLO MATRIZ*/
h2.descripcion-seccion {
	background-color: #f7f7f7;
	color: purple;
	display: block;
	padding: 25px 20px 25px 10px;
	z-index: 7;
	margin-top: 0;
	text-align: left;
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 900;
}
section.cajas div div {
	font-size: 13px;
	padding-bottom: 30px;
	display: block;
}
/*****************************************************************************CSS BASE*/


/*COLOR SCROLLBAR IFRAME*/
iframe::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 3px -4px 8px rgba(136, 136, 136, 0.3);
 border-left: 1px solid #d2d2d2;
 background-color: white;
}
iframe::-webkit-scrollbar {
 width: 10px;
 background-color: #fdb52c;

}
iframe::-webkit-scrollbar-thumb {
 background-color: #fdb112;
 -webkit-box-shadow: inset 5px 0px 4px rgba(255, 138, 0, 0.3);

}

/*COLOR SCROLLBAR*/
body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 3px -4px 8px rgba(136, 136, 136, 0.3);
 border-left: 1px solid #d2d2d2;
 background-color: white;
}
body::-webkit-scrollbar {
 width: 15px;
 background-color: #fdb52c;

}
body::-webkit-scrollbar-thumb {
 background-color: #fdb112;
 -webkit-box-shadow: inset 5px 0px 4px rgba(255, 138, 0, 0.3);
}


/*ETIQUETAS HTML*/
html{
	background-color: #f8f9fa!important;
}

body{
	display: block;
	margin: 0 auto!important;
	width: 99%;
	min-width: 330px;
	max-width: 2500px;
}
body > section{
	display: inline-block;
	clear: both;
	width: 100%;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
	margin: 10px 0;
	background-color: white;
	overflow: hidden;
}

section section{
	padding: 0;
}
h1 {
    font-size: 37px;
    margin: 8px 0;
}
p{
	font-weight: 400;
	margin: 0px 0px 4px 0px;
	font-size: 1em!important;
}
a {
    text-decoration: none;
    /* font-weight: 500; */
    color: #3496eb;
}
hr{
    border-color: #d0d0d0!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    height: 10px;
    border-style: dashed;
    box-shadow: 0px 1px 0px 0px #efefef;
}

img{
	min-width: 10px;
	min-height: 10px;
}

iframe{
	width: 100%;
	border: none;
}



/*LOAD BAR*/
div#progress-div {
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    max-width: 300px;
    max-height: 20px;
    margin-left: -150px;
    margin-top: 39px;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center center!important;
    background-color: white!important;
    border: 2px solid #0164d7;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    cursor: progress!important;
    padding: 0;
}
#progress-bar {background-color: #12CC1A;height:20px;color: #FFFFFF;width:0%;-webkit-transition: width .3s;-moz-transition: width .3s;transition: width .3s;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1dcdfe+0,22d0ab+100 */background: rgb(29,205,254); /* Old browsers */background: -moz-linear-gradient(left, rgba(29,205,254,1) 0%, rgba(34,208,171,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(left, rgba(29,205,254,1) 0%,rgba(34,208,171,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right, rgba(29,205,254,1) 0%,rgba(34,208,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dcdfe', endColorstr='#22d0ab',GradientType=1 ); /* IE6-9 */}
#progress-div {border:#0FA015 1px solid;padding: 5px 0px;margin:30px 0px;border-radius:4px;text-align:center; overflow:hidden;}



/*FOCUS*/
.bloque-servicio:focus,
.menu ul li a:focus,
.item-noticia:focus,
.item-producto-destacado:focus,
item-producto:focus
{
    position: relative;
    background-color: #e4e4e4;
    outline: none;
}

/*CLASES MATRIZ*/
.x2 {
    font-size: 16px;
}
.x3 {
    font-size: 20px;
}
.x4 {
    font-size: 24px;
}
.bloque-imagen-texto {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.b1-2.bloque-imagen-texto h2 {
    margin: 0px 0 10px;
}

/*IMAGEN MAS TEXTO*/
.imagen img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	background-color: white!important;
}
.imagen {
	display: block;
	max-height: 230px;
	height: 210px;
	overflow: hidden;
}

/*CLASES SIMILARES AL CSS*/
.float-left {
	float: left!important;
}
.float-right {
	float: right!important;
}
.text-align-center {
	text-align:center;
}
.text-align-left {
	text-align:left;
}
.text-align-right {
	text-align:right;
}
.text-align-justify {
	text-align: justify;
}
.justificar {
	text-align: justify;
}
.display-inline-block {
	display: inline-block;
}






/*POPUP*/
.deposito-editor {
    position: fixed;
    background-color: #000000db;
    box-shadow: 0px 0px 0px 190px #00000085, 0px 0px 22px #000000;
    color: white;
    padding: 1%;
    left: 4%;
    right: 5%;
    width: 90%;
    text-align: center;
    height: 85%;
    top: 6%;
    bottom: 5%;
    z-index: 9999999999;
    border-radius: 18px;
}
iframe.iframe-editor {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: white;
    border-radius: 10px;
}

span.cerrar-deposito {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 42px;
    background-color: #3c3c3c;
    box-shadow: inset 0px 0px 10px black;
    border: 2px solid gray;
    border-radius: 100px;
    margin-top: -20px;
    margin-right: -27px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: 0.3s;
    z-index: 99;
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
}
span.cerrar-deposito img {
    width: 70%;
    margin: 6px auto;
    display: block;
}
span.cerrar-deposito:hover {
    transform: rotate(360deg);
}

.deposito-editor .item-deposito-editor:hover {
    box-shadow: 0px 0px 0px 3px orange;
}

.seccion-items-deposito {
    overflow-y: scroll;
    height: 100%;
    color: black;
}


/*CONTENEDOR*/
.contenedor {
	min-height: 1000px;
	display: block;
	float: left;
	width: 100%;
	background-color: white;
}
.centrar {
	display: block;
	width: 100%;
	max-width: 1500px;
	min-width: 200px;
	margin: 0 auto;
}
.centrar-mini {
	width: 94%;
	margin: 0 auto;
	display: block;
	max-width: 1500px;
	min-width: 320px;
}

.centrar-mini-mini {
    width: 60%;
    margin: 0 auto;
    display: block;
    max-width: 1500px;
    min-width: 320px;
}



/*HEIGHT*/
.height-100 {
    height: 100px!important;
}
.height-200 {
    height: 200px!important;
}
.height-300 {
    height: 300px!important;
}
.height-400 {
    height: 400px!important;
}
.height-500 {
    height: 500px!important;
}

/*ESTILO BLOQUES ESTANDAR*/
.contenedor-flex {
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap!important;
}

.bloque {
    box-sizing: border-box;
    padding-bottom: 10px;
    transition: 0.1s;
    transition-delay: 0.1s;
    text-decoration: none;
    margin-bottom: 10px;
    background-color: white;
    -webkit-font-smoothing: antialiased;
    border: 1px solid white;
    color: red;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #0000000d;
    border-left: 1px solid #fcfcfc!important;
}
.bloque:hover {
    transition: 0.1s!important;
    background-color: #ffffff!important;
    box-shadow: 5px 3px 16px #0000002e, 5px 3px 264px #00000014;
    position: relative;
    border-radius: 8px;
}
.bloque:hover figure img {
    transition: 0.3s;
}
.bloque figure.imagen-bloque {
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px 10px 0px 0px;
}

.bloque figure.imagen-bloque img {
    margin: 0;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.bloque .contenido-bloque {
    padding: 3%;
}
.bloque .color-producto {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 30px;
}
.bloque .contenido-bloque time {
    font-style: italic;
    font-size: 14px;
    color: gray;
}

.bloque .contenido-bloque h3 {
    margin: 9px 0 10px;
    color: black;
    font-size: 16px;
}

.bloque .contenido-bloque p {
    color: gray;
    clear: both;
    font-size: 13px!important;
    line-height: 17px;
    letter-spacing: -0.2px;
    word-spacing: 2px;
}

.bloque .contenido-bloque  b {
    color: black;
    clear: both;
    display: block;
    font-size: 15px!important;
    line-height: 26px;
}

.bloque .contenido-bloque  i {
    clear: both;
    display: block;
    font-size: 15px!important;
    line-height: 26px;
    color: black;
}

.bloque .contenido-bloque  small {
    color: gray;
    clear: both;
    display: block;
    font-size: 12px!important;
}

.bloque .contenido-bloque  .precio-bloque {
    font-weight: bold;
    font-size: 16px;
    display: block;
    clear: both;
    margin: 10px 0;
    color: #ff9100;
}

.bloque .contenido-bloque  .precio-anterior-bloque {
    font-weight: 400;
    font-size: 14px;
    display: block;
    clear: both;
    text-decoration: line-through;
    color: gray;
    text-decoration-color: #c8c8c8;
    margin: 10px 0;
}

/*BLOQUES HORIZONTALES*/
.bloque.horizontal a {
    display: inline-block;
}

.bloque.horizontal .imagen-bloque {
    width: 50%;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
}

.bloque.horizontal .contenido-bloque {
    width: 46%;
    margin: 0;
    padding: 2%;
    display: inline-block;
    float: left;
}

.bloque.horizontal {
    padding-bottom: 0;
}

/*BOTON PANEL*/
.btn-panel {
    background-color: #6f6f6f!important;
    border-bottom: 3px solid #575757;
    color: white!important;
    display: inline-block!important;
    margin-left: 8px!important;
}
.boton.btn-panel {
    margin: 5px 0 5px 0!important;
    color: white!important;
    border-radius: 4px!important;
    padding: 6px 10px 6px!important;
    border-bottom: 2px solid #545454!important;
    font-size: 16px;
    letter-spacing: 0.1px;
}
.bloque .btn-panel {
    z-index:1;
    color: white!important;
}
a.btn-whatsapp {
    background-color: green;
    border-bottom: 3px solid #175317;
    color: white;
    padding: 7px 20px;
    text-decoration: none;
    margin-bottom: 20px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 13px;
    display: table;
}

a.btn-whatsapp img {
    width: 20px;
    margin-bottom: -4px;
    outline: none;
}
/*BARRA PANEL HEADER*/
.header-barra-panel {
    /* display: inline-block; */
    /* width: 100%; */
    /* background-color: #292727db; */
    /* padding: 10px 0; */
    /* margin-bottom: 0px; */
    /* position: fixed; */
    /* bottom: 0; */
    /* z-index: 9; */
    display: none;
}

.header-barra-panel a {
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-right: 15px;
    color: #b5b5b5;
    font-size: 11px;
    transition: 0.3s;
}
.header-barra-panel a:hover {
    color: white;
}

.header-barra-panel a img {
    opacity: 0.8;
    transition: 0.3s;
}

.header-barra-panel a:hover img {
    opacity: 1;
}
span.top-header-fecha {
    color: white;
}
header .top-header .texto-top-header {
    font-size: 13px;
    padding: 11px;
    margin-right:15px;
    color: white;
}
header .top-header .texto-top-header img {
    margin-right: 4px;
    width: 23px;
    margin-bottom: -5px;
}




/*BARRA CARRITO*/
.barraCarrito {
    background-color: #f9f9f9!important;
    color: white;
}
.barraCarrito .botones-carrito > * {
    color: black!important;
    font-size: 13px!important;
    font-weight: bold;
}
header .dato-contacto-header a img {
    margin-right: 4px;
    width: 23px;
    margin-bottom: -5px;
}


header .texto-top-header a {
    margin-right: 15px;
    width: 23px;
    margin-bottom: -5px;
}

header .texto-top-header a img {
    margin-right: 4px;
    width: 23px;
    margin-bottom: -5px;
}

header li.dato-contacto-header {
    display: inline-block;
    margin-right: 5px;
    padding: 9px 4px;
    
}






/*BOTON PANEL FOOTER*/
a.btn-acceso-panel {background-color: #6f6f6f!important;border-bottom: 3px solid #575757;color: white!important;display: inline-block!important;margin-bottom: 4px;}

a.btn-acceso-panel:hover {
    background-color: #33cc00;
}


/*FOOTER SCROLL TOP BUTTON*/
.boton-top {
	position: fixed;
	bottom: 120px;
	right: 24px;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	background-color: #ffa500;
	padding: 10px;
	text-align: center;
	color: white;
	font-size: 25px;
	z-index: 9999999999;
	line-height: 13px;
}
.boton-top img {
	width: 90%;
	margin-top: 0px;
}
.boton-top:hover {
	background-color: #ffb733;
	cursor:pointer;
}
/*BOTON WHATSAPP*/
a.boton-whatsapp-footer {
    position: fixed;
    right: 20px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    background: url(/custom/img/iconos-sociales/icono-whatsapp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 999999999999;
    cursor:pointer;
    transition:1s;
    animation-duration: 3s;
}
a.boton-whatsapp-footer:hover {
    transform: scale(1.2)!important;
    transition:0.3s;
}
span.boton-whatsapp-footer-mensaje {
    display: inline-block;
    max-width: 100px;
    margin-left: -70px;
    color: black;
    background-color: #c0ff95;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 14px;
    opacity: 0;
    transition: 0.3s;
    font-size: 11px;
    pointer-events: none;
}

a.boton-whatsapp-footer:hover span.boton-whatsapp-footer-mensaje {
    opacity: 1;
    transition: 1s;
}
/*GENERADOR QR*/
span.qr-imagen {
    position: fixed;
    right: 3%;
    bottom: 27%;
    z-index: 9;
    display: none;
}

span.qr-imagen img {
    width: 65px;
    transition: 0.3s;
    border-radius: 10px;
    image-rendering: auto;
    image-rendering: pixelated;
}
span.qr-imagen:hover img {
    width: 140px;
}

/*TIPOS DE SECCIONES*/
section.presentacion1 {
    padding: 0px 0 40px;
}




/*SLIDER*/
.owl-stage-outer.owl-height {
    height: auto!important;
}
.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent!important;
}

.owl-theme .owl-nav [class*=owl-] img {
    width: 50px;
    opacity: 0.5;
    transition: 0.3s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent!important;
}

.owl-theme .owl-nav [class*=owl-]:hover img {
    opacity: 1;
    transition: 0.1s;
}


/*header buscador grande*/
.resulados-buscador-inicio.buscador-inicio-header {
    position: relative;
    margin-top: 0px!important;
    margin-left: 0!important;
    background-color: #d8d8d8;
    max-width: calc(100% - 40px);
    padding: 0px 0px;
    z-index: 2;
    box-shadow: 12px 12px 12px #00000059;
    border-radius: 0px 0px 10px 10px;
}
.listado-resultados-buscador-header {
    position: absolute;
    background-color: #ffffff!important;
    width: calc(100% - 0px);
    padding: 20px;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 2px 4px 4px #0000005c;
}






/*HEADER 1*/

header * {
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
span.top-header-fecha {
	font-family: monospace;
	font-size: 10px;
	display: inline-block;
	float: left;
}
header > .top-header {z-index: 99999;background-color: #dbdbdb;float: left;width: 100%;}
header > .top-header .top-header-fecha {color: #ffffff;padding: 9px;font-size: 13px;font-weight: 500;padding-left: 20px;}
header > .top-header .top-header-boton {display: inline-block;text-decoration: none;color: white;background-color: #660e80;padding: 4px 14px 5px 20px;margin-top: 6px;margin-bottom: 0px;font-size: 12px;border-radius: 8px;min-width: 51px;max-width: 84%;text-align: center;float: right;margin-left: 2px;font-weight: 600;}
header > .top-header .top-header-boton img {
	outline: none;
}
header .top-header a {
    font-size: 13px;
}
header > .top-header .top-header-boton:hover {
	background-color: #33cc00;
}
header {
	border-bottom: 1px solid #f1f1f1;
	width: 100%;
	display: inline-block;
	background-color: white;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
	position: relative;
}
header .logo {
    text-align: center;
}
header .logo img {
	max-width: 100%;
	min-height: 80px;
	max-height: 80px;
}
header .boton-movil {
	display: none;
}

header .top-header-info ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
header .top-header-info ul {
}
header .top-header-info ul li {
	display: inline-block;
	font-size: 12px;
}
header .top-header-info ul li a {
	display: inline;
	width: 100%;
}
header .top-header-info ul li a {
	text-decoration: none;
	margin-left: 11px;
	text-align: right;
	color: #5a5a5a;
	font-weight: 600;
	font-size: 13px;
}
header .top-header-info ul li a img {
    margin-bottom: -5px;
    height: 20px;
}

header nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
	display: inline-block;
	float: right;
	z-index: 9!important;
	width: 100%;
}
header nav > ul > li {
	display: inline-block;
}
header nav > ul > li > a{
	padding: 11px 5px!important;
	margin: 0px 3px;
	min-width: 40px;
	color: white!important;
}

header nav ul li a {
	text-decoration: none;
	padding: 7px;
	background-color: #fbfbfb;
	color: grey;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0px;
	text-align: center;
}
header nav ul li ul {
	position: absolute;
	display: none;
	width: 250px;
	border-radius: 10px;
	z-index: 2;
	box-shadow: 5px 10px 5px 0px #0000000f;
}
header nav ul li ul li {
	display: block;
	width: 100%;
}
header nav ul li ul li a {
	display: block;
	width: 96%;
	padding: 10px 2%;
	text-align: left;
	border-bottom: 1px solid #f1f1f1;
	font-size: 12px!important;
	border-radius: 0;
	border-bottom: 1px solid #e2e2e2;
	background-color: white;
	box-shadow: 4px 4px 3px #0000003d;
}
header nav > ul > li:hover > ul {
	display: block;
}
header nav ul .boton-buscar img {
	outline: none!important;
	height: 13px;
}

header nav ul li ul li:hover ul {
    display: block;
}

header nav ul li ul li ul {
    margin-left: 30px;
    width: calc(100% - 32px);
}


/*HEADER1 MENU SELECT*/
header select.menu-header-movil {
	display: none;
}
li.dato-contacto-header {
    margin-bottom: 0px!important;
    display: block;
}

/*HEADER1 BOTON BUSCADOR*/
header .boton-buscar .buscador {
	display: inline-block;
	position: relative;
	width: 160px;
	height: 30px;
	pointer-events: none;
	transition: 0.3s;
	animation-delay: 2s!important;
	z-index: 1;
	margin-top: -4px;
	margin-bottom: 0px;
}

header .boton-buscar .buscador form {
	width: 160px;
	margin: 0;
	display: block;
	border-radius: 3px;
	position: relative;
	z-index: 9;
	margin-bottom: 0!important;
	padding: 9px 2px;
}
header .boton-buscar:hover .buscador {
	display: inline-block;
	pointer-events: auto;
	opacity: 1;
	animation-delay: 0s;
	transition: 0.3s;
	opacity: 1;
}

/*HEADER 1*/
#header1 nav > ul > li > a{
	padding: 23px 5px!important;
	margin: 0px 3px;
	min-width: 40px;
}


/*HEADER 2*/
#header2 > div {
    display: block;
    text-align: center;
}

#header2 .top-header-info ul {
    text-align: center;
}

#header2 nav ul {
    text-align: center!important;
    float: none;
}
#header2 li.dato-contacto-header {
    float: left;
    
}
/*HEADER 3*/
#header3 .logo a {
    text-align: center!important;
    float: initial;
}

#header3 ul {
    text-align: center!important;
}

#header3 .top-header {
    text-align: center;
}

#header3 .header-nav.borrar-movil {
    margin: 0!important;
}




/*ICONOS REDES SOCIALES*/

.iconos-sociales a {
    display: inline-block;
}

.iconos-sociales.x1 a img {
    height: 10px;
}
.iconos-sociales.x2 a img {
    height: 20px;
}
.iconos-sociales.x3 a img {
    height: 30px;
}
.iconos-sociales.x4 a img {
    height: 40px;
}


/*ENLACES REDES SOCIALES*/
a.display-inline-block.enlace-redsocial {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}

a.display-inline-block.enlace-redsocial img {
    margin-bottom: -8px;
    margin-right: 5px;
}



/*HEADER FIXED - HEADER FIXED - HEADER FIXED - HEADER FIXED - HEADER FIXED */
/*HEADER FIXED - HEADER FIXED - HEADER FIXED - HEADER FIXED - HEADER FIXED */
/*HEADER FIXED - HEADER FIXED - HEADER FIXED - HEADER FIXED - HEADER FIXED */
/*HEADER FIXED - HEADER FIXED - HEADER FIXED - HEADER FIXED - HEADER FIXED */
header {
    top: 0;
    z-index: 10;
}
body {
    /* padding-top: 170px; */
}
header * {
    transition:0.3s;
}
.header-fixed {
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 99;
}
.header-fixed .top-header-info {
    height: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: 0.3s;
}
.header-fixed .logo {
    margin: 0;
    margin-top: 6px;
}
.header-fixed .desplegar {
    margin: 0;
    margin-top: 10px;
}
.header-fixed  nav > ul li a {
    font-size: 11px;
}
.header-fixed .logo img {
    max-width: 195px;
}
.header-fixed  .header-nav-categorias {
    background-color: #4a4a4a0f!important;
    padding: 0px;
    font-size: 12px;
}
.header-fixed .header-nav-categorias a {
    font-size: 11px;
}

/*//////////////////////////////////////////////////*/
/*BARRA LATERAL*/
aside {
}
.widget {
	margin-bottom: 10px;
}
h4.titulo-widget {
	background-color: #660e80;
	border-radius: 8px 8px 0px 0px;
	color: white;
	padding: 10px;
	margin: 0;
}

.cajas > div > div {
	min-height: 10px;
	background-color: #dfdfdf;
	margin-bottom: 10px;
	outline: 1px solid #cecece;
}
.ver-categorias {
    display: block;
    text-align: center;
    background-color: #575757;
    margin: 10px 0px 20px;
    padding: 10px 0px;
    float: left;
    width: 100%;
    border-bottom: 4px solid #3a3a3a;
    font-weight: bold;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 8px;
}
.ver-categorias:hover {
    background-color: #898989;
}

/*MENU LATERAL ACORDION*/
div#accordion-menu h3 {
	margin: 0;
	display: inline-block;
	width: 90%;
	background-color: #e4e4e4;
	border-bottom: 1px solid #bdbdbd;
	padding: 10px 5%;
	cursor: pointer;
	font-size: 16px;
}
div#accordion-menu h3 a {
    color: #060606;
    text-decoration: none;
}
div#accordion-menu h3:hover {
	background-color: #bdbdbd;
}
div#accordion-menu .flecha-menu {
	font-size: 10px;
}
div#accordion-menu nav ul li {
	list-style: none;
}
div#accordion-menu nav ul li a {
	display: inline-block;
	width: 90%;
	text-align: left;
	text-decoration: none;
	background-color: #f1f1f1;
	border-top: 1px solid gray;
	padding: 10px 5%;
}
div#accordion-menu nav ul {
	margin: 0;
	padding: 0;
}
#accordion-menu div {
	padding: 0;
}

/*TABLAS*/
table h4 {
    margin: 0;
}

table h3 {
    margin: 0;
}
table.tabla-inicial {
    border-collapse: collapse;
    width: 100%;
}

tabl.tabla-iniciale td, table.tabla-inicial th {
    border: 1px solid #ddd;
    padding: 8px;
}

table.tabla-inicial tr:nth-child(even){
	background-color: #f2f2f2;
}
table.tabla-inicial tr:hover {
	background-color: #ddd;
}
table.tabla-inicial tr:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #868686;
    color: white;
}
td {
    padding: 6px 10px;
    font-size: 16px;
}
/*TABLA BORDE DOBLE*/
table.tabla-borde-doble,table.tabla-borde-doble th,table.tabla-borde-doble td {
   border: 1px solid black;
}
/*TABLA BORDE SIMPLE*/
table.tabla-borde-simple {
    border-collapse: collapse;
}
table.tabla-borde-simple, table.tabla-borde-simple tr, table.tabla-borde-simple th {
    border: 1px solid black;
}

/*TABLA PADDING*/
table.tabla-padding th,table.tabla-padding td {
    padding: 15px;
    text-align: left;
}

/*TABLA BORDE HORIZONTAL*/
table.tabla-borde-horizontal th,table.tabla-borde-horizontal td {
    border-bottom: 1px solid #ddd;
}

/*TABLAS LINEAS HORIZONTAL*/
table.tabla-lineas-horizontal tr:nth-child(even) {
	background-color: #f2f2f2;
}

/*CONTENIDO TABLA*/
h3 {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 15px;
}





/*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*/
/*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*/
/*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*/
/*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*/
/*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*//*SLIDERS*/
.slider1 .item {
	padding: 0!important;
}
.slider1 .item img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	background-color: transparent!important;
}
.slider2 .item {
	height: 310px!important;
	padding: 0!important;
}
.slider2 .item img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	background-color: white!important;
}

/*BOTONES SLIDER*/
.botones-centro .owl-nav {
	height: 0;
	position: absolute;
	width: 100%;
	top: 0;
	margin-top: 0!important;
}
.botones-centro .owl-nav .owl-prev, .botones-centro .owl-nav .owl-next {
	text-align: center;
	display: inline-block;
	padding: 0px!important;
	height: 100%!important;
	align-items: center;
	display: flex!important;
	width: 40px;
	margin: 14% 20px!important;
	text-align: center!important;
}
.botones-centro .owl-nav .owl-prev {
	float: left;
	/* margin-left: 20px!important; */
}
.botones-centro .owl-nav .owl-next {
	float: right;
	/* display: inline-block; */
	/* position: relative; */
}
/*QUITAR PUNTOS SLIDER*/
.sin-puntos .owl-dots {
	display: none;
}

/*TABLA DIV*/
.tabla {
    outline: 1px solid gray;
    float: left;
    width: 100%;
}
.tabla .tr {
    display: block;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.tabla .tr .td {
    padding: 2%;
    width: 46%;
    margin: 0;
    float: left;
    border-right: 1px solid gray;
    margin-right: -1px;
}

/*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*/
/*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*/
/*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*/
/*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*//*FORMULARIO*/
section > form {
	width: 100%;
}
input, textarea, select {
	margin: 4px 1% 4px 0;
	padding: 9px 2%;
	border-radius: 2px;
	border: none;
	background-color: #d3d3d3;
	border: 2px solid #e7e7e7;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	width: 96%;
	letter-spacing: 0.5px;
}
input[type="checkbox"] {
    display: inline-block;
    width: auto;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8c8c8c;
  
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #d2d2d2;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #d2d2d2;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #d2d2d2;
}
textarea {
	min-width: 250px;
	min-height: 130px;
	font-size: 15px;
	max-width: 100%;
	max-height: 500px;
}
button, input[type="button"] {
	padding: 8px 12px;
	border-radius: 6px;
	border: none;
	min-width: 110px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	margin: 0px 5px 5px 0px;
}
button:hover, input[type="button"]:hover {
	background-color:#b2b2b2;
}
button.oscuro {
	background-color: orange;
	color: white;
}
input:focus, textarea:focus {
	outline:1px solid red;
}
input[type="file"] {
	font-size: 9px;
	width: 0px;
	height: 30px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
input[type="file"]:focus {
	outline:none;
}
input[type="file"]:after {
	content: "Subir archivos";
	background-color: #dddddd;
	position: absolute;
	margin-top: -20px;
	padding: 8px 26px;
	border-radius: 100px;
	border: none;
	min-width: 90px;
	font-size: 13px;
}
input[type="file"]:hover:after {
	background-color: #c4c4c4;
}
input[type="file"]:before {
	content: "nombre del archivo";
	background-color: #f7f7f7;
	position: absolute;
	margin-top: 0px;
	margin-left: 127px;
	padding: 4px 26px;
	border-radius: 100px;
	border: none;
	min-width: 90px;
	font-size: 13px;
	border: 1px solid #e8e8e8;
}
a.boton.mensaje-enviar-nuevamente {
    background-color: green;
    color: white;
}
span.alerta-formulario {
    color: #d00000;
    background-color: #ffcfd8;
    border: 1px solid #ffc5c5;
    display: block;
    padding: 10px;
    border-radius: 4px;
    font-style: italic;
    font-size: 14px;
}
/*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*/
/*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*/
/*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*/
/*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*/
/*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*/
/*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*//*BOTONES*/
.boton {
	padding: 7px 10px;
	background-color: #e0e0e0;
	display: inline-block;
	border-radius: 4px;
	cursor:pointer;
	font-size: 16px;
	text-decoration: none;
	color: #2d2d2d;
	font-weight: 400;
	min-width: 60px;
	text-align: center;
	margin-bottom: 8px;
}
.boton:hover {
	opacity: 0.8;
}
.btn-carrito {
    background-color: #55df51!important;
    color: #151414;
    display: inline-block;
    font-weight: 400;
    border-radius: 4px;
}
a.boton.btn-carrito {
    background: url(/custom/img/carrito.svg);
    background-position: 7px 5px;
    background-repeat: no-repeat;
    background-size: 21px;
    padding-left: 33px;
}

a.boton.en-oferta {
    background: url(/panel/img/iconos/oferta.svg);
    background-position: 6px 6px;
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 33px;
}

a.boton.en-destacar {
    background: url(/panel/img/iconos/destacar.svg);
    background-position: 6px 6px;
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 33px;
}
/*BUSCADOR BODY*/
header form.buscador-grande button {
    font-size: 10px;
}
header form.buscador-grande input {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 72%!important;
    min-width: 0;
    height: 20px;
    padding: 5px 2% 5px 6%!important;
    border: none;
    margin: 0;
    border-radius: 2px 0px 0px 2px;
    font-size: 13px!important;
}

/*HEADER FORM BUSCADOR*/
header form.buscador-grande button {
    display: inline-block;
    float: right;
    width: 20%!important;
    overflow: hidden;
    min-width: 0;
    height: 30px;
    padding: 5px 0!important;
    border: none;
    margin: 0;
    border-radius: 0px 2px 2px 0px;
}
body div form.buscador-grande-header input {
    padding: 7px 4% 10px 4%!important;
    font-size: 16px!important;
}
body div form.buscador-grande-header button {
    padding: 18px 4% 19px 4%!important;
    font-size: 16px!important;
}
header span.texto-resultado {
    margin: 8px;
    display: block;
}

/* FORM BUSCADOR*/
form.buscador-grande {
	margin-top: 4px;
}
form.buscador-grande input {
    padding: 15px 5%;
    font-size: 19px;
    width: 70%;
    display: inline-block;
    float: left;
    overflow: hidden;
    min-width: 0;
    height: 20px;
    border: none;
    margin: 0;
    border-radius: 6px 0px 0px 6px;
    font-size: 21px;
}
form.buscador-grande button {
    padding: 25px 2%;
    min-width: 18%;
    font-size: 16px;
    height: 30px;
    background: url(/custom/img/buscar.svg) #e2e2e2;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 6px 6px 0px;
    transition: 0.3s;
}
form.buscador-grande button:hover {
    background-color: #cdcdcd;
}

form.buscador-grande a.item-resulado-buscador-inicio {
    display: block;
    max-width: 600px;
    transition: 0.3s;
    color: black!important;
}
form.buscador-grande tr:hover {
    background-color: #bdbdbd;
    color: black;
}
form.buscador-grande a.item-resulado-buscador-inicio figure {
    margin: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    margin: 0px 10px -5px 0px;
    border: 1px solid #dbdbdb;
}
form.buscador-grande a.item-resulado-buscador-inicio figure img {
    margin: 0;
    height: 100vh;
    width: 100vw;
    object-fit: contain;
    object-position: center;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    filter: contrast(1) saturate(1.5);
}

/*TABLA VERTICAL*/
.tabs-menu-vertical .ui-tabs-nav {
	margin: 0;
	padding: 0;
	width: 20%;
	float: left;
}
.tabs-menu-vertical .ui-tabs-nav li {
	list-style:none;
}
.tabs-menu-vertical .ui-state-active a {
	background-color: #f7f7f7!important;
	color: black!important;
}
.tabs-menu-vertical .ui-tabs-nav li a {
	display: block;
	width: 96%;
	padding: 10px 2%;
	text-decoration:none;
	background-color: #c1c1c1;
	border-bottom: 1px solid #a5a5a5;
	color: #696969;
	font-weight: 600;
}
.tabs-menu-vertical .ui-tabs-nav li a:focus {
	color:red;
}
.tabs-menu-vertical .ui-tabs-nav li a:hover {
	background-color: #d9d9d9;
}
.tabs-menu-vertical > div {
	display: block;
	width: 76%;
	float: left;
	padding: 0 2%;
	margin-bottom: 30px;
	background-color: #f7f7f7;
}


/*BANNER GRANDE*/
.botones-banner-inicio {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
}
.botones-banner-inicio-movil {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
}




.slider-css-1 .botones-banner-inicio-movil {
    top: 0;
    margin-top: 0!important;
}

.slider-css-1 .botones-banner-inicio {
    top: 0;
    margin-top: 0px!important;
}




section.banner-grande {
	display: block;
	min-height: 180px;
	background-color: gray;
	width: 100%;
	padding-top: 280px;
}
section.banner-grande .info-banner {
	margin-left: 10%;
	display: inline-block;
	margin-top: 0;
	padding: 10px;
	border-left: 4px solid #656565;
	color: white;
}
.banner-grande .info-banner h1 {
	margin-top: 0;
}
.owl-carousel .item {
	background: #ffffff;
}
.owl-theme .owl-nav [class*=owl-] {
	background-color: orange;
}
/*CARRUSEL 1*/
.owl-carousel .item {
    background-color: white;
}
.carrusel1 .owl-item img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	object-position: top center;
	background-color: white!important;
}
.carrusel1 .owl-carousel .owl-item .item {
	padding: 0;
	background: white;
}
/*CARRUSEL 2*/
.carrusel2 .owl-item img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	background-color: white!important;
}
.carrusel2 .owl-carousel .owl-item .item {
	padding: 0;
}
/*TABLA HORIZONTAL*/
ul.ui-tabs-nav {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dbdbdb;
}
div#tabsH {
	margin-bottom: 40px;
	padding: 10px 10px 30px;
	display: inline-block;
	margin-bottom: 60px;
	width: 98%;
}
.tabs-menu-horizontal .ui-tabs-nav {
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
}
#tabsH .ui-tabs-nav li {
	list-style: none;
	display: inline-block;
}
#tabsH .ui-tabs-nav li a {
	display: inline-block;
	text-decoration: none;
	color: #c1c1c1;
	background-color: #ededed;
	padding: 10px;
	color: #c3bfbf;
	border-radius: 4px 4px 0px 0px;
	font-weight: 600;
}
#tabsH .ui-state-active a {
	background-color: #dbdbdb!important;
	color: #5d5d5d!important;
}
.ui-tabs-nav li a:focus {
    outline: none;
}
#tabsH .ui-tabs-nav li a:hover {
	background-color: #d9d9d9;
	color: gray;
}
div#tabsH > div {
    border: 2px solid #dbdbdb;
}

/*ACCORDION*/
div#accordion h3 {
	display: block;
	width: 96%;
	padding: 10px 2%;
	text-decoration: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #dfdada;
	color: #000000;
	margin: 0;
	cursor: pointer;
}
div#accordion h3.ui-state-active {
	background-color: #f7f7f7;
	color: black;
}
div#accordion h3.ui-state-active:hover {
	background-color: #fcfcfc;
}
div#accordion h3:hover {
	background-color: #ececec;
}
.ui-accordion-content {
	padding: 2%;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
	border: 1px solid #f1f1f1;
}


/*CLIENTES LOGOS*/
section.clientes1 .logo-cliente img {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	min-width: 80px;
	-webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
	filter: grayscale(91%) brightness(110%)!important;
}
section.clientes1 .logo-cliente img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%)!important;
}
section.clientes2 .logo-cliente img {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	min-width: 80px;
}

/*SECCIONES PREDISEÑADAS*/

/*SERVICIOS 1*/
section.servicio1 .bloque-servicio .imagen img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	background-color: white!important;
}
section.servicio1 .bloque-servicio .imagen {
	display: block;
	max-height: 230px;
	height: 210px;
	overflow: hidden;
	margin-bottom: 20px;
}

/*SERVICIOS 2*/
section.servicio2 .bloque-servicio .imagen img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	background-color: white!important;
}
section.servicio2 .bloque-servicio .imagen {
	display: block;
	max-height: 230px;
	height: 210px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 10px;
}

/*////////////////////////////////////////*/
/*PRESENTACION DE EMPRESA*/

.presentacion1 .imagen img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	background-color: white!important;
}
.presentacion1 .imagen {
	display: block;
	max-height: 230px;
	height: 210px;
	overflow: hidden;
	margin-bottom: 20px;
}
.presentacion3 .imagen img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	background-color: white!important;
}
.presentacion3 .imagen {
	display: block;
	max-height: 230px;
	height: 210px;
	overflow: hidden;
	margin-bottom: 20px;
}

/*ASIDE WIDGET*/
.widget {
	float: left;
	display: inline-block;
	min-height: 30px;
	width: 100%;
}
nav.widget.menu ul {
	margin: 0;
	padding: 0;
}
nav.widget.menu ul li {
	list-style: none;
}
li.categoria-actual a {
    background-color: #660e80!important;
    color: white!important;
}
nav.widget.menu ul li a {
	text-decoration: none;
	display: inline-block;
	background-color: #f9f9f9;
	width: 96%;
	text-align: left;
	padding: 10px 2%;
	color: black;
	border-bottom: 1px solid #efefef;
	font-size: 12px;
	border-radius: unset;
}
nav.widget.menu span.cantidad-productos {
    text-align: right;
    display: inline-block;
    float: right;
}
nav.widget.menu > ul > li > a {
    font-weight: bold;
    background-color: #fdfdfd;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 0px #00000033;
    transition: 0.8s;
    transition: 0.9s!important;
}
nav.widget.menu ul li a:hover {
	background-color: #f1f1f1;
	box-shadow: 14px 14px 24px #00000033;
	z-index: 9999999999;
	position: relative;
	transform: scale(1.02, 1.02) translateX(-1%) translateY(-1%);
	transition: 0.2s!important;
}



a.nivel2, a.nivel3, a.nivel4 {
    font-weight: normal!important;
    font-size: 12px!important;
}

a.nivel1 {
    background-color: #f8f8f8!important;
}
a.nivel2 {
    padding-left: 10%!important;
    width: 88%!important;
    padding-right: 2%!important;
}
a.nivel3 {
    padding-left: 20%!important;
    width: 78%!important;
    padding-right: 2%!important;
}
span.signo-menu-a {
    margin-right: 5px;
    margin-left: -14px;
}


/*SECCION CONTACTO*//*SECCION CONTACTO*//*SECCION CONTACTO*/
/*SECCION CONTACTO*//*SECCION CONTACTO*//*SECCION CONTACTO*/
/*SECCION CONTACTO*//*SECCION CONTACTO*//*SECCION CONTACTO*/
/*SECCION CONTACTO*//*SECCION CONTACTO*//*SECCION CONTACTO*/
section.seccion-contacto {
    padding: 100px 0;
}

section.seccion-contacto h1 {
    text-align: center;
    color: #004d93;
    padding: 30px;
}
.text-align-left.datos-de-contacto a {
    font-size: 22px;
    margin-bottom: 0px;
    display: block;
    color: #005fb5;
}

.text-align-left.datos-de-contacto a img {
    width: 31px;
    margin-bottom: -4px;
    margin-right: 10px;
}
.datos-de-contacto h3 {
    margin-bottom: 30px;
    margin-top: 20px;
    color: #004d93;
    font-size: 30px;
}


/*ESTILO EDITOR*/
.ocultar-web {
    display: none!important;
    opacity: 0!important;
    font-size: 0!important;
    max-width: 0!important;
    max-height: 0!important;
    min-width: 0!important;
    min-height: 0!important;
    overflow: hidden!important;
    height: 0!important;
    width: 0!important;
    position: absolute!important;
}
.btn-verde {
	background-color: #00c300;
	color: white;
	font-weight: bold;
	text-rendering: optimizeLegibility;
	outline: none;
	transition: 0.1s;
}
.notificacion {
	display: block;
	text-align: center;
	background-color: gray;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
	color: white;
	float: left;
	width: 95%;
}
.notificacion.ok {
	background-color: #dfffdf;
	color: #00a772;
}
.notificacion.error {
	background-color: #ffdfdf;
	color: #f13030;
}
.item-noticia {
	transition: 0.3s;
	transform: translate(1px, 1px);
}
.item-noticia:hover span.estilo-noticia {
	opacity: 1;
}
span.cambiar-estilo {
	display: inline-block;
	background-color: #3a3a3a;
	border-radius: 3px;
	color: white;
	padding: 5px 10px;
	font-size: 10px;
	margin-bottom: 6px;
	cursor: pointer;
}
span.cambiar-estilo:hover {
	background-color: black;
}
span.estilo-noticia {
	display: block;
	background-color: #ffffffa3;
	border-bottom: 1px solid gray;
	padding: 10px 10px 5px 11px;
	position: absolute;
	z-index: 13;
	float: right;
	border-radius: 0px 4px 4px 0px;
	opacity: 0;
	transition: 0.3s;
}
/*EDITOR DE NOTICIAS*/
.article-content.editor-noticia.descripcion > .b1-1 {
	min-height: 40px;
	padding-top: 40px;
}
small.mover-bloques {
	display: block;
	position: absolute;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
	padding-bottom: 0;
	height: 0;
	overflow: hidden;
	transition: 0.3s;
	margin-bottom: 7px;
}
.article-content.editor-noticia.descripcion:hover .b1-1 .mover-bloques {
	height: auto!important;
	padding: 6px;
	margin-top: -42px;
	transition: 0s;
}
small.mover-bloques button {
	min-width: auto!important;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
	padding: 8px 15px;
	border-radius: 4px;
	margin: 2px;
	background-color: gray;
	color: white;
}
small.mover-bloques button:hover {
	background-color: black;
}
.subirImagenInstruccion:after {
	content: "Click aquí para subir una imágen";
	display: block;
	color: orange;
	font-size: 45px;
	padding: 16% 5%;
	text-align: center;
	font-weight: bold;
}
.loadImagenInstruccion:after {
	content: url('../img/load.gif');
	display: block;
	color: orange;
	font-size: 45px;
	padding: 16% 5%;
	text-align: center;
	font-weight: bold;
}
button.guardar-imagen {
	animation-iteration-count: infinite;
}
/*OPINIONES*/
.opinion-noticia {
    display: block;
    border: 1px solid gray;
    padding: 10px;
}
.opinion-noticia h3 {
    color: purple;
    margin: 0;
}
/*IMAGENES DEL SERVIDOR*/
.item-imagen-deposito {
	display: inline-block;
	margin-bottom: 20px;
	padding: 6px;
}
.carpeta-detect .imagen-detect {
	margin: 2px 5px;
	border: 1px solid gray;
	height: 57px;
	transition: 0.3s;
	animation-delay: 1s;
}
a.delete-imagen-galeria {
	display: block;
	background-color: red;
	color: white;
	text-decoration: none;
	font-size: 10px;
	clear: both;
	border-radius: 10px;
	z-index: 1;
	text-align: center;
}

/*POPUP GENERAL*/
.contenedor-popup {
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 190px #00000085, 0px 0px 22px #000000;
    color: black;
    padding: 1%;
    left: 4%;
    right: 5%;
    width: 90%;
    height: 85%;
    top: 6%;
    bottom: 5%;
    z-index: 999999999;
    border-radius: 18px;
}
span.cerrar-popup {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 42px;
    background-color: #3c3c3c;
    box-shadow: inset 0px 0px 10px black;
    border: 2px solid gray;
    border-radius: 100px;
    margin-top: -20px;
    margin-right: -27px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: 0.3s;
    z-index: 99;
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
}
span.cerrar-popup img {
    width: 70%;
    margin: 6px auto;
    display: block;
}
span.cerrar-popup:hover {
    transform: rotate(360deg);
}


/*/////////////////////////////////////////////////*/
/*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*/
/*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*/
/*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*/
/*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*/
/*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*/
/*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*/
footer {
	background-size: 300px;
	background-position: 110px -49px!important;
	background-color: #3a3a3a;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
	display: block;
	float: left;
	width: 100%;
	padding: 0%;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer li {
	text-align: left;
    list-style: inherit;
    color: white;
    margin-bottom: 8px;
}
footer .boton {
    border-bottom: none;
    border-radius: 2px;
    padding: 6px 10px 8px 10px;
    font-size: 11px;
}
footer h3 {
	color: white;
	text-align: left;
	font-size: 20px;
}
footer h4 {
	color: white;
	margin: 3px 0;
	font-size: 13px;
	margin-top: 15px;
}
footer span.logo {
	display: block;
	max-height: 150px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 0;
	width: 100%;
}
footer .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 100vw;
	height: 100vh;
	object-fit: contain!important;
}
footer p {
	color: white;
	margin: 4px;
	font-size: 14px;
}
footer a {
	color: #ffffff;
	margin: 4px 0;
	font-size: 15px;
	text-decoration: none;
}
footer a:hover {
    color: #e3e3e3;
}
footer iframe {
    max-height: 300px!important;
    min-height: 300px!important;
}
footer embed {
    max-height: 300px!important;
    min-height: 300px!important;
}
footer img.logo-footer {
	max-width: 120px;
}
footer .top-footer {
	border-bottom: 1px solid #007eff;
	background-color: #004cff;
	display: none;
}

footer li.dato-contacto-footer a img {
    width: 22px;
    margin-bottom: -7px;
    margin-right: 5px;
}

footer li.dato-contacto-footer.borrar-movil {
    list-style: none;
}


footer .botom-footer {
	border-top: 1px solid #f97300;
	background: url(/custom/img/boton-header.png);
	background-color: #ff7b00;
	margin-top: 10px;
	padding: 7px 1%;
}
footer .acceso-panel-footer {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
}
footer .b1-1.links-footer a {
	color: orange;
	text-decoration: none;
	margin-top: 28px;
	display: inline-block;
	font-weight: 100;
	margin: 10px;
}
footer .b1-1.links-footer {
	color: white;
	font-weight: bold;
}
footer .botom-footer a {
	text-decoration: none;
	font-size: 12px;
	color: orange;
	float: right;
	margin-right: 10px;
}
footer .botom-footer p {
	color: #ffedc3;
	display: inline-block;
	font-size: 12px;
	margin: 0 auto;
	letter-spacing: 2px;
}
footer .bottom-footer {
	background-color: #171717;
	margin-bottom: -3px;
	display: inline-block;
	width: 100%;
}




/*COLORES FONDO CSS*/
/*RED*/
.bg-color-red{ background-color:red!important;}
.bg-color-red-light{background-color: #ffa0a0!important;}
.bg-color-red-dark{ background-color:#c90000!important;}
/*BLUE*/
.bg-color-blue{background-color: #2350ff!important;}
.bg-color-blue-light{background-color: #a4b7ff!important;}
.bg-color-blue-dark{background-color: #23479c!important;}
/*GREEN*/
.bg-color-green{background-color: #25ab25!important;}
.bg-color-green-light{background-color: #8dff8d!important;}
.bg-color-green-dark{background-color: green!important;}
/*MAGENTA*/
.bg-color-magenta{background-color: #f70cf7!important;}
.bg-color-magenta-light{background-color: #ffbaff!important;}
.bg-color-magenta-dark{background-color: #980e98!important;}
/*CYAN*/
.bg-color-cyan{background-color: #00e4e4!important;}
.bg-color-cyan-light{background-color: #afffff!important;}
.bg-color-cyan-dark{background-color: #047d7d!important;}
/*YELLOW*/
.bg-color-yellow{background-color: yellow!important;}
.bg-color-yellow-light{background-color: #ffff83!important;}
.bg-color-yellow-dark{background-color: #a9a900!important;}
/*ORANGE*/
.bg-color-orange{background-color: orange!important;}
.bg-color-orange-light{background-color: #ffce74!important;}
.bg-color-orange-dark{background-color: #bf7c00!important;}
/*PURPLE*/
.bg-color-purple{background-color: #8e198e!important;}
.bg-color-purple-light{background-color: #da9ada!important;}
.bg-color-purple-dark{background-color: #3e003e!important;}
/*PINK*/
.bg-color-pink{background-color: #ff8bc4!important;}
.bg-color-pink-light{background-color: #ffdae0!important;}
.bg-color-pink-dark{background-color: #bf4183!important;}
/*BLACK*/
.bg-color-black{background-color: black!important;}
.bg-color-gray-light{background-color: gainsboro!important;}
.bg-color-gray{background-color: gray!important;}
.bg-color-gray-dark{background-color: #444444!important;}
.bg-color-white{background-color: white!important;}
.bg-color-transparent{background-color: transparent!important;}


/*COLORES FONDO CSS*/
/*RED*/
.color-red{ color:red!important;}
.color-red-light{color: #ffa0a0!important;}
.color-red-dark{ color:#c90000!important;}
/*BLUE*/
.color-blue{color: #2350ff!important;}
.color-blue-light{color: #a4b7ff!important;}
.color-blue-dark{color: #23479c!important;}
/*GREEN*/
.color-green{color: #01f700!important;}
.color-green-light{color: #8dff8d!important;}
.color-green-dark{color: #017500!important;}
/*MAGENTA*/
.color-magenta{color: #f70cf7!important;}
.color-magenta-light{color: #ffbaff!important;}
.color-magenta-dark{color: #980e98!important;}
/*CYAN*/
.color-cyan{color: #00e4e4!important;}
.color-cyan-light{color: #afffff!important;}
.color-cyan-dark{color: #047d7d!important;}
/*YELLOW*/
.color-yellow{color: yellow!important;}
.color-yellow-light{color: #ffff83!important;}
.color-yellow-dark{color: #a9a900!important;}
/*ORANGE*/
.color-orange{color: orange!important;}
.color-orange-light{color: #ffce74!important;}
.color-orange-dark{color: #bf7c00!important;}
/*PURPLE*/
.color-purple{color: #8e198e!important;}
.color-purple-light{color: #da9ada!important;}
.color-purple-dark{color: #3e003e!important;}
/*PINK*/
.color-pink{color: #ff8bc4!important;}
.color-pink-light{color: #ffdae0!important;}
.color-pink-dark{color: #a90421!important;}
/*BLACK*/
.color-black{color: black!important;}
.color-gray-light{color: gainsboro!important;}
.color-gray{color: gray!important;}
.color-gray-dark{color: #444444!important;}
.color-white{color: white!important;}

/*TAMAÑO DE FUENTE*/
.font-size-0 {font-size: 0px;}
.font-size-4 {font-size: 4px;}
.font-size-8 {font-size: 8px;}
.font-size-9 {font-size: 9px;}
.font-size-10 {font-size: 10px;}
.font-size-11 {font-size: 11px;}
.font-size-12 {font-size: 12px;}
.font-size-14 {font-size: 14px;}
.font-size-16 {font-size: 16px;}
.font-size-18 {font-size: 18px;}
.font-size-20 {font-size: 20px;}
.font-size-22 {font-size: 22px;}
.font-size-24 {font-size: 24px;}
.font-size-26 {font-size: 26px;}
.font-size-28 {font-size: 28px;}
.font-size-36 {font-size: 36px;}
.font-size-48 {font-size: 48px;}
.font-size-72 {font-size: 72px;}