@font-face {
	font-family: 'reigoblack';
	src: url('../fonts/fonreigo-black-webfont.woff2') format('woff2'), url('../fonts/reigo-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.fp2 {
	font-family: 'reigoblack';
}
.fp1, .ft1, .ft2 {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.none {
	display: none;
}
.over {
	overflow: hidden;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.center {
	text-align: center;
}
.relative {
	position: relative;
}
h1 {
	font-size: 15px;
	margin: 0px;
}
.strong {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.op00 {
	opacity: 0.0;
	filter: alpha(opacity=00);
}
.op10 {
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.op20 {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.op30 {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.op40 {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.op50 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.op60 {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.op70 {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.op80 {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.op90 {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.op100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.border-left {
	-webkit-box-shadow: -1px 0px 0px 0px #e3e3e3;
	-moz-box-shadow: -1px 0px 0px 0px #e3e3e3;
	box-shadow: -1px 0px 0px 0px #e3e3e3;
}
.border-right {
	-webkit-box-shadow: 1px 0px 0px 0px #e3e3e3;
	-moz-box-shadow: 1px 0px 0px 0px #e3e3e3;
	box-shadow: 1px 0px 0px 0px #e3e3e3;
}
.border-bottom {
	-webkit-box-shadow: 0px 1px 0px 0px #e3e3e3;
	-moz-box-shadow: 0px 1px 0px 0px #e3e3e3;
	box-shadow: 0px 1px 0px 0px #e3e3e3;
}
.border-top {
	-webkit-box-shadow: 0px -1px 0px 0px #e3e3e3;
	-moz-box-shadow: 0px -1px 0px 0px #e3e3e3;
	box-shadow: 0px -1px 0px 0px #e3e3e3;
}
.rad5bot {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.rad10bot {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.rad5top {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.rad10top {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.sombra {
	background: url(../img/sombra.png) no-repeat top;
	background-size: 100% 10px;
	height: 10px;
	float: left;
	width: 100%;
}
.sombra-mod {
	background: url(../img/sombra.png) no-repeat top;
	background-size: 100% 10px;
	height: 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 100;
}
.sombra-v {
	background: url(../img/sombra-v.png) no-repeat top;
	background-size: 15px 100%;
	height: 100%;
	float: left;
	width: 10px;
}
.sombra-on {
	background: url(../img/sombra-top.png) no-repeat top;
	background-size: 100% 20px;
	height: 20px;
	float: left;
	width: 100%;
}
.sombra-css {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}
.text-shadow {
	text-shadow: 3px 1px 2px rgba(0,0,0,0.7);
}
.sombra-mod:not(#home .sombra-mod) {
	display: none;
}
.grad-black {
	background: #555555;
	background: -moz-linear-gradient(top,#555555 0%,#252525 100%);
	background: -webkit-linear-gradient(top,#555555 0%,#252525 100%);
	background: linear-gradient(to bottom,#555555 0%,#252525 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555',endColorstr='#252525',GradientType=0);
}
#footer_ov {
	float: right;
}
#footer_ov p {
	opacity: 0.7;
	filter: alpha(opacity=20);
	color: #ffffff;
	font-size: 18px;
	float: left;
	margin: 0px 5px 0px 0px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 25px;
}
#footer_ov:hover p {
	opacity: 1;
	filter: alpha(opacity=50);
}
#footer_ov img {
	float: left;
}
#footer_ov:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#paginador {
	float: right;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#paginador .paginador_bottom {
	width: 100%;
	float: right;
	margin: 30px 0px;
}
#paginador .contenedor_paginador {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 12px;
	float: right;
}
#paginador .text {
	float: left;
	color: #b9b9b9;
	font-weight: 400;
	margin-top: 5px;
}
#paginador .contenedor_paginador a {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	margin-left: 8px;
	width: 50px;
	height: 30px;
	line-height: 18px;
	font-size: 15px;
	border: 1px solid #ddd;
	float: left;
	text-align: center;
	padding: 5px;
	color: #636363;
}
#paginador .contenedor_paginador .active, #paginador .contenedor_paginador a:hover {
	background: #ffa508;
	color: #ffffff;
	border: 1px solid #ffa508;
}
.back-to-top {
	background-color: #ffa508;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 15px;
	display: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border: none !important;
	z-index: 100000;
}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus {
	background-color: #FDC425;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background-color: #FDC425;
}
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: #f5f5f5;
}
::-webkit-scrollbar-thumb {
	background: #424242;
	background: linear-gradient(0deg,#424242 0%,#828282 100%);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
	background: #999;
}
.preloader {
	height: initial;
	width: initial;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -250px;
	background: #fff;
	z-index: 10000;
}
@media only screen and (max-width: 500px) {
	.preloader {
		width: 300px;
		height: initial;
		margin-left: -150px;
		margin-top: -84px;
   }
}
p, div, span, ul, li, a, strong, input, h1, h2, h3, h4 {
	font-weight: 300;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
html {
	overflow-x: hidden;
}
#content {
	overflow: initial;
}
@media (min-width: 1350px) {
	.container {
		max-width: 1920px;
		padding-right: 45px;
		padding-left: 45px;
   }
}
@media (max-width: 1349px) {
	.container {
		max-width: 1920px;
		padding-right: 45px;
		padding-left: 45px;
   }
}
@media (max-width: 500px) {
	.container {
		max-width: 100%;
		padding-right: 25px !important;
		padding-left: 25px !important;
   }
}
::selection {
	background: #FDC425;
	color: #FFF;
	text-shadow: none;
}
.fondo-gradient {
	background: #858585;
	background: -moz-linear-gradient(180deg,#858585 0%,#4d4d4d 100%);
	background: -webkit-linear-gradient(180deg,#858585 0%,#4d4d4d 100%);
	background: linear-gradient(180deg,#858585 0%,#4d4d4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#858585",endColorstr="#4d4d4d",GradientType=1);
}
.fondo-gradient-2 {
	background: #eaeaea;
	background: -moz-linear-gradient(left,#eaeaea 0%,rgba(160,160,160,0.5) 100%);
	background: -webkit-linear-gradient(left,#eaeaea 0%,rgba(160,160,160,0.5) 100%);
	background: linear-gradient(to right,#eaeaea 0%,rgba(160,160,160,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea',endColorstr='#a0a0a0',GradientType=0.5);
}
ul li {
	list-style: none;
}
label {
	cursor: initial;
}
html, body {
	height: 100%;
}
header #header-wrap {
	background: transparent !important;
}
header #seleccionado div {
	font-weight: 700 !important;
	color: #FDC425;
}
header #primary-menu ul li a:hover div, header #primary-menu ul li a:hover, header #primary-menu #top-search a:hover i, header #primary-menu #top-cart a:hover i {
	color: #FDC425 !important;
}
.objetivo-box {
	padding: 0px 5px !important;
	text-align: center;
	width: 60px !important;
	border-left: 1px solid #444 !important;
	padding-left: 16px !important;
	margin-left: 12px;
}
.objetivo-box:hover {
	background: #478ECB !important;
	border: none !important;
}
.icon-objetivo {
	background-image: url(../imagenes/objetivo.png);
	width: 29px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	height: 14px;
	margin-top: 25px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center !important;
	cursor: pointer;
}
.icon-objetivo:first-child {
	margin-bottom: 10px;
	margin-top: 10px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#top-cart > a > span {
	background: #ffa508;
}
.owl-carousel:hover .owl-nav .owl-next {
	right: -37px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.owl-carousel:hover .owl-nav .owl-prev {
	left: -37px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.owl-carousel .owl-nav [class*=owl-] {
	font-size: 45px;
	border: none;
	width: 30px;
	height: 60px;
	background: transparent !important;
	margin-top: -30px;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
	background: transparent !important;
}
.owl-carousel .owl-nav:hover i {
	color: #FDC425;
}
.mod-flechas.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
	margin-top: -50px;
}
.top-search-open .box-buscar-mod #top-search a .icon-line-cross {
	display: inline-block;
}
header #logo {
	padding: 0px;
	margin-top: 10px;
}
header #logo img {
	width: 80px;
	margin-top: 0px;
}
header .sub-header {
	height: 40px;
	background: #ececec;
	border-bottom: 1px solid #eee;
}
header .sub-header ul {
	float: right;
	text-align: right;
	margin-bottom: 0px;
	padding: 6px 0px 0px 0px;
}
header .sub-header ul li {
	display: inline-block;
	padding: 0px 12px;
}
header .sub-header ul li a {
	color: #636363;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
header .sub-header ul li a:hover {
	font-weight: 500;
}
header .sub-header ul li a i {
	font-style: initial;
}
header .sub-header ul li span {
	padding-right: 7px;
}
header .sub-header ul li span.linea {
	border-right: 1px solid rgba(0,0,0,0.1);
	width: 1px;
	float: right;
	padding: 7px 15px;
	margin: 5px 0px;
}
header .icon-whatsapp {
	width: 20px;
	height: 20px;
	background: url(../img/whatsapp.png) no-repeat top;
	display: inline-block;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
header .bootstrap-select.btn-group .dropdown-menu {
	margin-top: 0px;
}
header .bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
	padding: 4px 12px;
}
header .header-buttons {
	margin-top: 5px;
	float: right;
}
header #top-cart {
	padding: 0px;
	width: 27px;
	float: right;
	margin-top: 0px;
}
header #top-cart a {
	width: initial;
	height: initial;
}
header #top-cart a img {
	display: inline-block;
	opacity: 1;
	filter: alpha(opacity=40);
}
header #top-cart a:hover img {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
}
header #top-cart a span {
	right: -9px;
	background: #FDC425;
	top: -4px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 16px;
	text-shadow: none;
	position: absolute;
}
header #top-cart.responsive-mod {
	display: none;
}
header .categorias-responsive {
	background: #FDC425;
	text-align: center;
	padding: 15px 0px;
	display: none;
	width: 100%;
}
header .categorias-responsive a {
	display: inline-block;
	color: #ffffff;
	margin-left: 15px;
}
header .categorias-responsive a:first-child {
	margin-left: 0px;
}
@media (max-width: 991px) {
	header .header-buttons {
		margin-top: 0px;
   }
	header .categorias-responsive {
		display: inline-block;
   }
	header #top-cart.responsive-mod {
		display: block;
		position: absolute;
		right: 15px;
   }
}
@media (max-width: 400px) {
	header .categorias-responsive {
		font-size: 14px;
		padding: 10px 0px;
   }
}
header .box-buscar-mod {
	background-image: url(../img/tabla-icon-2.png);
	height: 65px;
	width: 55px;
	display: inline-block;
	z-index: 10000;
	float: right;
}
header .box-buscar-mod #top-search {
	margin-top: 17px;
	margin-right: 3px;
}
header .box-buscar-mod #top-search form {
	background: #000;
	height: 66px !important;
}
header .box-buscar-mod #top-search form input {
	padding: 15px;
}
header .box-buscar-mod #top-search a .icon-line-cross {
	font-size: 23px !important;
	margin-left: 2px;
	right: -80px;
	top: 4px;
	display: none;
}
header #top-search a {
	width: 25px;
	height: 25px;
	opacity: 0.5;
	cursor: pointer;
	float: left;
	margin-left: 3px;
}
header #top-search a:hover {
	opacity: 0.8;
}
header #primary-menu {
	float: left;
}
header #primary-menu ul, header #primary-menu ul li {
	float: left;
}
header #primary-menu .texto-buscar {
	float: right;
	margin-right: 10px;
}
header #primary-menu .buscador-principal {
	float: left;
	margin: 25px 0px 0px 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
}
header #primary-menu .buscador-principal .bootstrap-select {
	width: auto;
	margin-right: 10px;
}
header #primary-menu .buscador-principal .bootstrap-select .dropdown-menu span {
	text-transform: uppercase;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #636363;
}
header #primary-menu .buscador-principal button {
	background: #f0f0f0;
	text-transform: uppercase;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 19px;
	font-weight: 300;
	cursor: pointer;
}
header #primary-menu .buscador-principal .categoria button {
	width: 180px;
}
header #primary-menu .buscador-principal .uso button {
	width: 200px;
}
header #botonera-secundaria {
	display: inline-block;
	width: 100%;
}
header .box-pri {
	float: right;
	margin-right: 25px;
	margin-top: 10px;
	display: block;
}
header .box-pri .box {
	max-width: 130px;
	display: inline-block;
}
header .box-pri .box i {
	font-style: initial;
	float: left;
	width: 73%;
	font-size: 12px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
header .box-pri .box span {
	float: left;
	font-size: 25px;
	width: 27%;
	line-height: 35px;
}
header .texto-buscar-marca {
	float: right;
	margin-left: 25px;
}
header .box-pri.mobile-version {
	display: none;
}
header .info-gral {
	display: none;
}
header .redes-header {
	margin-left: 10px;
}
header .redes-header li {
	padding: 0px 3px !important;
}
header .redes-header li img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
header .redes-header li img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
header .dropdown-toggle::after {
	background: url(../img/arrow-down.png) no-repeat center center;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0em;
	vertical-align: 0em;
	content: "";
	border-top: 0em solid;
	border-right: 0em solid transparent;
	border-bottom: 0;
	border-left: 0em solid transparent;
	width: 20px;
	height: 12px;
}
header .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	width: 100%;
}
header #primary-menu ul li .dropdown-item.active, header #primary-menu ul li .dropdown-item:active {
	background-color: #FDC425 !important;
}
header #primary-menu ul li .dropdown-item.active span, header #primary-menu ul li .dropdown-item:active span {
	color: #ffffff !important;
}
header .botonera-derecha {
	float: right;
	padding: 0px;
}
header .botonera-derecha ul {
	float: right;
	margin-bottom: 5px;
}
header .botonera-derecha li {
	float: left;
	font-size: 12px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: 2px;
}
header .botonera-derecha li a:hover {
	color: #FDC425;
}
header .botonera-derecha .mini-box {
	float: right;
	clear: right;
	margin-top: 0px;
}
header .botonera-derecha .mini-box .buscador-principal {
	margin: 0px;
	float: left;
}
header .botonera-derecha .mini-box .panel {
	float: right;
	width: 22px;
	margin-left: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
}
header .botonera-derecha .mini-box .panel:hover {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
}
header .botonera-derecha .menu-responsivo {
	font-size: 32px;
	display: none;
	float: right;
	height: 29px;
	line-height: 30px;
	margin-left: 11px;
	color: #999;
}
header .botonera-derecha .menu-responsivo:hover {
	color: #FDC425;
}
header .buscador-mod:hover .buscador-body {
	width: 240px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
}
header .buscador-mod .buscador-body {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
	padding: 6px 25px 6px 25px;
	background: #f7f7f7;
	width: 200px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	border: none;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #636363;
	height: 30px;
	border-top-left-radius: 255px;
	border-bottom-left-radius: 255px;
}
header .buscador-mod button {
	color: #999;
	background: #f7f7f7;
	padding: 0px !important;
	padding-right: 35px !important;
	border: none;
	font-size: 18px !important;
	font-weight: 400;
	float: right;
	height: 30px;
	width: 50px;
	border-top-right-radius: 255px;
	border-bottom-right-radius: 255px;
}
header .buscador-mod button:hover {
	color: #FDC425 !important;
	cursor: pointer;
}
header #primary-menu .buscador-principal button {
	padding-left: 20px;
	padding-right: 40px;
}
header .bootstrap-select .dropdown-toggle:focus {
	outline: thin dotted #333333 !important;
	outline: 1px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
	outline-color: #FDC425 !important;
}
@media (max-width: 1199px) {
	header .botonera-derecha li {
		font-size: 11px;
   }
	header .buscador-mod .buscador-body {
		width: 150px;
   }
	header .buscador-mod:hover .buscador-body {
		width: 170px;
   }
	header .buscador-mod button {
		width: 40px;
   }
	header #oc-marcas {
		width: 610px;
   }
	header .sub-header ul li span.linea {
		padding: 7px 7px;
   }
	header .sub-header ul li {
		padding: 0px 4px;
   }
}
@media (max-width: 991px) {
	header .box-secondary-seccion {
		padding-bottom: 6px;
   }
	header .box-secondary-seccion span {
		display: none;
   }
	header .nosotros-box {
		display: none;
   }
	header #logo {
		display: block;
		height: initial !important;
		float: left !important;
		margin: 0 auto 0 !important;
		max-width: none;
		text-align: center;
		border: 0 !important;
		padding: 5px !important;
		padding-bottom: 0px !important;
   }
	header #logo img {
		padding: 0px;
   }
	header .botonera-derecha .menu-responsivo {
		display: block;
   }
}
@media (max-width: 500px) {
	header #primary-menu .buscador-principal .buscador-mod {
		width: 100%;
		margin: 0px 0%;
   }
	header #primary-menu .buscador-principal .bootstrap-select {
		width: 100%;
		padding: 0px;
		margin: 0px;
		margin-bottom: 10px;
   }
	header .sub-header ul li {
		margin-right: 10px;
   }
	header .sub-header ul li a {
		font-size: 14px;
   }
	header .buscador-mod .buscador-body {
		width: 120px;
   }
	header .buscador-mod:hover .buscador-body {
		width: 130px;
   }
}
#header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart, #header.sticky-header:not(.static-sticky) #side-panel-trigger {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
header .max-height-panel {
	max-width: 145px;
	overflow: hidden;
	height: 22px;
}
#header.sticky-header #header-wrap {
	background: #ffffff !important;
	height: initial !important;
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	padding: 8px 20px 25px 20px;
}
#header.sticky-header #primary-menu .buscador-principal {
	margin: 14px 0px 0px 15px;
}
#header.sticky-header #primary-menu #top-cart {
	margin-top: 14px !important;
	margin-bottom: 10px !important;
}
#header.sticky-header #header-wrap #logo img {
	height: initial !important;
	margin-top: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
}
@media (max-width: 1199px) {
	#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
		padding: 15px 10px 15px 10px;
   }
}
#primary-menu ul li > a {
	padding: 8px 20px 25px 20px;
	font-family: 'reigoblack';
	font-weight: 300;
	font-size: 18px;
}
#primary-menu ul li .panel-login {
	padding: 8px 25px;
	font-family: 'reigoblack';
	font-weight: 300;
	font-size: 18px;
	color: #000;
}
#top-search, #top-cart, #side-panel-trigger, #top-account {
	padding: 0px 8px 10px 8px;
	margin: 0px;
}
#top-search a, #top-cart a, #side-panel-trigger a, #top-account a {
	font-size: 18px;
}
#logo {
	padding: 5px;
}
#logo img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
}
#logo img:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#top-search a i, #top-cart a i {
	color: #ffffff;
}
.botonera-principal {
	clear: right;
}
.dark > #header-wrap .botonera-principal {
	border-top: 1px solid rgba(255,255,255,0.23);
}
#header, #header-wrap, #logo img {
	height: auto;
	border: none;
}
#header .sombra-mod {
	bottom: -10px;
}
#primary-menu .redes-header {
	float: right !important;
}
#primary-menu ul.redes-header li a {
	font-family: 'font-icons';
	padding: 10px 7px;
}
#primary-menu ul ul li {
	width: 100%;
}
#primary-menu ul ul li > a {
	font-size: 13px;
	font-weight: 300;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	border-bottom: 1px solid #e5e5e5;
	letter-spacing: 1px;
}
#primary-menu ul ul li > a:hover {
	background: #eee;
}
#primary-menu ul li .panel-login {
	background: #f5f5f5;
	max-width: 210px;
	overflow: hidden;
	height: 43px;
}
#primary-menu ul li .panel-login:hover {
	background: #FDC425;
	color: #ffffff;
}
#primary-menu ul li .panel-login:hover span, #primary-menu ul li .panel-login:hover div {
	color: #ffffff !important;
}
#primary-menu ul li .panel-login span {
	display: inline-block;
}
#primary-menu ul li.current > a {
	color: #636363;
	font-size: 15px;
	font-weight: 400;
	margin-top: 13px;
	letter-spacing: 2px;
	background: transparent;
	border: 1px solid #ffffff !important;
	border-bottom: none !important;
	margin-right: 10px;
	margin-top: 0px;
	border-radius: 3px;
}
#primary-menu ul li.current > a > div {
	font-weight: 400;
	font-size: 13px;
}
#primary-menu ul li.current > a:hover, #primary-menu ul li.current.sfHover > a {
	background: #f5f5f5;
	border: 1px solid #ddd !important;
	border-bottom: none !important;
	border-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#primary-menu ul li.current:first-child > a {
	border: none;
}
#primary-menu ul > li {
	margin: 0px;
}
@media (max-width: 1199px) {
	#primary-menu ul li.current > a > div {
		font-size: 13px;
		letter-spacing: 0px;
   }
	#primary-menu ul ul li > a {
		font-size: 12px;
   }
}
.box-secondary-seccion {
	background: #FDC425;
	color: #fff;
	padding: 2px 25px 1px 30px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.box-secondary-seccion a, .box-secondary-seccion .login {
	color: #fff;
	letter-spacing: 4px;
	font-weight: 300;
}
.box-secondary-seccion span {
	color: #ffffff;
	opacity: 0.5;
	float: left;
	margin: 0px 20px;
	margin-top: -2px;
}
.box-secondary-seccion img {
	width: 11px;
	margin-top: -1px;
	margin-right: 5px;
}
.box-secondary-seccion a:hover {
	color: yellow !important;
}
header #primary-menu .navegacion-principal .mega-menu .mega-menu-content {
	border-top: 5px solid #FDC425;
	margin: 0px;
	padding: 30px 112px !important;
	background: #f5f5f5;
	width: 100%;
	box-shadow: -1px 7px 12px -4px rgba(0,0,0,0.46);
	-webkit-box-shadow: -1px 7px 12px -4px rgba(0,0,0,0.46);
	-moz-box-shadow: -1px 7px 12px -4px rgba(0,0,0,0.46);
}
header #primary-menu .navegacion-principal .mega-menu .imagen-categoria {
	background-size: cover;
	height: 100%;
	width: 40%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-position: center center;
}
header #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
	padding: 30px 15px;
}
header #primary-menu ul li .mega-menu-content.style-2 ul li > a {
	padding: 5px 10px;
	letter-spacing: 1px;
	font-size: 13px;
}
header #primary-menu ul li .mega-menu-content.style-2 .mega-menu-title > a div {
	font-weight: 700;
	padding: 5px 10px;
	letter-spacing: 1px;
	font-size: 13px;
}
header #primary-menu ul li .mega-menu-content .mega-menu-column {
	width: 100%;
}
header #primary-menu ul li.mega-menu:hover .sf-with-ul {
	color: #FDC425;
}
@media (max-width: 1199px) {
	#primary-menu ul li.current > a {
		padding: 15px 10px 15px 10px;
   }
	header #primary-menu .navegacion-principal .mega-menu .mega-menu-content {
		padding: 10px 30px !important;
   }
	header #primary-menu .navegacion-principal .mega-menu .imagen-categoria {
		width: 30%;
   }
}
@media (max-width: 991px) {
	#primary-menu .botonera-principal {
		padding-bottom: 7px !important;
   }
	.redes-header {
		display: none !important;
   }
	.panel-color .icon-user {
		display: none !important;
   }
	#primary-menu ul li:first-child {
		border-top: 1px solid rgba(238,238,238,0.18) !important;
   }
	#primary-menu ul li {
		border-top: 1px solid rgba(238,238,238,0.18) !important;
   }
	#top-cart {
		border: none;
		display: inline-block !important;
   }
	#top-search a {
		right: 0px !important;
   }
	#primary-menu {
		margin-top: 0px;
   }
	#primary-menu ul li > a {
		font-size: 17px;
   }
	#primary-menu ul li.current > a {
		text-align: center;
   }
	#primary-menu ul li .panel-login {
		background: transparent;
		padding: 10px 10px;
		color: #FDC425;
   }
	#primary-menu-trigger {
		font-size: 18px;
		color: #FDC425;
   }
	#logo img {
		margin-top: 0px;
		padding-bottom: 8px;
   }
}
.one-page-arrow {
	font-size: 72px;
	width: 70px;
	height: 80px;
	z-index: 100;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
	bottom: 60px;
}
.one-page-arrow i {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}
@media only screen and (max-width: 479px) {
	.carrito-boton {
		display: block;
   }
}
.dark #primary-menu:not(.not-dark) ul ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content, #primary-menu.dark ul ul {
	background: #f5f5f5;
	border: none;
	border-top: 5px solid #FDC425;
}
body.top-search-open #top-search a i.icon-search-mod, #top-search a i.icon-line-cross {
	opacity: 0;
}
header #top-search a i.icon-line-cross {
	opacity: 1;
	z-index: 11;
	font-size: 25px !important;
	margin-left: 15px;
	margin-top: 3px;
	color: #999;
	display: none;
}
header #top-search a i.icon-line-cross:hover {
	color: #FDC425;
	cursor: pointer;
}
body.top-search-open header #top-search a i.icon-line-cross {
	display: block;
}
body.top-search-open header .icono-menu {
	display: none;
}
body.top-search-open header .img-lupa {
	display: none;
}
body.top-search-open header .panel {
	display: none;
}
body.top-search-open header .side-panel-trigger {
	display: none;
}
#top-search form {
	padding: 0px 5%;
}
#top-search form input {
	color: #636363;
	font-size: 16px;
	font-weight: 300;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
