/*--------------------------------------------------------------*/
/*-----------------------ESTILO PRINCIPAL-----------------------*/
/*--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400&display=swap');

:root{
  --col0: #210b0b;
  --col1: #fce202;
  --col4: #e5e5e5;
  --col5: #f5f5f5;
  --col6: #ffffff;
}

*{
	font-family: 'Oxygen', sans-serif !important;
	color: var(--col0);
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-weight: 300;
	text-decoration: none;
	box-sizing: border-box;
	outline: none;
}
moz-selection{background: var(--col1);	color: var(--col6);}
*::-moz-selection{background: var(--col1);	color: var(--col6);}

a{color: var(--col1);}

p{margin-bottom: 15px;}

.btn{
	border: none;
	box-shadow: none;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 700;
	font-size: 14px;
	padding: 15px 30px;
	border-radius: 15px;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn1{
	background-color: var(--col1);
	color: var(--col0);
}
.btn1:hover,
.btn1:focus,
.btn1:active{
	background-color: var(--col0);
	color: var(--col1);
}
.btn1:hover svg,
.btn1:focus svg,
.btn1:active svg{
	fill: var(--col1);
}
.btn2{
	background-color: var(--col0);
	color: var(--col1);
}
.btn2:hover,
.btn2:focus,
.btn2:active{
	background-color: var(--col0);
	color: var(--col6);
}
.btn_black {
	background-color: var(--col0);
	color: var(--col1);
	border: solid 1px var(--col1);
}
.btn_black:hover,
.btn_black:focus,
.btn_black:active{
	background-color: var(--col1);
	color: var(--col0);
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="tel"],
textarea,
select
{
	padding: 15px 30px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 15px;
	border: none;
	background-color: var(--col5);
}
textarea
{
	height: 150px;
	resize: none !important;
}

/*--------------------------------------------------------------*/
/*-------------------------ESTILO COMÚN-------------------------*/
/*--------------------------------------------------------------*/

*[readonly], *[disabled]{
	opacity: 0.7;
	cursor: not-allowed;
}

li{list-style: inside;}

header .launch{
	float: right;
	cursor: pointer;
	height: 25px;
	width: 35px;
	position: relative;
	z-index: 101;
}
header .launch span{
	background-color: var(--col1);
	display: block;
	height: 3px;
	left: 0;
	width: 100%;
	position: absolute;
	opacity: 1;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

header .launch span:nth-child(1){top: 0;}
header .launch span:nth-child(2){top: 10px;}
header .launch span:nth-child(3){top: 10px;}
header .launch span:nth-child(4){top: 20px;}

.sidr-open header .launch span:nth-child(1){top: 18px; left: 50%; width: 0;}
.sidr-open header .launch span:nth-child(2){transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.sidr-open header .launch span:nth-child(3){transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.sidr-open header .launch span:nth-child(4){top: 18px; left: 50%; width: 0;}

.anim3{transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);}
.anim6{transition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);}
.anim10{transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1);}

*::placeholder{color: inherit; opacity: 0.5;}
.ancla{cursor: pointer;}
img{width: auto; max-width: 100%; height: inherit;}
b{font-weight: bold; font-size: inherit; color: inherit;}
h1, h2, h3, h4, h5, h6{line-height: 1.2;}
input, button, select, textarea{font-family: inherit; margin: 0; width: 100%;}
select{-moz-appearance:none;-webkit-appearance:none;}
textarea{resize: vertical;}
textarea:focus, input:focus{box-shadow: none !important;}
div.icons > .btn-group, body > .jmodedit{display: none !important;}
.btn:hover, .btn:active, .btn:focus{text-decoration: none !important;}
.responsive{display: none;}

label.checkbox{margin-bottom: 0; position: relative; padding: 0;}
label.checkbox span{
	position: relative;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	cursor: pointer;
}
label.checkbox span a{font-size: inherit; font-weight: inherit; color: var(--col1);}
label.checkbox span a:hover{text-decoration: underline;}
label.checkbox input{position: absolute; top: 0; left: 0; opacity: 0; height: 100%; display: block;}
label.checkbox span:before{
	content: "\f00c" !important;
	font-family: "FontAwesome" !important;
	color: transparent;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: text-top;
	margin-right: 7px;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
	background-color: var(--col6);
	border: 1px solid var(--col1) !important;
	vertical-align: initial;
}

label.checkbox input:checked + span:before{
  background-color: var(--col1);
  color: var(--col6) !important;
}
label.checkbox input:disabled + span:before{
  opacity: 0.5;
}
.opcap input{
    display: inline-block;
    width: 60px !important;
    padding: 15px;
    margin-left: 5px;
}

.fixwh{
	position: fixed;
	bottom: 24px;
	/*right: 90px;*/
	right: 20px;
	z-index: 10;
}

.fixwh a{display: block;}
.fixwh i.fa{
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 35px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.fixfb{
	position: fixed;
	bottom: 24px;
	right: 20px;
	z-index: 10;
	width: 60px;
	height: 60px;
	line-height: 39px;
	border-radius: 50%;
	text-align: center;
	font-size: 35px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background-color: #0084ff;
	padding: 13px;
}

.fixfb a{display: block; line-height: inherit;}

.cookies{
	background-color: var(--col6);
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	display: none;
}
.cookies p{margin: 0; padding: 0; font-size: 13px;}
.cookies .btn{
	font-size: 13px;
	padding: 5px 15px;
	vertical-align: middle;
	text-align: center;
}
body.notfound .cookies{display: none;}
.cms-cookies table{width: 100%; margin-bottom: 30px;}
.cms-cookies table td{
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.05);
	border: 2px solid transparent;
	font-size: 15px;
}
.cms-cookies thead td{font-weight: bold;}

i.fa{color: inherit; font-family: "FontAwesome" !important;}

.logo img{transition:all 0.3s ease-out; -webkit-trasition:all 0.3s ease-out;}

.w{color: var(--col6);}

.logo:hover img{opacity: 0.8;}

