/*20240510 1233*/
:root {
	--font-family-heading: 'Montserrat', sans-serif;
	--font-family-text: 'Montserrat', sans-serif;

	--color-text-light: #ffffff ;
	--color-text: #242829 ;
	--color-text-dark: #000000 ;
	--color-text-alt-light: #e8993c ;
	--color-text-alt: #ffffff ;
	--color-text-alt-dark: #e8993c ;
	--color-heading-light: #ffffff ;
	--color-heading: #242829 ;
	--color-heading-dark: #242829 ;
	--color-heading-alt-light: #ffffff ;
	--color-heading-alt: #e8993c ;
	--color-heading-alt-dark: #242829 ;
	--color-background-light: #ebebeb ;
	--color-background : #ffffff ;
	--color-background-dark: #242829 ;
	--color-background-alt-light: #ffffff ;
	--color-background-alt: #e8993c ;
	--color-background-alt-dark: #242829 ;

	--color-main: #e8993c ;
	--bs-breadcrumb-divider: '.';
	--bs-breadcrumb-divider-color: #e8993c;
	--color-text-required: #8f1111;
} 

html{scroll-behavior: smooth;}
body{font-family: var(--font-family-text); color: var(--color-text, #000);}
/*RESET*/
	a, a:focus, a:hover, a:active, li:focus, li:hover, li:active, button:focus, button:hover, button:active, span:focus, span:hover, span:active {outline: 0; text-decoration: none !important;}
	a{color: var(--color-text, #000);}
	a:focus, a:hover, a:active{color: var(--color-text-dark);}
	.btn, button, .modal-content{border-radius: 0;}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 400; font-family: var(--font-family-heading); line-height: 1.2; margin-bottom: 1rem; color: var(--color-heading);}
	mark, .mark {background-color: var(--bs-light);}
	small, .small {font-size: .8rem;}
	strong, .strong{font-weight: 700}
	strong.red{color: var(--color-text-required)}
	figure{margin: 0;}
	/*.item-image{width: 100%;}*/
	.breadcrumb-item+.breadcrumb-item::before {color: var(--color-text-alt-dark); }
/*TEXT*/
	.text-underline:after {content: ''; display: block; border-top: 1px solid var(--color-text); width: 20px; margin: 5px 0;}
	.text-upperline:before {content: ''; display: block; border-top: 4px solid; border-image-slice: 1; width: 3rem; margin-bottom: 0.5rem; border-image-source: linear-gradient(to right, #003478, #63cafc); }
	.text-sideline:before {content: ''; display: inline-block; width: 3rem; border-bottom: 1px solid var(--color-text); margin-right: 0.5rem;}
	.lead {font-size: 1.25rem; font-weight: 600; }
	.text-success, .text-main{color: var(--color-main) !important;}
	.text-col-2{columns: 2}
	.text-left{text-align: left;}
	.text-center{text-align: center;}
	.text-right{text-align: right;}
/*LISTS*/
	.r-content .content ul:not(.nav):not(.tab) {list-style: none; padding-left: 0; position: relative;}
	.r-content .content ul:not(.nav):not(.tab) > li {position: relative; font-size: 1.1rem; line-height: 1.3; margin: 0.6rem 1rem; padding: 0 0 0 20px; }
	.r-content .content ul:not(.nav):not(.tab) > li:before {position: absolute; left: 0; top: 5px; font-family: 'Material Design Icons'; content: '\F0765'; color: var(--color-main); font-weight: bold; font-size: 0.5rem; line-height: 1; }
	
	ul.list-diamond > li:before {content: '\F0B8B'!important;}
	ul.list-checked > li:before {content: '\F0791'!important;}
	ul.list-chevron > li:before {content: '\f0142'!important;}
/*BUTTONS*/
	.btn-link:hover {color: var(--color-text, #000); }
	/*.btn-primary {background: var(--color-background-alt); border: none; color: var(--color-text-light); cursor: pointer; display: inline-block; font-size: 1.3rem; font-weight: 700; padding: 8px 30px; text-transform: uppercase; border-radius: 30px; }*/
	.btn-primary {background: var(--color-background-alt); border: none; color: var(--color-text-light); display: inline-block; font-size: 1.1rem; font-weight: 400; padding: 5px 10px; text-transform: uppercase; transition: all ease .7s;}
	.btn-primary:hover {background: var(--color-background-dark); border: none; color: var(--color-text-light);}
	.btn-secondary {background: var(--color-background-alt); border: none; color: var(--color-text-light)!important; display: inline-block; font-size: 1.1rem; font-weight: 400; padding: 5px 10px; text-transform: uppercase; transition: all ease .7s;}
	.btn-secondary:hover {background: var(--color-background-dark); border: none; color: var(--color-text-light);}
/*OWL-CAROUSEL*/
	.owl-carousel .owl-item img {height: auto; }
	.owl-carousel .owl-dots {display: flex; gap: 10px; align-items: center; justify-content: center; margin-top: 15px;}
	.owl-carousel .owl-dots .owl-dot {height: 6px; width: 30px; display: block; border: 1px solid var(--bs-gray-600); border-radius: 0% !important; }
	.owl-carousel .owl-dots .owl-dot.active{background:var(--bs-gray-600) }
/*WELL*/
	.well {border: 1px solid #ccc; padding: 1rem; text-align: center; position: relative; }
	.well:before {content: ""; width: 5rem; height: 1px; background: #000; position: absolute; display: block; top: -1px; left: calc(50% - 40px); }
	.well-special {position: relative; font-family: var(--font-family-heading); font-weight: 700; font-size: 1.3rem; line-height: 1.3; padding: 2rem 0 0 4rem; }
	.well-special:before {content: '\f0757'; font-family: 'Material Design Icons'; position: absolute; top: 3.5rem; left: -2rem; color: var(--bs-gray-500); font-size: 12rem; line-height: 0; opacity: 0.3; z-index: 0; }
/*BLOCKQUOTE*/
	.blockquote {margin: 2.5rem 0 2.5rem 2rem; padding: .5rem 0 .5rem 1rem; border-left: 8px solid var(--color-background-alt); font-size: 1rem;}
	.blockquote h3 {font-size: 1rem; color: #000; font-weight: 800; margin-bottom: 0; }
/*ACCORDION*/
	.accordion {margin-top: 1.5rem;}
	.accordion .accordion-item {margin-bottom: .4rem; border: none; }
	.accordion .accordion-item:first-of-type {border-radius: 0;}
	.accordion .accordion-item:last-of-type {border-radius: 0;}
	.accordion .accordion-header {margin: 0;}
	.accordion .accordion-button {font-size: 1.3rem; line-height: 1.2; color: var(--color-heading-dark); font-weight: 400; padding: 1rem 1.45rem ; background-color: var(--bs-light); text-transform: uppercase; border-radius: 5px!important; box-shadow: none;}
	.accordion .accordion-button:focus {box-shadow: none;}
	.accordion .accordion-button::after {background-image: none; content: "\f0140"; display: inline-block; font-family:  "Material Design Icons"; font-size: 2rem; text-rendering: auto; line-height: .5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
	.accordion .accordion-button:not(.collapsed)::after {transform: none; content: "\f0374"}
	.accordion .accordion-body {padding: 1rem .4rem; }
/*MENU MAIN*/
	.menu-main-wrapper .navbar-toggler:focus {box-shadow: none;}
	.menu-main .btn-cta{background: var(--color-background-alt); color: #FFF!important; border-radius: 10px!important;} 
	.menu-main>.nav-item.parent>a::after{content: "\F0140"; display: inline-block; font: normal normal normal 24px/1 "Material Design Icons"; font-size: inherit; text-rendering: auto; line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
	.menu-main .nav-item > .nav-link{color: var(--color-text, #000); font-size: 1.2rem; font-weight: 700; font-family: var(--font-family-heading); text-transform: uppercase;  line-height: 1;}
	.menu-main>.nav-item.active {border-left: 1px solid var(--color-background-alt);}
	.menu-main .submenu-wrapper {position: absolute; top: calc(100% + 6px); z-index: 5; overflow: hidden; padding: 0; transition: all 300ms ease; border-bottom: 3px solid var(--bs-gray-500); background: var(--color-background); left: 0; right: 0; }
	.menu-main .submenu-wrapper .nav-item>a {color: var(--color-text, #000); font-size: 1rem; font-weight: 300; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1; }
	.menu-main .submenu-wrapper .nav-item>a:hover {color: var(--color-text-light);}
	.menu-main .submenu-wrapper.show , .menu-main .submenu-wrapper.collapsing {display: flex; flex-direction: column; gap: 10px;}
	.menu-main .submenu-wrapper .nav-child{display: flex; gap: 5px;}
	.menu-main .submenu-wrapper .item-type-separator{flex: 1 1 calc(25% - 5px);}
	.menu-main .submenu-wrapper .separator {display: block; background: var(--color-background-dark); color: var(--color-heading-alt); text-transform: uppercase; text-align: center; padding: 15px 10px; font-size: 1.1rem; line-height: 1; font-weight: 700; }
	.menu-main .submenu-wrapper .item-type-separator .nav-link{	display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 6px; font-weight: 600; transition: all ease .5s;}
	.menu-main .submenu-wrapper .item-type-separator .nav-link:hover{color: var(--color-text-alt-light)}
/*MENU ACCESORIES*/
	.btn-social, .btn-social .mdi{padding: 0;}
	.btn-social:before, .btn-social .mdi:before {font-size: 1.5rem; line-height: 1; color: var(--color-text-alt-light); transition: all ease .7s;}
	.btn-social:hover:before, .btn-social:hover  .mdi:before{color: var(--color-text-dark);}
	.btn-social.mdi-youtube:before {font-size: 2rem;}
/*MENU TOP*/
	.menu-top .nav-link{color: var(--color-text, #000); font-size: 1rem; font-weight: 300; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1;}
/*FORMS*/
	form .btn-primary:hover {background-color: var(--color-background-alt-dark); border-color: var(--color-background-alt-dark); }
	form .btn-primary{background: var(--color-background-alt); }
	form .btn{border: none; color: var(--color-text-light); cursor: pointer; display: block; font-size: 1.3rem; font-weight: 700; padding: 8px; text-transform: uppercase; }

	form .controls{display: flex; justify-content: flex-end;}
	form .form-check-input:checked {background-color: var(--color-background-alt-dark); border-color: var(--color-background-alt-dark); }
	form .form-control {font-size: .8rem;}
	form .form-floating [type="password"]{padding-top: 1.625rem; padding-bottom: .625rem; }
	form .form-floating>.form-control-plaintext~label, 
	form .form-floating>.form-control-plaintext~label::after, 
	form .form-floating>.form-control:focus~label, 
	form .form-floating>.form-control:focus~label::after, 
	form .form-floating>.form-control:not(:placeholder-shown)~label, 
	form .form-floating>.form-control:not(:placeholder-shown)~label::after, 
	form .form-floating>.form-select~label {color: inherit; opacity: .8;}
	form .form-floating>.form-select~label::after {display: none!important; }
	form .form-floating>label {display: flex; gap: 10px; padding: 0.7rem .75rem 1rem .75rem; color: rgba(var(--bs-body-color-rgb), .65); transform: scale(.85) translateY(-.5rem) translateX(.15rem); }
	form .form-footer .btn-send {background: var(--color-background-alt); border: none; color: var(--color-text-light); cursor: pointer; display: block; font-size: 1.3rem; font-weight: 700; padding: 8px 0; text-transform: uppercase; width: 100%; border-radius: 30px;}
	form .form-footer{margin-top: 20px}
	form .form-select {width: 100%; text-transform: uppercase; font-size: 0.8rem; border-radius: 0; }
	form .required .star{color: var(--color-text-required)}
	form [readonly]{background: var(--bs-gray-100);}
	form textarea.form-control {min-height: 100px; }
	form textarea.form-control:focus {min-height: 250px; }
	form.form-no-labels .form-group {display: flex; position: relative; align-items: center; padding: 0; margin-bottom: 1rem;}
	form.form-no-labels .form-control {padding: 0.2rem 0.5rem; font-size: .8rem; background-color: transparent; border-radius: 0 !important; border: none; color: #fff; border-bottom: 1px solid var(--bs-gray-500); transition: all .7s ease;}
	form.form-no-labels .form-control::placeholder {color: var(--color-text); text-transform: uppercase;}
	form.form-no-labels .form-control:focus + .control-label {color: var(0);}
	form.form-no-labels .form-control:focus {box-shadow: 0 0 0 0.2rem var(--color-background);}
	form.form-no-labels .form-control:valid + .control-label {display: none;}
	form.form-no-labels .form-control label.form-check-label {color: var(--color-text); }
	form.form-no-labels .form-control select {background-color: #202020; color: var(--color-text); text-transform: uppercase; font-size: 0.8rem; width: 100%; border: none; border-bottom: 1px solid #fff; padding-bottom: .5rem; }
	form.form-no-labels .form-control textarea + .control-label {padding-top: .3rem;}
	form.form-with-labels .form-control {font-size: .8rem; background-color: transparent; border-radius: 0 !important; border: none; border-bottom: 1px solid var(--bs-gray-500); transition: all .7s ease;}
	form.form-with-labels label{color: var(--color-text)!important;}
/*MODALES*/
	.modal .modal-header {padding: 0;}
	.modal .modal-header button.close {position: relative; top: -50px; right: 40px; background-color: var(--bs-gray-500); border: none; border-radius: 15px!important; padding: 0; height: 25px; min-width: 0; }
	.modal .modal-header button .mdi-close:before {display: inline-block; content: "\f0156"; font-family: "Material Design Icons"; color: #fff; font-style: normal; font-size: 1rem; line-height: 1; vertical-align: middle;}
	.modal .modal-body {padding: 1rem; }
	.modal .modal-body h2 {font-size: 2rem; line-height:1;}
	.modal .modal-body .form-control {border-radius: 0;}
	.modal .modal-body .form-group {margin-bottom: .5rem;}
	.modal .modal-body .btn-send {text-transform: uppercase; color: #fff; background-color: var(--color-background-alt); width: 100%; padding: 5px 40px;}
	.modal .contact-form .form-control {font-size: .8rem;}
	.modal .contact-form select {width: 100%; border-color: var(--bs-gray-500); padding: 25px 5px 5px 13px; text-transform: uppercase; font-size: .9rem; color: #000 } 
	.modal.modal-contact .modal-header {background: var(--color-background-alt-light);}
	.modal.modal-contact .form-footer{margin-top: 20px;}
	.modal.modal-contact textarea.form-control:focus{min-height: 200px;}
/*MODULO-NOVEDADES*/
	.module-blog-articles .item-wrapper {display: block; text-decoration: none; overflow: hidden;}
	.module-blog-articles .item-wrapper .newsflash-image{background: #000; overflow: hidden;}
	.module-blog-articles .item-wrapper .newsflash-image .item-image { background-color: var(--color-background-alt) transform: scale(1); transition: all 500ms ease; width: 100%;}
	.module-blog-articles .item-wrapper .newsflash-title {color: var(--color-text-dark); margin: 0; font-size: 1.2rem; margin-top: 13px; font-weight: 700; line-height: 1.2; font-style: normal; }
	.module-blog-articles .item-wrapper:hover .item-title {color: var(--color-text-light);}
	.module-blog-articles .item-wrapper:hover .item-image {transform: scale(1.1); opacity: .75;}
/*CONTACT FORM*/
	.module-contact-form {padding: 30px 20px; border: 1px solid var(--bs-gray-500);}
	.module-contact-form .header {background: none; color: var(--color-heading); font-size: 2rem; font-weight: 400; line-height: 1; margin-bottom: 20px; text-transform: uppercase;}
/*SOLUCIONES*/
	.bkg-half{position: relative; min-height: 390px; }
	.bkg-half.bkg-right:after{content: ''; position: absolute; display: block; top: 0; bottom: 0; left: 50%; right: 0; width: 50vw;}
	.bkg-half.bkg-left:before {content: ''; position: absolute; display: block; top: 0; bottom: 0; left: calc(50% - 50vw); width: 50vw; }
	.bkg-impresion:after{background-image: url(/images/categorias-home/impresion.webp);}
	.bkg-corte:before{background-image: url(/images/categorias-home/corte.webp);}
	.bkg-finalizado:after{background-image: url(/images/categorias-home/finalizado.webp);}
	.bkg-insumos:before{background-image: url(/images/categorias-home/insumos-repuestos.webp);}
/*PRODUCTOS*/
	.category-heading {position: relative; color: var(--color-text-light); padding: 30px 0; font-size: 1.1rem;}
	.category-heading:before{position: absolute; content: ''; display: block; top: 0; width: 100vw; left: calc(50% - 50vw); background: var(--color-background-dark); z-index: -1; bottom: 0;}
	.category-heading h1{color: var(--color-heading-alt);}
	.category-heading p{margin-bottom: 0; width: 75%;}
	.cat-children{display: flex; gap: 30px; flex-wrap: wrap;  padding: 30px 0;}
	.cat-children .cat-children-wrapper{flex: 0 1 calc(50% - 30px); background: var(--color-background-light); position: relative;}
	.cat-children .cat-children-wrapper:after {content: '+'; position: absolute; width: 50px; height: 50px; right: 0; bottom: 0; background: var(--color-background-dark); display: flex; color: var(--color-text-light); align-items: center; justify-content: center; font-size: 3rem; line-height: 1; transition: all ease .7s;}
	.cat-children .cat-children-wrapper:hover:after {background: var(--color-background-alt);}
	.cat-children .cat-children-wrapper .subcategory-wrapper{display: flex; align-items: center; justify-content: space-between;}
	.cat-children .cat-children-wrapper .subcategory-title{text-align: center; flex: 1;}
	.cat-children .cat-children-wrapper .subcategory-title h2{transition: all ease .7s; font-weight: 700; margin-bottom: 0;}
	.cat-children .cat-children-wrapper:hover .subcategory-title h2{color: var(--color-heading-alt)!important;}
/*ROWS*/
	/*R-TOP*/
		.r-top {padding: 5px 0; background: var(--color-background-light);}
		.r-top .menu-wrapper{display: flex; justify-content: flex-end; gap: 10px; align-items: center;}
	/*R-NAVBAR*/
		.r-navbar{border-top: 1px solid var(--bs-gray-500); border-bottom: 1px solid var(--bs-gray-500); padding: 6px 0;}
		.r-navbar .navbar{padding-top: 0; padding-bottom: 0;}
		.r-navbar .navbar .navbar-brand{padding-top: 0; padding-bottom: 0; max-width: 40%}
		.r-navbar .navbar .navbar-brand img{display: block; max-width: 100%; height: auto;}
		.r-navbar .navbar .mod-menu {gap: 13px; }
	/*R-SLIDER*/
		.r-slider{background: var(--color-background-alt); padding: 1.5rem 0;}
	/*R-CONTENT*/
		
	/*R-PRE-FOOTER*/
		.r-pre-footer{padding: 4rem 0; background-color: var(--color-background-light); }
		.r-pre-footer h2{color: var(--color-heading-alt); text-transform: uppercase; font-size: 1.6rem;}
	/*R FOOTER*/
		.r-footer {background: var(--color-background-dark); color: var(--color-text-light); overflow: hidden; padding-bottom: 20px;}
		.r-footer .moduletable {margin: 2rem 0 0;}
		.r-footer h2 {margin-bottom: 1rem; color: var(--color-heading-alt); font-size: 1.2rem; text-transform: uppercase; }
		.r-footer h2.text-sideline:before {border-color: var(--color-background-alt); width: 1.5rem;}
		.r-footer a {color: var(--color-text-light);}
		.r-footer a:hover {color: var(--color-text-alt-light);}
		/*CONTACT*/
			.r-footer .nav-contact {padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 0.3rem; }
			.r-footer .nav-contact a {display: flex; gap: 0.5rem;}
			.r-footer .nav-contact .mdi:before { color: var(--color-text-alt-light);}
		/*NEWSLETTER*/
			.r-footer .module-newsletter form .form-control {border-radius: 0;}
			.r-footer .module-newsletter form .btn {background: var(--color-background-alt); color: var(--color-text-light);}
			.r-footer .module-newsletter .row-success p {font-size: .9rem;}
		/*SOCIAL*/
			.r-footer .menu-rrss .btn-social .mdi:before {font-size: 2rem; line-height: 2rem; margin-right: 1rem; color: var(--color-text-alt-light);}
			.r-footer .menu-rrss .btn-social:hover .mdi:before {color: var(--color-text-light); }
		/*LINK INTERES*/
			.r-footer .menu-links{flex-direction: column; gap: .5rem;}
			.r-footer .menu-links .nav-link{padding: 0}
	/*R COPYRIGHT*/
		.r-copyright {background: var(--color-background-dark); font-size: .8rem; padding: .5rem; color: var(--color-text-light); text-align: center;}
		.r-copyright * {color: var(--color-text-light); }
/*SPECIFIC PAGES*/
	/*HOME*/
		.home .r-slider {background: none; padding: 0; min-height:650px; }
		.home .r-slider .slider-main img{min-height:650px; width:auto; }
		.home .r-content {padding: 4rem 0 3rem 0; color: var(--color-text);}
		.home .r-content h1 {text-transform: uppercase; margin-bottom: 20px; font-weight: 700; font-size: 3.4rem; line-height: 1; }
		.home .r-content .slogan {color: var(--color-text-alt-light); font-weight: 700; font-size: 1.5rem; text-transform: uppercase; line-height: 1; }
		.home .r-content .com-content-article__body p{font-size: 1.2rem; line-height: 1.2;}
		.home .r-post-content{background: var(--color-background-dark); color: var(--color-text-light); overflow: hidden;}
		.home .r-post-content h2 {color: var(--color-heading-alt); font-size: 2.6rem; margin-bottom: 7px; }
		.home .r-post-content .slogan {color: var(--color-heading-alt); text-transform: uppercase; font-weight: 400; font-size: 1.2rem; }
		.home .r-post-content p{ color: var(--color-text-light);}
	/*BLOG*/
			.blog .r-content{padding: 2rem 0}
			.blog .r-slider .h1{margin-bottom: 0; line-height: 1;}

		/*CATEGORY*/
			.blog.view-category .r-content article{margin-bottom: 50px;}
			.blog.view-category .r-content article .page-header{padding: 15px 0 0;}
			.blog.view-category .r-content article figure{margin: 0;}
			.blog.view-category .r-content article .item-image {margin-bottom: 0; width: 100%; }
			.blog.view-category .r-content article h1{font-weight: 600; font-size: 1.5rem;}
		/*ARTICLE*/
			.blog.view-article .r-content .content h1 {font-size: 2.3rem; line-height: 1.1; font-weight: 600; color: var(--color-text); margin-bottom: 1.5rem; text-transform: initial; }
			.blog.view-article .r-content .content h2 {font-size: 1.5rem; text-transform: uppercase; margin-bottom: 1rem; font-weight: 700; color: var(--color-heading); }
			/*.blog.view-article .r-content .content h3:not(.title) {font-size: 1.5rem; color: var(--color-heading); font-weight: 400; }*/
			.blog.view-article .r-content .content .item-image {background: repeating-linear-gradient(45deg, #000 0px, #000 1px, transparent 1px, transparent 12px);}
			.blog.view-article .r-content .content .lead {font-weight: 700; line-height: 1.2; margin-top: -2.6rem; background-color: rgb(255 255 255 / 80%); padding: 20px; border-left: 15px solid var(--color-background-alt);}
			.blog.view-article .r-content .content img{max-width: 100%; height: auto;}
	/*GRACIAS*/
		.alias-gracias .r-content .content{display: flex; height: 100%; justify-content: center; align-items: center; text-align: center; min-height: 400px; }
	/*PRODUCTOS*/
		.layout-abpcproduct .r-slider {background: var(--color-background-alt-dark); padding: 2rem 0; }
		.layout-abpcproduct .r-slider .breadcrumb li, .layout-abpcproduct .r-slider .breadcrumb a, .layout-abpcproduct .r-slider .breadcrumb .active {color: var(--color-text-alt-dark);}
		.layout-abpcproduct .r-content{padding: 10px 0;}
		/*.layout-abpcproduct .readmore a.btn{background: var(--bs-gray-300); color: var(--color-text)!important; border: none;}*/
		
		/*CATEGORIAS PRODUCTOS*/
			.layout-abpcproduct.view-category .r-slider{display: block;}
			.layout-abpcproduct.view-category.parent-corte .r-slider, .layout-abpcproduct.view-category.parent-finalizado .r-slider, .layout-abpcproduct.view-category.parent-insumos-y-repuestos .r-slider, .layout-abpcproduct.view-category.alias-etiquetas .r-slider {display: none;}
			.layout-abpcproduct.view-category .r-content {padding: 0 0 50px;}
			.layout-abpcproduct.view-category .r-content .item-wrapper {margin: 2rem 0 0 0; border-bottom: 1px solid var(--bs-gray-500); }
			.layout-abpcproduct.view-category .r-content .category-products a{color: var(--color-text-alt-dark); }
			.layout-abpcproduct.view-category .r-content .category-products .item-wrapper .item-title h3 {font-weight: 700; margin-bottom: 10px;}
			.layout-abpcproduct.view-category .r-content .product-features{font-size: 110%; font-weight: 500;}
		
		/*PRODUCTO*/
			.layout-abpcproduct.view-article .r-content{padding: 35px 0 50px;}
			.layout-abpcproduct.view-article .product-page .product-image{margin-bottom: 30px;}
			.layout-abpcproduct.view-article .product-page .product-gallery{margin-bottom: 30px;}
			.layout-abpcproduct.view-article .product-page .product-gallery .img-product{max-width: 100%; height: auto;}
			.layout-abpcproduct.view-article .product-page .product-video{margin-bottom: 30px;}
			.layout-abpcproduct.view-article .product-card{}
			.layout-abpcproduct.view-article .product-card .product-header{}
			.layout-abpcproduct.view-article .product-card .product-title {font-size: 2rem; font-weight: 700; color: var(--color-heading-alt); line-height: 1; margin-bottom: 0.6rem; }
			.layout-abpcproduct.view-article .product-card h2{font-size: 1.7rem; font-weight: 400; color: var(--color-heading-alt); line-height: 1; margin-bottom: 0.6rem; }
			.layout-abpcproduct.view-article .product-card .product-subtitle{margin-bottom: 25px; font-size: 1.2rem; }
			.layout-abpcproduct.view-article .product-card .product-desc{font-weight: 800; margin-bottom: 30px;}
			.layout-abpcproduct.view-article .product-card .product-header ul{margin: 30px 0;}
			.layout-abpcproduct.view-article .product-card .product-download{margin: 40px 0;}
			.layout-abpcproduct.view-article .product-card .product-download .nav{flex-direction: column; gap: 20px;}
			.layout-abpcproduct.view-article .product-card .product-features{}
			.layout-abpcproduct.view-article .product-card .product-features table{}

	/*APLICACIONES*/
		.layout-abpcaplicaciones .r-slider {background: var(--color-background-alt-dark); padding: 2rem 0; }
		.layout-abpcaplicaciones .r-slider .breadcrumb li, .layout-abpcaplicaciones .r-slider .breadcrumb a, .layout-abpcaplicaciones .r-slider .breadcrumb .active {color: var(--color-text-alt-dark);}
		.layout-abpcaplicaciones .r-content{padding: 10px 0;}
		.layout-abpcaplicaciones .readmore a.btn{background: var(--bs-gray-300); color: var(--color-text)!important;}

		/*CATEGORIAS APLICACIONES*/
		.layout-abpcaplicaciones.view-category .r-slider{display: none;}
		.layout-abpcaplicaciones.view-category .r-content {padding: 0;}
		.layout-abpcaplicaciones.view-category .category-heading {text-align: center; padding: 40px 15%; }
		.layout-abpcaplicaciones.view-category .category-heading h1 {text-transform: uppercase; font-weight: 800; color: var(--color-heading-alt-light); font-size: 3.3rem; line-height: 1; margin-bottom: 22px; }
		.layout-abpcaplicaciones.view-category .category-heading .slogan {text-transform: uppercase; font-weight: 800; color: var(--color-heading-alt); margin-bottom: 15px; line-height: 1; font-size: 1.3rem; }
		.layout-abpcaplicaciones.view-category .category-heading p {margin-bottom: 0; width: 100%; }
		.layout-abpcaplicaciones.view-category .aplicaciones-items{padding: 70px 0}
		.layout-abpcaplicaciones.view-category .aplicaciones-items .aplicaciones-item{margin-bottom: 20px;}
		.layout-abpcaplicaciones.view-category .aplicaciones-items .aplicaciones-item .item-image {display: block; margin-bottom: 15px; }
		.layout-abpcaplicaciones.view-category .aplicaciones-items .aplicaciones-item .item-title {font-size: 1.1rem; font-weight: 700;}
		.layout-abpcaplicaciones.view-category .r-post-content{display: none;}

		/*APLICACION*/
		.layout-abpcaplicaciones.view-article .r-content{padding: 0}
		.layout-abpcaplicaciones.view-article .aplicacion-heading {text-align: center; background: var(--color-background-alt-dark); padding: 2.8rem 15%; }
		.layout-abpcaplicaciones.view-article .aplicacion-heading h1 {text-transform: uppercase; font-weight: 800; color: var(--color-heading-alt-light); font-size: 3.3rem; line-height: 1; margin-bottom: 22px; }
		.layout-abpcaplicaciones.view-article .aplicacion-heading .slogan {text-transform: uppercase; font-weight: 800; color: var(--color-heading-alt); margin-bottom: 15px; line-height: 1; font-size: 1.3rem; }
		.layout-abpcaplicaciones.view-article .aplicacion-heading p {margin-bottom: 0; width: 100%; color: var(--color-text-alt);}
		.layout-abpcaplicaciones.view-article .owl-wrapper {padding: 50px 0 30px 0; min-height: 705px; background: var(--color-background-light); margin-bottom: 60px; }
		.layout-abpcaplicaciones.view-article .owl-wrapper img{margin-bottom:20px; }
		.layout-abpcaplicaciones.view-article .owl-wrapper h2 {font-size: 1.1rem; line-height: 1; margin-bottom: 15px; font-weight: 600; }
		.layout-abpcaplicaciones.view-article .content .header{text-align: center;}
		.layout-abpcaplicaciones.view-article .content .header .aplicacion-title {font-size: 2.7rem; color: var(--color-heading-alt); line-height: 1; margin-bottom: 27px; }
		.layout-abpcaplicaciones.view-article .content .header .aplicacion-slogan {font-size: 1.3rem; line-height: 1; font-weight: 600; text-transform: uppercase; margin-bottom: 43px;} {font-size: 2.7rem; color: var(--color-heading-alt); line-height: 1; margin-bottom: 27px; }
		.layout-abpcaplicaciones.view-article .content .aplicacion-text ul li>.strong {font-weight: 400; color: var(--color-text-alt-dark); text-transform: uppercase; font-size: 1.1rem; line-height: 1; }
		.layout-abpcaplicaciones.view-article .module-related-products h3{text-transform: uppercase; color: var(--color-heading-alt);}
		.layout-abpcaplicaciones.view-article .module-related-products.wrapper {min-height: 510px;}
		.layout-abpcaplicaciones.view-article .module-related-products .title a{color: var(--color-text-alt-dark); font-weight: 700; font-size: 1.75rem; margin-bottom: 10px;	line-height: 1.2;	font-family: var(--font-family-heading);}
		.layout-abpcaplicaciones.view-article .module-related-products .intro{}
		.layout-abpcaplicaciones.view-article .module-related-products .intro .product-intro-features{display: none;}
		.layout-abpcaplicaciones.view-article .r-post-content{margin: 20px 0 40px 0;}


/*MEDIA QUERIES*/
/*
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
 */
@media (min-width:1401px){
		.r-navbar .navbar .mod-menu {padding: 20px 0; }
}
@media (max-width:1400px){
	.r-navbar {padding: 10px 0; }
	.r-navbar .navbar .mod-menu {gap: 7px; margin: 0 0 0 20px; margin-bottom: 0; }
	.r-navbar .navbar .navbar-brand {max-width: 250px; }
	.menu-main .nav-item > .nav-link {font-size: 1.1rem; font-weight: 600; padding: 8px 0 8px 12px; }
	.module-contact-form .header {font-size: 1.5rem; }
}
@media (max-width:1200px){
	.menu-main .submenu-wrapper{position: relative;}
	.module-news .item-wrapper {margin-bottom: 2rem; }
	.mod-custom .item-wrapper {margin-bottom: 2rem; }
}
@media (max-width:992px){
	.blog.view-article .r-content {padding: 2rem 0; }
	.blog.view-article .r-content .lead {margin-top: 1rem; font-size: 1.3rem;}
	.home .r-slider {min-height: 350px; }
	.home .r-slider .slider-main img {min-height: auto; width: 100%; }
}
@media (min-width: 768px) and (max-width: 991px) {}
@media (max-width:768px){
	.r-navbar .navbar .navbar-brand {max-width: 60%; }
	.r-content .content ul:not(.nav):not(.tab) > li {line-height: 1; margin: 0.5rem; padding: 0 0 0 20px; }
	.home .r-slider {min-height: 320px; }
	.r-post-content{padding: 20px 0 0;}
	.r-post-content .container {margin-bottom: 30px;}
	.bkg-half:before,.bkg-half:after{display: none!important;}
	.blog.view-article .r-content .content .lead{margin-top: 15px;}
	.module-blog-articles .item-wrapper .newsflash-title {font-size: 1.1rem; margin-top: 7px; line-height: 1.1; }
	.module-blog-articles .item-wrapper {margin-bottom: 30px; }
	.menu-main .submenu-wrapper .item-type-separator .nav-link .item-image{display: none;}
	.menu-main .submenu-wrapper .item-type-separator{flex: 1 1 100%}
	.category-heading p {width: initial; font-size: 0.9rem; line-height: 1.3; }
	.cat-children {gap: 20px; padding: 20px 0; flex-direction: column; }
	.subcategory-img img{width: auto; height: 100px;}
	.cat-children .cat-children-wrapper:after {width: 20px; height: 20px; font-size: 1.3rem; }
	.layout-abpcproduct .r-slider .breadcrumb {font-size: 1.5rem; }
	.layout-abpcproduct .r-slider {padding: 1rem 0; }
	.layout-abpcaplicaciones.view-category .category-heading {padding: 20px 15px; }
	.layout-abpcaplicaciones.view-category .category-heading h1{font-weight: 700; font-size: 1.6rem; margin-bottom: 15px; line-height: 1.1; }
	.layout-abpcaplicaciones.view-category .category-heading .slogan {font-weight: 600; margin-bottom: 15px; line-height: 1.1; font-size: 1.1rem; }
	.layout-abpcaplicaciones.view-category .aplicaciones-items {padding: 15px 0; }
	.layout-abpcaplicaciones.view-category .aplicaciones-item {margin-bottom: 20px;}
	.layout-abpcaplicaciones.view-category .aplicaciones-item .item-image {margin-bottom: 10px; }

	.layout-abpcaplicaciones.view-article .aplicacion-heading {padding: 20px 15px; }
	.layout-abpcaplicaciones.view-article .aplicacion-heading h1{font-weight: 700; font-size: 1.6rem; margin-bottom: 15px; line-height: 1.1; }
	.layout-abpcaplicaciones.view-article .aplicacion-heading .slogan {font-weight: 600; margin-bottom: 15px; line-height: 1.1; font-size: 1.1rem; }
	.layout-abpcaplicaciones.view-article .owl-wrapper {padding: 50px 20px 30px 20px; min-height: 600px; margin-bottom: 20px; }
	.layout-abpcaplicaciones.view-article .content .header .aplicacion-title {font-size: 2rem; margin-bottom: 20px; }
	.layout-abpcaplicaciones.view-article .r-post-content {margin: 10px 0; }
	.blog.view-category .r-content article {margin-bottom: 30px; }
	.blog.view-category .r-content article .page-header{padding: 10px 5px 0 5px;}
	.blog.view-category .r-content article h1 {font-size: 1.3rem; line-height: 1; }
}
@media (max-width:576px){
	.home .r-slider {min-height: 200px; }
	.home .r-content {padding: 20px 0; }
	.home .r-content h1 {font-size: 2.2rem; }
	.home .r-content .slogan {font-weight: 600; font-size: 1.3rem ; }
}
@media (max-width:393px){
	.home .r-slider {min-height: 160px; }
	.home .r-content h1 {font-size: 1.4rem; }
	.home .r-content .slogan {font-weight: 600; font-size: 1.3rem ; }
	.home .r-post-content h2 {font-size: 2.2rem; margin-bottom: 10px; }
}