#top-search form input::placeholder {
	color: #636363;
}
#top-search form input:-ms-input-placeholder {
	color: #636363;
}
#top-search form input::-ms-input-placeholder {
	color: #636363;
}
.accesos-directos {
	position: fixed;
	right: 0px;
	bottom: 0%;
	z-index: 8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
}
.accesos-directos .box-tool {
	float: right;
	clear: right;
}
.accesos-directos a, .accesos-directos #gotoTop {
	background: #555;
	width: 100%;
	float: left;
	padding: 5px 8px;
	color: #fff;
	font-size: 22px;
	margin-bottom: 5px;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border: 0px solid #000000;
	height: 46px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
	width: 41px;
}
.accesos-directos #gotoTop {
	position: initial;
	font-size: 32px;
	line-height: 31px;
	display: none;
}
.accesos-directos a:hover {
	background: #FDC425;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
	width: 50px !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease infinite !important;
}
.accesos-directos .whatsapp a {
	background: #0dc143;
}
.accesos-directos .whatsapp a:hover {
	background: #01962e;
}
@media (max-width: 600px) {
	.accesos-directos #gotoTop {
		display: none;
   }
}
.box-pre-slider {
	background: -moz-linear-gradient(left,rgba(226,226,226,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,rgba(226,226,226,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,rgba(226,226,226,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6e2e2e2',endColorstr='#00000000',GradientType=1);
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 40px 25px;
}
.box-pre-slider .box {
	display: inline-block;
	width: 200px;
}
.box-pre-slider .separador {
	border-left: 1px solid #d9d9d9;
	margin: 0px 20px;
	display: inline-block;
	height: 33px;
}
.box-pre-slider .box p {
	text-align: left;
	line-height: 16px;
	margin-bottom: 0px;
}
.box-pre-slider .box img {
	float: left;
	height: 33px;
	margin-right: 15px;
}
.box-pre-slider .box i {
	font-size: 14px;
	font-style: initial;
	text-align: left;
	line-height: 17px;
}
.box-pre-slider .box i b {
	color: #599e61;
}
@media (max-width: 750px) {
	.box-pre-slider .box {
		width: 100%;
		text-align: center;
   }
	.box-pre-slider .box p {
		text-align: center;
		margin: 5px 0px;
   }
	.box-pre-slider .separador {
		display: none;
   }
	.box-pre-slider .box img {
		display: inline-block;
		float: initial;
		height: 25px;
		margin-right: 15px;
   }
}
#como-comprar .modal-header, #como-comprar .modal-body {
	padding: 15px 30px;
}
#como-comprar .modal-header .close {
	padding: 19px;
}
#como-comprar .modal-header {
	background: #f5f5f5;
}
#como-comprar .modal-title {
	font-size: 21px;
	font-family: 'reigoblack';
	font-weight: 300;
}
#como-comprar .modal-body p {
	font-size: 16px;
	font-family: 'reigoblack';
	margin-top: 15px;
}
#como-comprar .modal-body p b {
	color: #FDC425;
}
#myModalLogin {
	z-index: 100000;
	padding: 35px !important;
	margin-bottom: 0px;
	background: rgba(0,0,0,0.3);
}
#myModalLogin .modal-dialog {
	max-width: 800px;
	z-index: 1000000;
	margin: auto auto;
	display: table;
	height: 100%;
	width: 100%;
}
#myModalLogin .modal-body {
	padding: 0px;
}
#myModalLogin .modal-content {
	background-color: transparent;
	border: none;
	box-shadow: none;
	display: table-cell;
	vertical-align: middle;
}
#myModalLogin .close {
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	height: 40px;
	width: 40px;
	right: 10px;
	top: 0px;
	position: absolute;
	opacity: 1.0;
	color: #515151;
	font-size: 18px;
	margin-top: 10px;
	text-shadow: none;
}
#myModalLogin .close:hover {
	color: #FDC425;
}
#ingresar {
	background: transparent !important;
	width: 100%;
}
#ingresar input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #e6e5e5 inset;
	border: 1px solid #666666;
	color: #FDC425;
}
#ingresar input:-webkit-autofill {
	-webkit-text-fill-color: #636363;
}
#ingresar .notificacion {
	background: #f5f5f5;
	color: #636363;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 20px 5%;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 15px;
	border-top: 25px solid #fff;
	-webkit-box-shadow: 0px -5px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -5px 4px 0px rgba(0,0,0,0.75);
	box-shadow: -1px -3px 3px 1px rgba(0,0,0,0.33);
	letter-spacing: 1px;
}
#ingresar .notificacion a {
	color: #FDC425;
	font-weight: 700;
}
#ingresar .notificacion a:hover {
	color: #ffa508;
}
#ingresar .botones-login {
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 5;
}
#ingresar .botones-login .boton {
	background: #FDC425;
	padding: 10px 35px 15px 35px;
	display: inline-block;
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#ingresar .botones-login .btn-activo {
	background: #ffffff;
	color: #636363;
}
#ingresar .botones-login .btn-activo:hover {
	background: #ffa508;
	color: #fff;
}
#ingresar #wrapper {
	opacity: 100;
}
#ingresar #wrapper .login-form {
	padding: 25px;
	background: #ffffff;
	float: left;
	width: 100%;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#ingresar .header .login-p {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 18px;
	color: #636363;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#ingresar .content input {
	-webkit-border-radius: 255px;
	-moz-border-radius: 255px;
	border-radius: 255px;
	margin-bottom: 10px;
	height: 40px;
	border: 1px solid #d4d4d4;
	background: #dedede;
	color: #636363;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 14px;
	padding: 10px 20px;
}
#ingresar .footer input.enviar-login {
	margin-top: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #FDC425;
	color: #ffffff;
	font-weight: 400;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	width: 200px;
	float: right;
}
#ingresar .footer {
	margin-bottom: 10px;
	margin-bottom: 25px;
	float: left;
	width: 100%;
	margin-top: 10px;
}
#ingresar .footer input.enviar-login:hover {
	background-color: #ffa508;
}
#ingresar .footer .pass-olvidado {
	border: none;
	background-color: transparent;
	text-align: center;
	margin-top: 10px;
	color: #7c7c7c;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	float: left;
	font-size: 15px;
	font-weight: 400;
}
#ingresar .footer .pass-olvidado:hover {
	color: #FDC425;
}
#ingresar #wrapper .footer .button {
	margin: 0px !important;
	-webkit-border-radius: 255px;
	-moz-border-radius: 255px;
	border-radius: 255px;
}
#ingresar #wrapper .registrate {
	border: none;
	width: 100%;
	float: left;
	border-top: 1px dotted #636363;
	padding: 15px 0 20px 0;
	background-color: #e4e4e4;
	text-align: center;
}
#ingresar #wrapper .registrate p {
	font-family: 'reigoblack';
	font-size: 14px;
	line-height: 25px;
	color: #636363;
}
#ingresar #wrapper .registrate p span {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 21px;
	font-weight: 400;
	color: #FDC425;
}
#ingresar #wrapper .registrate:hover {
	background-color: #FDC425;
}
#ingresar #wrapper .registrate:hover p {
	color: #ffffff;
}
#ingresar #wrapper .registrate:hover p span {
	color: #ffffff;
}
#ingresar #wrapper .alert {
	float: left;
	width: 100%;
}
@media (max-width: 991px) {
	.login {
		margin-right: 2px !important;
   }
}
@media (max-width: 600px) {
	.login {
		width: 21px;
   }
}
@media only screen and (max-width: 500px) {
	#myModalLogin {
		padding: 15px !important;
   }
	.modal-dialog {
		width: 100%;
   }
	#ingresar .notificacion {
		font-size: 13px;
   }
	#ingresar .header .login-p {
		text-align: center;
   }
	#ingresar #wrapper .footer .button {
		width: 100%;
   }
	#ingresar .footer .pass-olvidado {
		font-size: 14px;
		text-align: center;
		width: 100%;
   }
	#ingresar .botones-login .boton {
		padding: 10px 15px 15px 15px;
		font-size: 12px;
   }
	#ingresar .footer input.enviar-login {
		font-size: 14px;
   }
}
body.device-touch #side-panel .side-panel-wrap {
	overflow-y: scroll;
	overflow-x: hidden;
}
#nav-catalogo-header .tit {
	font-size: 13px;
	margin-bottom: 10px;
	color: #838383;
	float: left;
	width: 100%;
}
#nav-catalogo-header a {
	background: transparent;
	letter-spacing: 1px;
	color: #838383;
	width: 100%;
	float: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 10px 0px;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}
#nav-catalogo-header a img {
	width: 17px;
	margin-right: 5px;
}
#nav-catalogo-header .dropdown .dropdown-menu {
	position: initial !important;
	transform: initial !important;
	float: left;
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
	background: transparent;
	border: none;
}
#nav-catalogo-header .dropdown .dropdown-menu {
	padding: 0px;
}
#nav-catalogo-header .dropdown .dropdown-menu a {
	color: #838383;
	padding: 10px 25px;
	font-size: 12px;
}
#nav-catalogo-header .btn-secondary:not(:disabled):not(.disabled):active:focus, #nav-catalogo-header .btn-secondary:not(:disabled):not(.disabled).active:focus, #nav-catalogo-header .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
	color: #FDC425;
	font-weight: 700;
}
#nav-catalogo-header a span {
	margin-right: 8px;
	opacity: 0.5;
	font-size: 13px;
}
@media (max-width: 991px) {
	#nav-catalogo-header .tit {
		font-size: 13px;
		font-weight: 600;
		color: #838383;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		margin-bottom: 0px;
   }
}
.swiper_wrapper {
	max-height: initial !important;
	height: initial !important;
}
.swiper_wrapper .swiper-container {
	max-height: initial !important;
	background: transparent !important;
}
.swiper-pagination span {
	width: 15px;
	height: 15px;
}
@media only screen and (max-width: 1199px) {
	.swiper_wrapper {
		height: initial !important;
   }
}
.dots {
	background: url(../img/texture1.png) repeat top;
	width: 100%;
	height: 100%;
}
.table-container {
	display: table;
	height: 90%;
	width: 100%;
}
.table-container article {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#slider {
	height: 650px !important;
}
#slider .slider-parallax-inner, #slider .slider-parallax-inner .swiper-container {
	height: 100% !important;
}
#slider .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 45% center;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#slider .background-textura {
	background: #000 bottom repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#slider .slider-caption {
	position: absolute;
	left: 10%;
	z-index: 1;
	width: 100%;
	padding-right: 5%;
}
#slider .text {
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-shadow: 3px 1px 2px rgba(0,0,0,0.15);
	font-family: 'reigoblack';
	text-transform: uppercase;
}
#slider .text b {
	font-weight: 700;
}
#slider .subtext {
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 25px;
}
#slider .hiper {
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
	border-radius: 255px;
	font-size: 20px;
	color: #FDC425;
	font-weight: 900 !important;
	padding: 4px 25px;
	width: 220px;
	text-align: center;
	letter-spacing: 2px;
	float: left;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
}
#slider .hiper:hover {
	background: #ffa508;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
}
#slider .linea {
	width: 100%;
	float: left;
	height: 4px;
	border-radius: 255px;
	background: #fff;
	margin-bottom: 20px;
}
#slider .slider-arrow-left, #slider .slider-arrow-right, #slider .flex-prev, #slider .flex-next, #slider .slider-arrow-top-sm, #slider .slider-arrow-bottom-sm {
	background: transparent;
}
#slider .slider-arrow-left, #slider .slider-arrow-right, #slider .flex-prev:hover, #slider .flex-next:hover, #slider .slider-arrow-top-sm:hover, #slider .slider-arrow-bottom-sm:hover {
	background: transparent;
}
#slider .responsivo {
	display: none;
}
#slider .titulo-mod {
	font-size: 35px;
	text-align: center;
	color: #FDC425;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 35px;
	font-weight: 300;
	margin-top: 60%;
	width: 100%;
	line-height: 40px;
}
#slider .titulo-mod b {
	font-size: 44px;
	font-weight: 700;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
#slider .rectangle {
	width: 50%;
	height: 100%;
	background: #FDC425;
	position: relative;
	clip-path: polygon(0% 0%,100% 0%,75% 100%,0% 100%);
	z-index: 2;
}
#slider .video-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 65%;
	height: 100%;
	overflow: hidden;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	display: flex;
}
#slider .preloader-video {
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	z-index: 0;
}
@media only screen and (max-width: 1300px) {
	#slider .preloader-video {
		margin-top: -175px;
   }
}
#slider video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#slider .texture-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/texture-fest.webp') repeat;
	background-size: 300px 300px;
	opacity: 0.1;
	animation: moveTexture 60s linear infinite;
	z-index: 1;
}
@keyframes moveTexture {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 100% 100%;
	}
}
@media only screen and (max-width: 1300px) {
	#slider .text {
		font-size: 38px;
   }
	#slider .hiper {
		font-size: 17px;
   }
	#slider .slider-caption {
		width: 70%;
   }
}
@media only screen and (max-width: 997px) {
	#slider .subtext {
		text-shadow: 3px 1px 2px rgba(0,0,0,0.7);
   }
	#slider .rectangle {
		background: rgba(0,0,0,0.8) !important;
   }
	#slider .video-container {
		width: 100%;
   }
	#slider .texture-overlay {
		display: none;
   }
	#slider .rectangle {
		width: 100%;
		clip-path: none;
   }
	#slider .hiper {
		float: initial !important;
		display: inline-block;
   }
	#slider .slider-caption {
		width: 100%;
		text-align: center;
		top: initial !important;
		bottom: 40px;
		max-width: 100%;
		left: 0px;
		padding: 0% 5%;
   }
}
@media only screen and (max-width: 600px) {
	#slider .img {
		display: none;
   }
	#slider .img.responsivo {
		display: block;
		background-position: bottom center;
   }
	#slider .titulo-mod {
		margin-top: 0px;
   }
	#slider .swiper-slide {
		text-align: center;
   }
	#slider .slider-caption {
		position: absolute;
		display: inline-block;
		top: initial !important;
		max-width: 100%;
		width: 100%;
		text-align: center;
		left: 0px;
		padding: 25px 25px;
		bottom: 0px;
   }
	#slider .box {
		max-width: 500px;
		display: inline-block;
		text-align: center;
   }
	#slider .text {
		float: left;
		width: 100%;
		text-align: center;
		margin: 0px;
		line-height: 30px;
		font-size: 30px;
   }
	#slider .subtext {
		margin: 0px;
		margin-bottom: 15px;
		font-size: 18px;
   }
	#slider .linea {
		max-width: 300px;
		display: inline-block;
		float: initial;
		margin-bottom: 10px;
   }
	#slider .hiper {
		width: 100%;
		max-width: 250px;
		text-align: center;
		float: initial;
		display: inline-block;
   }
}
@media only screen and (max-width: 997px) {
	#slider {
		height: 500px !important;
   }
}
.destacado-texto {
	color: #636363;
	text-align: center;
	font-size: 28px;
	padding: 0px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	background: #f0f0f0;
}
.box-estructura {
	padding: 0px 20px;
	display: inline-block;
	width: 100%;
}
.destacado-texto .mod-left, .destacado-texto .mod-left .box-estructura {
	padding-left: 0px;
}
.destacado-texto .mod-right, .destacado-texto .mod-right .box-estructura {
	padding-right: 0px;
}
.destacado-texto .fondo {
	float: left;
	width: 100%;
	background: url(../img/texture1.png) top center repeat;
}
.destacado-texto .container {
	margin-top: 70px;
	margin-bottom: 60px;
}
.destacado-texto h3 {
	color: #666;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
}
.destacado-texto p {
	font-size: 14px;
	color: #999;
	text-align: left;
	float: left;
	line-height: 20px !important;
	margin-bottom: 0px;
}
.destacado-texto .border-new {
	border-left: 1px solid rgba(177,177,177,0.2);
	border-right: 1px solid rgba(177,177,177,0.2);
}
.destacado-texto span {
	color: #000000;
	font-weight: 700;
}
.destacado-texto .box {
	max-width: 800px;
	display: inline-block;
}
.destacado-texto .textura-efecto {
	background: url(../img/textura-line-new.png) top center repeat;
	height: 28px;
	width: 100%;
}
.content-wrap {
	padding: 0px;
}
.bottommargin-lg {
	margin-bottom: 0px !important;
}
.box-destacado {
	float: left;
	width: 78%;
}
.icono-mod {
	width: 22%;
	float: left;
	display: inline-block;
	padding-right: 5%;
	margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
	.box-estructura {
		padding: 0px 10px;
   }
	.destacado-texto h3 {
		font-size: 18px;
   }
}
@media only screen and (max-width: 997px) {
	.destacado-texto .icono-mod {
		width: 50px;
		padding: 0px;
		float: initial;
		margin-bottom: 10px;
   }
	.destacado-texto .box-destacado {
		text-align: center;
		width: 100%;
   }
	.destacado-texto .box-destacado h3, .destacado-texto .box-destacado p {
		text-align: center;
		width: 100%;
   }
	.destacado-texto .container {
		margin-top: 40px;
		margin-bottom: 50px;
   }
	.mod-flechas.owl-carousel .owl-nav .owl-next {
		right: -25px !important;
   }
	.mod-flechas.owl-carousel .owl-nav .owl-prev {
		left: -25px !important;
   }
	.mod-flechas.owl-carousel .owl-nav {
		font-size: 25px;
   }
}
@media only screen and (max-width: 767px) {
	.destacado-texto h3 {
		margin-top: 15px;
   }
	.destacado-texto .border-new {
		border: none;
   }
	.destacado-texto .container {
		margin-top: 30px;
		margin-bottom: 30px;
   }
	.destacado-texto .icono-mod {
		float: left;
		margin-right: 15px;
   }
	.destacado-texto .box-destacado {
		width: 80%;
		float: right;
   }
	.destacado-texto .box-estructura {
		padding: 0px !important;
		border-top: 1px solid #d9d9d9;
   }
	.destacado-texto .col-md-4:first-child .box-estructura {
		border: none;
   }
	.destacado-texto .box-destacado h3 {
		font-size: 21px;
   }
	.destacado-texto .box-destacado h3, .destacado-texto .box-destacado p {
		text-align: left;
   }
	.destacado-texto .mod-left, .destacado-texto .mod-left .box-estructura {
		padding: 0px 15px;
   }
}
@media only screen and (max-width: 479px) {
	.destacado-texto {
		padding: 0px 0px 0px 0px;
   }
	.destacado-texto .box {
		padding: 15px;
		max-width: 800px;
		display: inline-block;
		font-size: 23px;
   }
	.destacado-texto .icono-mod {
		display: none;
   }
	.destacado-texto .box-destacado {
		width: 100%;
   }
	.destacado-texto .box-destacado h3, .destacado-texto .box-destacado p {
		text-align: center;
   }
}
.titulo-principal {
	background: url(../img/titulos.jpg) center center no-repeat;
	position: relative;
	min-height: 125px;
}
.titulo-principal .fondo {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: #FDC425;
	top: 0;
	z-index: 8;
}
.titulo-principal .fondo2 {
	background: url(../img/texture1.png) repeat top;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9;
}
.titulo-principal .tit {
	color: #ffffff;
	text-align: center;
	font-family: 'reigoblack';
	font-size: 25px;
	position: relative;
	z-index: 10;
	padding: 50px 0;
	font-weight: 300;
}
.content-wrap {
	padding: 0px;
}
.bottommargin-lg {
	margin-bottom: 0px !important;
}
.marcas-home ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
}
.marcas-home ul li img {
	display: inline-block;
}
@media only screen and (max-width: 991px) {
	.marcas-home ul {
		margin-top: 30px;
   }
}
@media only screen and (max-width: 767px) {
	.marcas-home ul li img {
		max-width: 220px;
		width: 100%;
   }
}
@media only screen and (max-width: 400px) {
	.marcas-home ul li img {
		max-width: 180px;
		width: 100%;
   }
}
.sub-footer {
	float: left;
	width: 100%;
	text-align: center;
	background: #d6b037;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
}
.sub-footer .texture-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/texture-fest.webp') repeat;
	background-size: 300px 300px;
	opacity: 0.1;
	animation: moveTexture 60s linear infinite;
	z-index: 0;
}
.sub-footer .fondo {
	color: #ffffff;
	padding: 50px 25px;
	font-size: 17px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.29);
}
.sub-footer .fondo a {
	color: #ffffff;
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease infinite;
}
.sub-footer .fondo a:hover {
	font-weight: 900;
	color: yellow;
}
#footer {
	margin-top: 0px;
	border-top: none;
}
#footer .mas-info {
	display: inline-block;
}
#footer .footer {
	float: left;
	width: 100%;
	background: linear-gradient(45deg,#FDC425,#ffa508);
	padding: 45px 45px 25px 45px;
	margin-bottom: 0px;
}
#footer .footer-text {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	color: #636363;
	line-height: 26px;
}
#footer .footer-text a {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	color: #636363;
	display: inline-block;
}
#footer .footer-text a i {
	font-size: 14px;
}
#footer .contacto-info {
	display: inline-block;
	margin-bottom: 0px;
	width: 100%;
}
#footer .tit, #footer .tit-m {
	float: left;
	margin-bottom: 15px !important;
	width: 100%;
	height: 27px;
}
#footer .tit b {
	font-size: 16px;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