.alert{
	padding: 30px;
	background-color: #8BC34A;
	border: none;
	margin: 20px;
	border-radius: 0;
	position: fixed;
	z-index: 10;
	width: 90%;
	max-width: 700px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0 0 100px rgba(0,0,0,0.5);
}
.alert *{
	color: var(--col6);
	box-shadow: none;
	text-shadow: none;
}
.alert-success{background-color: #8BC34A;}
.alert-warning{background-color: #FFC107;}
.alert-error{background-color: #F44336;}
.alert h4{display: none;}
.alert p{margin-bottom: 0; color: #fff; text-shadow: none; line-height: 1;}
.alert .close{color: var(--col6); text-shadow: none; opacity: 1; position: absolute; top: 0; right: 15px; font-size: 30px; cursor: pointer;}

.col-facebook{background-color: #3b5999;}
.col-twitter{background-color: #55acee;}
.col-linkedin{background-color: #0077B5;}
.col-google{background-color: #dd4b39;}
.col-pinterest{background-color: #bd081c;}
.col-youtube{background-color: #cd201f;}
.col-whatsapp{background-color: #25D366;}
.col-instagram{background-color: #e4405f;}

.popup{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: var(--col6);
	padding: 30px;
	display: none;
	z-index: 100;
}
.popup > i{
	position: absolute;
	top: -40px;
	right: -40px;
	color: var(--col6);
	font-size: 32px;
	cursor: pointer;
}

.popup > div{display: none;}

.popupoverlay{
	position: fixed;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease-out;
	-webkit-trasition: opacity .3s ease-out;
	opacity: 0;
	background-image: radial-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.7));
	z-index: 100;
	display: none;
	animation-name: fadeIn;
	animation-duration: 0.3s;
	animation-fill-mode: both;
}

.popupoverlay.open{display: block;}
.popup.open{display: block;}
.lpopup{cursor: pointer;}

.m{width: 100%; max-width: 1260px; margin: 0 auto;}
.m500{width: 100%; max-width: 500px; margin: 0 auto;}
.m700{width: 100%; max-width: 700px; margin: 0 auto;}
.m900{width: 100%; max-width: 900px; margin: 0 auto;}
.m1000{width: 100%; max-width: 1000px; margin: 0 auto;}

.ova{overflow: auto;}
.rel{position: relative;}

.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.tj{text-align: justify;}

.h100{height: 100%;}

.bg{background-repeat: no-repeat; background-position: center; background-size: cover;}

.f{display: flex; flex-flow: row wrap; justify-content: flex-start; align-content: flex-start;}
.f.lr{justify-content: space-between;}
.f.se{justify-content: space-evenly;}
.f.c{justify-content: center;}
.f.r{justify-content: flex-end;}
.f.cv{align-content: center; align-items: center;}
.f.b{align-content: flex-end; align-items: flex-end;}

.f.column{flex-direction: column;}

.f > .c10{width: 100%;}
.f > .c9{width: 90%;}
.f > .c8{width: 80%;}
.f > .c75{width: 75%;}
.f > .c7{width: 70%;}
.f > .c66{width: 66.6666666%;}
.f > .c65{width: 65%;}
.f > .c6{width: 60%;}
.f > .c5{width: 50%;}
.f > .c4{width: 40%;}
.f > .c33{width: 33.3333333%;}
.f > .c3{width: 30%;}
.f > .c25{width: 25%;}
.f > .c2{width: 20%;}
.f > .c17{width: 17%;}
.f > .c15{width: 15%;}
.f > .c1{width: 10%;}
.f > .c05{width: 05%;}
.f > .vac{align-self: center;}
.f > .f1{flex: 1;}

.pd0{padding: 0px;}
.pd1{padding: 1px;}
.pd2{padding: 2px;}
.pd3{padding: 3px;}
.pd4{padding: 4px;}
.pd5{padding: 5px;}
.pd5-0{padding: 5px 0;}
.pd5-10{padding: 5px 10px;}
.pd10-5{padding: 10px 5px;}
.pd10{padding: 10px;}
.pd10-0{padding: 10px 0;}
.pd0-10{padding: 0 10px;}
.pd10-30{padding: 10px 30px;}
.pd10-20{padding: 10px 20px;}
.pd10-15{padding: 10px 15px;}

.pd15{padding: 15px;}
.pd15-0{padding: 15px 0;}
.pd0-15{padding: 0 15px;}
.pd15-30{padding: 15px 30px;}
.pd15-60{padding: 15px 60px;}

.pd20{padding: 20px;}
.pd20-0{padding: 20px 0;}
.pd0-20{padding: 0 20px;}
.pd20-30{padding: 20px 30px;}
.pd20-15{padding: 20px 15px;}
.pd20-10{padding: 20px 10px;}
.pd20-100{padding: 20px 100px;}

.pd25{padding: 25px;}
.pd0-25{padding: 0 25px;}
.pd25-0{padding: 25px 0;}

.pd30{padding: 30px;}
.pd30-0{padding: 30px 0;}
.pd0-30{padding: 0 30px;}
.pd30-20{padding: 30px 20px;}
.pd30-15{padding: 30px 15px;}
.pd30-10{padding: 30px 10px;}

.pd40{padding: 40px;}
.pd40-0{padding: 40px 0;}
.pd0-40{padding: 0 40px;}
.pd40-20{padding: 40px 20px;}
.pd40-15{padding: 40px 15px;}
.pd40-10{padding: 40px 10px;}

.pd50{padding: 50px;}
.pd50-0{padding: 50px 0;}
.pd0-50{padding: 0 50px;}
.pd50-30{padding: 50px 30px;}
.pd50-20{padding: 50px 20px;}
.pd50-15{padding: 50px 15px;}
.pd50-10{padding: 50px 10px;}

.pd60{padding: 60px;}
.pd60-0{padding: 60px 0;}
.pd0-60{padding: 0 60px;}
.pd60-30{padding: 60px 30px;}
.pd60-20{padding: 60px 20px;}
.pd60-15{padding: 60px 15px;}
.pd60-10{padding: 60px 10px;}

.pd70{padding: 70px;}
.pd70-0{padding: 70px 0;}
.pd0-70{padding: 0 70px;}
.pd70-30{padding: 70px 30px;}
.pd70-20{padding: 70px 20px;}
.pd70-15{padding: 70px 15px;}
.pd70-10{padding: 70px 10px;}

.pd75-30{padding: 75px 30px;}

.pd80{padding: 80px;}
.pd80-0{padding: 80px 0;}
.pd0-80{padding: 0 80px;}
.pd80-30{padding: 80px 30px;}
.pd80-20{padding: 80px 20px;}
.pd80-15{padding: 80px 15px;}
.pd80-10{padding: 80px 10px;}

.pd90{padding: 90px;}
.pd90-0{padding: 90px 0;}
.pd0-90{padding: 0 90px;}
.pd90-30{padding: 90px 30px;}
.pd90-20{padding: 90px 20px;}
.pd90-15{padding: 90px 15px;}
.pd90-10{padding: 90px 10px;}

.pd100{padding: 100px;}
.pd100-0{padding: 100px 0;}
.pd0-100{padding: 0 100px;}
.pd100-30{padding: 100px 30px;}
.pd100-20{padding: 100px 20px;}
.pd100-15{padding: 100px 15px;}
.pd100-10{padding: 100px 10px;}
.pd100-50{padding: 100px 50px;}

.pd120{padding: 120px;}
.pd120-0{padding: 120px 0;}
.pd0-120{padding: 0 120px;}
.pd120-30{padding: 120px 30px;}
.pd120-20{padding: 120px 20px;}
.pd120-15{padding: 120px 15px;}
.pd120-10{padding: 120px 10px;}

.pd150{padding: 150px;}
.pd150-0{padding: 150px 0;}
.pd0-150{padding: 0 150px;}
.pd150-30{padding: 150px 30px;}
.pd150-20{padding: 150px 20px;}
.pd150-15{padding: 150px 15px;}
.pd150-10{padding: 150px 10px;}

.pd200-30{padding: 200px 30px;}

.pd-nr{padding-right: 0 !important;}
.pd-nl{padding-left: 0 !important;}
.pd-nt{padding-top: 0 !important;}
.pd-nb{padding-bottom: 0 !important;}

/*--------------------------------------------------------------*/
/*---------------------ESTILO MANTENIMIENTO---------------------*/
/*--------------------------------------------------------------*/

body.mantenimiento:after{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/images/estructura/bg_mantenimiento.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
body.mantenimiento img{max-width: 300px;}
body.mantenimiento h1{
	margin-top: 50px;
	text-transform: uppercase;
	color: var(--col0);
	font-weight: bold;
	font-size: 55px;
}
body.mantenimiento h2{
	color: var(--col0);
	margin-bottom: 50px;
}
body.mantenimiento .sc i{
	background-color: var(--col6);
	color: blue;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	font-size: 24px;
}
body.mantenimiento .sc i:hover{
	color: var(--col6);
	background-color: transparent;
	border: 2px solid var(--col6);
}
body.mantenimiento fieldset{
	border: none;
	padding-bottom: 40px;
	position: relative;
}
body.mantenimiento fieldset input{
	height: 35px;
	padding: 0 10px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------*/
/*----------------------------ESTILO----------------------------*/
/*--------------------------------------------------------------*/

h3
{
	font-family: 'Work Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 38px;
}
h4
{
	font-family: 'Work Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 28px;
}
p
{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}
.subtit
{
	font-size: 19px;
	font-family: 'Quicksand', sans-serif !important;
	max-width: 800px;
	margin: 0 auto 50px auto;
}


/*-------------SIDR-------------*/
.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 250px;
	overflow-x: none;
	overflow-y: auto;
	font-size: 15px;
	/* background: var(--col0); */
	background-color: var(--col5);
	color: var(--col5);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}
.sidr .sidr-inner {padding: 0;}
.sidr .sidr-inner > p {margin-left: 15px; margin-right: 15px}
.sidr.right {left: auto; right: -260px}
.sidr.left {left: -260px; right: auto}
/* mio */
.sidr li {
	display: block;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sidr li a {
	/* color: var(--col5); */
	color: var(--col0);
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 600;
	display: block;
	padding: 20px 25px;
	border-bottom: 1px solid var(--col1);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sidr li a:hover,
.sidr a:hover,
.sidr a:focus {
	color: var(--col0) !important;
	background-color: var(--col1) !important;
}
.sidr li.sidr-class-parent > a::after {
	content: "\f107";
	position: relative;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding-left: 10px;
	font-size: 18px;
	font-family: "FontAwesome" !important;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	font-weight: initial;
}
.sidr .sidr-class-carrito {
	display: block;
	padding: 20px 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--col1);

}
.sidr .sidr-class-carrito svg {max-width: 25px;}
/*
.sidr li.sidr-class-parent ul.sidr-class-nav-child {
	display: none;
	background-color: var(--col5);
}
.sidr li.sidr-class-parent ul.sidr-class-nav-child li a {
	color: var(--col0);
	border-bottom: 1px solid var(--col0);
}
*/
/*
.sidr li.sidr-class-parent ul.sidr-class-nav-child li:last-child a {border-bottom: none;}
.sidr li.sidr-class-parent:hover {border-bottom: 1px solid var(--col1);}
.sidr li.sidr-class-parent:hover ul.sidr-class-nav-child {display: block;}
*/
/*.sidr li.sidr-class-parent ul.sidr-class-nav-child {background-color: var(--col5);}*/
.sidr li.sidr-class-parent ul.sidr-class-nav-child li a {padding-left: 40px;}


/*----------PAGEHEADER----------*/
div.pageheader
{
	position: relative;
	overflow: hidden;
}
div.pageheader .filtro
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 0;
}
div.pageheader .ph_texto
{
	position: relative;
	text-align: center;
	padding: 150px 30px 100px 30px;
}
div.pageheader h1
{
	font-size: 60px;
	font-weight: 800;
	color: var(--col6);
	z-index: 10;
	max-width: 900px;
	margin: 0 auto 15px auto;
	line-height: 1.2;
	font-family: 'Work Sans', sans-serif !important;
	text-transform: uppercase;
}
div.pageheader ul.breadcrumb {display: flex; flex-flow: row wrap; justify-content: center;}
div.pageheader ul.breadcrumb li {list-style: none;}
div.pageheader ul.breadcrumb li a span, div.pageheader ul.breadcrumb li.active span
{
	color: var(--col6);
	font-size: 17px;
	font-family: 'Quicksand', sans-serif !important;
}
div.pageheader ul.breadcrumb li span.divider img
{
	content: url("/images/estructura/angulo-derecho-amarillo.png");
	height: 10px;
	margin: 0 15px;
}

div.presupuesto {background-color: var(--col1);}
div.presupuesto div.column {padding-right: 50px;}
div.presupuesto h3 {margin: 0;}
div.presupuesto a
{
	font-size: 18px;
	padding: 15px 40px;
}
.swiper {border-radius: 15px;}
.swiper .swiper-slide {border-radius: 15px;}
.swiper .swiper-slide img {border-radius: 15px;}
.swiper .swiper-button-next, .swiper .swiper-button-prev {color: var(--col6);}
.swiper .swiper-pagination span {background-color: var(--col6);}
.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 34px !important;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.headersticky
{
	height: 100px;
	position: absolute;
	width: 100%;
	z-index: 99;
}
header
{
	width: 100%;
	position: relative;
	top: 0;
	z-index: inherit;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.is-sticky header
{
	background-color: var(--col6);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.is-sticky header ul.menu > li a,
.is-sticky header ul.menu > li .a {color: var(--col0); padding: 25px 0;}
header .moduletable {height: 100%;}
header .logo{display: block; padding: 20px 0;}
header .logo img
{
	max-width: 100px;
	display: block;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .logo svg {
	width: 100px;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .logo svg .amarillo {fill: #fedd00;}
header .logo svg .bn {fill: var(--col6);}
.is-sticky header .logo svg .bn {fill: #000;}
.is-sticky header .logo img{max-width: 100px;}
header ul.menu
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	list-style: none;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
}
header ul.menu > li
{
	list-style: none;
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
}
header ul.menu > li a
{
	color: var(--col6);
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 600;
	margin-left: 30px;
	padding: 30px 0;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header div.iconos a svg {transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);}
header ul.menu > li a:hover,
header ul.menu > li .nav-child li a:hover {color: var(--col1) !important;}
header div.iconos a:hover svg {fill: var(--col1);}
header ul.menu > li.parent {position: relative;}
header ul.menu > li.parent > a {padding-right: 17px;}
header ul.menu > li.parent > a::after
{
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 18px;
	font-family: "FontAwesome" !important;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	font-weight: initial;
}
header ul.menu > li.item-117.parent > a::after {margin-left: 15px;}
header .nav-child
{
	background-color: var(--col6);
	position: absolute;
	left: 0;
	top: 74px;
	text-align: left;
	box-shadow: 0 15px 15px rgba(0,0,0,0.1);
	pointer-events: none;
	overflow: hidden;
	border-radius: 0 0 15px 15px;
	padding: 5px 0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: none;
}
header .parent:hover .nav-child
{
	pointer-events: auto;
	display: block;
	overflow: hidden;
}
header .nav-child li
{
	list-style: none;
	padding: 10px 30px;
	overflow: hidden;
	white-space: nowrap;
}
header ul.menu > li .nav-child li a
{
	padding: 0;
	margin: 0;
	color: var(--col0) !important;
	overflow: hidden;
}
.is-sticky header .nav-child
{
	background-color: var(--col6);
	overflow: hidden;
}
.is-sticky header .iconos svg {fill: var(--col0);}
section.portada
{
	height: 100vh;
	position: relative;
	overflow: hidden;
}
section.portada .pfiltro
{
	position: absolute;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	background-color: #000;
	opacity: 0.6;
}
section.portada .pimg
{
	width: 100%;
	height: 100vh;
}
section.portada .video
{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}
section.portada .video video
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}
section.portada .texto_portada
{
	height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 10;
}
section.portada .texto_portada h1
{
	font-size: 70px;
	font-weight: 800;
	color: var(--col6);
	z-index: 10;
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.2;
	font-family: 'Work Sans', sans-serif !important;
	text-transform: uppercase;
}
section.portada .texto_portada a.mas
{
	margin-top: 40px;
	font-size: 18px;
	padding: 15px 40px;
}
section.hetiquetas{background-color: var(--col5);}
section.hsomos .swiper
{
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
section.hsomos .swiper-slide
{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
}
section.hsomos .swiper-slide img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
section.somos > div {height: 100%;}
section.hsomos .texto_somos{padding-left: 50px;}
section.hsomos .texto_somos h3 {margin-bottom: 30px;}
section.hsomos .texto_somos p {margin-bottom: 30px;}
section.hetiquetas > div {height: auto;}
section.hetiquetas h3
{
	width: 100%;
	margin-bottom: 20px;
}
section.hetiquetas .swiper
{
	width: 100%;
	border-radius: 15px;
}
section.hetiquetas .swiper-slide
{
	background-position: center;
	background-size: cover;
	max-width: 400px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	text-align: center;
	pointer-events: none;
}
section.hetiquetas .swiper-slide img
{
	display: block;
	width: 400px;
	border-radius: 15px;
	filter: brightness(30%);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.hetiquetas .swiper-slide h4
{
	color: var(--col6);
	opacity: 80%;
	z-index: 10;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	font-family: 'Work Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 27px;
	transform: translateY(-50%);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.hetiquetas .swiper-slide-active {pointer-events: initial;}
section.hetiquetas .swiper-slide-active img {filter: brightness(50%);}
section.hetiquetas .swiper-slide-active h4 {color: var(--col1); opacity: 100%;}
section.hetiquetas .swiper-slide-active:hover img {filter: brightness(60%);}
section.hmaquinaria
{
	overflow: hidden;
	position: relative;
}
section.hmaquinaria .maq_fondo
{
	width: 100%;
	height: 100%;
	background-image: url("/images/contenido/home_maquinaria.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
section.hmaquinaria .maq_fondo .maq_filtro
{
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
	background-color: #000;
	opacity: 0.6;
}
section.hmaquinaria .maq_fondo .maq_texto
{
	height: 100%;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section.hmaquinaria .maq_fondo .maq_btn {z-index: 10;}
section.hmaquinaria .maq_fondo .maq_texto h3 {color: var(--col1); margin-bottom: 20px;}
section.hmaquinaria .maq_fondo .maq_texto p {color: var(--col6);}
section.hmaquinaria .maq_fondo .maq_texto p
{
	margin: 0;
}
section.hproductos h3 {margin-bottom: 30px;}
section.hproductos .fila_prods
{
	justify-content: space-between;
	height: 370px;
	align-content: initial;
	align-items: flex-start;
	padding: 30px;
}
section.hproductos .fila_prods .prod
{
	width: 100%;
	aspect-ratio: 1/1;
	background-color: var(--col5);
	border-radius: 15px;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: rotate(45deg);
}	
section.hproductos .fila_prods .prod_abajo {align-self: flex-end !important;}
section.hproductos .fila_prods .prod a
{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	transform: rotate(-45deg);
}
section.hproductos .fila_prods .prod a .icono
{
	position: absolute;
	width: 100%;
	padding: 20px;
}
section.hproductos .fila_prods .prod a .i_vitola
{
	width: 120%;
	left: -13%;
}
section.hproductos .fila_prods .prod a .i_seguridad
{
	width: 75%;
	left: 10%;
}
section.hproductos .fila_prods .prod a .i_cupons
{
	width: 60%;
	left: 20%;
}
section.hproductos .fila_prods .prod a .icono svg
{
	fill: var(--col0);
	opacity: 0.1;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.hproductos .fila_prods .prod a h4
{
	width: 100%;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 10;
	font-family: 'Work Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 20px;
}
section.hproductos .fila_prods .prod:hover {	background-color: var(--col1);}
section.hproductos .fila_prods .prod:hover a h4 {color: var(--col0);}
section.htrabajamos h3 {margin-bottom: 30px;}
section.htrabajamos a {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 15px;
	background-image: url("/images/estructura/trabajamos.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
section.htrabajamos a .play {
	max-width: 50px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.htrabajamos a .play i {color: var(--col1); font-size: 50px;}


section.hpresupuesto {background-color: var(--col1);}
section.hpresupuesto h3 {margin-bottom: 20px;}
section.hpresupuesto p
{
	margin: 0;
}
section.hpresupuesto a
{
	font-size: 18px;
	padding: 15px 40px;
}
section.hnovedades h3 {margin-bottom: 30px;}
section.hnovedades .articulos a {display: block;}
section.hnovedades .articulos .articulo
{
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
}
section.hnovedades .articulos .art_img
{
	display: block;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
section.hnovedades .articulos .art_texto
{
	background-color: var(--col5);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.hnovedades .articulos .art_texto h4
{
	font-family: 'Work Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 23px;	
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.hnovedades .articulos .art_texto p
{
	font-family: 'Quicksand', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.hnovedades .articulos a:hover .art_texto {background-color: var(--col0);}
section.hnovedades .articulos a:hover h4,
section.hnovedades .articulos a:hover p {color: var(--col1);}
.kitdigital{background-color: var(--col5);}
div.ph_contacto {background-image: url("/images/estructura/ph_contacto.png");}
div.cms-contacto .opciones h3 {margin-bottom: 30px;}
div.cms-contacto .datos .icono
{
	width: 30px;
	margin-right: 20px;
}
div.cms-contacto label
{
	font-family: 'Work Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 20px;
}
div.cms-contacto .datos .icono svg {fill: var(--col1);}
div.cms-contacto .datos a,
div.cms-contacto .datos .a
{
	font-family: 'Quicksand', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	color: var(--col0);
}
div.cms-contacto .datos a:hover, div.cms-contacto .datos .a:hover {color: var(--col1);}
div.cms-contacto .datos .rrss a
{
	width: 25px;
	margin-right: 30px;
}
div.cms-contacto .datos .rrss a svg {fill: var(--col0);}
div.cms-contacto .datos .rrss a:hover svg {fill: var(--col1);}
div.cms-contacto input, div.cms-contacto textarea {margin-top: 10px;}
div.cms-contacto div.mapa
{
	width: 100%;
	height: 400px;
	background-image: url("/images/estructura/mapa.png");
	background-position: top;
}
div.cms-contacto div.mapa a
{
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.cms-contacto div.mapa a div
{
	display: none;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.cms-contacto div.mapa:hover a
{
	background-color: rgba(0, 0, 0, 0.5);
	pointer-events: initial;
}
div.cms-contacto div.mapa:hover a div
{
	display: block;
	color: var(--col1);
	font-size: 24px;
	font-weight: 600;
}
div.ph_empresa {background-image: url("/images/estructura/ph_empresa.png");}
section.empresa .video {height: 100%;}
section.empresa .video iframe
{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
section.empresa .rasgos .icono {margin: 20px;}
section.empresa .rasgos .icono svg
{
	height: 90px;
	fill: var(--col1);
}
section.empresa .rasgos h3
{
	font-size: 30px;
	margin-bottom: 20px;
}
section.empresa .rasgos .filosofia .icono svg {padding-top: 10px;}
section.empresa .ambiental .principios
{
	height: 450px;
	justify-content: space-between;
	align-content: initial;
	align-items: flex-start;
}
section.empresa .ambiental .principios .principio {height: 300px;}
section.empresa .ambiental .principios .principio_abajo {align-self: flex-end !important;}
section.empresa .ambiental .principios .icono{margin: 20px; margin-top: 0;}
section.empresa .ambiental .principios .cont
{
	background-color: var(--col5);
	border-radius: 15px;
	padding: 30px;
}
section.empresa .ambiental .principios .icono svg {height: 80px;}
section.empresa .ambiental .principios .icono svg .negro {fill: var(--col0);}
section.empresa .ambiental .principios .icono svg .amarillo {fill: var(--col1);}
section.empresa .ambiental .principios p
{
	font-family: 'Quicksand', sans-serif !important;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
section.empresa .ambiental .separador {width: 100px;}
section.empresa .ambiental a svg
{
	fill: var(--col0);
	width: 30px;
	margin-right: 20px;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.empresa .ambiental a:hover svg {fill: var(--col1);}
section.empresa .equipo .persona { height: auto;}
section.empresa .equipo .persona .fondo {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
section.empresa .equipo .persona img {
	width: 100%;
	border-radius: 15px 15px 0 0;
}
section.empresa .equipo .persona .texto {
	width: 100%;
	height: 150px;
	padding: 15px;
	margin-top: -6px;
	background-color: var(--col1);
	border-radius: 0 0 15px 15px;
}
section.empresa .equipo .persona .texto .nombre {
	font-family: 'Work Sans', sans-serif !important;
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}
section.empresa .equipo .persona .texto .departamento {
	font-family: 'Quicksand', sans-serif !important;
	font-size: 14px;
	text-align: center;
	color: var(--col4);
	background-color: var(--col0);
	padding: 10px;
	border-radius: 15px;
}

section.productos .tipo_producto {position: relative;}
section.productos .tipo_producto img
{
	width: 100%;
	height: 320px;
	border-radius: 15px;
	filter: brightness(50%);
	object-fit: cover;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.productos .tipo_producto .texto
{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
section.productos .tipo_producto .texto h3
{
	color: var(--col6);
	padding: 60px;
	font-size: 32px;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.relacionados h3
{
	margin-bottom: 50px;
}
section.productos .tipo_producto:hover img {filter: brightness(60%);}
section.productos .tipo_producto:hover .texto h3 {color: var(--col1);}
div.ph_etiquetas {background-image: url("/images/estructura/ph_etiquetas.png");}
div.ph_otros_productos {background-image: url("/images/estructura/ph_etiquetas.png");}
div.ph_maquinaria {background-image: url("/images/estructura/ph_maquinaria.png");}
section.etiqueta .texto_etiqueta p {margin: 0;}



section.etiqueta .texto_etiqueta p {width: 50%;}
section.etiqueta .texto_etiqueta p:first-child {padding-right: 50px;}
section.etiqueta .texto_etiqueta p:nth-child(even) {padding-left: 50px;}
section.etiqueta .texto_etiqueta img {width: 50%; margin: 25px 0;}



section.etiqueta ul li
{
	font-size: 16px;
	font-weight: 400;
}
section.etiqueta img
{
	border-radius: 15px;
}
section.etiqueta img.mt50 {margin-top: 50px;}
section.etiqueta .fotos {margin-top: 50px;}
section.etiqueta .fotos .swiper a
{
	display: block;
	/*height: 600px;*/
	width: 100%;
	height: auto;
	aspect-ratio: 15 / 7;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
section.etiqueta .relacionados .relacionado {position: relative;}
section.etiqueta .relacionados .relacionado img
{
	filter: brightness(50%);
	object-fit: cover;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.etiqueta .relacionados .relacionado .texto
{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
section.etiqueta .relacionados h4
{
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	padding: 30px;
	color: var(--col6);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.etiqueta .relacionados img {margin: 0;}
section.etiqueta .relacionados .relacionado:hover img {filter: brightness(60%);}
section.etiqueta .relacionados .relacionado:hover .texto h4 {color: var(--col1);}
.pd0-33 {padding: 0 33px;}
.pd0-16 {padding: 0 16px;}
div.maquinaria_archivos {margin-top: 50px;}
div.maquinaria_archivos a {transition:all 0.3s ease-out; -webkit-trasition: all 0.3s ease-out;}
div.maquinaria_archivos svg
{
	width: 30px;
	margin-right: 20px;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.maquinaria_archivos a:hover {color: var(--col1);}
div.maquinaria_archivos a:hover svg {fill: var(--col1);}
div.ph_alimentacion {background-image: url("/images/estructura/ph_alimentacion.png");}
div.ph_limpieza-y-geles {background-image: url("/images/estructura/ph_limpieza.png");}
div.ph_codificacion {background-image: url("/images/estructura/ph_codificacion.png");}
div.ph_stamping-y-relieve {background-image: url("/images/estructura/ph_stamping.png");}
div.ph_hojas-din-a4 {background-image: url("/images/estructura/ph_hojas.png");}
div.ph_vitolas-y-trazabilidad {background-image: url("/images/estructura/ph_vitolas.png");}
div.ph_tickets-cartulina {background-image: url("/images/estructura/ph_tickets.png");}
div.ph_seguridad-y-garantia {background-image: url("/images/estructura/ph_antihurto.png");}
div.ph_sachets-y-embalaje-flexible {background-image: url("/images/estructura/ph_sachets.png");}
div.ph_cupons-etiqueta-doble {background-image: url("/images/estructura/ph_cupons.png");}
div.ph_descargas {background-image: url("/images/estructura/ph_descargas.png");}
section.descargas .archivo
{
	height: 100%;
	border-radius: 15px;
	background-color: var(--col5);
	padding: 30px;
}
section.descargas .archivo h3 {margin-bottom: 20px; font-size: 28px;}
section.descargas .archivo p
{
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 20px;
}
section.descargas a svg
{
	fill: var(--col0);
	width: 30px;
	margin-right: 20px;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.descargas a:hover svg {fill: var(--col1);}
div.ph_novedades {background-image: url("/images/estructura/ph_novedades.png");}
section.novedades .items a {display: block;}
section.novedades .items .articulo
{
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
}
section.novedades .items .art_img
{
	display: block;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
section.novedades .items .art_texto
{
	background-color: var(--col5);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.novedades .items .art_texto h4
{
	font-family: 'Work Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 23px;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-trasition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.novedades .items .art_texto p
{
	font-family: 'Quicksand', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.novedades .items a:hover .art_texto {background-color: var(--col0);}
section.novedades .items a:hover h4, section.novedades .items a:hover p {color: var(--col1);}
section.novedades a.vermas {margin-top: 50px;}
section.novedades a svg
{
	fill: var(--col0);
	width: 30px;
	margin-right: 20px;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.novedades a:hover svg {fill: var(--col1);}
div.ph_tienda {background-image: url("/images/estructura/ph_tienda.png");}
div.notifyjs-metro-warning
{
	color: var(--col0);
	background-color: var(--col1);
	border: 1px solid var(--col0);
	border-radius: 15px;
}
div.notifyjs-corner
{
	margin: 0;
	margin-top: 60px;
	margin-right: 60px;
}
div.notifyjs-wrapper
{
	padding: 10px;
}
div.notifyjs-corner,
div.notifyjs-wrapper,
div.notifyjs-container,
div.notifyjs-metro-base
{
	color: var(--col0);
	background-color: var(--col1);
	border-radius: 15px;
	border: none;
}
div.hikashop_products_listing_main div.presupuesto {max-width: 1200px; border-radius: 15px;}
div.hikashop_products_listing .hikashop_container
{
	margin: 0 !important;
	padding: 10px;
	border-radius: 15px;
}
div.hikashop_products_listing .hikashop_container:hover {background-color: var(--col5);}
div.hikashop_products_listing .hikashop_subcontainer {padding: 0; background: transparent !important;}
div.hikashop_products_listing .hikashop_product_image {height: 150px !important; margin-bottom: 10px;}
div.hikashop_products_listing .hikashop_product_image_subdiv {height: 100%; width: auto !important;}
div.hikashop_products_listing .hikashop_product_image_subdiv a {height: 100%;}
div.hikashop_products_listing .hikashop_product_image_subdiv a img.hikashop_product_listing_image
{
	width: auto;
	height: 100%;
	border-radius: 15px;
}
div.hikashop_products_listing .hikashop_product_name {margin-bottom: 10px;}
div.hikashop_products_listing .hikashop_product_name a
{
	font-family: 'Work Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 20px;
	color: var(--col0);
}
div.hikashop_products_listing .hikashop_product_price_full {display: block;}
div.hikashop_products_listing .hikashop_product_price_full .hikashop_product_price
{
	color: var(--col0);
	font-size: 19px;
	font-family: 'Quicksand', sans-serif !important;
}
div.hikashop_products_listing .hikashop_product_price_full .hikashop_product_price_per_unit {display: none;}
div.hikashop_products_listing .hikashop_product_code_list {display: none;}
div.hikashop_products_listing .hikashop_product_stock_count {display: none;}
div.hikashop_products_listing .hikashop_listing_img_title > form {display: none;}
div.hikashop_products_listing .hikashop_products_pagination .pagination-toolbar
{
	display: flex;
	justify-content: center;
}
div.hikashop_products_listing .hikashop_products_pagination .pagination-toolbar .limit,
div.hikashop_products_listing .hikashop_products_pagination .pagination-toolbar .counter,
div.hikashop_products_listing .hikashop_products_pagination .pagination-toolbar .pagenav_text,
div.hikashop_products_listing .hikashop_products_pagination .pagination-toolbar .hikashop_start_link,
div.hikashop_products_listing .hikashop_products_pagination .pagination-toolbar .hikashop_previous_link,
div.hikashop_products_listing .hikashop_products_pagination .pagination-toolbar .hikashop_next_link,
div.hikashop_products_listing .hikashop_products_pagination .pagination-toolbar .hikashop_end_link,
div.hikashop_products_listing .hikashop_products_pagination .pagination-toolbar span.pagenav_start_chevron,
div.hikashop_products_listing .hikashop_products_pagination .pagination-toolbar span.pagenav_previous_chevron,
div.hikashop_products_listing .hikashop_products_pagination .pagination-toolbar span.pagenav_next_chevron,
div.hikashop_products_listing .hikashop_products_pagination .pagination-toolbar span.pagenav_end_chevron,
div.hikashop_products_listing .hikashop_products_pagination .hikashop_results_counter {display: none;}
div.hikashop_products_listing .hikashop_products_pagination a
{
	width: 45px;
	height: 45px;
	padding: 10px;
	margin: 0 5px;
	border-radius: 25px;
	background-color: var(--col1);
	text-align: center;
	color: var(--col0);
	font-size: 16px;
	font-weight: 500;
}
div.hikashop_products_listing .hikashop_products_pagination span
{
	width: 45px;
	height: 45px;
	padding: 10px;
	margin: 0 5px;
	border-radius: 25px;
	background-color: var(--col0);
	text-align: center;
	color: var(--col1);
	font-size: 16px;
	font-weight: 500;
}
div.hikashop_product_page .hikashop_product_left_part {width: 40%; padding: 0 30px;}
div.hikashop_product_page .hikashop_global_image_div {width: 100%; height: 100%;}
div.hikashop_product_page  .hikashop_main_image_div {width: 100%; height: 80%;}
div.hikashop_product_page  .hikashop_product_main_image_thumb {width: 100%; height: 100% !important;}
div.hikashop_product_page .hikashop_product_left_part .img_product
{
	max-height: 300px;
	border-radius: 15px;
}
div.hikashop_product_page .hikashop_small_image_div {width: 100%; height: 20%;}
div.hikashop_product_page .hikashop_small_image_div a {height: 100%; width: auto;}
div.hikashop_product_page .hikashop_small_image_div a:hover,
div.hikashop_product_page .hikashop_small_image_div a:focus,
div.hikashop_product_page .hikashop_small_image_div a:active,
div.hikashop_product_page .hikashop_small_image_div a.hikashop_active_thumbnail {border: 2px solid var(--col1);}
div.hikashop_product_page .hikashop_small_image_div a img {height: 100%; width: auto;}
div.hikashop_product_page .hikashop_product_right_part {width: 60%;	padding: 0 30px;}
div.hikashop_product_page .hikashop_product_right_part h2 {margin-bottom: 20px;}
div.hikashop_product_page .hikashop_product_right_part .hikashop_product_name_main
{
	font-family: 'Work Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 28px;
	color: var(--col0);	
}
div.hikashop_product_page .hikashop_product_code_main
{
	font-size: 17px;
	font-family: 'Quicksand', sans-serif !important;
}
div.hikashop_product_page .dimensions span
{
	font-weight: 400;
	color: var(--col0);
	font-size: 17px;
	font-family: 'Quicksand', sans-serif !important;
}
div.hikashop_product_page .hikashop_product_price_main
{
	/* display: flex;
	justify-content: flex-end; */
	width: 100%;
}
div.hikashop_product_page .hikashop_product_right_part .hikashop_product_price
{
	font-weight: 400;
	color: var(--col0);
	font-size: 40px;
	font-family: 'Quicksand', sans-serif !important;
}
div.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full
{
	color: var(--col0);
	font-size: 30px;
	font-weight: 500;
}
div.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_per_unit {display: none;}
div.hikashop_product_page .hikashop_product_quantity_main {padding-top: 20px;}
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright
{
	padding-right: 20px;
	height: 50px;
}
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright span
{
	max-width: 45px;
	width: 100%;
	height: 100%;
	background-color: var(--col4);
}
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright span.span-border-l
{
	border-right: none;
	border-radius: 20px 0 0 20px;
}
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright span.span-border-r
{
	border-left: none;
	border-radius: 0 20px 20px 0;
}
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright span a
{
	width: 100%;
	height: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright span:hover,
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright span:focus,
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright span:active {background-color: transparent;}
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright span:hover a,
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright span:focus a,
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright span:active a {color: var(--col1);}
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright .hikashop_product_quantity_field
{
	padding: 0;
	max-width: 100px;
	height: 100%;
	width: 100%;
	border-radius: 0;
	font-size: 17px;
}
div.hikashop_product_page .hikashop_product_quantity_change_div_leftright .hikashop_product_quantity_field:focus {border: 1px solid var(--col0);}
div.hikashop_product_page .hikashop_product_quantity_main button {width: 60%;}
div.hikashop_product_page .hikashop_product_quantity_main button span
{
	color: var(--col0);
	font-weight: inherit;
	font-size: inherit;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_product_page .hikashop_product_quantity_main button:hover span,
div.hikashop_product_page .hikashop_product_quantity_main button:focus span,
div.hikashop_product_page .hikashop_product_quantity_main button:active span{color: var(--col1);}
div.hikashop_product_page .hikashop_product_quantity_main button span::before
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	position: relative;
	top: 4px;
	left: 0;
	mask-image: url("/images/estructura/carrito_mas.svg");
	-webkit-mask-image: url("/images/estructura/carrito_mas.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-size: cover;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_product_page .hikashop_product_quantity_main button:hover span::before,
div.hikashop_product_page .hikashop_product_quantity_main button:focus span::before,
div.hikashop_product_page .hikashop_product_quantity_main button:active span::before {background-color: var(--col1);}
div.hikashop_product_page .hikashop_product_description_main
{
	font-size: 16px;
	font-weight: 300;
	padding-top: 50px;
}
div.hikashop_product_page .hikashop_product_description_main table {
	border-spacing: 0;
	border: solid 1px var(--col0);
	background-color: var(--col5);
	border-radius: 15px;
}
div.hikashop_product_page .hikashop_product_description_main table td:first-child {
	background-color: var(--col4);
	font-weight: 500;
}
div.hikashop_product_page .hikashop_product_description_main td {
	border: solid 1px var(--col0);
	padding: 10px;
}
div.hikashop_product_page .hikashop_product_description_main table tr:first-child td:first-child {border-top-left-radius: 10px;}
div.hikashop_product_page .hikashop_product_description_main table tr:first-child td:last-child {border-top-right-radius: 10px;}
div.hikashop_product_page .hikashop_product_description_main table tr:first-child td:only-child {border-top-right-radius: 10px; border-top-left-radius: 10px;}
div.hikashop_product_page .hikashop_product_description_main table tr:last-child td:first-child {border-bottom-left-radius: 10px;}
div.hikashop_product_page .hikashop_product_description_main table tr:last-child td:last-child {border-bottom-right-radius: 10px;}
div.hikashop_product_page .hikashop_product_description_main table tr:last-child td:only-child {border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;}


div.hikashop_product_page .hikashop_product_stock_count {
	width: 100%;
	font-weight: 400;
	color: var(--col0);
	font-size: 17px;
	font-family: 'Quicksand', sans-serif !important;
	margin-bottom: 5px;
}
div.hikashop_product_page .hikashop_product_no_stock
{
	display: block;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	border: none;
	box-shadow: none;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	padding: 15px 25px;
	background-color: var(--col1);
	border-radius: 15px;
}
div.hikashop_checkout_page input,
div.hikashop_checkout_page select {padding: 10px 20px;}
div.hikashop_wizardbar 
{
	border-radius: 15px;
	margin-bottom: 10px;
	border: none;
	box-shadow: none;
	overflow: hidden;
}
#hikashop_checkout *{font-family: 'Quicksand', sans-serif !important;}
.hikashop_wizardbar ul li .hikashop_chevron::before {right: 0px;}
div.hikashop_wizardbar ul li:nth-child(1) {border-radius: 20px 0 0 20px;}
div.hikashop_wizardbar ul li.hikashop_cart_step_current {background-color: var(--col1); color: var(--col0);}
div.hikashop_wizardbar ul li::marker {content: "";}
div.hikashop_wizardbar ul li.hikashop_cart_step_current span.hkbadge-current {background-color: var(--col0); color: var(--col1);}
div.hikashop_wizardbar li,div.hikashop_wizardbar li a{font-family: 'Quicksand', sans-serif !important;}
div.hikashop_wizardbar ul li span.hikashop_chevron {border-left-color: var(--col0);}
div.hikashop_wizardbar ul li.hikashop_cart_step_current span.hikashop_chevron::before {border-left-color: var(--col1);}
div.hikashop_checkout_buttons {margin-top: 20px; margin-bottom: 0;}
div.hikashop_checkout_buttons .buttons_left {width: 50%; height: 100%;}
div.hikashop_checkout_buttons .buttons_left button {width: 30%; max-width: 180px;}
div.hikashop_checkout_buttons .buttons_right {width: 50%; height: 100%; display: flex; justify-content: flex-end;}
div.hikashop_checkout_buttons .buttons_right button {width: 30%; max-width: 180px;}
div.hikashop_checkout_cart table thead tr {border-bottom: solid 1px var(--col0);}
div.hikashop_checkout_cart table thead tr th {font-size: 18px; font-weight: 600;}
div.hikashop_checkout_cart table tbody.productos tr td
{
	display: flex;
	justify-content: center;
	align-items: center;
}
div.hikashop_checkout_cart table tbody.productos tr td span,
div.hikashop_checkout_cart table tbody.productos tr td a
{
	font-size: 16px;
	font-weight: 400;
	color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_checkout_cart table tbody.productos tr td a:hover {color: var(--col1);}
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright
{
	width: 60%;
	height: 50px;
	display: flex;
	align-items: center;
	align-content: center;
}
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright span
{
	max-width: 33px;
	width: 100%;
	height: 100%;
	border: none;
	background-color: var(--col4);
}
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright span:first-child
{
	border-right: none;
	border-radius: 20px 0 0 20px;
}
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright span:last-child
{
	border-left: none;
	border-radius: 0 20px 20px 0;
}
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright span a
{
	width: 100%;
	height: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	color: var(--col0) !important;
	transition: all 0.3s ease-out !important;
	-webkit-trasition: all 0.3s ease-out !important;
}
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright span:hover,
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright span:focus,
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright span:active {background-color: transparent;}
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright span:hover a,
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright span:focus a,
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright span:active a {color: var(--col1) !important;}
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright .hikashop_product_quantity_field
{
	padding: 0;
	width: 60%;
	max-width: 50px;
	height: 100%;
	border-radius: 0;
}
div.hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright .hikashop_product_quantity_field:focus {border: 1px solid var(--col0);}
div.hikashop_checkout_cart .hikashop_cart_product_quantity_refresh {display: none;}
div.hikashop_checkout_cart .hikashop_cart_product_quantity_delete {width: 10%; padding: 0 10px;}
div.hikashop_checkout_cart .hikashop_cart_product_quantity_delete a i {display: none;}
div.hikashop_checkout_cart .hikashop_cart_product_quantity_delete a::after
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	mask-image: url("/images/estructura/papelera.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/papelera.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_checkout_cart .hikashop_cart_product_quantity_delete a:hover::after,
div.hikashop_checkout_cart .hikashop_cart_product_quantity_delete a:focus::after,
div.hikashop_checkout_cart .hikashop_cart_product_quantity_delete a:active::after {background-color: var(--col1);}
div.hikashop_checkout_cart .hikashop_cart_product_total_title
{
	text-align: right;
	padding-right: 20px;
}
div.hikashop_checkout_cart .hikashop_cart_product_total_value
{
	justify-content: flex-end !important;
	padding-right: 20px;
}
div.hikashop_checkout_cart table tbody.productos tr.total {padding: 10px 0;}
div.hikashop_checkout_cart table tbody.productos tr.total td.hikashop_cart_title
{
	justify-content: flex-start;
	font-size: 18px;
	font-weight: 500;
	color: var(--col0);
}
div.hikashop_checkout_cart table tbody.productos tr.total td.hikashop_cart_value {justify-content: flex-end;}
div.hikashop_checkout_cart table tbody.productos tr.total td.hikashop_cart_value span
{
	font-size: 18px;
	font-weight: 400;
	color: var(--col0);
}
div.hikashop_checkout_cart table tbody.productos tr.total td.hikashop_cart_total_value span {font-weight: 500;}
div.hikashop_checkout_coupon {margin-top: 10px;}
div.hikashop_checkout_coupon .input-append
{
	width: 50%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
div.hikashop_checkout_coupon .input-append input.hikashop_checkout_coupon_field
{
	width: 50%;
	max-width: 390px;
	margin: 0;
	margin-right: 10px;
}
div.hikashop_checkout_coupon .input-append button.hikabtn_checkout_coupon_add {max-width: 20%;}
div.hikashop_checkout_coupon .hikashop_coupon_label
{
	font-size: 16px;
	font-weight: 400;
}
div.hikashop_checkout_coupon a i {display: none;}
div.hikashop_checkout_coupon a::after
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	mask-image: url("/images/estructura/papelera.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/papelera.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_checkout_coupon a:hover::after,
div.hikashop_checkout_coupon a:focus::after,
div.hikashop_checkout_coupon a:active::after {background-color: var(--col1);}
div.hikashop_checkout_login div.titulo {font-size: 18px; font-weight: 500; margin-top: 20px; margin-bottom: 10px;}
div.hikashop_checkout_login div.subtitulo {font-size: 18px; font-weight: 400; margin: 10px 0;}
div.hikashop_checkout_login div.hk-container-fluid div.hkc-lg-4 {padding-left: 0; padding-right: 30px;}
div.hikashop_checkout_login div.hk-container-fluid div.hkc-lg-8 {padding-right: 0; padding-left: 30px;}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal
{
	border: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .hkform-group
{
	width: 50%;
	padding: 10px;
	margin: 0;
}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .hkform-group label.hkcontrol-label
{
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	text-align: left;
}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .hkform-group div.hkc-sm-8 {width: 100%; padding: 0;}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .hkform-group div.hkcontrol-label,
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .hkform-group div.hkcheckbox {padding: 0;}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .hkform-group button {width: 50%; max-width: 180px;}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .hikashop_login_forgot_password_line a,
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .hikashop_login_forgot_username_line a
{
	color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .hikashop_login_forgot_password_line a:hover,
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .hikashop_login_forgot_username_line a:hover {color: var(--col1);}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .titulo_info_facturacion,
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .hikashop_registration_shipping_address_title {width: 100%; margin-top: 20px; margin-bottom: 10px;}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .titulo_info_facturacion legend,
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal .hikashop_registration_shipping_address_title legend {font-weight: 500;}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal div.hikashop_registration_same_address_line {width: 100%;}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal div.hikashop_registration_same_address_line div.hkc-sm-8 {display: flex; flex-flow: row wrap;}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal div.hikashop_registration_same_address_line div.hkc-sm-8 input {width: auto; margin-right: 10px;}
div.hikashop_checkout_login div.hk-container-fluid .hkform-horizontal div.hikashop_registration_required_info_line {width: 100%;}
div.hikashop_checkout_login div.hikashop_checkout_login_form .hkform-group {width: 100% !important;}
div.hikashop_checkout_address fieldset.hika_address_field,
div.hikashop_checkout_address fieldset.hkform-horizontal {border: none;}
div.hikashop_checkout_address fieldset.hika_address_field legend
{
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}
div.hikashop_checkout_address fieldset.hkform-horizontal
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
div.hikashop_checkout_address fieldset.hkform-horizontal div.hkform-group
{
	width: 45%;
	padding: 10px 0;
	margin: 0;
}
div.hikashop_checkout_address fieldset.hkform-horizontal div.hkform-group label.hkcontrol-label
{
	width: 100%;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
}
div.hikashop_checkout_address fieldset.hkform-horizontal div.hkform-group div.hkc-sm-8
{
	width: 100%;
	padding: 0;
}
div.hikashop_checkout_address div.hk-container-fluid {width: 100%;}
div.hikashop_checkout_address div.hk-container-fluid div.hkc-sm-6 {width: 50%; padding: 0;}
div.hikashop_checkout_address div.hk-container-fluid div.hkc-sm-6:first-child {padding-right: 30px;}
div.hikashop_checkout_address div.hk-container-fluid div.hkc-sm-6:nth-child(2) {padding-left: 30px;}
div.hikashop_checkout_address fieldset.hkform-horizontal div.hikashop_checkout_address_address_title {width: 10%;}
div.hikashop_checkout_address fieldset.hkform-horizontal  div.hikashop_checkout_address_default,
div.hikashop_checkout_address fieldset.hkform-horizontal  div.hikashop_checkout_address_same {width: 100%;}
div.hikashop_checkout_address fieldset.hkform-horizontal  div.hikashop_checkout_address_default label,
div.hikashop_checkout_address fieldset.hkform-horizontal  div.hikashop_checkout_address_same label {display: flex; flex-flow: row wrap;}
div.hikashop_checkout_address fieldset.hkform-horizontal  div.hikashop_checkout_address_default label input,
div.hikashop_checkout_address fieldset.hkform-horizontal  div.hikashop_checkout_address_same label input {width: auto; margin-right: 10px;}
div.hikashop_checkout_address div.hikashop_address_required_info_line
{
	width: 100%;
	margin: 0;
	padding: 10px 0;
}
div.hikashop_checkout_address > div {width: 50%; float: initial !important;}
div.hikashop_checkout_address button.hikashop_checkout_address_ok_button
{
	width: 30%;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.hikashop_checkout_address button.hikashop_checkout_address_ok_button i {display: none;}
div.hikashop_checkout_address button.hikashop_checkout_address_ok_button::before
{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	margin-right: 5px;
	mask-image: url("/images/estructura/guardar.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/guardar.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_checkout_address button.hikashop_checkout_address_ok_button:hover::before,
div.hikashop_checkout_address button.hikashop_checkout_address_ok_button:focus::before,
div.hikashop_checkout_address button.hikashop_checkout_address_ok_button:active::before {background-color: var(--col1);}
div.hikashop_checkout_address button.hikashop_checkout_address_cancel_button
{
	width: 15%;
	float: right;
	margin-top: -50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.hikashop_checkout_address button.hikashop_checkout_address_cancel_button i {display: none;}
div.hikashop_checkout_address button.hikashop_checkout_address_cancel_button::before
{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	margin-right: 5px;
	mask-image: url("/images/estructura/cruz.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/cruz.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_checkout_address button.hikashop_checkout_address_cancel_button:hover::before,
div.hikashop_checkout_address button.hikashop_checkout_address_cancel_button:focus::before,
div.hikashop_checkout_address button.hikashop_checkout_address_cancel_button:active::before {background-color: var(--col1);}
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element
{
	display: flex;
	flex-flow: row wrap;
	border: none;
	border-radius: 15px;
	background-color: var(--col5);
	margin: 10px 0;
}
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element div.hika_edit
{
	width: 15%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 20px 0 0 20px;
}
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element div.hika_edit input {height: 15px;}
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element div.hika_edit a
{
	display: inline-block;
	width: 100%;
	text-align: center;
}
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element div.hika_edit a i {display: none;}
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element div.hika_edit a:nth-child(2)::after
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	mask-image: url("/images/estructura/lapiz.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/lapiz.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element div.hika_edit a:nth-child(2):hover::after,
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element div.hika_edit a:nth-child(2):focus::after,
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element div.hika_edit a:nth-child(2):active::after {background-color: var(--col1);}
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element div.hika_edit a:nth-child(3)::after
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	mask-image: url("/images/estructura/papelera.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/papelera.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element div.hika_edit a:hover::after,
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element div.hika_edit a:focus::after,
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element div.hika_edit a:active::after {background-color: var(--col1);}
div.hikashop_checkout_address fieldset.hika_address_field div.hika_address_element .hika_address_display
{
	padding: 20px;
	width: 80%;
}
div.hikashop_checkout_address fieldset.hika_address_field button.hikashop_checkout_address_new_button {width: 15%;}
div.hikashop_checkout_address div.hkc-sm-6 button.hikashop_checkout_address_new_button {width: 30%; display: flex; align-items: center; justify-content: center;}
div.hikashop_checkout_address fieldset.hika_address_field button.hikashop_checkout_address_new_button i {display: none;}
div.hikashop_checkout_address fieldset.hika_address_field button.hikashop_checkout_address_new_button::before
{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	position: relative;
	mask-image: url("/images/estructura/mas.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/mas.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_checkout_address fieldset.hika_address_field button.hikashop_checkout_address_new_button:hover::before,
div.hikashop_checkout_address fieldset.hika_address_field button.hikashop_checkout_address_new_button:focus::before,
div.hikashop_checkout_address fieldset.hika_address_field button.hikashop_checkout_address_new_button:active::before {background-color: var(--col1);}
div.hikashop_checkout_shipping div.hikashop_shipping_group legend
{
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}
div.hikashop_checkout_shipping div.hikashop_shipping_group table.hikashop_shipping_methods_table td
{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	border: none;
	border-radius: 15px;
	margin: 10px 0;
	padding: 20px;
	background-color: var(--col5);
}
div.hikashop_checkout_shipping div.hikashop_shipping_group table.hikashop_shipping_methods_table td input {width: 5%; height: 15px; padding: 10px;}
div.hikashop_checkout_shipping div.hikashop_shipping_group table.hikashop_shipping_methods_table td label {width: 65%; padding: 0 10px;}
div.hikashop_checkout_shipping div.hikashop_shipping_group table.hikashop_shipping_methods_table td label span {font-weight: 500;}
div.hikashop_checkout_shipping div.hikashop_shipping_group table.hikashop_shipping_methods_table td span.hikashop_checkout_shipping_cost {font-weight: 400; width: 30%; text-align: right;}
div.hikashop_checkout_shipping div.hikashop_shipping_group table.hikashop_shipping_methods_table td span.hikashop_checkout_shipping_cost span {font-weight: 400;}
div.hikashop_checkout_shipping div.hikashop_shipping_group table.hikashop_shipping_methods_table td span.hikashop_checkout_shipping_images {width: 5%; padding-top: 10px;}
div.hikashop_checkout_shipping div.hikashop_shipping_group table.hikashop_shipping_methods_table td span.hikashop_checkout_shipping_images img {width: 100%; max-width: 55px;}
div.hikashop_checkout_shipping div.hikashop_shipping_group table.hikashop_shipping_methods_table td div.hikashop_checkout_shipping_description {width: 95%; padding: 10px; padding-bottom: 0;}
div.hikashop_checkout_payment legend
{
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}
#shop_terms_and_cond{color: var(--col0); pointer-events: none;}
div.hikashop_checkout_payment table.hikashop_payment_methods_table td
{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	border-radius: 15px;
	margin: 10px 0;
	padding: 20px;
	background-color: var(--col5);
}
div.hikashop_checkout_payment table.hikashop_payment_methods_table td input {width: 5%; height: 15px; padding: 10px;}
div.hikashop_checkout_payment table.hikashop_payment_methods_table td label {width: 65%; padding: 0 10px;}
div.hikashop_checkout_payment table.hikashop_payment_methods_table td label span {font-weight: 500;}
div.hikashop_checkout_payment table.hikashop_payment_methods_table td span.hikashop_checkout_payment_cost {font-weight: 400; width: 30%; text-align: right;}
div.hikashop_checkout_payment table.hikashop_payment_methods_table td span.hikashop_checkout_payment_cost span {font-weight: 400;}
div.hikashop_checkout_payment table.hikashop_payment_methods_table td span.hikashop_checkout_payment_images {width: 5%; padding-top: 10px;}
div.hikashop_checkout_payment table.hikashop_payment_methods_table td span.hikashop_checkout_payment_images img {width: 100%; max-width: 55px;}
div.hikashop_checkout_payment table.hikashop_payment_methods_table td div.hikashop_checkout_payment_description {width: 95%; padding: 10px; padding-bottom: 0;}
div.hikashop_checkout_status {font-weight: 400; padding: 20px 0;}
div.hikashop_checkout_terms {display: flex; flex-flow: row wrap; align-items: center;}
div.hikashop_checkout_terms input {width: auto; margin-right: 10px;}
form.form_order_listing input,
form.form_order_listing select {padding: 10px 20px;}
form.form_order_listing div.hk-row-fluid {padding-bottom: 20px;}
form.form_order_listing div.hk-row-fluid div.hkc-md-6 div.hikashop_search_block input {max-width: initial;}
form.form_order_listing div.hk-row-fluid div.hkc-md-6 div.hikashop_order_sort {width: 100%;}
form.form_order_listing div.hk-row-fluid div.hkc-md-6 div.hikashop_order_sort select.inputbox {width: 60%; margin-left: 20px;}
form.form_order_listing div.hikashop_order_listing div.hk-card {margin: 30px; border-radius: 15px; border-color: var(--col0);}
form.form_order_listing div.hikashop_order_listing div.hk-card div.hk-card-header
{
	color: var(--col0);
	background-color: var(--col1);
	border-radius: 20px 20px 0 0;
	padding: 20px;
	border: none;
}
form.form_order_listing div.hikashop_order_listing div.hk-card div.hk-card-header:hover {background-color: var(--col1);}
form.form_order_listing div.hikashop_order_listing div.hk-card div.hika_order_products {border-radius: 0 0 20px 20px;}
form.form_order_listing div.hikashop_order_listing div.hk-card div.hika_order_products div.hika_order_product {border-radius: 0 0 20px 20px; padding: 20px;}
form.form_order_listing div.hikashop_order_listing div.hk-card div.hk-card-body {padding: 20px;}
form.form_order_listing div.hikashop_order_listing div.hk-card div.hk-card-body div.hk-row-fluid {padding: 0;}
form.form_order_listing div.hikashop_order_listing div.hk-card div.hk-card-body .hika_order_number_title,
form.form_order_listing div.hikashop_order_listing div.hk-card div.hk-card-body .hika_order_shipping_address_title {font-weight: 400;}
form.form_order_listing div.hikashop_order_listing div.hk-card div.hk-card-body div.hika_order_action button,
form.form_order_listing div.hikashop_order_listing div.hk-card div.hk-card-body div.hika_order_more a
{
	border-radius: 15px;
	border-color: var(--col0);
	color: var(--col0);
}
form.form_order_listing div.hikashop_order_listing div.hk-card div.hk-card-body span.order-label
{
	padding: 10px 20px;
	border-radius: 15px;
}
form.form_order_listing div.hika_cpanel_date i,
form.form_order_listing div.hika_cpanel_price i,
form.form_order_listing span.hika_order_shipping_address_value i,
form.form_order_listing span.caret {display: none;}
form.form_order_listing div.hika_cpanel_date::before
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url("/images/estructura/reloj.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/reloj.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
form.form_order_listing div.hika_cpanel_price::before
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url("/images/estructura/tarjeta.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/tarjeta.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
form.form_order_listing span.hika_order_shipping_address_value::before
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: 5px;
	mask-image: url("/images/estructura/ubicacion.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/ubicacion.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
form.form_order_listing div.hkdropdown span.hkdropdown-text::after
{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
	top: 0;
	margin-left: 5px;
	mask-image: url("/images/estructura/angulo-hacia-abajo.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/angulo-hacia-abajo.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_order_listing .hikashop_orders_footer .pagination-toolbar {display: flex; justify-content: center;}
div.hikashop_order_listing .hikashop_orders_footer .pagination-toolbar .limit,
div.hikashop_order_listing .hikashop_orders_footer .pagination-toolbar .pagenav_text,
div.hikashop_order_listing .hikashop_orders_footer .pagination-toolbar .hikashop_start_link,
div.hikashop_order_listing .hikashop_orders_footer .pagination-toolbar .hikashop_previous_link,
div.hikashop_order_listing .hikashop_orders_footer .pagination-toolbar .hikashop_next_link,
div.hikashop_order_listing .hikashop_orders_footer .pagination-toolbar .hikashop_end_link,
div.hikashop_order_listing .hikashop_orders_footer .pagination-toolbar span.pagenav_start_chevron,
div.hikashop_order_listing .hikashop_orders_footer .pagination-toolbar span.pagenav_previous_chevron,
div.hikashop_order_listing .hikashop_orders_footer .pagination-toolbar span.pagenav_next_chevron,
div.hikashop_order_listing .hikashop_orders_footer .pagination-toolbar span.pagenav_end_chevron,
div.hikashop_order_listing .hikashop_orders_footer .pagination-toolbar .counter,
div.hikashop_order_listing .hikashop_orders_footer .hikashop_results_counter {display: none;}
div.hikashop_order_listing .hikashop_orders_footer a
{
	width: 45px;
	height: 45px;
	padding: 10px;
	margin: 0 5px;
	border-radius: 25px;
	background-color: var(--col1);
	text-align: center;
	color: var(--col0);
	font-size: 16px;
	font-weight: 500;
}
div.hikashop_order_listing .hikashop_orders_footer span
{
	width: 45px;
	height: 45px;
	padding: 10px;
	margin: 0 5px;
	border-radius: 25px;
	background-color: var(--col0);
	text-align: center;
	color: var(--col1);
	font-size: 16px;
	font-weight: 500;
}
div.hikashop_order_main div.hikashop_header_title {display: none;}
div.hikashop_order_main  div.hika_toolbar span.btnIcon i {display: none;}
div.hikashop_order_main  div.hika_toolbar span.btnIcon::after
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: -5px;
	mask-image: url("/images/estructura/volver.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/volver.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_order_main  div.hika_toolbar span.btnIcon:hover::after,
div.hikashop_order_main  div.hika_toolbar span.btnIcon:focus::after,
div.hikashop_order_main  div.hika_toolbar span.btnIcon:active::after {background-color: var(--col1);}
div.hikashop_user_registration_page fieldset {border: none;}
div.hikashop_user_registration_page div.ph_registration {height: auto;}
div.hikashop_user_registration_page div.ph_registration h1,
div.hikashop_user_registration_page div.ph_registration ul.breadcrumb li a span,
div.hikashop_user_registration_page div.ph_registration ul.breadcrumb li.active span {color: var(--col0);}
div.hikashop_user_registration_page div.ph_registration div.moduletable {display: flex; justify-content: center; padding-top: 20px;}
div.hikashop_user_registration_page div.hkform-horizontal
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
div.hikashop_user_registration_page div.hkform-horizontal div.hkform-group
{
	width: 50%;
	padding: 10px;
	margin: 0;
}
div.hikashop_user_registration_page div.hkform-horizontal div.hkform-group label.hkcontrol-label
{
	width: 100%;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
}
div.hikashop_user_registration_page div.hkform-horizontal div.hkform-group div.hkc-sm-8
{
	width: 100%;
	padding: 0;
}
div.hikashop_user_registration_page div.hkform-horizontal div.hikashop_registration_address_info_line {width: 100%;}
div.hikashop_user_registration_page div.hkform-horizontal div.hikashop_registration_address_info_line h3 {margin-top: 50px; margin-bottom: 20px;}
div.hikashop_user_registration_page div.hkform-horizontal div.hikashop_registration_required_info_line {width: 100%;}
div.hikashop_user_registration_page div.hkform-horizontal div.hikashop_registration_required_info_line label {margin: 0 !important;}
div.hikashop_user_registration_page div.hkform-horizontal label.hkcontrol-label {width: 100%;}
div.hikashop_user_registration_page div.hkform-horizontal button.hikabtn_checkout_login_register {width: 30%; max-width: 180px; margin: 0 auto;}
div.ph_login {height: auto; padding-top: 200px;}
div.ph_login h1,
div.ph_login ul.breadcrumb li a span,
div.ph_login ul.breadcrumb li.active span {color: var(--col0);}
div.ph_login div.moduletable {display: flex; justify-content: center; padding-top: 20px;}
div.login {padding-bottom: 100px; max-width: 700px; margin: 0 auto;}
div.login form.form-horizontal fieldset {border: none;}
div.login form.form-horizontal div.control-group
{
	width: 100%;
	padding: 10px;
	margin: 0;
}
div.login form.form-horizontal div.control-group div.control-label {margin-bottom: 10px;}
div.login form.form-horizontal div.control-group div.control-label label
{
	width: 100%;
	text-align: left;
	padding: 0;
}
div.login form.form-horizontal div.control-group div.controls
{
	width: 100%;
	padding: 0;
}
div.login form.form-horizontal div.control-group.remember {display: flex;}
div.login form.form-horizontal div.control-group.remember div.controls {width: auto; margin-right: 10px;}
div.login form.form-horizontal div.control-group.remember div.control-label {margin: 0;}
div.login form.form-horizontal div.control-group.btn_login {width: 30%; max-width: 180px; margin: 0 auto;}
div.login div.no_account {padding: 10px; padding-bottom: 0;}
div.login a {color: var(--col0);}
div.login a:hover,
div.login a:focus,
div.login a:active {color: var(--col1);}
div.hika_cpanel_main_data div.hk-card {margin: 30px; border-radius: 15px; border-color: var(--col0);}
div.hika_cpanel_main_data div.hk-card div.hk-card-header
{
	color: var(--col0);
	background-color: var(--col1);
	border-radius: 20px 20px 0 0;
	padding: 20px;
	border: none;
}
div.hika_cpanel_main_data div.hk-card div.hk-card-header:hover {background-color: var(--col1);}
div.hika_cpanel_main_data div.hk-card div.hk-card-body {padding: 20px;}
div.hika_cpanel_main_data div.hk-card div.hk-card-body div.hk-row-fluid {padding: 0;}
div.hika_cpanel_main_data div.hk-card div.hk-card-body .hika_cpanel_title {font-weight: 400;}
div.hika_cpanel_main_data div.hk-card div.hk-card-body div.hika_cpanel_order_action button,
div.hika_cpanel_main_data div.hk-card div.hk-card-body div.hika_cpanel_order_action a
{
	border-radius: 15px;
	border-color: var(--col0);
	color: var(--col0);
}
div.hika_cpanel_main_data div.hk-card div.hk-card-body span.order-label
{
	padding: 10px 20px;
	border-radius: 15px;
}
div.hika_cpanel_main_data div.hk-card div.hika_cpanel_products {padding: 20px; padding-right: 10px;}
div.hika_cpanel_main_data div.hk-card div.hika_cpanel_products div.hika_cpanel_product {padding: 0;}
div.hika_cpanel_main_data div.hk-card div.hika_cpanel_methods {padding: 20px; padding-left: 10px;}
div.hika_cpanel_main_data div.hk-card div.hika_cpanel_methods dl.hika_cpanel_order_methods dt {font-weight: 400;}
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_joomla_user_div span.hk-icon i,
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_address_div span.hk-icon i,
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_order_div span.hk-icon i  {display: none;}
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_joomla_user_div span.hk-icon::after
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	mask-image: url("/images/estructura/lapiz.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/lapiz.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_address_div span.hk-icon::after
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	mask-image: url("/images/estructura/ubicacion.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/ubicacion.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_order_div span.hk-icon::after
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	mask-image: url("/images/estructura/carrito_mas.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/carrito_mas.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_joomla_user_div:hover span.hk-icon::after,
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_joomla_user_div:focus span.hk-icon::after,
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_joomla_user_div:active span.hk-icon::after,
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_address_div:hover span.hk-icon::after,
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_address_div:focus span.hk-icon::after,
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_address_div:active span.hk-icon::after,
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_order_div:hover span.hk-icon::after,
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_order_div:focus span.hk-icon::after,
div.hikashop_cpanel_main_interface div.hika_cpanel_side_bar div.hika_cpanel_icons a.hikashop_cpanel_order_div:active span.hk-icon::after {background-color: var(--col1);}
div.hikashop_cpanel_main_interface div.hika_cpanel_main_data div.hk-card div.hk-card-header div.hika_cpanel_date i,
div.hikashop_cpanel_main_interface div.hika_cpanel_main_data div.hk-card div.hk-card-header div.hika_cpanel_price i  {display: none;}
div.hikashop_cpanel_main_interface div.hika_cpanel_main_data div.hk-card div.hk-card-header div.hika_cpanel_date::before
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url("/images/estructura/reloj.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/reloj.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
}
div.hikashop_cpanel_main_interface div.hika_cpanel_main_data div.hk-card div.hk-card-header div.hika_cpanel_price::before
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url("/images/estructura/tarjeta.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
	-webkit-mask-image: url("/images/estructura/tarjeta.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;
	background-color: var(--col0);
}
section.pedir-presupuesto label {
	font-family: 'Work Sans', sans-serif !important;
	text-transform: uppercase;
	font-size: 20px;
}
section.pedir-presupuesto input, section.pedir-presupuesto textarea {margin-top: 10px;}
footer
{
	max-width: 100%;
	height: 100%;
}
footer .datos
{
	height: 100%;
	background-color: var(--col4);
}
footer .datos > div {margin: auto;}
footer .datos .cone {height: 100%;}
footer .datos .cone .logo
{
	width: 150px;
	margin-bottom: 30px;
}
footer .datos .cone .direccion a
{
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	font-family: 'Quicksand', sans-serif !important;
}
footer .datos .cone .direccion a:hover p{color: var(--col1);}
footer .datos .cone .direccion p
{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Quicksand', sans-serif !important;
}
footer .contacto h3
{
	font-size: 25px;
	margin-bottom: 10px;
}
footer .contacto a
{
	font-size: 16px;
	font-weight: 400;
	margin: 5px 0;
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	font-family: 'Quicksand', sans-serif !important;
	color: var(--col0);
}
footer .contacto a:hover {color: var(--col1);}
footer .contacto .icono {padding: 5px;}
footer .contacto svg
{
	width: 20px;
	margin-right: 10px;
}
footer .contacto .rrss a {width: 22px;}
footer .contacto .rrss a svg
{
	transition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-trasition:all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .contacto .rrss a:hover svg {fill: var(--col1);}
footer .logos .gva a {display: block; width: 100%;}
footer .logos .gva img {width: 200px; border-radius: 15px;}
footer .logos .certificados img {height: 80px; padding-left: 20px;}
footer .politicas
{
	background-color: var(--col0);
}
footer .politicas > div
{
	height: 100%;
	align-content: center;
}
footer .politicas > div div
{
	height: 100%;
	align-content: center;
}
footer .politicas a
{
	color: var(--col6);
	font-size: 14px;
	font-weight: 400;
	font-family: 'Quicksand', sans-serif !important;
}
footer .politicas .f .f a
{
	margin-right: 20px;
}
footer .politicas .verkia a {margin: 0 !important;}
div.ph_legal {background-image: url("/images/estructura/ph_legal.png");}
div.cms-legal h4
{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
div.cms-legal h5
{
	font-size: 18px;
	font-weight: 800;
	margin: 10px 0;
}
div.cms-legal ul, div.cms-legal ol {margin-bottom: 10px;}
header .iconos svg
{
	width: 21px;
	height: 21px;
	fill: var(--col6);
	display: block;
	margin-left: 30px;
}
.textofinal h3
{
	font-size: 28px;
	margin-bottom: 20px;
}
.textofinal img
{
	border-radius: 15px;
	overflow: hidden;
}

div.ph_sitemap {background-image: url("/images/estructura/ph_empresa.png");}
div.sitemap h2 {display: none;}
div.sitemap li {
	line-height: 2.6;
	margin-left: 30px;
	list-style: none;
}
div.sitemap li a {
	font-family: 'Quicksand', sans-serif !important;
	font-size: 22px;
	color: var(--col0);
	transition:all 0.3s ease-out;
	-webkit-trasition:all 0.3s ease-out;
}
div.sitemap li a:hover,
div.sitemap li a:focus,
div.sitemap li a:active {color: var(--col1);}
div.sitemap li a.xmapexcl {display: none;}

div.pageheader_error404 {width: 100%; height: 84px; background-color: var(--col0);}
div.error404 h1 {
	font-family: 'Work Sans',sans-serif !important;
	font-size: 150px;
	font-weight: 800;
	text-transform: uppercase;
}
div.error404 h2 {
	font-family: 'Quicksand',sans-serif !important;
	font-size: 40px;
	font-weight: 400;
}
div.error404 a {margin-top: 20px;}
div.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full small{font-size: 15px;}
header .iconos.desktop > .moduletable
{
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: auto;
	text-align: right;
	pointer-events: none;
}
header .iconos.desktop > .moduletable .hikashop_small_cart_checkout_link
{
	background-color: var(--col1);
	border-radius: 50px;
	padding: 3px 5px;
	font-size: 11px;
	position: absolute;
	bottom: -8px;
	right: -12px;
	pointer-events: initial;
}
header .iconos.desktop > .moduletable .hikashop_small_cart_checkout_link span{font-weight: 500;}