#footer .contacto-showroom, #footer .contacto-info {
	margin-bottom: 15px;
}
#footer .menu-info li {
	width: 50%;
	display: block;
}
#footer .menu-info li.al100 {
	width: 100%;
}
#footer ul li {
	margin-bottom: 8px;
	display: block;
	width: 100%;
	float: left;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: 1px;
}
#footer ul li a, #footer ul li, #footer ul li i, #footer ul li b {
	font-size: 14px;
	font-style: initial;
	color: #fff;
	font-weight: 200;
}
#footer ul li b, #footer ul li span, #footer ul li i, #footer ul li img {
	opacity: 1;
	filter: grayscale(100%) brightness(10000%);
}
#footer ul li b {
	font-weight: 700;
	color: #fff;
	font-family: 'reigoblack';
}
#footer ul li a {
	cursor: pointer;
}
#footer ul li a:hover i {
	font-weight: 500;
	opacity: 1;
	color: yellow !important;
	filter: initial;
}
#footer ul li i {
	font-weight: 300;
	margin-left: 8px;
	font-family: 'reigoblack';
}
#footer ul li a:hover i {
	color: #ffa508;
	filter: initial;
}
#footer ul li span {
	font-size: 18px;
	color: #fff;
}
#footer ul li img {
	width: 17px;
}
#footer .redes {
	float: right;
	margin-top: 10px;
	padding: 0px;
}
#footer .redes b {
	float: left;
	font-family: 'reigoblack';
	font-weight: 300;
	margin-top: 3px;
	color: #fff;
	letter-spacing: 2px;
}
#footer .redes img {
	width: 23px;
	filter: grayscale(100%) brightness(10000%);
}
#footer .redes a {
	width: auto;
	color: #ffa508;
	display: inline-block;
	float: initial;
	margin: 0px;
	float: left;
	opacity: 0.7 !important;
	margin-left: 10px;
}
#footer .redes a:hover {
	opacity: 1 !important;
}
#footer .redes span {
	float: left;
	color: #fff;
	margin-top: 7px;
}
#footer .redes .box-footer {
	display: inline-block;
	margin: 0px;
}
#footer .logo-2 {
	margin-top: 40px;
	float: right;
}
#footer .box-final {
	border-top: 1px solid #ddd;
	padding-top: 0px;
	margin-top: 25px;
	display: inline-block;
	width: 100%;
}
#footer .desarrollo {
	float: left;
	padding-top: 20px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}
#footer .desarrollo .ov {
	width: initial;
	color: #fff;
	text-align: center;
	display: inline-block;
	float: initial;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 13px;
}
#footer .desarrollo .ov strong {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
#footer .desarrollo .ov strong:hover {
	color: yellow;
}
#footer .contacto-showroom, #footer .contacto-info {
	float: left;
	width: 100%;
}
#footer .contacto-info li, #footer .contacto-showroom li {
	margin-bottom: 0px;
}
#footer .logo-gris {
	display: flex;
	float: right;
	max-width: 150px;
	margin-top: 15px;
	filter: grayscale(100%) brightness(10000%);
}
#footer .logo-gris-responsivo {
	display: none;
}
@media only screen and (max-width: 1199px) {
	#footer .logo-gris {
		display: none;
   }
	#footer .logo-gris-responsivo {
		display: flex;
   }
}
@media only screen and (max-width: 997px) {
	#footer .logo-gris img {
		display: inline-block !important;
   }
	#footer .logo-gris-responsivo {
		max-width: 100%;
		width: 100%;
		text-align: center;
		display: inline-block;
   }
	#footer .logo-gris-responsivo img {
		display: inline-block;
		max-width: 120px;
   }
	#footer .fondo .fondo-responsivo {
		background: rgba(255,255,255,0.7);
   }
	#footer .datos-principales .datos {
		width: 100%;
		margin: 0px;
		text-align: center;
		padding: 0px;
   }
	#footer .datos-principales .box {
		padding: 20px;
		text-align: center;
   }
	#footer .datos-principales .redes {
		display: inline-block;
		float: initial;
   }
	#footer .sub-footer .fondo {
		font-size: 15px;
		padding: 50px 10px;
   }
}
@media only screen and (max-width: 997px) {
	#footer ul li {
		text-align: center;
   }
	#footer #footer {
		text-align: center;
   }
	#footer .img-box {
		text-align: center;
   }
	#footer .footer-text .logo-2 {
		display: inline-block;
		margin-top: 15px;
		margin-bottom: 30px;
		float: initial;
   }
	#footer .footer-text {
		text-align: center;
   }
	#footer .contacto-info {
		margin-bottom: 25px;
   }
	#footer .menu-info li {
		width: 100%;
		display: block;
   }
	#footer .redes {
		width: initial;
		display: inline-block;
		float: initial;
   }
	#footer .footer {
		padding: 45px 14px 25px 15px;
   }
}
@media only screen and (max-width: 997px) {
	#footer .mas-info {
		display: none;
   }
	#footer .box-final {
		margin-top: 30px;
   }
	#footer .desarrollo {
		text-align: center;
		width: 100%;
		padding-top: 35px;
   }
}
.modal-backdrop.show {
	opacity: 0.7;
}
.catalogo-modulo-filtro {
	background: url(../imagenes/certificados-fondo.webp) no-repeat center right;
	background-size: cover;
	padding: 40px 0px;
}
.catalogo-modulo-filtro .box-flex {
	display: flex;
	justify-content: space-between;
}
.catalogo-modulo-filtro .btn-filtros {
	border-radius: 255px;
	float: right;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #FDC425;
	padding: 6px 25px;
	width: 200px;
	letter-spacing: 1px;
}
.catalogo-modulo-filtro .btn-filtros span {
	margin-right: 5px;
}
.catalogo-modulo-filtro .btn-filtros:hover {
	background: #599e61;
}
.catalogo-modulo-filtro .box {
	float: right;
}
.catalogo-modulo-filtro .modulo-filtros {
	float: right;
	clear: right;
	margin-top: 20px;
	color: #fff;
}
.catalogo-modulo-filtro .modulo-filtros .mini-titulo {
	font-size: 15px;
	font-weight: 700;
	float: left;
	margin-top: 3px;
	letter-spacing: 1px;
}
.catalogo-modulo-filtro .modulo-filtros ul {
	float: left;
	margin: 0px;
}
.catalogo-modulo-filtro .modulo-filtros ul li {
	float: left;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
	overflow: hidden;
	margin-left: 10px;
}
.catalogo-modulo-filtro .modulo-filtros ul li .quitar {
	background: #333;
	color: #fff;
	float: left;
	padding: 4px 8px 4px 10px;
	font-size: 12px;
	cursor: pointer;
}
.catalogo-modulo-filtro .modulo-filtros ul li .quitar:hover {
	background: #ffa508;
}
.catalogo-modulo-filtro .modulo-filtros ul li .info {
	color: #fff;
	float: left;
	padding: 3px 15px;
	font-size: 13px;
}
.catalogo-modulo-filtro .modulo-filtros ul li .color {
	width: 16px;
	height: 16px;
	border-radius: 255px;
	border: 1px solid #fff;
	float: right;
	margin-top: 1px;
	margin-left: 6px;
}
.catalogo-modulo-filtro .arbol {
	font-family: 'reigoblack';
	font-size: 15px;
	color: #fff;
	float: left;
	font-weight: 300;
	width: initial;
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.catalogo-modulo-filtro .arbol span {
	margin: 0px 10px;
	color: #636363;
}
.catalogo-modulo-filtro .arbol .box {
	float: right;
}
.catalogo-modulo-filtro .arbol a {
	color: #636363;
	letter-spacing: 1px;
}
.catalogo-modulo-filtro .arbol a b {
	font-weight: 700;
}
.catalogo-modulo-filtro .arbol a:hover {
	color: #FDC425;
}
@media only screen and (max-width: 1199px) {
	.catalogo-modulo-filtro .box-flex {
		display: inline-block;
		width: 100%;
		text-align: center;
   }
	.catalogo-modulo-filtro .modulo-filtros {
		float: left;
		clear: initial;
		margin-top: 7px;
   }
	.catalogo-modulo-filtro .modulo-filtros ul li {
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 0px;
   }
	.catalogo-modulo-filtro .modulo-filtros .mini-titulo {
		margin-bottom: 10px;
   }
}
@media only screen and (max-width: 997px) {
	.catalogo-modulo-filtro .arbol {
		width: 100%;
		float: left;
		text-align: center;
		justify-content: center;
   }
	.catalogo-modulo-filtro .box {
		width: 100%;
		text-align: center;
   }
	.catalogo-modulo-filtro .modulo-filtros .mini-titulo {
		display: none;
   }
	.catalogo-modulo-filtro .btn-filtros {
		float: initial;
		display: inline-block;
		margin-bottom: 10px;
   }
	.catalogo-modulo-filtro .modulo-filtros, .catalogo-modulo-filtro .modulo-filtros ul {
		text-align: center;
		width: 100%;
   }
	.catalogo-modulo-filtro .modulo-filtros ul li {
		display: inline-block;
		float: initial;
   }
}
@media only screen and (max-width: 997px) {
	.catalogo-modulo-filtro {
		background-position: center center;
   }
}
.modal-filtros .modal-content {
	border-radius: 15px;
	display: inline-block;
}
.modal-filtros .modal-body {
	padding: 30px 0px;
	display: inline-block;
	width: 100%;
}
.modal-filtros .close {
	font-size: 28px;
	margin-bottom: 10px;
	color: #666;
	position: absolute;
	top: 20px;
	right: 20px;
	font-weight: 300;
	z-index: 1000;
}
.modal-filtros .modal-xl {
	max-width: 1200px;
}
.modal-filtros #nav-catalogo.categorias-catalogo .talles ul li a {
	border-radius: 10px;
	line-height: 15px;
	max-width: initial;
	width: initial;
	padding: 6px 20px;
	min-width: 57px;
}
.modal-filtros #nav-catalogo.categorias-catalogo .colores ul li a {
	border-radius: 255px;
	width: 25px !important;
	height: 25px !important;
}
.modal-filtros #nav-catalogo .tit-categoria {
	text-align: center;
}
.modal-filtros #nav-catalogo .filtros-activos a {
	margin-left: 10px;
}
@media only screen and (max-width: 997px) {
	.modal-dialog {
		margin: 0px;
   }
	#nav-catalogo.categorias-catalogo ul li a {
		font-size: 13px;
   }
}
.mod-prod {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
	.mod-prod {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
   }
}
@media only screen and (max-width: 991px) {
	.mod-prod {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
   }
}
@media only screen and (max-width: 767px) {
	.mod-prod {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
   }
}
.titulo {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 0px;
	background: #eee;
	border-radius: 255px;
	padding: 7px 15px;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 20px;
}
.titulo .linea {
	margin-top: 16px;
	z-index: 1;
	position: absolute;
	border: 0.5px solid #d9d9d9;
	width: 100%;
	top: 0px;
}
.titulo .box {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 26px;
	background: #ffffff;
	width: auto;
	display: inline-block;
	text-align: center;
	color: #636363;
	line-height: 30px;
	font-weight: 300;
	padding: 0px 25px;
	z-index: 5;
	position: relative;
}
.titulo .box b {
	color: #599e61;
	font-weight: 700;
}
@media only screen and (max-width: 991px) {
	.titulo {
		margin-top: 40px;
		margin-bottom: 40px;
   }
}
.slide-header-box #slider, .slide-header-box #slider .swiper-slide {
	height: 125px !important;
}
.slide-header-box #slider.swiper_wrapper:not(.force-full-screen), .slide-header-box #slider.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
	height: 125px !important;
}
#catalogo .productos {
	margin-top: 35px;
}
#catalogo .boxing-mod {
	margin-left: -5px;
	margin-right: -5px;
	display: flex;
}
#catalogo .boxing-mod.margin-box {
	margin-bottom: 60px;
}
#catalogo #content {
	margin: 0px !important;
}
#catalogo .box-left-pri {
	background: #f2f2f2;
	min-height: 100%;
	border-right: 1px solid #e8e8e8;
	padding-top: 50px;
	padding-bottom: 35px;
	padding-right: 40px;
	display: inline-block;
}
#catalogo .box-right-pri {
	background: #fff;
	min-height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 35px;
	display: inline-block;
}
@media only screen and (max-width: 991px) {
	#catalogo #content {
		background: none;
   }
	#catalogo .box-left-pri {
		padding: 8px;
		border: none;
		margin-top: 35px;
		width: 100%;
   }
	#catalogo .box-right-pri {
		width: 100%;
		padding: 0px;
		padding-right: 15px;
		padding-left: 15px;
   }
	#catalogo .nav-catalogo-box {
		display: inline-block;
		width: 100%;
   }
}
#side-panel-trigger-close {
	position: relative;
	z-index: 12;
}
#side-panel-trigger-close a {
	display: inline-block;
	float: right;
	z-index: 12;
	padding: 15px 8px 6px 8px;
	margin-right: 9px;
}
body.dark #side-panel #side-panel-trigger-close a, body #side-panel.dark #side-panel-trigger-close a {
	background-color: rgba(0,0,0,0.2);
	color: #FFF;
}
.titulo-categorias {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'reigoblack';
	font-weight: 300;
	font-size: 19px;
	float: left;
	width: 100%;
	text-align: left;
	padding: 15px 25px;
	color: #ffffff;
	background: #666666;
	background: -moz-linear-gradient(left,#666666 0%,#000000 100%);
	background: -webkit-linear-gradient(left,#666666 0%,#000000 100%);
	background: linear-gradient(to right,#666666 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666',endColorstr='#000000',GradientType=1);
}
#nav-catalogo {
	float: left;
	width: 100%;
}
#nav-catalogo #filtros {
	margin-bottom: 25px;
}
#nav-catalogo #filtros ul {
	margin: 0px;
}
#nav-catalogo #filtros ul li {
	background: #fff;
	border: 1px solid #dedede;
	background: #e4e4e4;
	padding: 4px 25px;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 255px;
}
#nav-catalogo #filtros ul li a:hover {
	font-weight: 700;
	color: #FDC425;
}
#nav-catalogo .tit {
	font-weight: 700;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
#nav-catalogo ul {
	margin-bottom: 0px;
}
#nav-catalogo ul li {
	font-size: 15px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
#nav-catalogo ul li a {
	color: #636363;
}
#nav-catalogo ul li a .cant {
	font-size: 13px;
	display: inline-block;
	color: #838383;
}
#nav-catalogo ul li a:hover {
	color: #FDC425;
}
#nav-catalogo ul li span {
	margin-right: 5px;
	border: 1px solid #ddd;
	background: #fff;
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 3px;
}
#nav-catalogo .box-modulo {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
#nav-catalogo .usos a {
	font-size: 14px;
}
#nav-catalogo .tit-categoria {
	font-size: 26px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #636363;
	border-bottom: 1px solid #ddd;
	width: 100%;
	display: inline-block;
	font-weight: 300;
	margin-bottom: 35px;
	padding-bottom: 5px;
}
#nav-catalogo .ordenar button {
	background: transparent;
	border: none;
	padding: 0px;
	text-transform: initial;
	font-size: 15px;
	color: #636363;
}
#nav-catalogo .ordenar .dropdown-toggle::after {
	background: url(../img/arrow-down.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 5px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0em;
	vertical-align: 0em;
	content: "";
	border-top: 0em solid;
	border-right: 0em solid transparent;
	border-bottom: 0;
	border-left: 0em solid transparent;
	width: 20px;
	height: 12px;
}
#nav-catalogo .ordenar .bootstrap-select {
	width: 100%;
}
#nav-catalogo .precio {
	float: left;
	width: 100%;
}
#nav-catalogo .precio .irs {
	float: left;
	width: 83%;
}
#nav-catalogo .precio .irs .irs {
	width: 100%;
}
#nav-catalogo .precio .irs-from:after, #nav-catalogo .irs-single:after, #nav-catalogo .irs-to:after, #nav-catalogo .irs-min, #nav-catalogo .irs-max {
	display: none;
}
#nav-catalogo .precio .irs-bar {
	background: #999;
	font-size: 12px;
	height: 2px;
}
#nav-catalogo .precio .irs-to, #nav-catalogo .irs-from {
	float: left;
	position: initial;
	left: 0px !important;
	font-size: 15px;
	margin-top: -12px;
	display: none;
}
#nav-catalogo .precio .irs-to {
	float: right;
}
#nav-catalogo .precio .min-titulo {
	float: left;
	margin-top: -12px;
	margin-right: 8px;
}
#nav-catalogo .precio .irs-single {
	position: initial;
	margin-top: -15px;
	float: left;
	visibility: initial !important;
	background: transparent;
	color: #636363;
	font-size: 14px;
}
#nav-catalogo .precio .irs-slider {
	height: 13px;
	width: 13px;
	background: #fff;
	border: 1px solid #999;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	top: 19px;
}
#nav-catalogo .precio .precio-enviar {
	background: #bbb;
	color: #ffffff;
	width: 15%;
	border: none;
	height: 20px;
	line-height: 18px;
	margin-top: 15px;
	float: right;
}
#nav-catalogo .precio .precio-enviar:hover {
	background: #FDC425;
	cursor: pointer;
}
#nav-catalogo .precio .irs-bar-edge, #nav-catalogo .precio .irs-line-mid, #nav-catalogo .precio .irs-line-left, #nav-catalogo .precio .irs-line-right {
	background-color: #ccc;
	height: 2px;
}
#nav-catalogo .categorias ul li, #nav-catalogo .usos ul li, #nav-catalogo .marcas ul li {
	overflow: hidden;
	height: 17px;
}
#nav-catalogo .talles ul li a {
	border: 1px solid #dedede;
	border-radius: 15px;
	background: #fff;
	padding: 5px;
	font-size: 13px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 39px;
	text-align: center;
}
#nav-catalogo .talles ul li a:hover {
	background: #FDC425;
	color: #ffffff;
}
.box-left-pri .button.button-xlarge {
	background: #f2f2f2;
	color: #636363;
	display: inline-block;
	margin-bottom: 0px;
	margin: 0px !important;
	width: 100%;
	display: none;
	margin-bottom: 25px !important;
}
.navbar-catalogo-menu {
	float: right;
	width: 175px;
	background-color: #FDC425;
	padding: 2px 10px;
	margin-top: 15px;
	display: none;
}
.navbar-catalogo-menu .navbar-toggle {
	background: url(../img/menu-b.png) bottom no-repeat;
	height: 40px;
	text-align: left;
	width: 165px;
	background-position: center right;
	margin: 0px 0px 0px 0px;
	position: inherit;
}
.navbar-catalogo-menu .navbar-toggle span {
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 25px;
	font-weight: 400;
	line-height: 23px;
}
.categoria-div {
	background: #636363;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 25px;
	width: 98%;
	float: left;
	margin-bottom: 25px;
}
.productos {
	margin-top: 60px;
	width: 100%;
	display: inline-block;
}
.productos .box-titulo {
	width: 100%;
	text-align: center;
	padding: 25px 0px;
	position: relative;
	margin-bottom: 35px;
}
.productos .box-titulo .titulo {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	background: #f1f1f1;
	padding: 0px 25px;
	z-index: 1;
	display: inline-block;
}
.productos .box-titulo .linea {
	border-top: 1px solid #999;
	position: absolute;
	top: 42px;
	z-index: -1;
	width: 100%;
}
.productos .mod-padding {
	padding-left: 8px;
	padding-right: 8px;
}
.productos .producto {
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 1px solid #eee;
	padding: 30px 10%;
}
.productos .producto .background-modulo {
	background: rgba(0,0,0,0.02);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	top: 0px;
	left: 0px;
}
.productos .producto .image_fade {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.productos .producto .image_hover {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1;
	position: absolute;
	opacity: 0;
}
.productos .producto:hover .image_hover {
	opacity: 1;
	z-index: 1;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	top: 0%;
}
.productos .producto:hover .hover {
	bottom: 0%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
}
.productos .producto:hover {
	border: 1px dashed #000;
}
.productos .producto .hover {
	z-index: 100;
	background: url(../img/texture1.png) bottom repeat rgba(0,0,0,0.05);
	position: absolute;
	left: 0px;
	bottom: 100%;
	height: 100%;
	padding: 30px 40px;
	display: inline-block;
	display: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
	width: 100%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	text-align: center;
}
.productos .producto .hover div {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	display: flex;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.productos .producto .box-img {
	text-align: center;
	position: relative;
	max-width: 250px;
	display: inline-block;
}
.productos .producto .box-img .box-marca {
	background: #fff;
	position: absolute;
	display: inline-block;
	bottom: -5px;
	left: 50%;
	margin-left: -50px;
	width: auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.productos .producto .box-img .box-marca .marca {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.productos .producto .hover div .circulo {
	background: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	-webkit-box-shadow: 0px -5px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -5px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -5px 4px 0px rgba(0,0,0,0.75);
}
.productos .producto .hover div span {
	width: 100%;
	font-size: 22px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	margin-bottom: 5px;
	color: #FDC425;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin-top: 8px;
}
.productos .producto .box {
	text-align: center;
	width: 100%;
	display: inline-block;
	position: relative;
}
.productos .producto .box .colores {
	display: inline-block;
	width: 100%;
	float: left;
	overflow: hidden;
	text-align: left;
}
.productos .producto .box .colores .color-box {
	border: none;
	padding: 0px;
	display: inline-block;
	margin: 0px;
	-webkit-border-radius: 255px;
	-moz-border-radius: 255px;
	border-radius: 255px;
}
.productos .producto .box .colores .color-box div {
	float: left;
	background: #FDC425;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 255px;
	-moz-border-radius: 255px;
	border-radius: 255px;
}
.productos .producto .box .linea {
	position: absolute;
	border: 0.5px solid #d9d9d9;
	width: 100%;
}
.productos .producto .box p {
	display: inline-block;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	width: 100%;
	text-align: center;
	float: left;
	top: 0px;
	font-weight: 300;
	line-height: 18px !important;
	margin-bottom: 10px;
	margin-top: 6px;
	left: 0px;
	height: 34px;
	overflow: hidden;
	color: #636363;
}
.productos .producto:hover .box p {
	display: inline-block;
	top: -44px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
}
.productos .producto .box .fondo-p {
	background: #fff;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}
.productos .producto .box i {
	font-size: 17px;
	font-family: 'reigoblack';
	font-weight: 700;
	color: #FDC425;
	font-style: initial;
}
.productos .producto .box i span {
	color: #FDC425;
	font-weight: 700;
}
.productos .producto .ver-mas {
	text-align: center;
	padding: 8px 25px;
	width: 100%;
	display: inline-block;
	color: #636363;
	display: none;
	width: auto;
	background: #FDC425;
	color: #ffffff;
	margin-bottom: 35px;
}
.productos .producto .box .linea {
	margin-top: 16px;
	z-index: 2;
}
.productos .producto .box-precio {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #545454;
}
.productos .producto .box-precio .precio {
	font-weight: 700;
	color: #599e61;
}
.productos .oferta-mod.producto .hover div .circulo {
	background: #fff;
}
.productos .novedad-mod.producto .hover div .circulo {
	background: #fff;
}
.productos .producto .mod-dest {
	position: absolute;
	letter-spacing: 1px;
	background: #000;
	text-align: center;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	right: -45px;
	top: 21px;
	padding: 5px 6px;
	width: 160px;
	color: #fff;
	font-size: 12px;
	z-index: 101;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.productos .producto .mod-dest.mod-oferta {
	background: #41a538;
}
@media only screen and (max-width: 991px) {
	.producto .box-precio {
		font-size: 16px !important;
   }
	#content .content-wrap .box-nosotros .border-box {
		padding: 40px 35px;
		border-left: 0px solid #e5e5e5;
		border-right: 0px solid #e5e5e5;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
   }
	.mod-padding {
		text-align: center;
   }
	.productos {
		margin-top: 30px;
   }
	.productos .producto .hover {
		display: none;
   }
	.productos .producto .ver-mas {
		display: inline-block;
		margin-bottom: 0px;
		font-size: 14px;
		padding: 5px 15px;
		background: #999;
   }
	.productos .producto .box .fondo-p {
		display: none;
   }
	.productos .oferta-mod.producto .box .box-modulos .modulo.precio {
		display: none;
   }
}
.productos .producto.box-uso {
	padding: 0px;
	border: none;
}
.productos .producto.box-uso .imagen-uso {
	width: 100%;
	height: 400px;
	padding: 0px;
	background-size: cover;
	background-position: bottom center;
}
.productos .producto.box-uso .box-text {
	padding: 15px 25px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.productos .producto.box-uso .box-text h2 {
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0px;
}
.productos .producto.box-uso .box-text .linea {
	-webkit-border-radius: 255px;
	-moz-border-radius: 255px;
	border-radius: 255px;
	height: 4px;
	width: 100%;
	background: #FDC425;
	margin-bottom: 15px;
}
.productos .producto.box-uso .hover {
	background: url(../img/texture1.png) bottom repeat rgba(0,0,0,0.25);
}
@media only screen and (max-width: 991px) {
	.productos .producto.box-uso .imagen-uso {
		height: 300px;
   }
}
.modulo-pasos {
	padding: 160px 60px 120px 60px;
	position: relative;
	margin-top: 0px;
	float: left;
	width: 100%;
	background-color: #f5f5f5;
}
.modulo-pasos .background-texture {
	background: url('../img/texture6.webp') repeat;
	background-size: 200px 200px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.04;
	z-index: 0;
	animation: moveTexture 60s linear infinite;
}
.modulo-pasos .video-container {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
}
.modulo-pasos .video-container video {
	width: 100%;
	border-radius: 15px;
}
.modulo-pasos .box {
	width: 100%;
	float: left;
	text-align: center;
}
.modulo-pasos .tit {
	font-family: 'reigoblack';
	font-size: 30px;
	color: #FDC425;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.modulo-pasos .mini-tit {
	font-size: 21px;
	font-weight: 300;
	color: #636363;
	display: inline-block;
	width: 100%;
	letter-spacing: 2px;
	margin-top: 10px;
	text-transform: uppercase;
}
.modulo-pasos .timeline-border {
	height: 88%;
}
.modulo-pasos .postcontent {
	float: left;
	width: 100%;
	padding: 30px 0%;
	padding-right: 5%;
}
.modulo-pasos .postcontent .post-timeline .entry-timeline {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0px;
}
.modulo-pasos .postcontent .post-timeline .entry-timeline span {
	font-size: 30px;
}
.modulo-pasos .postcontent .post-timeline .entry {
	margin: 0px !important;
	padding: 0px 15px 15px 15px;
	height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modulo-pasos .entry-content {
	margin: 0px !important;
}
.modulo-pasos .entry-title h2 {
	color: #636363;
	font-weight: 700;
	font-family: 'reigoblack';
	letter-spacing: 2px;
	font-size: 26px;
	text-transform: initial;
}
.modulo-pasos .entry-content p {
	color: #636363;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 15px;
	margin: 0px;
	letter-spacing: 1px;
	font-weight: 300;
}
.modulo-pasos .entry:after {
	display: none;
}
.modulo-pasos .post-timeline .entry:hover .entry-timeline, .modulo-pasos .post-timeline .entry:hover .timeline-divider {
	color: #FDC425 !important;
	border-color: #FDC425 !important;
}
@keyframes rotacion-oscilante {
	0% {
		transform: rotate(0deg);
   }
	25% {
		transform: rotate(0deg);
   }
	50% {
		transform: rotate(-15deg);
   }
	75% {
		transform: rotate(0deg);
   }
	100% {
		transform: rotate(0deg);
   }
}
.modulo-pasos .entry-timeline span {
	display: inline-block;
	animation: rotacion-oscilante 2s infinite ease-in-out;
}
@media only screen and (max-width: 767px) {
	.modulo-pasos .tit {
		font-size: 24px;
   }
	.modulo-pasos .mini-tit {
		font-size: 18px;
		margin-bottom: 30px;
   }
	.modulo-pasos .postcontent {
		padding: 0px 0%;
		padding-right: 0%;
   }
	.modulo-pasos .postcontent .post-timeline .entry {
		display: flex;
		flex-direction: column;
		align-items: center;
   }
	.modulo-pasos .timeline-divider {
		display: none;
   }
	.modulo-pasos .postcontent .post-timeline .entry {
		margin-bottom: 25px !important;
		height: initial !important;
		padding: 0px !important;
   }
	.modulo-pasos .postcontent .post-timeline .entry-timeline {
		margin-bottom: 15px !important;
		display: flex !important;
		position: initial;
		margin-right: 10px;
		width: 80px;
		height: 80px;
		padding: 8px !important;
   }
	.modulo-pasos .post-timeline .entry-timeline span {
		font-size: 37px !important;
   }
	.modulo-pasos .entry-content {
		text-align: center;
   }
	.modulo-pasos .entry-title h2 {
		text-align: center;
   }
	.modulo-pasos .entry-title h2, .modulo-pasos .post-grid .entry-title h2 {
		font-size: 21px !important;
		font-weight: 600;
   }
}
@media only screen and (max-width: 997px) {
	.modulo-pasos {
		padding: 80px 15px 80px 15px;
   }
}
.box-slider {
	margin-bottom: 80px;
	float: left;
	width: 100%;
	overflow: hidden;
}
.box-slider .module {
	height: 360px;
	display: flex;
	align-items: center;
	padding: 15%;
	background-size: cover !important;
	background-position: center center !important;
}
.box-slider .module-important {
	background: #666;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 4px 0px 7px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 4px 0px 7px 0px rgba(0,0,0,0.7);
	box-shadow: 4px 0px 7px 0px rgba(0,0,0,0.7);
}
.box-slider .texture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/texture-fest-2.webp') repeat;
	background-size: 300px 300px;
	opacity: 0.05;
	animation: moveTexture 30s linear infinite;
	z-index: 1;
}
.box-slider .module .box-text p {
	font-size: 40px;
	font-family: 'reigoblack';
	color: #fff;
	margin: 0px;
	line-height: 45px;
}
.box-slider .module .box-text p b {
	color: yellow;
}
@media only screen and (max-width: 997px) {
	.box-slider .module {
		height: 200px;
   }
	.box-slider .module .box-text p {
		font-size: 35px;
		line-height: 35px;
		text-align: center;
   }
}
.modulo-nosotros {
	padding: 30px 0px;
	position: relative;
	background: url(../imagenes/nosotros.webp) no-repeat center center;
	background-size: cover;
	display: inline-block;
	width: 100%;
	margin-top: 80px;
}
.modulo-nosotros .background-texture-img {
	background: url('../img/texture-fest-2.webp') repeat;
	background-size: 300px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.05;
	animation: moveTexture 60s linear infinite;
	z-index: 0;
}
.modulo-nosotros .background-texture {
	background: #000000;
	background: linear-gradient(90deg,rgba(0,0,0,0) 0%,#000000 60%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.8;
	z-index: 0;
}
.modulo-nosotros .img {
	position: absolute;
	top: -70px;
}
.modulo-nosotros .container {
	text-align: center;
}
.modulo-nosotros .box-center {
	max-width: 1300px;
	display: inline-block;
}
.modulo-nosotros .box {
	float: right;
	display: flex;
	min-height: 600px;
	justify-content: space-between;
}
.modulo-nosotros .box .info {
	float: left;
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.modulo-nosotros .box .info h3 {
	font-size: 38px;
	color: #ffffff;
	font-weight: 700;
	font-family: 'reigoblack';
	margin-bottom: 0px;
	display: inline-block;
	letter-spacing: 2px;
	margin-bottom: 25px;
	text-shadow: 3px 1px 2px rgba(0,0,0,0.7);
}
.modulo-nosotros .box .info .linea {
	-webkit-border-radius: 255px;
	-moz-border-radius: 255px;
	border-radius: 255px;
	height: 4px;
	width: 100%;
	background: #ffffff;
	margin-bottom: 15px;
	max-width: 295px;
	text-align: left;
}
.modulo-nosotros .box .info p {
	font-size: 17px;
	text-shadow: 3px 1px 2px rgba(0,0,0,0.7);
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 300;
	display: inline-block;
	color: #ffffff;
	line-height: 30px;
	margin: 0px;
	text-align: left;
}
.modulo-nosotros .box .logos {
	width: 40%;
	float: right;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}
.modulo-nosotros .box .logos img {
	max-width: 300px;
	display: inline-block;
	width: 100%;
}
@media only screen and (max-width: 1199px) {
	.modulo-nosotros .box .info h3 {
		font-size: 32px;
		letter-spacing: 6px;
		text-align: left;
   }
	.modulo-nosotros .box .info p {
		font-size: 17px;
		line-height: 23px;
   }
	.modulo-nosotros .box .logos img {
		max-width: 300px;
   }
	.modulo-nosotros .box {
		height: 500px;
   }
}
@media only screen and (max-width: 997px) {
	.modulo-nosotros .box {
		display: inline-block;
		width: 100%;
		height: initial;
		text-align: center;
		padding: 60px 0px;
   }
	.modulo-nosotros .box .info {
		width: 100%;
		display: inline-block;
		text-align: center;
   }
	.modulo-nosotros .box .info .linea {
		display: inline-block;
		text-align: center;
   }
	.modulo-nosotros .box .info p {
		display: inline-block;
		text-align: center;
		font-size: 17px;
   }
	.modulo-nosotros .box .info h3 {
		width: 100%;
		text-align: center;
		letter-spacing: 3px;
   }
	.modulo-nosotros .box .logos {
		width: 100%;
		text-align: center;
		margin-top: 25px;
   }
	.modulo-nosotros .box .logos img {
		display: inline-block;
		max-width: 200px;
   }
}
.box-numero-background {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}
.box-numero-background .texture {
	position: absolute;
	top: 0;
	filter: invert(100%);
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/texture-fest.webp') repeat;
	background-size: 200px 200px;
	opacity: 0.05;
	animation: moveTexture 30s linear infinite;
	z-index: 0;
}
.box-numero {
	float: left;
	width: 100%;
	text-align: center;
	padding: 160px 60px 130px 60px;
	overflow: hidden;
	background: #333;
}
@keyframes rotacion-oscilante {
	0% {
		transform: rotate(0deg);
   }
	25% {
		transform: rotate(0deg);
   }
	50% {
		transform: rotate(-15deg);
   }
	75% {
		transform: rotate(0deg);
   }
	100% {
		transform: rotate(0deg);
   }
}
.box-numero .boxing svg {
	display: inline-block;
	animation: rotacion-oscilante 2s infinite ease-in-out;
}
.box-numero .box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-left: 40px;
}
.box-numero .tit {
	font-family: 'reigoblack';
	font-size: 37px;
	color: #fff;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	max-width: 1000px;
	text-align: left;
}
.box-numero .mini-tit {
	font-size: 18px;
	font-weight: 200;
	color: #fff;
	display: inline-block;
	width: 100%;
	letter-spacing: 2px;
	margin-top: 10px;
	max-width: 1000px;
	margin-bottom: 15px;
	text-align: left;
}
.box-numero .boxing {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
	display: flex;
	justify-content: center;
	background: #fff;
	border: 1px solid #ddd d;
	padding: 25px;
	border-radius: 15px;
	margin-bottom: 15px;
	align-items: center;
	min-height: 130px;
}
.box-numero .col-lg-6, .box-numero .col-xl-6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.box-numero .boxing img {
	width: 125px;
}
.box-numero .boxing svg {
	display: flex;
	color: #FDC425;
}
.box-numero .boxing:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
	cursor: pointer;
}
.box-numero .boxing .mini-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 25px;
}
.box-numero .boxing .mini-box h5 {
	line-height: 16px;
	font-size: 15px;
	color: #636363;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: left;
}
.box-numero .boxing .mini-box .counter {
	text-align: left;
	height: 10px;
	line-height: 0px;
}
.box-numero .boxing .mini-box .counter span {
	font-size: 35px;
	font-family: 'reigoblack';
	color: #636363;
	letter-spacing: 2px !important;
}
@media only screen and (max-width: 1200px) {
	.box-numero .box {
		padding: 0px;
		margin-top: 30px;
		text-align: center;
   }
	.box-numero .tit {
		text-align: center;
   }
	.box-numero .mini-tit {
		text-align: center;
   }
	.box-numero .col-lg-12 {
		display: initial !important;
		height: initial !important;
   }
}
@media only screen and (max-width: 991px) {
	.box-numero .tit {
		font-size: 23px;
   }
	.box-numero .boxing .mini-box h5 {
		margin-top: 15px;
   }
	.box-numero .boxing {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		text-align: center;
   }
	.box-numero .boxing .mini-box .counter {
		text-align: center;
   }
	.box-numero .boxing img {
		width: 85px;
   }
	.box-numero .col-lg-4 {
		height: initial !important;
		margin-bottom: 40px;
   }
}
@media only screen and (max-width: 600px) {
	.box-numero .mini-box {
		width: 100%;
		margin-left: 0px !important;
   }
	.box-numero .boxing .mini-box h5 {
		text-align: center;
   }
}
@media only screen and (max-width: 991px) {
	.box-numero {
		padding: 100px 30px 100px 30px;
   }
}
.modulo-clientes {
	display: inline-block;
	width: 100%;
	margin-bottom: 120px;
}
.modulo-clientes .background-modulo {
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0.03;
	border-radius: 10px;
}
.modulo-clientes a {
	display: inline-block;
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	border-radius: 10px;
	text-align: center;
	padding: 15px;
	overflow: hidden;
	position: relative;
}
.modulo-clientes a img {
	max-width: 250px;
	display: inline-block !important;
}
.modulo-clientes a:hover {
	border: 1px dashed #FDC425;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease infinite;
}
.modulo-clientes h2 {
	font-size: 13px;
	line-height: 16px;
	margin-top: 15px;
	letter-spacing: 1px;
}
.modulo-clientes a:hover h2 {
	color: #FDC425;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease infinite;
	font-weight: 700;
}
.modulo-clientes .oc-item {
	position: relative;
	overflow: hidden;
}
.modulo-clientes .background-modulo {
	position: absolute;
	top: initial !important;
	bottom: 0px !important;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	height: initial;
}
.modulo-clientes .texto-animado {
	width: 100%;
	text-align: center;
	color: white;
	padding: 20px;
	box-sizing: border-box;
	transition: bottom 0.3s ease-in-out;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.modulo-clientes .oc-item:hover .background-modulo {
	opacity: 1;
}
.modulo-clientes .oc-item:hover .texto-animado {
	bottom: 0;
}
.modulo-empresa {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.modulo-empresa .sombra {
	position: absolute;
}
.modulo-empresa .box {
	width: 25%;
	float: left;
	padding: 60px 25px;
}
.modulo-empresa .box-1 {
	background: #23708f;
}
.modulo-empresa .box-2 {
	background: #206680;
}
.modulo-empresa .box-3 {
	background: #1e5f7c;
}
.modulo-empresa .box-4 {
	background: #1b566b;
}
.modulo-empresa img {
	margin-top: 15px;
}
.modulo-empresa .counter {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}
.modulo-empresa .counter span {
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.modulo-empresa .border-sm {
	width: 50px;
	height: 2px;
	display: inline-block;
	background: #ffffff;
	margin-bottom: 10px;
}
.modulo-empresa b {
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 17px;
	font-weight: 300;
	line-height: 23px;
	width: 100%;
	display: inline-block;
	height: 47px;
	overflow: hidden;
}
@media only screen and (max-width: 991px) {
	.modulo-empresa .box {
		width: 50%;
		padding: 20px 25px;
   }
	.modulo-empresa .counter {
		font-size: 28px;
   }
	.modulo-empresa b {
		font-size: 15px;
   }
}
@media only screen and (max-width: 600px) {
	.modulo-empresa .box {
		width: 100%;
   }
}
.modulo-categorias {
	width: 100%;
	display: inline-block;
	margin-bottom: 60px;
	text-align: center;
}
.modulo-categorias .titulo {
	margin-top: 0px;
}
.modulo-categorias h2 {
	font-size: 18px;
	text-align: center;
	width: 100%;
	font-weight: 300;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin-bottom: 0px;
}
.modulo-categorias .box-img {
	max-width: 300px;
	display: inline-block;
}
@media only screen and (max-width: 991px) {
	.modulo-categorias .titulo {
		margin-bottom: 0px;
   }
}
.modulo-confian {
	background: rgba(0,0,0,0.05);
	padding: 70px 0px 35px 0px;
	border-top: 1px solid #d8d8d8;
	margin-top: 50px;
}
.modulo-confian .titulo {
	margin-top: 0px;
	text-transform: uppercase;
}
.modulo-confian .titulo .box {
	background: transparent;
}
.modulo-confian .mod-fondo {
	background: rgba(0,0,0,0.05);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.modulo-caracteristicas .sombra {
	position: absolute;
	z-index: 1;
}
.modulo-caracteristicas .box {
	width: 50%;
	height: 250px;
	float: left;
	position: relative;
	text-align: center;
}
.modulo-caracteristicas .box .imagen {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	z-index: 0;
}
.modulo-caracteristicas .box .fondo-oscuro {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.35);
	z-index: 1;
}
.modulo-caracteristicas .box .tit {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
	background: rgba(0,0,0,0);
	font-size: 50px;
	margin-top: 72px;
	padding: 10px 30px;
	border: 3px solid #ffffff;
	position: relative;
	z-index: 3;
	color: #fff;
	display: inline-block;
	font-weight: 700;
}
.modulo-caracteristicas .box:hover .tit {
	background: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease infinite;
	background: rgba(0,0,0,0.8);
}
@media only screen and (max-width: 991px) {
	.modulo-caracteristicas .box .tit {
		font-size: 35px;
		margin-top: 85px;
   }
}
@media only screen and (max-width: 600px) {
	.modulo-caracteristicas .box {
		width: 100%;
   }
}
.modulo-news {
	color: #ffffff;
	text-align: center;
	background: #eaeaea;
	background: -moz-linear-gradient(left,#eaeaea 0%,rgba(160,160,160,0.5) 100%);
	background: -webkit-linear-gradient(left,#eaeaea 0%,rgba(160,160,160,0.5) 100%);
	background: linear-gradient(to right,#eaeaea 0%,rgba(160,160,160,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea',endColorstr='#a0a0a0',GradientType=0.5);
}
.modulo-news .box {
	display: inline-block;
	color: #636363;
	font-size: 27px;
	margin: 35px 0px 45px 0px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.modulo-news .box a {
	color: #ffffff;
	background: #ffa508;
	padding: 4px 30px;
	margin-left: 10px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	font-size: 23px;
}
.modulo-news .box a:hover {
	background: #FDC425;
}
.modulo-news .box b {
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	.modulo-news .box {
		margin: 35px 15px 45px 15px;
   }
}
.volver {
	background: #fff;
	color: #666;
	padding: 7px 35px;
	border-radius: 255px;
	font-size: 14px;
	font-weight: 700;
}
.volver:hover {
	background: #000;
	color: #fff;
}
@media only screen and (max-width: 997px) {
	.volver {
		margin-top: 10px;
		display: inline-block;
   }
}
#catalogo.producto-detalle-box .modal-lg {
	max-width: 1000px;
}
#catalogo.producto-detalle-box .agrandar-foto, #catalogo.producto-detalle-box .tabla-equivalencias {
	text-align: center;
}
#catalogo.producto-detalle-box .agrandar-foto img, #catalogo.producto-detalle-box .tabla-equivalencias img {
	padding: 20px;
}
#catalogo.producto-detalle-box .agrandar-foto .close, #catalogo.producto-detalle-box .tabla-equivalencias .close {
	font-size: 40px;
	position: absolute;
	right: 20px;
	top: 10px;
}
#catalogo.producto-detalle-box .productos {
	padding-bottom: 0px;
	margin-bottom: 75px;
}
#catalogo.producto-detalle-box .productos-top {
	padding: 25px 0px 75px 0px;
}
#catalogo.producto-detalle-box .productos-top .titulo {
	margin-top: 0px;
}
#catalogo.producto-detalle-box .catalogo-modulo-filtro {
	padding: 35px 0px;
}
#catalogo.producto-detalle-box .container-detalle {
	padding: 0px !important;
}
#catalogo.producto-detalle-box #slider {
	padding: 65px 5%;
	height: auto !important;
	position: relative;
}
#catalogo.producto-detalle-box #slider .box-marca {
	position: absolute;
	bottom: 5px;
	right: -15px;
	z-index: 10;
	background: #fff;
	width: auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#catalogo.producto-detalle-box #slider .marca {
	position: absolute;
	top: 30px;
	right: 15px;
	z-index: 1;
}
#catalogo.producto-detalle-box #slider .box-marca img {
	display: inline-block;
	max-width: 150px;
}
#catalogo.producto-detalle-box #slider #slider-flex {
	position: relative;
}
#catalogo.producto-detalle-box #slider #slider-flex .flex-direction-nav {
	display: none;
}
#catalogo.producto-detalle-box #slider .slider-arrow-left, #catalogo.producto-detalle-box #slider .slider-arrow-right, #catalogo.producto-detalle-box #slider .flex-prev, #catalogo.producto-detalle-box #slider .flex-next, #catalogo.producto-detalle-box #slider .slider-arrow-top-sm, #catalogo.producto-detalle-box #slider .slider-arrow-bottom-sm {
	background: transparent;
}
#catalogo.producto-detalle-box #slider .fslider {
	margin-bottom: 0px !important;
	overflow: initial !important;
	text-align: center;
}
#catalogo.producto-detalle-box #slider .flex-direction-nav a i {
	color: #636363;
}
#catalogo.producto-detalle-box #slider .flex-direction-nav a:hover {
	background: transparent !important;
}
#catalogo.producto-detalle-box #slider #carousel {
	padding: 0px 15px;
	overflow: initial !important;
	max-width: 100% !important;
}
#catalogo.producto-detalle-box #slider #carousel .slide {
	border-left: 0.5px solid #f1f1f1;
	border-right: 0.5px solid #f1f1f1;
	width: 140px;
}
#catalogo.producto-detalle-box #slider #carousel .slide img {
	padding: 0px 15px;
	width: 100%;
}
#catalogo.producto-detalle-box #slider .flex-prev {
	left: -12px;
}
#catalogo.producto-detalle-box #slider .flex-prev i {
	text-align: left;
	margin: 0px;
}
#catalogo.producto-detalle-box #slider .flex-next {
	right: -20px;
}
#catalogo.producto-detalle-box #slider .flex-next i {
	text-align: right;
	margin: 0px;
}
#catalogo.producto-detalle-box #slider .flexslider .slider-wrap {
	text-align: center;
}
#catalogo.producto-detalle-box #slider .flexslider .slider-wrap img {
	max-width: 600px;
	display: inline-block;
	cursor: pointer;
}
#catalogo.producto-detalle-box .detalle-texto {
	padding: 0px 15px;
	color: #636363;
}
#catalogo.producto-detalle-box #content {
	width: 100%;
	display: inline-block;
}
#catalogo.producto-detalle-box .box-contenedor {
	background: #ffffff;
	position: relative;
}
#catalogo.producto-detalle-box .sharethis-inline-share-buttons {
	float: right;
	margin-top: -5px;
	margin-left: 11px;
}
#catalogo.producto-detalle-box .compartir {
	margin-top: 40px;
	display: inline-block;
	float: right;
	filter: grayscale(50%) #000000;
	-webkit-filter: grayscale(50%) #000000;
}
#catalogo.producto-detalle-box .compartir a {
	display: inline-block;
	font-size: 18px;
	font-family: 'reigoblack';
	color: #999;
	font-weight: 300;
	float: left;
}
#catalogo.producto-detalle-box .compartir a span {
	margin-right: 8px;
}
#catalogo.producto-detalle-box .compartir a:hover {
	font-weight: 300;
	color: #FDC425;
}
#catalogo.producto-detalle-box .carousel-indicators {
	margin-bottom: 0px;
	bottom: 0px;
}
#catalogo.producto-detalle-box .estado {
	position: absolute;
	font-weight: 700;
	top: 15px;
	right: -15px;
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 26px;
	padding: 12px 60px 10px 20px;
	z-index: 1;
	display: none;
}
#catalogo.producto-detalle-box .carousel img {
	padding: 15px;
}
#catalogo.producto-detalle-box .panel {
	border: none;
	box-shadow: none;
}
#catalogo.producto-detalle-box .boxing-mod {
	margin: 0px 0px;
	width: 100%;
}
#catalogo.producto-detalle-box .box-img {
	width: 100%;
	display: inline-block;
	max-width: 500px;
}
#catalogo.producto-detalle-box .background-producto .mod-dest {
	letter-spacing: 1px;
	border-radius: 255px;
	margin-bottom: 15px;
	background: #000;
	text-align: center;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	padding: 2px 15px;
	width: 100px;
	color: #fff;
	font-size: 13px;
}
#catalogo.producto-detalle-box .background-producto .mod-dest.mod-oferta {
	background: #41a538;
}
#catalogo.producto-detalle-box .background-producto {
	border-left: 1px solid #DFDFDF;
	padding: 0px 5%;
	margin: 100px 0px;
	display: flex;
	align-items: center;
}
#catalogo.producto-detalle-box .box-pri {
	display: inline-block;
	width: 100%;
}
#catalogo.producto-detalle-box .box-pri h1 {
	font-family: 'reigoblack';
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000;
	display: inline-block;
	width: 100%;
	line-height: 32px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	color: #636363;
}
#catalogo.producto-detalle-box .box-pri p {
	font-size: 17px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-align: left;
	width: 100%;
	display: inline-block;
	margin-top: 15px;
	color: #838383;
}
#catalogo.producto-detalle-box .box-pri button {
	background: #ffa508;
	cursor: pointer;
	border-radius: 255px;
	color: #ffffff;
	display: inline-block;
	border: none;
	padding: 2px 5px;
	font-size: 16px;
	min-width: 175px;
	clear: right;
	padding: 6px 25px;
	height: 40px;
	letter-spacing: 1px;
	font-weight: 400;
}
#catalogo.producto-detalle-box .box-pri button:hover {
	background: #FDC425;
}
#catalogo.producto-detalle-box .box-pri .cod {
	font-size: 16px;
	text-align: left;
	padding-top: 0px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-style: italic;
}
#catalogo.producto-detalle-box .box-pri .precio, #catalogo.producto-detalle-box .box-pri .precio-anterior, #catalogo.producto-detalle-box .box-pri .precio-porcentaje {
	color: #ffa508;
	font-size: 24px;
	text-align: left;
	display: inline-block;
	border: none;
	float: left;
	font-weight: 700;
	max-width: 150px;
	background: #ffffff;
}
#catalogo.producto-detalle-box .box-pri .precio-anterior {
	margin-right: 15px;
	color: #838383;
	border: 1px solid #838383;
	text-decoration: line-through;
	font-weight: 300;
	display: none;
}
#catalogo.producto-detalle-box .box-pri .precio.oferta {
	background: #ffa508;
	color: #ffffff !important;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin-left: 12px;
	font-size: 14px;
	height: 22px;
	margin-top: 6px;
	max-width: 100px;
	font-weight: 400;
	padding: 1px 15px;
}
#catalogo.producto-detalle-box .box-pri .box-precios {
	margin-bottom: 10px;
	float: left !important;
	width: 100%;
}
#catalogo.producto-detalle-box .box-pri .box-precios .precio {
	font-size: 33px;
	font-weight: 300;
	color: #999 !important;
	width: 100%;
}
#catalogo.producto-detalle-box .box-pri .info, #catalogo.producto-detalle-box .box-pri .aclaraciones {
	display: inline-block;
	width: 100%;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 18px;
	color: #606060;
	text-align: left;
	margin-bottom: 15px;
	font-weight: 300;
}
#catalogo.producto-detalle-box .box-pri .aclaraciones {
	color: #FDC425;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 25px;
}
#catalogo.producto-detalle-box .box-pri .precio-porcentaje {
	background: #ffa508;
	color: #ffffff;
	font-size: 15px;
	padding: 7px 15px;
}
#catalogo.producto-detalle-box .box-pri .registro-button {
	display: inline-block;
	margin-top: 10px;
	font-family: 'reigoblack';
	font-size: 15px;
	padding: 15px 60px;
	color: #636363;
	font-style: italic;
}
#catalogo.producto-detalle-box .box-pri .registro-button b {
	color: #599e61;
}
#catalogo.producto-detalle-box .box-pri .registro-button:hover {
	color: #599e61;
	font-weight: 700;
}
#catalogo.producto-detalle-box .box-pri .box {
	width: 100%;
}
#catalogo.producto-detalle-box .box-pri .box .precio {
	margin-right: 25px;
	height: 50px;
	font-weight: 700;
	margin-bottom: 25px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	padding: 0px 5px;
	float: left;
	width: 100%;
	max-width: 100%;
	background: transparent;
	margin-top: 40px;
	font-size: 40px;
	color: #599e61;
}
#catalogo.producto-detalle-box .box-pri .box .precio .precio-mini-box .alert {
	font-size: 15px;
	width: 202px;
	float: right;
	margin-left: 18px;
	top: 7px;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	#catalogo.producto-detalle-box .box-pri .box .precio .precio-mini-box .alert {
		width: 100%;
   }
}
#catalogo.producto-detalle-box .box-pri .box .precio .precio-mini-box {
	font-weight: 700;
	display: inline-block;
}
#catalogo.producto-detalle-box .box-pri .cuotas {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 30px;
}
#catalogo.producto-detalle-box .box-pri .cuotas img {
	max-height: 30px;
}
#catalogo.producto-detalle-box .box-pri .cuotas span {
	font-size: 16px;
	margin-left: 10px;
}
#catalogo.producto-detalle-box .box-pri .envio {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	font-size: 17px;
}
#catalogo.producto-detalle-box .box-pri .envio img {
	margin-right: 5px;
}
#catalogo.producto-detalle-box .box-pri .envio a {
	font-weight: 700;
	color: #FDC425;
}
#catalogo.producto-detalle-box .box-pri .envio a:hover {
	color: #ffa508;
}
#catalogo.producto-detalle-box .box-pri .boxing-mod-item {
	margin-top: 40px;
	float: left;
	width: 100%;
}
#catalogo.producto-detalle-box .box-pri .boxing-mod-item .tit {
	font-weight: 500;
	margin-bottom: 10px;
	color: #636363;
	float: left;
	width: 100%;
	font-size: 16px;
}
#catalogo.producto-detalle-box .box-pri .talles, #catalogo.producto-detalle-box .box-pri .colores {
	display: inline-block;
	width: 100%;
}
#catalogo.producto-detalle-box .box-pri .talles ul li a {
	border: 1px solid #dedede;
	color: #636363;
	border-radius: 15px;
	background: #fff;
	padding: 5px;
	font-size: 14px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 70px;
	text-align: center;
}
#catalogo.producto-detalle-box .box-pri .talles ul li a:hover {
	background: #FDC425;
	color: #ffffff;
}
#catalogo.producto-detalle-box .box-pri .talles li.seleccionado a {
	background: #FDC425;
	color: #ffffff;
}
#catalogo.producto-detalle-box .box-pri .talles .tabla-equiv {
	display: inline-block;
	width: 100%;
}
#catalogo.producto-detalle-box .box-pri .talles .tabla-equiv a {
	color: #636363;
	font-style: italic;
	font-size: 15px;
	margin-top: 5px;
	display: inline-block;
}
#catalogo.producto-detalle-box .box-pri .talles .tabla-equiv a:hover {
	color: #FDC425;
}
#catalogo.producto-detalle-box .box-pri .talles .tabla-equiv a b {
	font-weight: 600;
}
#catalogo.producto-detalle-box .box-pri .colores ul li {
	padding: 2px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#catalogo.producto-detalle-box .box-pri .colores ul li a {
	padding: 5px;
	font-size: 13px;
	float: left;
	width: 100%;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 255px;
	border: 1px solid #ddd;
}
#catalogo.producto-detalle-box .box-pri .colores ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#catalogo.producto-detalle-box .box-pri .finalizar {
	border-top: 1px solid #e8e8e8;
	margin-top: 30px;
	padding-top: 30px;
}
#catalogo.producto-detalle-box .box-pri .tecnologias .mod-tecno {
	width: 33.33%;
	float: left;
}
#catalogo.producto-detalle-box .box-pri .tecnologias a {
	margin-bottom: 15px;
	display: flex;
	width: 100%;
	align-items: center;
}
#catalogo.producto-detalle-box .box-pri .tecnologias img {
	width: 30%;
	float: left;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 255px;
	margin-right: 5%;
	max-width: 60px;
}
#catalogo.producto-detalle-box .box-pri .tecnologias h2 {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	width: 65%;
	float: right;
	margin: 0px;
	line-height: 16px;
	padding-right: 5%;
}
#catalogo.producto-detalle-box .box-pri .tecnologias a:hover img {
	border: 1px dashed #FDC425;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease infinite;
}
#catalogo.producto-detalle-box .box-pri .tecnologias a:hover h2 {
	color: #FDC425;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease infinite;
	font-weight: 700;
}
@media only screen and (max-width: 1500px) {
	#catalogo.producto-detalle-box .box-pri .tecnologias .mod-tecno {
		width: 50%;
   }
}
@media only screen and (max-width: 600px) {
	#catalogo.producto-detalle-box .box-pri .tecnologias .mod-tecno {
		width: 100%;
   }
}
#catalogo.producto-detalle-box .box-pri .especificaciones-tecnicas p {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 25px;
}
#catalogo.producto-detalle-box .box-pri .especificaciones-tecnicas b {
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	#catalogo.producto-detalle-box .box-pri .especificaciones-tecnicas p {
		font-size: 13px;
   }
}
#catalogo.producto-detalle-box .box-pri .certificaciones img {
	margin-right: 10px;
}
#catalogo.producto-detalle-box .box-pri .descargas {
	margin-bottom: 50px;
}
#catalogo.producto-detalle-box .box-pri .descargas a {
	width: 47.5%;
	border-radius: 255px;
	float: left;
	background: #606060;
	color: #fff;
	font-size: 15px;
	padding: 9px;
	text-align: center;
	line-height: 18px;
}
#catalogo.producto-detalle-box .box-pri .descargas a b {
	font-weight: 700;
}
#catalogo.producto-detalle-box .box-pri .descargas a.fichas {
	background: #FDC425;
}
#catalogo.producto-detalle-box .box-pri .descargas a.fichas:hover {
	background: #ffa508;
}
#catalogo.producto-detalle-box .box-pri .descargas a.fotos {
	background: #666;
	margin-left: 5%;
}
#catalogo.producto-detalle-box .box-pri .descargas a.fotos:hover {
	background: #ffa508;
}
@media only screen and (max-width: 600px) {
	#catalogo.producto-detalle-box .box-pri .descargas a {
		width: 100%;
		margin: 0px !important;
		margin-bottom: 15px !important;
   }
}
#catalogo.producto-detalle-box .box-pri .box form {
	float: right;
	width: 100%;
	margin-bottom: 0px;
}
#catalogo.producto-detalle-box .box-pri .box form .sub-label {
	float: left;
	margin-right: 15px;
}
#catalogo.producto-detalle-box .box-pri .box form i {
	display: none;
	font-size: 16px;
	color: #FDC425;
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
}
#catalogo.producto-detalle-box .box-pri .box form .sub-label label {
	border-top-left-radius: 255px;
	border-bottom-left-radius: 255px;
	height: 40px;
	width: 150px;
	color: #606060;
	display: inline-block;
	padding: 10px 25px;
	font-weight: 400;
	float: left;
	cursor: initial;
	font-size: 15px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	border: 1px solid #d9d9d9;
	border-right: none;
	line-height: 19px;
	background: #fff;
}
#catalogo.producto-detalle-box .box-pri .box form .sub-label input {
	border-top-right-radius: 255px;
	border-bottom-right-radius: 255px;
	height: 40px;
	width: 80px;
	color: #606060;
	display: inline-block;
	padding: 9px 0px 10px 10px;
	font-weight: 400;
	float: left;
	border: 1px solid #d9d9d9;
	text-align: center;
	font-size: 15px;
}
#catalogo.producto-detalle-box .box-pri .enviar-al-carrito {
	width: 230px;
	border: none;
	color: #ffffff;
	height: 40px;
	float: left;
	font-size: 15px;
	background: #FDC425;
}
#catalogo.producto-detalle-box .box-pri .enviar-al-carrito img {
	width: 20px;
}
#catalogo.producto-detalle-box .box-pri .enviar-al-carrito span {
	font-size: 15px;
	margin-left: 6px;
	display: inline-block;
}
#catalogo.producto-detalle-box .box-pri .enviar-al-carrito:hover {
	cursor: pointer;
	background: #599e61;
}
#catalogo.producto-detalle-box .dudas {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
#catalogo.producto-detalle-box .dudas a {
	color: #636363;
	font-size: 15px;
	font-style: italic;
}
#catalogo.producto-detalle-box .dudas a b {
	font-weight: 700;
}
#catalogo.producto-detalle-box .dudas a:hover {
	color: #FDC425;
}
#catalogo.producto-detalle-box .resumen {
	background: #f0f0f0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
	padding: 40px;
	width: 100%;
}
#catalogo.producto-detalle-box .resumen .box {
	max-width: 800px;
	display: inline-block;
	padding: 70px 0px;
}
#catalogo.producto-detalle-box .resumen h2 {
	font-size: 37px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #FDC425;
	font-weight: 700;
	line-height: 42px;
}
#catalogo.producto-detalle-box .resumen p {
	font-size: 20px;
	color: #636363;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 30px;
}
#catalogo.producto-detalle-box .resumen .certificaciones {
	display: inline-block;
}
#catalogo.producto-detalle-box .imagen-complementaria {
	width: 100%;
}
#catalogo.producto-detalle-box .imagen-complementaria img {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
}
#catalogo.producto-detalle-box .detalle {
	padding: 40px;
	width: 100%;
	display: inline-block;
}
#catalogo.producto-detalle-box .detalle h2 {
	font-size: 28px;
	color: #636363;
	text-align: center;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin-top: 35px;
}
#catalogo.producto-detalle-box .detalle p {
	color: #636363;
	font-size: 16px;
	display: inline-grid;
	width: 50%;
	padding: 10px;
	margin-bottom: 0px;
}
#catalogo.producto-detalle-box .detalle p strong {
	color: #FDC425;
	font-weight: 700;
	display: inline-block;
	float: left;
	width: 100%;
}
#catalogo.producto-detalle-box .detalle p b {
	color: #FDC425;
	font-weight: 700;
	display: inline-block;
	float: left;
	width: 100%;
}
#catalogo.producto-detalle-box .detalle #oc-tecnologias {
	margin: 45px 0px;
}
#catalogo.producto-detalle-box .detalle #oc-tecnologias a {
	text-align: center;
	width: 100%;
	padding: 15px;
	background: #f0f0f0;
	border: 1px solid #dfdfdf;
	display: inline-block;
}
#catalogo.producto-detalle-box .detalle #oc-tecnologias a img {
	width: initial;
	display: inline-block;
}
@media only screen and (max-width: 991px) {
	#catalogo.producto-detalle-box .detalle p {
		width: 100%;
		margin-bottom: 0px;
   }
}
#catalogo.producto-detalle-box .modal-content {
	width: 100%;
}
#catalogo.producto-detalle-box .tecnologia-modal .modal-body {
	text-align: center;
	padding: 60px 30px;
	background: #fff;
	border-radius: 25px;
}
#catalogo.producto-detalle-box .tecnologia-modal .modal-body h2 {
	font-size: 19px;
	font-weight: 700;
	float: left;
	width: 100%;
}
#catalogo.producto-detalle-box .tecnologia-modal .modal-body img {
	margin-bottom: 15px;
	max-width: 220px;
	width: 100%;
	display: inline-block;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 255px;
	margin-bottom: 30px;
}
#catalogo.producto-detalle-box .tecnologia-modal .modal-body p {
	text-align: center;
	font-size: 15px;
	margin-bottom: 0px;
}
#catalogo.producto-detalle-box .tecnologia-modal .modal-body .close {
	font-size: 40px;
	position: absolute;
	right: 20px;
	top: 10px;
}
@media only screen and (max-width: 1199px) {
	#catalogo.producto-detalle-box .box-pri .enviar-al-carrito {
		width: 195px;
   }
	#catalogo.producto-detalle-box .box-pri .box form .sub-label label {
		padding: 10px 15px;
   }
}
@media only screen and (max-width: 991px) {
	#catalogo.producto-detalle-box .marca {
		width: 65px;
   }
	#catalogo.producto-detalle-box .background-producto {
		border-left: none;
		border-top: 1px solid #dfdfdf;
		margin: 0px;
   }
	#catalogo.producto-detalle-box .box-img {
		width: 100%;
		display: inline-block;
		max-width: 350px;
   }
	#catalogo.producto-detalle-box .box-pri {
		margin-top: 40px;
   }
	#catalogo.producto-detalle-box .box-pri .enviar-al-carrito {
		padding: 0 25px;
		width: auto;
   }
	#catalogo.producto-detalle-box .flexslider {
		max-width: 410px;
		display: inline-block;
   }
	#catalogo.producto-detalle-box .boxing-mod {
		margin-top: 0px;
   }
	#catalogo.producto-detalle-box .carousel img {
		max-width: 500px;
		display: inline-block !important;
   }
	#catalogo.producto-detalle-box .carousel {
		text-align: center;
   }
	#catalogo.producto-detalle-box #slider .flex-next {
		right: -15px;
   }
}
@media only screen and (max-width: 767px) {
	#catalogo.producto-detalle-box .estado {
		font-size: 20px;
		padding: 5px 15px 5px 15px;
   }
}
@media only screen and (max-width: 600px) {
	#catalogo.producto-detalle-box .box-pri button {
		width: 100%;
		margin-bottom: 50px;
   }
	#catalogo.producto-detalle-box #slider {
		padding: 15px;
   }
	#catalogo.producto-detalle-box #slider #carousel .slide {
		width: 115px !important;
   }
	#catalogo.producto-detalle-box .detalle p {
		padding: 15px 0px;
   }
	#catalogo.producto-detalle-box .resumen .box {
		padding: 20px 0px;
   }
	#catalogo.producto-detalle-box .resumen h2 {
		line-height: 30px;
		font-size: 26px;
   }
	#catalogo.producto-detalle-box .detalle h2 {
		font-size: 25px;
		line-height: 32px;
   }
	#catalogo.producto-detalle-box .box-pri {
		margin-top: 25px;
		padding: 20px;
   }
	#catalogo.producto-detalle-box .box-pri .box form .sub-label {
		width: 100%;
   }
	#catalogo.producto-detalle-box .box-pri .box form .sub-label input {
		width: 20%;
   }
	#catalogo.producto-detalle-box .box-pri .box form .sub-label label {
		width: 80%;
   }
	#catalogo.producto-detalle-box .box-pri .box form .enviar-al-carrito {
		width: 100%;
   }
	#catalogo.producto-detalle-box .box-pri .precio-anterior {
		text-align: center;
		width: 100%;
		float: initial;
   }
	#catalogo.producto-detalle-box .box-pri .precio, #catalogo.producto-detalle-box .box-pri .precio-anterior, #catalogo.producto-detalle-box .box-pri .precio-porcentaje {
		margin-bottom: 0px;
   }
	#catalogo.producto-detalle-box .box-pri .cuotas {
		margin-top: 15px;
		text-align: center;
   }
	#catalogo.producto-detalle-box .box-pri .cuotas img, #catalogo.producto-detalle-box .box-pri .cuotas span {
		display: inline-block;
   }
	#catalogo.producto-detalle-box #primary-menu ul {
		margin-top: 0px !important;
   }
	#catalogo.producto-detalle-box .box-pri .box-precios {
		display: inline-block;
		float: initial;
   }
	#catalogo.producto-detalle-box .box-pri .box-precios .precio {
		text-align: center;
   }
	#catalogo.producto-detalle-box .box-pri .box-precios .oferta {
		text-align: center;
		margin: 0px;
   }
	#catalogo.producto-detalle-box .background-producto {
		padding: 0px 15px;
   }
	#catalogo.producto-detalle-box .especificaciones .titulo {
		margin-top: 0px;
   }
	#catalogo.producto-detalle-box .especificaciones ul li {
		padding: 15px 0px;
   }
	#catalogo.producto-detalle-box .especificaciones ul li div {
		padding: 2px 15px;
   }
	#catalogo.producto-detalle-box .especificaciones ul li .tit, #catalogo.producto-detalle-box .especificaciones ul li .det {
		width: 100%;
		border: none;
		text-align: center;
   }
	#catalogo.producto-detalle-box .especificaciones ul li .tit {
		font-weight: 700;
   }
	#catalogo.producto-detalle-box #wrapper {
		overflow-x: hidden;
   }
}
@media only screen and (max-width: 520px) {
	#catalogo.producto-detalle-box .box-pri .precio, #catalogo.producto-detalle-box .box-pri .precio-anterior, #catalogo.producto-detalle-box .box-pri .precio-porcentaje {
		width: 100%;
		max-width: 100%;
   }
	#catalogo.producto-detalle-box .box-pri .enviar-al-carrito {
		width: 100%;
		width: auto;
		margin-bottom: 15px;
   }
	#catalogo.producto-detalle-box .box-pri .precio {
		clear: left;
   }
	#catalogo.producto-detalle-box .box-pri .oferta {
		width: 100% !important;
		max-width: 100% !important;
   }
}
@media only screen and (max-width: 400px) {
	#catalogo.producto-detalle-box #content {
		background: transparent;
   }
	#catalogo.producto-detalle-box .box-contenedor {
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
   }
	#catalogo.producto-detalle-box #slider {
		padding: 0px;
		margin-bottom: 35px;
   }
	#catalogo.producto-detalle-box .background-producto {
		padding: 0px 0px;
   }
	#catalogo.producto-detalle-box .detalle #oc-tecnologias a {
		border-left: none;
		border-right: none;
   }
	#catalogo.producto-detalle-box .resumen {
		padding: 35px 25px;
		border: 1px solid #dfdfdf;
		border-left: none;
		border-right: none;
   }
	#catalogo.producto-detalle-box .resumen p {
		font-size: 18px;
   }
	#catalogo.producto-detalle-box .detalle {
		padding: 0px;
   }
	#catalogo.producto-detalle-box .compartir {
		display: none;
   }
	#catalogo.producto-detalle-box .box-pri .cuotas {
		text-align: left;
   }
	#catalogo.producto-detalle-box .box-pri .enviar-al-carrito {
		padding: 0 15px;
   }
	#catalogo.producto-detalle-box .dudas {
		margin-bottom: 15px;
   }
	#catalogo.producto-detalle-box .box-contenedor {
		margin-bottom: 0px;
   }
	#catalogo.producto-detalle-box .volver {
		margin-left: 20px;
   }
	#catalogo.producto-detalle-box .detalle #oc-tecnologias {
		padding: 15px 0px;
		margin: 0px;
		width: 100%;
		display: inline-block;
   }
	#catalogo.producto-detalle-box .detalle #oc-tecnologias a {
		border: 1px solid #dfdfdf;
   }
}
#catalogo.carrito {
	background: #f0f0f0;
}
#catalogo.carrito #wrapper {
	background: transparent;
}
#catalogo.carrito #content {
	background: #ffffff;
	padding: 0px 0px 50px 0px;
}
#catalogo.carrito .pasos {
	background: #F2F4F3;
	border-bottom: 1px solid #eee;
	margin-bottom: 35px;
	text-align: center;
}
#catalogo.carrito .pasos .box {
	display: inline-block;
	width: 70%;
	padding: 40px 0px;
	margin: 0px;
	margin-top: 10px;
}
#catalogo.carrito .pasos .box li {
	width: 50%;
	position: relative;
	display: inline-block;
	float: left;
	text-align: center;
}
#catalogo.carrito .pasos .box li span {
	background: #FDC425;
	color: #ffffff;
	width: 35px;
	height: 35px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 255px;
	-moz-border-radius: 255px;
	border-radius: 255px;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	position: relative;
	z-index: 25;
}
#catalogo.carrito .pasos .box li .linea {
	position: absolute;
	width: 100%;
	height: 10px;
	display: inline-block;
	background: #FDC425;
	top: 12px;
	left: 0px;
}
#catalogo.carrito .pasos .box li .text {
	color: #838383;
	display: inline-block;
	width: 100%;
}
#catalogo.carrito .pasos .box li.gris .linea, #catalogo.carrito .pasos .box li.gris span {
	background: #C4C4C4;
}
#catalogo.carrito .breadcrumbs {
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: right;
}
#catalogo.carrito .breadcrumbs a {
	background: #b9b9b9;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	padding: 8px 14px;
	font-size: 14px;
	float: right;
}
#catalogo.carrito .breadcrumbs a:hover {
	background: #FDC425;
}
#catalogo.carrito .breadcrumbs a span {
	font-weight: 700;
	color: #ffffff;
	margin-left: 0px;
}
#catalogo.carrito #productos {
	display: inline-block;
	width: 100%;
}
#catalogo.carrito .titulo-cat {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #636363;
	font-weight: 300;
	padding: 5px 0px;
	font-size: 25px;
	display: inline-block;
	float: left;
}
#catalogo.carrito .box-producto-detalle {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
}
#catalogo.carrito .producto-detalle {
	display: inline-block;
	width: 100%;
}
#catalogo.carrito .producto-detalle .titulo-pri {
	font-size: 18px;
	color: #636363;
	height: 33px;
	overflow: hidden;
	width: 100%;
	margin-top: 0px !important;
	margin-bottom: 0px;
}
#catalogo.carrito .producto-detalle .codigo-prod {
	height: 30px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 12px;
	font-size: 15px;
}
#catalogo.carrito .producto-detalle .precios-prod {
	height: 34px;
	overflow: hidden;
	width: 100%;
}
#catalogo.carrito .producto-detalle .precios-prod-oferta span {
	text-decoration: line-through;
	color: #838383;
	font-weight: 300;
}
#catalogo.carrito .producto-detalle .precios-prod-oferta b {
	color: #ffa508;
	font-size: 20px;
	font-weight: 400;
}
#catalogo.carrito article {
	display: inline-block;
	width: 100%;
}
#catalogo.carrito article .box {
	width: 100%;
	border: 1px solid #d9d9d9;
	background: #fff;
	border-bottom: none;
}
#catalogo.carrito article .box img {
	max-height: 220px;
	padding: 15px;
}
#catalogo.carrito article .box .mod-info {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
#catalogo.carrito article .box .box-info {
	padding: 30px 15px;
	margin: 0px;
	width: 100%;
}
#catalogo.carrito article .box .box-info .info-pri {
	margin-bottom: 8px;
}
#catalogo.carrito article .box .box-info .info-pri .info {
	border: 1px solid #c9c9c9;
	width: auto;
	display: inline-block;
	margin-right: 5px;
	padding: 5px 20px;
	color: #666;
	font-size: 15px;
	background: #eee;
}
#catalogo.carrito article .box .box-info .precios-prod {
	margin-top: 0px;
}
#catalogo.carrito article .box .box-info .p-lista {
	background: transparent;
	color: #636363;
	font-size: 14px;
	border: none;
	padding: 0px;
	margin-top: 10px;
	font-style: italic;
}
#catalogo.carrito article .box .box-info .p-lista span {
	font-size: 20px;
}
#catalogo.carrito article .box .box-talles-cantidades {
	margin-top: 15px;
	height: 90px;
}
#catalogo.carrito article .box .box-talles-cantidades .stock {
	color: #ffffff;
	background: #FDC425;
	border: 1px solid #FDC425;
}
#catalogo.carrito article .box .mod-modificar .cantidad {
	font-size: 17px;
	background: #e5e5e5;
	width: auto;
	clear: left;
	color: #636363;
	display: inline-block;
	padding: 0px 15px;
}
#catalogo.carrito article .box .mod-modificar .precio {
	color: #FDC425;
	font-size: 26px;
	text-align: center;
	float: left;
	line-height: 32px;
	font-weight: 300;
	width: 100%;
	padding-bottom: 25px;
}
#catalogo.carrito article .box .mod-modificar .precio span {
	color: #838383;
	font-size: 18px;
	display: block;
	width: 100%;
	margin-top: 30px;
}
#catalogo.carrito article .box .mod-modificar .precio i {
	font-style: initial;
	font-size: 23px;
	display: block;
	width: 100%;
	color: #636363;
	font-weight: 400;
}
#catalogo.carrito article .box .mod-modificar .precio div {
	font-size: 16px;
	text-decoration: line-through;
	color: #b9b9b9;
	height: 18px;
	line-height: 15px;
}
#catalogo.carrito article .box .mod-modificar .boxt-opciones {
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #d9d9d9;
	display: inline-block;
	text-align: center;
	padding: 15px;
	margin-bottom: 15px;
}
#catalogo.carrito article .box .mod-modificar .boxt-opciones .mod-opciones {
	width: 100%;
	display: inline-block;
}
#catalogo.carrito article .box .mod-modificar .boxt-opciones .mod-opciones.quitar {
	color: red !important;
}
#catalogo.carrito article .box .mod-modificar .boxt-opciones .mod-opciones span {
	margin-right: 5px;
}
#catalogo.carrito .finalizar-compra {
	border-top: 1px solid #d9d9d9;
	padding-top: 20px;
	display: inline-block;
	width: 100%;
}
#catalogo.carrito #content .form-control {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
	height: 45px;
	border: 1px solid #d9d9d9;
}
#catalogo.carrito .titulo-2 {
	margin-bottom: 15px;
}
#catalogo.carrito .finalizar-compra textarea {
	border: 1px solid #d9d9d9;
	width: 100%;
	margin-top: 0px;
	padding: 15px;
	height: 265px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 15px;
}
#catalogo.carrito .box-fin {
	float: right;
	border-top: 1px solid #d9d9d9;
	padding-top: 25px;
	margin-top: 25px;
	width: 100%;
}
#catalogo.carrito .box-fin .total {
	background: #636363;
	color: #ffffff;
	font-size: 21px;
	float: left;
	padding: 12px 25px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	padding: 13px 25px;
	margin-right: 15px !important;
	float: right;
}
#catalogo.carrito .box-fin .finalizar {
	float: right;
	background: #FDC425;
	cursor: pointer;
	color: #ffffff;
	font-size: 21px;
	margin-right: 0px;
	padding: 12px 25px;
	border: none;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
#catalogo.carrito .box-fin .finalizar:hover {
	background: #FDC425;
}
#catalogo.carrito .box-fin-new {
	background: #ECECEC;
	border: 1px solid #DFDFDF;
	float: right;
	width: 30%;
	margin-top: 25px;
	min-width: 300px;
}
#catalogo.carrito .box-fin-new .box {
	padding: 20px;
	text-align: right;
}
#catalogo.carrito .box-fin-new .box .subt {
	color: #636363;
	font-size: 16px;
}
#catalogo.carrito .box-fin-new .box .desc {
	color: #ffa508;
	font-size: 16px;
}
#catalogo.carrito .box-fin-new .box .desc b {
	font-weight: 700;
	font-style: italic;
}
#catalogo.carrito .box-fin-new .box .tot {
	font-size: 18px;
	color: #636363;
	font-weight: 400;
	border-top: 1px solid #d1d1d1;
	padding-top: 20px;
	margin-top: 20px;
}
#catalogo.carrito .box-fin-new .finalizar {
	width: 100%;
	padding: 10px 20px;
	background: #ffa508;
	color: #ffffff;
	border: none;
	text-align: right;
	font-weight: 300;
	line-height: 30px;
	cursor: pointer;
	float: left;
}
#catalogo.carrito .box-fin-new .finalizar:hover {
	background: #599e61;
}
#catalogo.carrito .box-fin-new .finalizar .icon-angle-right {
	font-size: 30px;
	display: inline-block;
	float: right;
	line-height: 28px;
}
#catalogo.carrito .box-fin-new .finalizar div {
	display: inline-block;
	float: right;
	margin-right: 10px;
	font-size: 18px;
}
#catalogo.carrito .box-si-ya-sos {
	width: 100%;
	display: inline-block;
	text-align: center;
}
#catalogo.carrito .si-ya-sos {
	padding: 35px 35px 60px 35px;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	display: inline-block;
	max-width: 900px;
}
#catalogo.carrito .si-ya-sos a {
	color: #ffa508;
}
#catalogo.carrito article .box .mod-img {
	text-align: center;
}
@media only screen and (max-width: 991px) {
	#catalogo.carrito .box-fin-new {
		min-width: 100%;
		width: 100%;
   }
	#catalogo.carrito .producto-detalle {
		margin-bottom: 30px;
   }
	#catalogo.carrito article .box .mod-modificar .boxt-opciones {
		margin-bottom: 0px;
   }
	#catalogo.carrito article .box {
		border: 1px solid #d9d9d9;
   }
	#catalogo.carrito article .box .mod-modificar .precio span {
		margin-top: 0px;
   }
	#catalogo.carrito article .box .mod-modificar .precio {
		margin-bottom: 0px;
		padding: 15px;
		background: #F2F4F3;
   }
	#catalogo.carrito #productos {
		text-align: center;
   }
	#catalogo.carrito article .box .mod-info {
		border: none;
   }
	#catalogo.carrito form {
		margin: 0px;
   }
	#catalogo.carrito .titulo-cat {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
   }
	#catalogo.carrito .breadcrumbs {
		margin-bottom: 0px;
		float: initial;
		display: inline-block;
		padding-bottom: 15px;
   }
	#catalogo.carrito .producto-detalle .titulo-pri {
		height: auto;
		margin-bottom: 5px;
		font-size: 18px;
		overflow: initial;
   }
	#catalogo.carrito article .box .box-info {
		padding: 0px 15px;
		width: 100%;
		text-align: center;
   }
	#catalogo.carrito .finalizar-compra .box-fin .total {
		margin: 15px 0px 0px 0px !important;
		width: 100%;
		float: left;
		text-align: center;
   }
	#catalogo.carrito .finalizar-compra .box-fin .finalizar {
		width: 100%;
		float: left;
		margin-top: 15px;
   }
	#catalogo.carrito .producto-detalle .container {
		padding: 0px !important;
   }
}
.linea-gradient {
	width: 100%;
	height: 8px;
	float: left;
	background: #FDC425;
	background-size: 200% 200%;
	animation: cambiocolor 4s linear infinite;
	z-index: 10;
	bottom: -1px;
	position: absolute;
}
@keyframes cambiocolor {
	0% {
		background-position: 0% 50%;
   }
	50% {
		background-position: 100% 50%;
   }
}
.line-gradient-box {
	height: 5px;
	width: 100%;
	float: left;
	position: relative;
}
#nosotros #wrapper #content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
#nosotros #wrapper #content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg,#ccc,#eee);
	filter: grayscale(100%);
	z-index: 0;
}
#nosotros .video-container-nosotros {
	width: 100%;
	float: left;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#nosotros .video-container-nosotros video {
	width: 100%;
	float: left;
}
#nosotros .video-container-nosotros .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(0,0,0,0.5);
	border: none;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
#nosotros .video-container-nosotros .play-button:before {
	content: '\25BA';
	font-size: 30px;
	color: white;
}
#nosotros .video-container-nosotros .play-button:hover {
	background: #ffa508;
}
#nosotros .imagen-nosotros {
	height: 350px;
	background: url('../imagenes/nosotros.webp') center center no-repeat;
	width: 100%;
	background-size: cover;
	display: inline-block;
}
#nosotros .imagen-nosotros-2 {
	height: 400px;
	margin-bottom: 40px;
	background: url('../imagenes/nosotros-3.webp') center center no-repeat;
	border-radius: 15px;
	width: 100%;
	background-size: cover;
	display: inline-block;
	margin-top: 40px;
}
#nosotros .texture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/texture6.webp') repeat;
	background-size: 200px 200px;
	opacity: 0.1;
	animation: moveTexture 60s linear infinite;
	z-index: 0;
}
#nosotros #wrapper .box-principal {
	text-align: center;
}
#nosotros #wrapper .box-nosotros {
	background: #ffffff;
	max-width: 1200px;
	overflow: hidden;
	display: inline-block;
	margin: 80px 0px;
	position: relative;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	border-radius: 10px;
}
#nosotros #wrapper .box-nosotros .mini-box {
	padding: 5% 7%;
}
#nosotros #wrapper .box-nosotros p.titulo {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 26px;
	color: #636363;
	margin: 0px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
}
#nosotros #wrapper .box-nosotros p.titulo b {
	font-weight: 700;
}
#nosotros #wrapper .box-nosotros p {
	font-size: 16px;
	margin: 0px;
	letter-spacing: 1px;
	line-height: 32px;
	text-align: left;
}
#nosotros #wrapper .box-nosotros p strong {
	font-weight: 700;
	font-size: 21px;
	color: #FDC425;
}
#nosotros #wrapper .box-img {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
#nosotros #wrapper .box-nosotros .figura {
	background: url(../img/figura.png) bottom no-repeat;
	width: 36px;
	height: 109px;
	position: absolute;
	right: 15px;
	top: -8px;
}
@media only screen and (max-width: 997px) {
	#nosotros #wrapper .box-nosotros .figura {
		display: none;
   }
}
@media only screen and (max-width: 500px) {
	#nosotros #wrapper .box-img {
		margin-bottom: 0px;
   }
	#nosotros #wrapper .box-nosotros .mini-box {
		padding: 35px;
   }
	#nosotros #wrapper .box-nosotros p.titulo {
		font-size: 17px;
		line-height: 21px;
   }
	#nosotros #wrapper .box-nosotros p {
		font-size: 14px;
		line-height: 25px;
   }
	#nosotros #wrapper .box-nosotros p strong {
		font-size: 17px;
   }
}
#nosotros.mas-informacion #wrapper .box-nosotros {
	margin: 0px;
}
#nosotros.mas-informacion #wrapper .box-ancla {
	padding-top: 75px;
}
#nosotros.mas-informacion .box-principal {
	margin-bottom: 80px;
}
#nosotros.mas-informacion #wrapper .box-nosotros p.titulo span {
	margin-right: 15px;
	font-size: 26px;
	color: #ffa508;
}
#servicios .imagen-servicios {
	height: 450px;
	background: url('../imagenes/servicios.webp') center center no-repeat;
	width: 100%;
	background-size: cover;
	display: inline-block;
}
#servicios .texture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/texture-fest-2.webp') repeat;
	background-size: 200px 200px;
	opacity: 0.05;
	animation: moveTexture 30s linear infinite;
	z-index: 0;
}
#servicios #wrapper #content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
#servicios #wrapper #content::before {
	content: '';
	background: linear-gradient(45deg,#333,#999);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	filter: grayscale(100%);
	z-index: 0;
}
#servicios #wrapper .box-principal {
	text-align: center;
}
#servicios #wrapper .box-nosotros {
	background: #ffffff;
	max-width: 1200px;
	overflow: hidden;
	display: inline-block;
	margin: 80px 0px;
	position: relative;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	border-radius: 10px;
}
#servicios #wrapper .box-nosotros .mini-box {
	padding: 5% 7%;
}
#servicios #wrapper .box-nosotros p.titulo {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 26px;
	color: #636363;
	margin: 0px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
#servicios #wrapper .box-nosotros p.titulo b {
	font-weight: 700;
	text-transform: uppercase;
}
#servicios #wrapper .box-nosotros p {
	font-size: 16px;
	margin: 0px;
	letter-spacing: 1px;
	line-height: 32px;
	text-align: center;
}
#servicios #wrapper .box-nosotros p strong {
	font-weight: 700;
	font-size: 21px;
	color: #FDC425;
}
#servicios #wrapper .box-img {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-bottom: 35px;
	margin-top: 35px;
	margin-bottom: 35px;
}
#servicios #wrapper .box-nosotros .figura {
	background: url(../img/figura.png) bottom no-repeat;
	width: 36px;
	height: 109px;
	position: absolute;
	right: 15px;
	top: -8px;
}
#servicios #contacto {
	background: #eee;
	padding: 35px 0px;
}
#servicios #buscador-box {
	box-shadow: initial !important;
	padding: 0px !important;
	max-width: 100% !important;
	background: transparent !important;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
#servicios #wrapper .box-servicios {
	width: 100%;
}
#servicios #wrapper .servicio {
	padding: 5px 25px;
	border-radius: 15px;
	max-width: 300px;
	display: inline-block;
	margin-bottom: 50px;
}
#servicios #wrapper .servicio span {
	margin-right: 8px;
	font-size: 54px;
	border: 2px solid #eee;
	background: #FDC425;
	line-height: 127px;
	width: 125px;
	height: 125px;
	border-radius: 255px;
	color: #fff;
}
#servicios #wrapper .servicio i {
	display: inline-block;
	text-align: center;
	color: #838383;
	margin-top: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 18px;
}
@media only screen and (max-width: 997px) {
	#servicios #wrapper .box-nosotros .figura {
		display: none;
   }
	#servicios #wrapper .box-nosotros .mini-box {
		padding: 35px;
   }
	#servicios #wrapper .box-nosotros .m-bot {
		margin-bottom: 35px;
   }
	#servicios .imagen-servicios {
		height: 350px;
   }
}
@media only screen and (max-width: 500px) {
	#servicios #wrapper .box-img {
		margin-bottom: 0px;
   }
	#servicios #wrapper .box-nosotros p.titulo {
		font-size: 17px;
		line-height: 21px;
   }
	#servicios #wrapper .box-nosotros p {
		font-size: 14px;
		line-height: 25px;
   }
	#servicios #wrapper .box-nosotros p strong {
		font-size: 17px;
   }
	#servicios #wrapper .servicio {
		margin-bottom: 25px;
   }
	#servicios #wrapper .servicio span {
		font-size: 42px;
		line-height: 96px;
		width: 100px;
		height: 100px;
   }
	#servicios #wrapper .servicio i {
		font-size: 15px;
   }
}
#serevendedor .imagen-revendedor {
	height: 350px;
	background: url('../imagenes/re-vendedor.webp') center center no-repeat;
	width: 100%;
	background-size: cover;
	display: inline-block;
}
#serevendedor .imagen-revendedor-2 {
	margin-bottom: 25px;
	border-radius: 15px;
	margin-top: 40px;
}
#serevendedor .texture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/texture-fest.webp') repeat;
	background-size: 200px 200px;
	opacity: 0.2;
	animation: moveTexture 60s linear infinite;
	z-index: 0;
}
#serevendedor #wrapper #content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
#serevendedor #wrapper #content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg,#ccc,#eee);
	filter: grayscale(100%);
	z-index: 0;
}
#serevendedor #wrapper .box-principal {
	text-align: center;
}
#serevendedor #wrapper .box-nosotros {
	background: #ffffff;
	max-width: 1200px;
	overflow: hidden;
	display: inline-block;
	margin: 80px 0px;
	position: relative;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	border-radius: 10px;
}
#serevendedor #wrapper .box-nosotros .mini-box {
	padding: 5% 7%;
}
#serevendedor #wrapper .box-nosotros ul li {
	font-size: 16px;
	margin: 0px;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: left;
	padding-left: 5%;
	margin-bottom: 15px;
}
#serevendedor #wrapper .box-nosotros p.titulo {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 26px;
	color: #636363;
	margin: 0px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
}
#serevendedor #wrapper .box-nosotros p.titulo b {
	font-weight: 700;
}
#serevendedor #wrapper .box-nosotros p {
	font-size: 16px;
	margin: 0px;
	letter-spacing: 1px;
	line-height: 32px;
	text-align: left;
}
#serevendedor #wrapper .box-nosotros p strong {
	font-weight: 700;
	font-size: 21px;
	color: #FDC425;
}
#serevendedor #wrapper .box-nosotros p b {
	font-weight: 700;
}
#serevendedor #wrapper .box-nosotros p a {
	background: #FDC425;
	color: #fff;
	padding: 8px 25px;
	border-radius: 255px;
	display: inline-block;
}
#serevendedor #wrapper .box-nosotros p a:hover {
	background: #ffa508;
}
#serevendedor #wrapper .box-img {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
#serevendedor #wrapper .box-nosotros .figura {
	background: url(../img/figura.png) bottom no-repeat;
	width: 36px;
	height: 109px;
	position: absolute;
	right: 15px;
	top: -8px;
}
#serevendedor #contacto {
	background: #eee;
	padding: 35px 0px;
}
#serevendedor #buscador-box {
	box-shadow: initial !important;
	padding: 0px !important;
	max-width: 100% !important;
	background: transparent !important;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
@media only screen and (max-width: 997px) {
	#serevendedor #wrapper .box-nosotros .figura {
		display: none;
   }
	#serevendedor #wrapper .box-nosotros {
		padding: 0px;
   }
}
@media only screen and (max-width: 500px) {
	#serevendedor #wrapper .box-nosotros .mini-box {
		padding: 35px;
   }
	#serevendedor #wrapper .box-nosotros p a {
		border-radius: 15px;
		text-align: center;
   }
	#serevendedor #wrapper .box-img {
		margin-bottom: 0px;
   }
	#serevendedor #wrapper .box-nosotros p.titulo {
		font-size: 17px;
		line-height: 21px;
   }
	#serevendedor #wrapper .box-nosotros p {
		font-size: 14px;
		line-height: 25px;
   }
	#serevendedor #wrapper .box-nosotros p strong {
		font-size: 17px;
   }
}
#contacto .texture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/texture-fest-2.webp') repeat;
	background-size: 200px 200px;
	opacity: 0.05;
	animation: moveTexture 30s linear infinite;
	z-index: 0;
}
#contacto .box-principal {
	text-align: center;
}
#contacto .titulo {
	padding: 15px 5px;
	margin-top: 0px;
}
#contacto #wrapper {
	background: #eaeaea;
	background: -moz-linear-gradient(left,#eaeaea 0%,rgba(160,160,160,0.5) 100%);
	background: -webkit-linear-gradient(left,#eaeaea 0%,rgba(160,160,160,0.5) 100%);
	background: linear-gradient(to right,#eaeaea 0%,rgba(160,160,160,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea',endColorstr='#a0a0a0',GradientType=0.5);
}
#contacto #wrapper #content {
	background: url(../imagenes/contacto.webp) center center no-repeat;
	background-size: cover;
}
#contacto #wrapper #content::before {
	content: '';
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	filter: grayscale(100%);
	z-index: 0;
}
#contacto #buscador-box {
	max-width: 1000px;
	width: 100%;
	border-radius: 10px;
	background: #ffffff;
	display: inline-block;
	padding: 5%;
	margin: 80px 0px;
	position: relative;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
}
#contacto #buscador-box .contacto-box-1, #contacto #buscador-box .contacto-box-2 {
	padding: 0px 35px;
}
#contacto #buscador-box form {
	display: inline-block;
	width: 100%;
	float: initial;
	margin: 0px;
}
#contacto #buscador-box textarea {
	height: 200px;
	width: 100%;
	display: inline-block;
}
#contacto #buscador-box label {
	text-align: left;
	color: #ffffff;
	width: 100%;
	text-shadow: 3px 1px 2px rgba(0,0,0,0.7);
}
#contacto #buscador-box .btn-contacto {
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
	padding: 20px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 14px;
	border: 1px solid #eee;
	color: #838383;
	border-radius: 255px;
}
#contacto #buscador-box textarea.btn-contacto {
	height: 200px;
	border-radius: 15px;
}
#contacto #buscador-box .enviar-bottom {
	display: inline-block;
	background: #FDC425;
	padding: 0px 15px;
	color: #ffffff;
	margin: 0px;
	border: none;
	width: 100%;
	max-width: 200px;
	font-size: 16px;
	float: right;
	cursor: pointer;
}
#contacto #buscador-box .enviar-bottom:hover {
	background: #ffa508;
}
#contacto .fluid-width-video-wrapper {
	float: left;
	width: 100%;
	padding: 0px !important;
	height: 320px;
}
#contacto .fluid-width-video-wrapper iframe, #contacto .fluid-width-video-wrapper object, #contacto .fluid-width-video-wrapper embed {
	position: initial;
}
#contacto .datos {
	float: left;
	width: 100%;
	padding: 30px 0px 60px 0px;
}
#contacto .datos div {
	font-size: 19px;
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	text-shadow: 2px 2px 3px #000000;
}
#contacto .datos div span {
	color: #ffffff;
	font-size: 21px;
	margin-right: 7px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}
@media only screen and (max-width: 991px) {
	#contacto .fluid-width-video-wrapper {
		margin-top: 20px;
   }
	#contacto #buscador-box {
		max-width: 100%;
   }
}
@media only screen and (max-width: 767px) {
	#contacto #buscador-box form {
		width: 100%;
   }
}
@media only screen and (max-width: 490px) {
	#contacto #buscador-box {
		padding: 0px 10px;
   }
	#contacto #buscador-box form {
		padding: 25px 0;
   }
}
@media only screen and (max-width: 350px) {
	#contacto #buscador-box {
		padding: 15px;
   }
}
#contacto.registro .fondo {
	text-align: center;
}
#contacto.registro #buscador-box {
	margin-bottom: 60px;
}
#sucursales #wrapper #content {
	background: #f2f2f2;
}
#sucursales #wrapper .box-principal {
	text-align: center;
	padding: 80px 0px;
}
#sucursales #wrapper .box-sucursal {
	background: #ffffff;
	display: inline-block;
	width: 100%;
	margin-top: 25px;
	position: relative;
	-webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.25);
}
#sucursales #wrapper .box-sucursal .box-1 {
	width: 50%;
	float: left;
	height: 200px;
	overflow: hidden;
}
#sucursales #wrapper .box-sucursal .box-1 .fluid-width-video-wrapper {
	height: 100%;
}
#sucursales #wrapper .box-sucursal .box-2 {
	width: 50%;
	float: left;
	display: table;
	height: 100%;
	height: 200px;
	overflow: hidden;
}
#sucursales #wrapper .box-sucursal .box-2 .titulo {
	padding: 35px;
	margin: 0px;
	text-align: left;
	display: table;
	vertical-align: middle;
	display: table-cell;
}
#sucursales #wrapper .box-sucursal .box-2 .titulo b {
	color: #FDC425;
	font-weight: 700;
	font-size: 18px;
}
#sucursales #wrapper .box-sucursal .box-2 .titulo span {
	font-weight: 500;
}
#sucursales .tit-sucursales {
	font-size: 30px;
	margin-bottom: 16px;
	color: #666;
	font-weight: 300;
}
@media only screen and (max-width: 991px) {
	#sucursales #wrapper .box-sucursal .box-1, #sucursales #wrapper .box-sucursal .box-2 {
		width: 100%;
   }
	#sucursales #wrapper .box-sucursal .box-2 {
		display: inline-block;
		height: initial;
   }
	#sucursales #wrapper .box-sucursal .box-2 .titulo {
		display: inline-block;
   }
}
#certificaciones #wrapper #content {
	background: #f2f2f2;
}
#certificaciones #wrapper .box-principal {
	text-align: center;
	padding: 80px 0px;
}
#certificaciones #wrapper .box-certificacion {
	background: #ffffff;
	display: inline-block;
	width: 100%;
	margin-top: 25px;
	position: relative;
	-webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.25);
}
#certificaciones #wrapper .box-certificacion .box-1 {
	width: 30%;
	padding: 35px;
	display: table;
	vertical-align: middle;
	display: table-cell;
	border-right: 1px solid #d9d9d9;
}
#certificaciones #wrapper .box-certificacion .box-1 img {
	margin: 5px;
	display: inline-block;
}
#certificaciones #wrapper .box-certificacion .box-2 {
	width: 70%;
	padding: 35px 45px;
	margin: 0px;
	text-align: left;
	display: table;
	vertical-align: middle;
	display: table-cell;
}
#certificaciones #wrapper .box-certificacion .box-2 a {
	background: #636363;
	color: #ffffff;
	padding: 7px 25px;
	float: left;
}
#certificaciones #wrapper .box-certificacion .box-2 a:hover {
	background: #FDC425;
}
#certificaciones #wrapper .box-certificacion .box-2 h2 {
	font-weight: 700;
	font-size: 28px;
}
#certificaciones .tit-sucursales {
	font-size: 30px;
	margin-bottom: 16px;
	color: #666;
	font-weight: 300;
}
@media only screen and (max-width: 991px) {
	#certificaciones #wrapper .box-certificacion .box-1 {
		padding-bottom: 0px;
   }
	#certificaciones #wrapper .box-certificacion .box-1, #certificaciones #wrapper .box-certificacion .box-2 {
		width: 100%;
		border: none;
		text-align: center;
		display: inline-block;
   }
	#certificaciones #wrapper .box-certificacion .box-1 img {
		max-width: 180px;
   }
	#certificaciones #wrapper .box-certificacion .box-2 h2 {
		line-height: 30px;
   }
	#certificaciones #wrapper .box-certificacion .box-2 {
		display: inline-block;
		height: initial;
		padding: 25px;
		padding-bottom: 40px;
   }
	#certificaciones #wrapper .box-certificacion .box-2 .titulo {
		display: inline-block;
   }
	#certificaciones #wrapper .box-certificacion .box-2 .texto {
		line-height: 24px;
   }
	#certificaciones #wrapper .box-certificacion .box-2 a {
		float: initial;
   }
}
.desc-pdf .pdf {
	border: 1px solid #e5e5e5;
	background: #e8e6e6;
	display: inline-block;
	padding: 7px 20px;
	margin-bottom: 25px;
	margin-top: 25px;
	color: #666;
	line-height: 40px;
}
.desc-pdf .pdf:hover {
	background: #fff;
}
.desc-pdf .pdf img {
	margin-right: 5px;
}
.fanacase {
	height: 70px;
	float: right;
	margin-top: -5px;
}
.fanacase img {
	height: 100%;
	display: inline-block;
	margin-left: 5px;
}
.logos-calidad img {
	display: inline-block;
	margin-left: 5px;
}
@media only screen and (max-width: 500px) {
	.logos-calidad img {
		margin: 5px;
   }
}
ul li {
	list-style: none !important;
}
#panel-inicio {
	background: url(../img/texture1.png) repeat top #606060;
}
#panel-inicio #wrapper {
	background: transparent;
}
#panel-inicio .content-wrap {
	float: left;
	width: 100%;
	text-align: center;
}
#panel-inicio .productos {
	max-width: 1250px;
	display: inline-block;
	width: 100%;
	text-align: center;
	float: initial;
	margin: 7% 0px;
}
#panel-inicio .productos .producto .image_fade {
	width: 70px;
}
#panel-inicio .productos .producto {
	height: 235px;
	float: left;
	padding: 40px 10%;
	border: none;
	align-items: center;
	display: flex;
	justify-content: center;
}
#panel-inicio .productos .producto:hover {
	background: #FDC425;
	color: #fff;
}
#panel-inicio .productos .producto:hover .box p {
	color: #fff;
}
#panel-inicio .productos .producto:hover .image_fade {
	filter: brightness(10000%);
}
#panel-inicio .productos .producto .box {
	height: 46px;
	display: flex;
	align-items: center;
	margin-top: 15px;
}
#panel-inicio .productos .producto .box p {
	text-align: center;
	font-size: 17px;
	height: initial;
	line-height: 23px !important;
	margin: 0px;
	-webkit-transition: all 0.0s ease;
	-moz-transition: all 0.0s ease;
	-o-transition: all 0.0s ease;
	transition: all 0.0s ease infinite;
	width: 100%;
}
#panel-inicio .mod-prod {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#panel-inicio .productos .col-xl-3 {
	padding: 8px !important;
}
@media only screen and (max-width: 575px) {
	#panel-inicio .productos .col-xs-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
   }
	#panel-inicio .productos .producto {
		height: 180px;
		padding: 20px 10%;
   }
	#panel-inicio .producto .box p {
		line-height: 18px !important;
		font-size: 15px;
   }
}
#panel .catalogo-modulo-filtro {
	background: transparent;
	position: relative;
}
#panel .panel-fondo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: url(../imagenes/certificados-fondo.webp) repeat top #606060;
	background-size: cover;
	filter: grayscale(100%);
	background-position: center center;
}
#panel .panel-botonera {
	width: 100%;
	margin: 0px;
}
#panel .panel-botonera li a {
	border-radius: 255px;
	float: left;
	margin-right: 10px;
	padding: 5px 35px;
	background: #000;
	border: 1px solid #666;
	color: #fff;
	font-size: 14px;
}
#panel .panel-botonera li a:hover, #panel .panel-botonera li a#seleccionado {
	background: #FDC425;
	border: 1px solid #FDC425;
}
#panel .panel-botonera li a.salir {
	background: #666;
	float: right;
	margin: 0px;
}
#panel .productos .container {
	padding-top: 45px;
	padding-bottom: 45px;
}
#panel .producto:hover .box .descargar {
	background: #FDC425;
}
#panel .producto .box {
	text-align: center;
}
#panel .producto .box p {
	text-align: center;
}
#panel .producto .box .colores {
	text-align: center;
	margin-top: 15px;
}
#panel .producto .box .descargar {
	background: #666;
	color: #fff;
	padding: 7px 25px;
	display: inline-block;
	border-radius: 255px;
	font-size: 14px;
}
@media only screen and (max-width: 1200px) {
	#panel .panel-botonera {
		text-align: center;
   }
	#panel .panel-botonera li {
		display: inline-block;
		float: initial;
   }
	#panel .panel-botonera li a {
		font-size: 13px;
		padding: 5px 25px;
   }
}
@media only screen and (max-width: 600px) {
	#panel .panel-botonera li {
		width: 100%;
		margin: 0px;
   }
	#panel .panel-botonera li a {
		width: 100%;
		margin: 0px;
   }
	#panel .producto .box .descargar {
		padding: 5px 15px;
		font-size: 13px;
   }
}
#panel .mod-prod-sin-foto {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
	#panel .mod-prod-sin-fotod {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
   }
}
@media only screen and (max-width: 991px) {
	#panel .mod-prod-sin-foto {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
   }
}
@media only screen and (max-width: 767px) {
	#panel .mod-prod-sin-foto {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
   }
}
#panel .mi-perfil {
	background: url(../img/texture1.png) repeat top #f1f1f1;
	margin-top: 0px;
}
#panel .datos-usuario {
	margin-bottom: 45px;
}
#panel .datos-usuario .input-box {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
#panel .datos-usuario label {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 15px;
	color: #636363;
	background-color: #dedede;
	padding: 11px 15px;
	width: 35%;
	height: 40px;
	float: left;
	font-weight: 700;
	line-height: 18px;
	margin: 0px;
}
#panel .datos-usuario input {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 15px;
	height: 40px;
	width: 65%;
	float: left;
	padding: 10px 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #d9d9d9;
	color: #636363;
}
#panel .datos-usuario select {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 15px;
	height: 40px;
	width: 65%;
	float: left;
	padding: 5px 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #d9d9d9;
	color: #b9b9b9;
}
#panel .datos-usuario .actualizar input {
	width: 250px;
	float: right;
	text-align: center;
	background: #ffa508;
	color: #ffffff;
	border: none;
}
#panel .datos-usuario .actualizar input:hover {
	background: #FDC425;
}
#panel .datos-usuario label {
	width: 100%;
}
#panel .datos-usuario input {
	width: 100%;
}
#panel h2 {
	font-weight: 900;
	width: 100%;
	text-align: center;
	float: left;
}
#panel .filtros {
	float: left;
	width: 100%;
	text-align: center;
}
#panel .filtros ul {
	display: inline-block;
	border: none;
	float: initial;
}
#panel .filtros ul li {
	border: none;
}
#panel .filtros ul li a {
	border-radius: 255px;
	border: none;
	width: 300px;
	text-align: center;
	float: left;
	margin-right: 10px;
	padding: 10px 35px;
	background: #666;
	border: 1px solid #666;
	color: #fff;
	font-size: 15px;
	margin: 0px;
	border-radius: 0px;
}
#panel .filtros ul li:first-child a {
	-webkit-border-top-left-radius: 255px !important;
	-webkit-border-bottom-left-radius: 255px !important;
	-moz-border-radius-topleft: 255px !important;
	-moz-border-radius-bottomleft: 255px !important;
	border-top-left-radius: 255px !important;
	border-bottom-left-radius: 255px !important;
}
#panel .filtros ul li:last-child a {
	-webkit-border-top-right-radius: 255px !important;
	-webkit-border-bottom-right-radius: 255px !important;
	-moz-border-radius-topright: 255px !important;
	-moz-border-radius-bottomright: 255px !important;
	border-top-right-radius: 255px !important;
	border-bottom-right-radius: 255px !important;
}
#panel .filtros .activeFilter a {
	background: #333;
}
@media only screen and (max-width: 1200px) {
	#panel .filtros ul li a {
		width: initial;
		font-size: 14px;
   }
	#panel .portfolio-filter li {
		width: initial;
		margin: 0px !important;
   }
}
#facturas {
	position: initial;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 60px;
}
#facturas footer {
	margin-top: 0px !important;
}
#facturas #content {
	background: #e9e9e9 !important;
	padding: 50px 0px;
}
#facturas .breadcrumbs {
	float: left;
	width: 100%;
	margin: 20px 0;
	padding-top: 8px;
	text-align: left;
}
#facturas .volver {
	background: #ffffff;
	color: #636363;
	border: 1px dotted #ddd;
	padding: 8px 15px;
	float: right;
}
#facturas .volver:hover {
	font-weight: 700;
}
#facturas p, #facturas pre, #facturas ul, #facturas ol, #facturas dl, #facturas dd, #facturas blockquote, #facturas address, #facturas table, #facturas fieldset, #facturas form {
	margin: 0px;
}
#facturas #wrapper {
	background: transparent;
}
#facturas h1 {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 25px;
	font-weight: 300;
	width: 100%;
	display: inline-block;
	color: #636363;
	padding: 25px 0;
	border-bottom: 1px solid #888;
}
#facturas .table-condensed>tbody>tr>td, #facturas .table-condensed>tbody>tr>th, #facturas .table-condensed>tfoot>tr>td, #facturas .table-condensed>tfoot>tr>th, #facturas .table-condensed>thead>tr>td, #facturas .table-condensed>thead>tr>th {
	padding: 8px;
}
#facturas .ranges li {
	padding: 6px 12px;
	font-size: 14px;
}
#facturas .descargar-box {
	width: 15%;
	float: left;
}
#facturas .descargar-box .box {
	background-color: #ffa508;
	float: left;
	width: 100%;
	padding: 12px 15px;
}
#facturas .descargar-box .box:hover {
	background-color: #FDC425;
}
#facturas .descargar-box .ico {
	color: #ffffff;
	float: left;
	font-size: 28px;
}
#facturas .descargar-box .text-descargar {
	color: #ffffff;
	float: left;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin-left: 8px;
	font-size: 14px;
}
#facturas .descargar-box .text-descargar b {
	font-size: 16px;
}
#facturas .buscador-box {
	width: 80%;
	float: left;
}
#facturas .buscador-box form {
	background-color: #eee;
	float: left;
	width: 100%;
	padding: 10px 15px;
}
#facturas .buscador-box #reportrange {
	width: 35%;
	border: 1px solid #ccc;
	float: left;
	height: 34px;
	cursor: pointer;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
}
#facturas .buscador-box #reportrange span {
	font-size: 12px;
	color: #636363;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	float: left;
	padding: 8px 10px;
	height: 23px;
	overflow: hidden;
}
#facturas .buscador-box #reportrange .glyphicon {
	color: #ffffff;
	font-size: 18px;
	background-color: #838383;
	height: 32px;
	padding: 7px 0px;
	text-align: center;
	top: 0px;
	border-right: 1px solid #ccc;
	float: left;
	width: 50px;
	line-height: 18px;
}
#facturas .buscador-box #reportrange .caret {
	position: absolute;
	right: 10px;
	top: 12px;
	border-top: 7px dashed;
	border-top: 3px solid \9;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	text-align: center;
	color: #D3D3D3;
}
#facturas .buscador-box .select-estado {
	position: relative;
	border: 1px solid #ccc;
	height: 34px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	color: #D3D3D3;
	margin-left: 15px;
	width: 18%;
	float: left;
	overflow: hidden;
}
#facturas .buscador-box .select-estado select {
	height: 32px;
	width: 100%;
	float: left;
	border: none;
	padding: 0px 5px 0px 58px;
}
#facturas .buscador-box .select-estado .icono-select-estado {
	position: absolute;
	border-right: 1px solid #ccc;
	left: 0px;
	top: -1px;
	color: #D3D3D3;
	font-size: 16px;
	background-color: #b9b9b9;
	height: 34px;
	width: 50px;
	padding-top: 2px;
	top: 0px;
	float: left;
	border-right: none;
	text-align: center;
	padding-top: 8px;
}
#facturas .buscador-box .buscar {
	float: left;
	width: 26%;
	margin-left: 15px;
	border: 1px solid #ccc;
	position: relative;
	height: 34px;
	overflow: hidden;
}
#facturas .buscador-box .buscar .send-buscador {
	line-height: 16px;
	position: absolute;
	border-right: 1px solid #ccc;
	left: 0px;
	top: -1px;
	color: #ffffff;
	font-size: 16px;
	background-color: #838383;
	height: 34px;
	width: 50px;
	padding-top: 2px;
	top: 0px;
	float: left;
	border-right: none;
	text-align: center;
	padding-top: 8px;
}
#facturas .buscador-box .buscar .text-buscador {
	float: left;
	height: 34px;
	font-size: 12px;
	color: #636363;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	padding: 6px 10px 8px 60px;
	border: none;
	width: 100%;
}
#facturas .buscador-box .enviar {
	float: right;
	width: 15%;
	background-color: #ffa508;
	height: 34px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	color: #ffffff;
	text-align: center;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 14px;
	font-weight: 700;
}
#facturas .buscador-box .enviar:hover {
	background-color: #FDC425;
}
@media only screen and (max-width: 1199px) {
	#facturas .descargar-box .ico {
		font-size: 24px;
   }
	#facturas .descargar-box .text-descargar {
		font-size: 13px;
   }
	#facturas .descargar-box {
		width: 17%;
   }
	#facturas .buscador-box {
		width: 81%;
   }
	#facturas .buscador-box #reportrange {
		width: 40%;
   }
	#facturas .buscador-box .select-estado {
		width: 21%;
   }
	#facturas .buscador-box .buscar {
		width: 20%;
   }
	#facturas .buscador-box .enviar {
		width: 12%;
   }
}
@media only screen and (max-width: 991px) {
	#facturas .descargar-box {
		width: auto;
   }
	#facturas .buscador-box {
		width: 100%;
		margin-bottom: 15px;
   }
	#facturas .buscador-box form {
		padding: 20px;
		background: #eee;
   }
	#facturas .buscador-box #reportrange {
		width: 100%;
   }
	#facturas .buscador-box .select-estado {
		width: 30%;
		margin: 0px;
		margin-top: 15px;
   }
	#facturas .buscador-box .buscar {
		width: 65%;
		margin-left: 0px;
		margin-top: 15px;
   }
	#facturas .buscador-box .enviar {
		width: 25%;
		margin-top: 15px;
   }
}
@media only screen and (max-width: 550px) {
	#facturas .buscador-box #reportrange {
		width: 100%;
   }
	#facturas .buscador-box .select-estado {
		width: 100%;
   }
	#facturas .buscador-box .buscar {
		width: 100%;
		margin-left: 0%;
   }
	#facturas .buscador-box .enviar {
		width: 100%;
   }
}
#facturas .factura-box {
	margin-top: 15px;
}
#facturas .factura-box .rotulo {
	background-color: #ffffff;
}
#facturas .factura-box .rotulo li {
	color: #636363;
	font-weight: 700;
	text-transform: uppercase;
}
#facturas .factura-box ul {
	display: table;
	width: 100%;
	padding: 15px 15px;
	background-color: #ffffff;
	border-bottom: 1px solid #D3D3D3;
	position: relative;
}
#facturas .factura-box ul li {
	display: table-cell;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #636363;
	vertical-align: middle;
}
#facturas .factura-box .check {
	width: 5%;
}
#facturas .factura-box .numero {
	width: 12%;
}
#facturas .factura-box .emision {
	width: 60%;
}
#facturas .factura-box .vencimiento {
	width: 20%;
}
#facturas .factura-box .importe {
	width: 10%;
}
#facturas .factura-box .estado {
	width: 10%;
}
#facturas .factura-box .ver {
	width: 10%;
	text-align: center;
}
#facturas .factura-box .ver .ver-factura {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #D3D3D3;
	display: inline-block;
	font-weight: 400;
}
#facturas .factura-box .ver span {
	font-size: 22px;
	color: #838383;
	text-align: center;
}
#facturas .factura-box .ver span:hover {
	color: #FDC425;
}
#facturas .factura-box .numero span, #facturas .factura-box .emision span, #facturas .factura-box .vencimiento span, #facturas .factura-box .importe span, #facturas .factura-box .estado span, #facturas .factura-box .ver .ver-factura {
	display: none;
}
#facturas .factura-box .check input {
	margin: 0px;
}
#facturas .factura-box-comprobante .imagen {
	width: 10%;
}
#facturas .factura-box-comprobante .cod {
	width: 15%;
}
#facturas .factura-box-comprobante .desc {
	width: 35%;
}
#facturas .factura-box-comprobante .cant {
	width: 8%;
	text-align: center;
}
#facturas .factura-box-comprobante .precio {
	width: 8%;
	text-align: center;
}
#facturas .factura-box-comprobante .pend {
	width: 8%;
	text-align: center;
}
#facturas .factura-box-comprobante .descu {
	width: 8%;
	text-align: center;
}
#facturas .factura-box-comprobante .impo {
	width: 8%;
	text-align: center;
}
#facturas .factura-box-comprobante .imagen img {
	padding-right: 15px;
}
#facturas .factura-box-comprobante ul li span {
	display: none;
}
#facturas .factura-box-comprobante .total .unidades {
	width: 66%;
	display: inline-block;
	text-align: right;
	padding: 15px;
	font-weight: 700;
	color: #FDC425;
}
#facturas .factura-box-comprobante .total .unidades span {
	padding-left: 15px;
}
#facturas .factura-box-comprobante .total .total-final {
	width: 34%;
	display: inline-block;
	text-align: right;
	padding: 15px 10px;
	font-weight: 700;
	color: #FDC425;
}
#facturas .factura-box-comprobante .total .total-final span {
	padding-left: 15px;
}
@media only screen and (max-width: 991px) {
	#facturas .factura-box-comprobante .total .unidades {
		border-bottom: 1px solid #d9d9d9;
   }
	#facturas .factura-box-comprobante .total .total-final, #facturas .factura-box-comprobante .total .unidades {
		text-align: center;
		width: 100%;
   }
	#facturas .factura-box-comprobante .imagen {
		width: 100%;
		text-align: center !important;
   }
	#facturas .factura-box-comprobante .imagen img {
		width: 100%;
		max-width: 300px;
		padding: 10px;
   }
	#facturas .factura-box-comprobante .cod, #facturas .factura-box-comprobante .desc, #facturas .factura-box-comprobante .cant, #facturas .factura-box-comprobante .precio, #facturas .factura-box-comprobante .pend, #facturas .factura-box-comprobante .descu, #facturas .factura-box-comprobante .impo, #facturas .factura-box-comprobante .imagen {
		width: 100%;
		text-align: left;
   }
	#facturas .factura-box-comprobante ul li span {
		display: inline-block;
		font-weight: 700;
   }
}
#facturas .box-cuenta-corriente-i .total .total-final {
	width: 100%;
	display: inline-block;
	text-align: right;
	padding: 5px 10px;
	font-weight: 700;
	color: #FDC425;
}
#facturas .box-cuenta-corriente-i .total .total-final span {
	padding-left: 15px;
	min-width: 100px;
	display: inline-block;
}
@media only screen and (max-width: 991px) {
	#facturas .factura-box .factura {
		margin-bottom: 25px;
   }
	#facturas .factura-box .rotulo {
		display: none;
   }
	#facturas .factura-box ul {
		display: initial;
		float: left;
		width: 100%;
		padding: 25px;
   }
	#facturas .factura-box ul li {
		display: initial;
		float: left;
		margin-bottom: 5px;
   }
	#facturas .factura-box .check {
		position: absolute;
		right: 25px;
		width: auto;
   }
	#facturas .factura-box .numero, #facturas .factura-box .vencimiento, #facturas .factura-box .importe, #facturas .factura-box .estado, #facturas .factura-box .emision {
		width: 100%;
   }
	#facturas .factura-box .numero span, #facturas .factura-box .emision span, #facturas .factura-box .vencimiento span, #facturas .factura-box .importe span, #facturas .factura-box .estado span, #facturas .factura-box .ver span {
		display: inline-block;
		margin-right: 5px;
		font-weight: 700;
		font-size: 14px;
		color: #b9b9b9;
   }
	#facturas .factura-box .ver {
		width: 100%;
   }
	#facturas .factura-box .ver a {
		display: inline-block;
		background-color: #FDC425;
		text-align: center;
		color: #ffffff;
		padding: 5px 0;
		margin-top: 15px;
		padding: 8px 25px;
		width: 100%;
   }
	#facturas .factura-box .ver span, #facturas .factura-box .ver .ver-factura {
		color: #ffffff;
		display: inline-block;
		font-size: 16px;
   }
	#facturas .factura-box .ver span:hover, #facturas .factura-box .ver .ver-factura:hover {
		color: #ffffff;
   }
}
#facturas .box-factura-box-info {
	background: #444444;
	display: inline-block;
	width: 100%;
	padding: 35px 20px 20px 20px;
}
#facturas .factura-box-info .info-d {
	background: #5f5f5f;
	color: #ffffff;
	margin-bottom: 15px;
	padding: 5px 10px;
	height: 31px;
	overflow: hidden;
}
#facturas .factura-box-info .titulo {
	font-size: 36px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 15px;
	display: inline-block;
}
#facturas.cuenta-corriente .buscador-box {
	width: 50%;
}
#facturas.cuenta-corriente .buscador-box #reportrange {
	width: 78%;
}
#facturas.cuenta-corriente .buscador-box .enviar {
	width: 20%;
}
#facturas.cuenta-corriente .fecha {
	width: 15%;
}
#facturas.cuenta-corriente .desc {
	width: 25%;
}
#facturas.cuenta-corriente .impo {
	width: 10%;
	text-align: center;
}
#facturas.cuenta-corriente .debe {
	width: 10%;
	text-align: center;
}
#facturas.cuenta-corriente .saldo {
	width: 10%;
	text-align: center;
}
#facturas.cuenta-corriente .vto {
	width: 10%;
	text-align: center;
}
#facturas.cuenta-corriente .deta {
	width: 10%;
	text-align: center;
}
#facturas.cuenta-corriente .desca {
	width: 10%;
	text-align: center;
}
#facturas.cuenta-corriente ul li span {
	display: none;
}
#facturas.cuenta-corriente .deta .glyphicon, #facturas.cuenta-corriente .desca .glyphicon {
	display: inline-block;
	font-size: 24px;
}
@media only screen and (max-width: 991px) {
	#facturas.cuenta-corriente .buscador-box {
		width: 100%;
   }
	#facturas.cuenta-corriente .buscador-box .enviar {
		margin-top: 0px;
   }
	#facturas.cuenta-corriente .fecha, #facturas.cuenta-corriente .desc, #facturas.cuenta-corriente .impo, #facturas.cuenta-corriente .debe, #facturas.cuenta-corriente .saldo, #facturas.cuenta-corriente .vto {
		width: 100%;
		text-align: left;
   }
	#facturas.cuenta-corriente .deta, #facturas.cuenta-corriente .desca {
		width: 50%;
		text-align: left;
		padding: 5px;
   }
	#facturas.cuenta-corriente .deta .glyphicon, #facturas.cuenta-corriente .desca .glyphicon {
		display: inline-block;
		font-size: 16px;
   }
	#facturas.cuenta-corriente ul li span {
		display: inline-block;
		font-weight: 700;
		margin-right: 5px;
   }
	#facturas.cuenta-corriente .deta a, #facturas.cuenta-corriente .desca a {
		display: inline-block;
		background-color: #FDC425;
		text-align: center;
		color: #ffffff;
		padding: 8px 25px;
		width: 100%;
   }
	#facturas.cuenta-corriente .desca a {
		background: #636363;
   }
	#facturas.cuenta-corriente .deta a:hover, #facturas.cuenta-corriente .desca a:hover {
		background: #ffa508;
   }
}
#facturas.box-devoluciones .buscador-box {
	width: 50%;
}
#facturas.box-devoluciones .buscador-box .buscar {
	width: auto;
	margin-left: 0px;
}
#facturas.box-devoluciones .buscador-box .buscar .send-buscador {
	width: 155px;
	padding: 8px 15px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #636363;
	background: #d9d9d9;
	position: relative;
	display: inline-block;
}
#facturas.box-devoluciones .buscador-box .buscar .text-buscador {
	width: 100px;
	display: inline-block;
	padding: 6px 10px 8px 10px;
}
#facturas.box-devoluciones .box-nueva-devolucion {
	width: 200px;
	padding: 13px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #ffffff;
	background: #FDC425;
	font-size: 18px;
	float: right;
	text-align: center;
}
#facturas.box-devoluciones .box-nueva-devolucion:hover {
	background: #ffa508;
}
#facturas.box-devoluciones .numero {
	width: 10%;
}
#facturas.box-devoluciones .desc {
	width: 40%;
}
#facturas.box-devoluciones .bultos {
	width: 10%;
	text-align: center;
}
#facturas.box-devoluciones .fecha {
	width: 10%;
	text-align: center;
}
#facturas.box-devoluciones .est {
	width: 20%;
	text-align: center;
	font-weight: 700;
}
#facturas.box-devoluciones .det {
	width: 10%;
	text-align: center;
}
#facturas.box-devoluciones ul li span {
	display: none;
}
#facturas.box-devoluciones .ver .glyphicon, #facturas.box-devoluciones .ver .glyphicon {
	display: inline-block;
	font-size: 24px;
}
@media only screen and (max-width: 991px) {
	#facturas.box-devoluciones .factura-box .numero span {
		color: #636363;
   }
	#facturas.box-devoluciones .buscar {
		margin-top: 0px;
   }
	#facturas.box-devoluciones .buscador-box {
		width: 100%;
   }
	#facturas.box-devoluciones .buscador-box .enviar {
		margin-top: 0px;
   }
	#facturas.box-devoluciones .numero, #facturas.box-devoluciones .desc, #facturas.box-devoluciones .bultos, #facturas.box-devoluciones .fecha, #facturas.box-devoluciones .est, #facturas.box-devoluciones .det {
		width: 100%;
		text-align: left;
   }
	#facturas.box-devoluciones ul li span {
		display: inline-block;
		font-weight: 700;
		margin-right: 5px;
   }
	#facturas.box-devoluciones .ver a, #facturas.box-devoluciones .ver a {
		display: inline-block;
		background-color: #FDC425;
		text-align: center;
		color: #ffffff;
		padding: 8px 25px;
		width: 100%;
   }
	#facturas.box-devoluciones .ver a {
		background: #636363;
   }
	#facturas.box-devoluciones .ver a .glyphicon {
		display: none;
   }
	#facturas.box-devoluciones .ver a:hover, #facturas.box-devoluciones .desca a:hover {
		background: #ffa508;
   }
}
@media only screen and (max-width: 550px) {
	#facturas.box-devoluciones .buscador-box .buscar {
		width: 100%;
   }
	#facturas.box-devoluciones .buscador-box .buscar {
		margin-bottom: 10px;
   }
	#facturas.box-devoluciones .buscador-box .buscar .send-buscador {
		width: 70%;
   }
	#facturas.box-devoluciones .buscador-box .buscar .text-buscador {
		width: 30%;
   }
}
#perfil.devolucion-form h1 {
	margin-bottom: 0px;
	border: none;
	width: auto;
}
#perfil.devolucion-form .volver {
	background: #FDC425;
	color: #ffffff;
	padding: 8px 15px;
	float: right;
	margin-top: 40px;
}
#perfil.devolucion-form .volver:hover {
	background: #ffa508;
}
#perfil.devolucion-form .breadcrumbs {
	border-bottom: 1px solid #888;
}
#perfil.devolucion-form #wrapper .finalizar-compra .input-box {
	position: relative;
}
#perfil.devolucion-form #wrapper .finalizar-compra .input-box label {
	position: absolute;
	width: 125px;
}
#perfil.devolucion-form #wrapper .finalizar-compra .input-box input {
	width: 100%;
	padding-left: 140px;
}
#perfil.devolucion-form .tit {
	font-size: 25px;
	color: #ffa508;
	margin-bottom: 25px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	border-bottom: 1px dotted #777;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 40px;
	text-transform: uppercase;
}
#perfil.devolucion-form .tit-p {
	color: #ffffff;
	text-transform: uppercase;
}
#perfil.devolucion-form .input-box p {
	color: #ffffff;
}
#perfil.devolucion-form #wrapper .finalizar-compra input {
	font-size: 13px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
#perfil.devolucion-form .falla, #perfil.devolucion-form .prod, #perfil.devolucion-form .cant, #perfil.devolucion-form .fecha, #perfil.devolucion-form .agregar {
	margin-right: 0.5%;
}
#perfil.devolucion-form #wrapper .finalizar-compra .falla {
	font-size: 13px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #636363;
	padding: 5px 12px;
}
#perfil.devolucion-form #wrapper .finalizar-compra .prod {
	width: 39%;
}
#perfil.devolucion-form #wrapper .finalizar-compra .cant {
	width: 7%;
}
#perfil.devolucion-form #wrapper .finalizar-compra .falla {
	width: 24%;
}
#perfil.devolucion-form #wrapper .finalizar-compra .fecha {
	width: 11%;
}
#perfil.devolucion-form #wrapper .finalizar-compra .agregar {
	width: 14%;
	background: #FDC425;
	color: #ffffff;
	border: 1px solid #FDC425;
	float: right;
}
#perfil.devolucion-form #wrapper .finalizar-compra .agregar:hover {
	background: #ffa508;
	border: 1px solid #ffa508;
}
#perfil.devolucion-form #wrapper .finalizar-compra .selec-vendor {
	font-size: 13px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #636363;
	padding: 5px 12px;
	width: 100%;
}
#perfil.devolucion-form #wrapper .finalizar-compra .sep {
	border-bottom: 1px dotted #777;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#perfil.devolucion-form #wrapper .finalizar-compra textarea {
	font-size: 13px;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #636363;
	width: 100%;
	margin-top: 15px;
	height: 100px;
	padding: 15px;
}
#perfil.devolucion-form #wrapper .finalizar-compra .enviar-f {
	margin-right: 0px;
	background: #333;
	color: #ffffff;
	font-weight: 700;
	border: 1px solid #333;
	margin-top: 15px;
	width: 250px;
}
#perfil.devolucion-form #wrapper .finalizar-compra .prod-dev {
	background: rgba(51,51,51,0.34);
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
#perfil.devolucion-form #wrapper .finalizar-compra .prod-dev div {
	display: inline-block;
	color: #ffffff;
	padding: 15px;
}
#perfil.devolucion-form #wrapper .finalizar-compra .prod-dev a {
	display: inline-block;
	color: #ffffff;
	padding: 15px;
	text-align: center;
	background: transparent;
	color: red;
	border: none;
	cursor: pointer;
}
#perfil.devolucion-form #wrapper .finalizar-compra .prod-dev a:hover {
	background: transparent;
	border: none;
	font-weight: 700;
}
@media only screen and (max-width: 991px) {
	#perfil.devolucion-form #wrapper .finalizar-compra .prod {
		width: 75%;
   }
	#perfil.devolucion-form #wrapper .finalizar-compra .cant {
		width: 24%;
   }
	#perfil.devolucion-form #wrapper .finalizar-compra .falla {
		width: 49%;
   }
	#perfil.devolucion-form #wrapper .finalizar-compra .fecha {
		width: 50%;
   }
	#perfil.devolucion-form .falla, #perfil.devolucion-form .prod, #perfil.devolucion-form .cant, #perfil.devolucion-form .fecha, #perfil.devolucion-form .agregar {
		margin-top: 15px;
   }
}
@media only screen and (max-width: 991px) {
	#perfil.devolucion-form .falla, #perfil.devolucion-form .prod, #perfil.devolucion-form .cant, #perfil.devolucion-form .fecha, #perfil.devolucion-form .agregar {
		margin: 0px;
		margin-top: 15px;
		width: 100% !important;
   }
}

.cupon {    margin-top: 30px;    background: #ECECEC;    padding: 40px;    float: left;}

.cupon .subt {font-weight: 700;font-size:15px;}
.cupon .box .desc {    margin-bottom: 10px;    font-size: 14px;}

.cupon .box input {border:1px solid #ddd; font-size:15px;   height: 35px;    padding: 5px 25px;    -webkit-border-radius: 255px;    -moz-border-radius: 255px;    border-radius: 255px;}
.cupon .box input.aplicar:hover {background: #FDC425;color:#fff; cursor: pointer;    -webkit-border-radius: 255px;    -moz-border-radius: 255px;    border-radius: 255px;}