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

	--color-main-light: #FFF;
	--color-main: #212529;
	--color-main-dark: #000;
	--color-alt-light: #ff8333;
	--color-alt: #0087fa;
	--color-alt-dark: #04569c;

	--color-text-light: var(--color-main-light);
	--color-text: var(--color-main);
	--color-text-dark: var(--color-main-dark);
	--color-text-alt-light: var(--color-alt-light);
	--color-text-alt: var(--color-alt);
	--color-text-alt-dark: var(--color-alt-dark);

	--color-heading-light: var(--color-main-light);
	--color-heading: var(--color-main);
	--color-heading-dark: var(--color-main-dark);
	--color-heading-alt-light: var(--color-alt-light);
	--color-heading-alt: var(--color-alt);
	--color-heading-alt-dark: var(--color-alt-dark);

	--color-background-light: var(--color-main-light);
	--color-background : var(--color-main);
	--color-background-dark: var(--color-main-dark);
	--color-background-alt-light: var(--color-alt-light);
	--color-background-alt: var(--color-alt);
	--color-background-alt-dark: var(--color-alt-dark);

	/*OVERWRITE BOOTSTRAP*/
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-body-bg: #fff;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-color: var(--color-main);
	--bs-body-font-size: 1.3rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.2;
	--bs-dark-rgb: 33, 37, 41;
	--bs-dark-text-emphasis: #495057;
	--bs-dark: var(--color-main);
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-emphasis-color: #000;
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-font-sans-serif: var(--font-family-text);
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-heading-color: inherit;
	--bs-highlight-bg: #fff3cd;
	--bs-highlight-color: var(--color-main);
	--bs-light-rgb: 248, 249, 250;
	--bs-light-text-emphasis: #495057;
	--bs-light: #f8f9fa;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-color: var(--color-alt);
	--bs-link-decoration: underline;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-link-hover-color: var(--color-alt);
	--bs-primary-rgb: 13, 110, 253;
	--bs-primary-text-emphasis: var(--color-alt-dark);
	--bs-primary: var(--color-alt);
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-rgb: 108, 117, 125;
	--bs-secondary-text-emphasis: #2b2f32;	
	--bs-secondary: #6c757d;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);

	--bs-breadcrumb-divider: '>';
	--color-text-required: #8f1111;
} 

html{scroll-behavior: smooth;}
body{overflow-x: hidden;}
/*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(--bs-body-color);}
	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: 700; font-family: var(--font-family-heading); line-height: 1; line-height: 1.2; margin-bottom: 1rem; color: var(--color-alt-light); text-transform: uppercase;}
	.h1, h1 { font-size: calc(1rem + 1vw); color: var(--color-heading); }
	.h3, h3{text-transform: initial;}
	small, .small {font-size: .8rem;}
	strong, .strong{font-weight: 700}
	strong.red{color: var(--color-text-required)}
	figure{margin: 0;}
/*MARK*/	
	mark, .mark {background-color: var(--bs-light);}
	mark.uderline, .mark.uderline { background-color: transparent!important; padding: 0; position: relative;z-index: 1;}
	mark.uderline:before, .mark:before, mark:after, .mark:after {content: ""; position: absolute; bottom: 0; padding-top: 6px; -webkit-mask-size: auto 160%; -webkit-mask-repeat: no-repeat; z-index: -1; }
	mark.uderline:before, .mark:before {left: -.1em; right: 49.8%; -webkit-mask-position: bottom left; transform-origin: 100% 50%; background-color: var(--color-background-alt); -webkit-mask-image: url(/images/assets/underline-dash.svg); }
	mark.uderline:after, .mark:after {left: 49.8%; right: -.2em; -webkit-mask-position: bottom right; transform-origin: 0 50%; background-color: var(--color-background-alt); -webkit-mask-image: url(/images/assets/underline-dash.svg); }
/*MASK*/
	.chaflan-0101 {width: 100%; height: auto; background: transparent; clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px) ); }
	.chaflan-0010 {width: 100%; height: auto; background: transparent; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px)100%, 0 100%); position: relative; 	border: 1px solid var(--bs-gray-500); overflow: hidden;}
	.chaflan-0010:after {content: ''; display: block; background: var(--bs-gray-500); width: 100px; height: 1px; position: absolute; bottom: 34px; right: -35px; transform: rotate(135deg); z-index: 2; }
/*TEXT*/
	.text-underline:after {content: ''; display: block; border-top: 1px solid var(--bs-body-color); 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(--bs-body-color); 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-align: left;}
	.text-center, .text-align-center{text-align: center;}
	.text-right, .text-align-right{text-align: right;}
	.text-orange{color: var(--color-alt-light) !important;}

/*BLOG*/
.blog.view-article .r-content .lead { color: var(--color-heading);}

/*LISTS*/ 
	.r-content .content ul:not(.nav):not(.tab):not(.pagination) {list-style: none; padding-left: 15px; position: relative;}
	.r-content .content ul:not(.nav):not(.tab):not(.pagination) > li {position: relative; font-size: 1.2rem; line-height: 1; margin: 0 .4rem 0.7rem;}
	.r-content .content ul:not(.nav):not(.tab):not(.pagination) > li:before {position: absolute; left: -18px; top: 5px; font-family: 'Material Design Icons'; content: '\F0765'; color: var(--color-alt-light); font-weight: bold; font-size: 0.7rem; 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(--bs-body-color); }
	.btn-primary {background: var(--color-alt-light); 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; transition: all ease .7s;}
	.btn-primary:hover {background: var(--color-main); border: none;}
	.btn-cta-xl {display: inline-block; position: relative; background: var(--color-main-dark); color: var(--color-main-light); font-size: 1.7rem; line-height: 1; padding: 27px 45px; text-transform: uppercase; transition: all ease .7s;}
	.btn-cta-xl:after {position: absolute; content: ''; display: block; width: 100%; height: 2px; background: var(--color-main-dark); bottom: -10px; left: 0; right: 0; }
	.btn-cta-xl:focus, .btn-cta-xl:hover, .btn-cta-xl:active{color: var(--color-alt-light);}
/*OWL-CAROUSEL*/
	.owl-carousel .owl-item img {height: auto; }
	.owl-carousel .owl-stage-outer {margin-bottom: 50px; }
	.owl-carousel .owl-dots {display: flex; gap: 10px; align-items: center; justify-content: center; }
	.owl-carousel .owl-dots .owl-dot{height: 20px; width: 20px; display: block; border: 1px solid var(--color-background); border-radius: 50% !important;}
	.owl-carousel .owl-dots .owl-dot.active{background:var(--color-background) }
/*WELL*/
	.well {border: 1px solid #ccc; padding: 1rem; text-align: center; position: relative; margin-top: 3rem; }
	.well:before {content: ""; width: 160px; height: 3px; background: var(--color-alt); position: absolute; display: block; top: -2px; left: calc(50% - 80px); }
	.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: 0px!important; box-shadow: none;}
	.accordion .accordion-button:focus {box-shadow: none;}
	.accordion .accordion-button::after {background-image: none; content: "\F0415"; 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; color: grey;}
/*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-flex; font-family: "Material Design Icons"; font-size: 1.8rem; text-rendering: auto; line-height: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: var(--color-alt); align-items: center; justify-content: center; }
	.menu-main .nav-item > .nav-link {color: var(--color-text-light); font-size: 1.1rem; font-weight: 400; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1; display: inline-flex; align-items: center; justify-content: center; padding-right: 0; padding-left: 0; }
	.menu-main .item-type-heading{position: relative;}
	.menu-main .submenu-wrapper {position: absolute; top: calc(100% + 14px); z-index: 5; overflow: hidden; padding: 0; transition: all 300ms ease; min-width: 200px; border-bottom: 3px solid var(--color-alt-light); background: var(--color-background-dark); left: -50px;}
	.menu-main .submenu-wrapper .nav-child{flex-direction: column; gap: 10px;}
	.menu-main .submenu-wrapper .nav-child>.nav-item{border-bottom: 1px solid var(--bs-gray-600);}
	.menu-main .submenu-wrapper .nav-child>.nav-item:last-of-type{border-bottom: none;}
	.menu-main .submenu-wrapper .nav-item>a {color: var(--color-main-light); font-size: 1rem; font-weight: 400; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1; padding: 0 0 15px 0;}
	.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;}
/*MOVIL BUTTON*/
	.menu-main-wrapper .navbar-toggler {padding: 0; border: none; }
	.menu-main-wrapper .navbar-toggler .navbar-toggler-dots {width: 30px; height: 30px; display: grid; grid-template-rows: repeat(3, 9px); grid-template-columns: repeat(3, 9px); justify-items: center; align-items: center; }
	.menu-main-wrapper .navbar-toggler .navbar-toggler-dots > span {background-color: var(--color-background-alt-light); width: 0.3em; height: 0.3em; border-radius: 50%; animation: special-fade 1.5s alternate ease-in-out infinite; }
	.menu-main-wrapper .navbar-toggler .navbar-toggler-dots > span:nth-of-type(2), .navbar-toggler-dots > span:nth-of-type(4) {animation-delay: 0.25s; }
	.menu-main-wrapper .navbar-toggler .navbar-toggler-dots > span:nth-of-type(3), .navbar-toggler-dots > span:nth-of-type(5), .navbar-toggler-dots > span:nth-of-type(7) {animation-delay: 0.5s; }
	.menu-main-wrapper .navbar-toggler .navbar-toggler-dots > span:nth-of-type(6), .navbar-toggler-dots > span:nth-of-type(8) {animation-delay: 0.75s; } 
	.menu-main-wrapper .navbar-toggler .navbar-toggler-dots > span:nth-of-type(9) {animation-delay: 1s; }
	@keyframes special-fade {to {opacity: 0.2; } }
	.menu-main-wrapper .navbar-toggler .navbar-toggler-box .box {perspective: 120px;}
	.menu-main-wrapper .navbar-toggler .navbar-toggler-box .plane {width: 2em; height: 2em; background-color: var(--color-background-dark); transform: rotate(0); animation: flip 8s infinite;}
	@keyframes flip {25% {transform: rotateY(180deg);} 50% {transform: rotateY(180deg) rotateX(180deg);} 100% {transform: rotateY(0deg);}}
/*MENU VISUAL EFFECT SLIDE*/
	/*Agregar la clase effect-slide al menu-main para dar un efecto hover slide con el background gris*/
	.menu-main .effect-slide.nav > .nav-item > .nav-link {z-index: 1; position: relative; padding: 0.5em 1em; outline: none; border: none;}
	.menu-main .effect-slide.nav > .nav-item > .nav-link::before {background-color: var(--color-background-light); content: ''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; transform-origin: center top; transform: scaleY(0); transition: transform 0.25s ease-in-out; }
	.menu-main .effect-slide.nav > .nav-item > .nav-link:hover {cursor: pointer; color: #FFF;}
	.menu-main .effect-slide.nav > .nav-item > .nav-link:hover::before {transform-origin: center bottom; transform: scaleY(1); }
/*MENU VISUAL EFFECT UNDERLINE*/
	.menu-main .effect-underline.nav > .nav-item > .nav-link {position: relative; }
	.menu-main .effect-underline.nav > .nav-item > .nav-link::before {background-color:var(--color-alt); content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; transform-origin: bottom right; transform: scaleX(0); transition: transform 0.5s ease; } 
	.menu-main .effect-underline.nav > .nav-item > .nav-link:hover::before {transform-origin: bottom left; transform: scaleX(1);}

/*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-dark); }*/
	/*.btn-social:hover:before, .btn-social:hover  .mdi:before{color: var(--color-text-alt);}*/
	/*.btn-social.mdi-youtube:before {font-size: 2rem;}*/
/*MENU TOP*/
	.menu-top{	display: flex; align-items: center; justify-content: flex-end; gap: 10px;}
	.menu-top .nav-link {color: var(--color-text-light); font-size: 1.1rem; font-weight: 300; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1; }
	.menu-top .nav-link:not(.btn-social){border-bottom: 1px solid var(--bs-gray-600);}
/*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-footer .btn-send {background: var(--color-alt-light); 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: 0;}
	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-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-text {font-size: 0.9rem; font-weight: 300; font-style: italic;}

/*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); border-radius: 0;}
	.modal.modal-contact .form-footer{margin-top: 20px;}
	.modal.modal-contact textarea.form-control:focus{min-height: 200px;}
/*OWL-BRANDS*/
	.owl-brands img{width: 100%; height: auto; background: transparent; clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px) ); transition: all ease 1s;}
	.owl-brands img:hover{filter: grayscale(1);}
/*MODULE-QUIENES-SOMOS*/
	.module-quienes-somos{background-image: url(/images/assets/scx-01.svg); background-repeat: no-repeat; background-position: -100px 40px; background-size: 70vw; padding-bottom: 50px; padding-top: 190px;}
	.module-quienes-somos h2.h1{font-size: 3.4rem; line-height: 1.1; font-weight: 700; margin-bottom: 20px; background-color: white;}
	.module-quienes-somos .left {padding-bottom: 120px; gap: 30px;}
/*MODULE-NAME-ABPC FAQS*/
	.module-name-abpcfaqs{background: var(--color-background-dark); color: var(--color-main-light); padding: 60px 0 90px;}
	.module-name-abpcfaqs .header{font-size: 4.7rem; text-transform: uppercase; font-weight: 700; max-width: 500px; line-height: 0.9; margin-bottom: 60px; color: var(--color-heading-light);}
	.module-name-abpcfaqs .accordion{display: flex; flex-wrap: wrap; gap: 0px 20px}
	.module-name-abpcfaqs .accordion .accordion-item{flex: 0 1 calc(50% - 20px); background: none; border-radius: 0;}
	.module-name-abpcfaqs .accordion .accordion-item .accordion-header .accordion-button {background: none; color: var(--color-heading-light); border-bottom: 1px solid var(--bs-gray-700); font-size: 1.4rem; text-transform: none; }
	.accordion .accordion-button::after{color: var(--color-alt);}
/*MODULE-FEATURED-PRODUCTS*/
	.module-featured-products .item-wrapper img.item-image{	object-fit: contain; width: auto !important; height: 100% !important; }
/*ROWS*/
	/*R-TOP*/
		.r-top {padding: 10px 0 0; background: var(--color-background-dark); }
		.r-top .menu-wrapper{display: flex; justify-content: flex-end; gap: 10px; align-items: center;}
	/*R-NAVBAR*/
		.r-navbar {padding: 0; background: var(--color-background-dark); }
		.r-navbar .navbar{padding-top: 0; padding-bottom: 0;}
		.r-navbar .navbar .navbar-brand{padding-top: 0; padding-bottom: 0; max-width: 40%; position: relative;}
		.r-navbar .navbar .navbar-brand img{display: block; max-width: 100%; height: auto; margin-top: -50px; }
		.r-navbar .navbar .menu-main {gap: 40px; padding: 7px 0; }
	/*R-SLIDER*/
		.r-slider{}
		body:not(.home) .r-slider h1,body:not(.home) .r-slider .h1{margin-bottom: 0; line-height: 0.9;}
	/*R-CONTENT*/
		.r-content{padding: 2rem 0}
	/*ASIDE	*/
		aside .module-name-abpccontactform.module {padding: 30px 20px; border: 1px solid var(--bs-gray-500);}
		aside .module-name-abpccontactform .header {background: none; color: var(--color-heading); font-size: 2rem; font-weight: 400; line-height: 1; margin-bottom: 20px; text-transform: uppercase;}
	/*R-PRE-FOOTER*/
		.r-pre-footer{padding: 60px 0 80px; background-color: var(--color-background-light); }
		.r-pre-footer .header{font-size: 2.7rem; font-weight: 600; line-height: 1; color: var(--color-heading); margin-bottom: 40px;}
	/*R FOOTER*/
		.r-footer {background: var(--color-background-dark); color: var(--color-text-light); overflow: hidden; font-size: 1rem;}
		.r-footer .moduletable {margin: 2rem 0 0;}
		.r-footer h2 {margin-bottom: 1rem; color: var(--color-text-light); font-size: 1.2rem; }
		.r-footer h2.text-sideline:before {border-color: var(--color-text-light); 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-alt-light);}
		/*NEWSLETTER*/
			.r-footer .module-newsletter form .form-control {border-radius: 0;}
			.r-footer .module-newsletter form .btn {background: var(--color-background-alt-light); color: var(--color-main-dark);}
			.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-alt-light);}
			.r-footer .menu-rrss .btn-social:hover .mdi:before {color: var(--color-alt-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*/
	.owl-hero .owl-stage-outer{margin-bottom: 0!important;}
	.owl-hero .item{font-size: 2rem; line-height: 1.1;}
	.home .r-slider {height: 680px; padding: 2rem 0 0; background-color: #000000a8; color: var(--color-text-light); background-image: url(/images/slider/home/slide.webp); }
	.home .r-slider .owl-carousel-wrapper {position: relative; min-height: 85px; z-index: 0; margin: 0 0 20px 25%; }
	.home .r-slider .owl-carousel-wrapper:after {content: ''; display: inline-block; position: absolute; right: 0; bottom: 0px; height: 3px; width: 200px; background: var(--color-background-alt-light); z-index: 1; }
	.home .r-slider h1 {font-size: 5.2rem; color: var(--color-heading-light); font-weight: 700; line-height: 0.9; margin-bottom: 22px; text-transform: none; }
	.home .r-slider h1 small{font-size: 3.8rem; font-weight: 600; line-height: 1;}
	.home .r-slider .slogan{color: var(--color-text-alt-light); text-transform: uppercase; font-size: 1.5rem; line-height: 1;}
	.home .r-post-slider{position: relative;}
	.home .r-post-slider .owl-carousel-wrapper {top: -170px; position: relative; min-height: 641px; margin-bottom: -170px; }
	.home .r-content h2.h1{	font-size: 4.7rem; font-weight: 700; text-transform: uppercase; line-height: 0.8; margin-bottom: 55px;}

	/*GRACIAS*/
		.gracias .r-content .content{display: flex; height: 100%; justify-content: center; align-items: center; text-align: center;}

	/*LAYOUT-ABPC BLOG-LOCKED*/
		.layout-abpcblog-locked .r-slider{border-bottom: 2px solid var(--bs-gray-400);}
		.layout-abpcblog-locked .r-slider .h1 {color: var(--color-heading-alt); font-weight: 700; line-height: 1 !important; margin-bottom: 0 !important; padding: 23px 0; }
		.layout-abpcblog-locked.view-article .r-content .item-image {max-height: 450px;}
		.layout-abpcblog-locked aside .module-name-abpccontactform.module{border-radius: 0; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%); position: relative; overflow: hidden;}
		.layout-abpcblog-locked aside .module-name-abpccontactform.module:after{content: ''; display: block; background: var(--bs-gray-500); width: 100px; height: 1px; position: absolute; bottom: 34px; right: -35px; transform: rotate(135deg); z-index: 2; }

	/*PRODUCTS*/
		.item-image {width: auto; max-height: 414px; display: block; margin: 0 auto; object-fit: contain; }
		.layout-abpcproduct .r-content{padding: 1rem 0;}
		.com-content-categories .category-products h1 {color: var(--color-heading-alt); font-weight: 700; line-height: 1; margin-bottom: 0; }
		.com-content-categories .com-content-categories__items{ position: relative; padding: 60px 0; }
		.com-content-categories .com-content-categories__item{border-bottom: 0; margin-bottom: 30px;}
		.com-content-categories .com-content-categories__items:before{ position: absolute; content: ''; display: block; width: 100vw; left: calc(50% - 50vw); height: 1px; background: var(--bs-gray-400); top: 0;}
		.com-content-categories .com-content-categories__items .image-wrapper { min-height: 414px; display: flex; align-items: center; justify-content: center; flex-direction: column; margin-bottom: 15px;}
		.com-content-categories .com-content-categories__items .image-wrapper img{object-fit: cover; flex: 1 1 100%; }
		.com-content-categories .com-content-categories__item-title-wrapper {padding: 0; }
		.com-content-categories .com-content-categories__item-title-wrapper h2 {font-size: 1.6rem; font-weight: 600; line-height: 1; position: relative;}
		.com-content-categories .com-content-categories__item-title-wrapper h2:before{content: ''; width: 35px; height: 2px; background: var(--color-heading); display: inline-block; position: absolute; bottom: -10px; left: 0;}
		.layout-abpcproduct.view-category .r-content{padding: 1rem 0;}
		.layout-abpcproduct .category-products>.category-header{ position: relative; padding: 6px 0 23px 0; }
		.layout-abpcproduct .category-products>.category-header:after{position: absolute; content: ''; display: block; width: 100vw; left: calc(50% - 50vw); height: 2px; background: var(--bs-gray-400); bottom: 0; }
		.layout-abpcproduct .category-products>.category-header h1 {color: var(--color-heading-alt); font-weight: 700; line-height: 1; margin-bottom: 0; padding: 0}
		.layout-abpcproduct .cat-children{padding: 60px 0;}
		.layout-abpcproduct .cat-children .category-item{margin-bottom: 50px;}
		.layout-abpcproduct .cat-children .category-item .category-image{margin-bottom: 17px;}
		.layout-abpcproduct .cat-children .category-item .category-header {font-size: 1.6rem; font-weight: 700; line-height: 1; position: relative;text-transform: uppercase; color: var(--bs-body-color);}
		.layout-abpcproduct .cat-children .category-item .category-header:before {content: ''; width: 35px; height: 2px; background: var(--color-heading); display: inline-block; position: absolute; bottom: -13px; left: 0; }
		.layout-abpcproduct .product-page>.category-header{ position: relative; padding: 6px 0 20px 0; }
		.layout-abpcproduct .product-page>.category-header:after{position: absolute; content: ''; display: block; width: 100vw; left: calc(50% - 50vw); height: 2px; background: var(--bs-gray-400); bottom: 0;}
		.layout-abpcproduct .product-page>.category-header h2 {color: var(--color-main); line-height: 1; font-weight: 700; display: inline-flex; margin: 0; padding: 0; align-items: center; gap: 20px; }
		.layout-abpcproduct .product-page>.category-header .h1 {color: var(--color-heading-alt); padding: 0; font-weight: 700; margin: 0;}
		.layout-abpcproduct .com-content-article__body{padding:55px 0;}
		.layout-abpcproduct .com-content-article__body h1{line-height: 1; font-size: 2.2rem; position: relative; top: -7px; margin-bottom: 27px;}
		.layout-abpcproduct .com-content-article__body h1:before {content: ''; width: 35px; height: 2px; background: var(--color-heading); display: inline-block; position: absolute; bottom: -13px; left: 0; }
		.layout-abpcproduct .com-content-article__body .diferencial{margin-bottom: 35px;}
		.layout-abpcproduct .com-content-article__body .descripcion-general{font-size: 1rem; margin-bottom: 10px;}
		.layout-abpcproduct .com-content-article__body .caracteristicas h2{font-size: 1.6rem; line-height: 1;}
		.layout-abpcproduct .com-content-article__body .caracteristicas ul>li {font-size: 1.1rem !important; margin: 0 .4rem 0.9rem !important; }
		.layout-abpcproduct .com-content-article__body .features-wrapper h2{font-size: 1.5rem; margin-bottom: 40px;}
		.layout-abpcproduct .com-content-article__body .features-wrapper h3{font-size: 1.5rem; margin-bottom: 20px;}
		.layout-abpcproduct .com-content-article__body .table-specs{font-size: 1rem; margin-bottom: 50px;}





/*MEDIA QUERIES*/
/*
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
 */
@media (max-width:1200px){
	.menu-main .submenu-wrapper{position: relative;}
	.module-news .item-wrapper {margin-bottom: 2rem; }
	.mod-custom .item-wrapper {margin-bottom: 2rem; }
	.home .r-post-slider .owl-carousel-wrapper {margin-bottom: -290px; }
}
@media (max-width:992px){
	.owl-hero .item {font-size: 1.7rem;}
	.home .r-slider h1 {font-size: 3rem;}
	.home .r-slider h1 small {font-size: 80%;}
	.r-top {padding: 0; }
	.r-navbar {padding: 20px 0 ; }
	.r-navbar .navbar .navbar-brand img{margin-top: 0;}
	.r-navbar .navbar .menu-main {padding: 20px 0 0 0; 	gap: 20px;}
	.r-navbar .navbar .menu-main .submenu-wrapper {left: 0px;}
	.r-navbar .navbar .menu-main .nav-item > .nav-link {font-weight: 400;}
	.home .r-slider {height: 550px;}
	.home .r-slider .owl-carousel-wrapper {margin: 0 0 30px 25%; }
	.home .r-slider .owl-carousel-wrapper:after {bottom: -10px; }
	.module-name-abpcfaqs .accordion .accordion-item {flex: 1 1 100%; }
	.module-quienes-somos {background-size: 110vw; padding-bottom: 20px; padding-top: 20px; }
	.blog.view-article .r-content {padding: 2rem 0; }
	.blog.view-article .r-content .lead {margin-top: 1rem; font-size: 1.3rem; }
}
@media (max-width:768px){
	.blog.view-article .r-content .content .lead{margin-top: 15px;}
	.home .r-post-slider .owl-carousel-wrapper {min-height: 450px; }
	.home .r-content h2.h1 {font-size: 3.7rem; text-align: center; }
	.module-quienes-somos h2.h1 {font-size: 2.8rem; }
	.module-name-abpcfaqs .header {font-size: 3.5rem;}
	.layout-abpcblog-locked.view-category .r-content article figure {margin: 0 0 20px; }
	.layout-abpcblog-locked.view-category .r-content article {margin-bottom: 70px; }
}
@media (max-width:576px){
	.r-pre-footer {background-color: var(--color-background-light); }
	.module-blog-articles .item-wrapper {overflow: initial; margin-bottom: 60px; }
	.home .r-slider .owl-carousel-wrapper {margin: 0 0 30px 0; }
	.home .r-post-slider .owl-carousel-wrapper {top: -60px; margin-bottom: -80px; }
	.home .r-content h2.h1 {font-size: 3rem; text-align: left; }
	.module-quienes-somos {background-position: 50% 0; padding: 0;}
	.module-quienes-somos h2.h1 {font-size: 2.2rem; }
	.module-quienes-somos .actions-wrapper .inline-block.img{display: none;}
	.module-quienes-somos .actions-wrapper .inline-block.btns{padding-top: 200px;}
	.layout-abpcproduct .r-content .owl-wrapper{min-height: 450px; margin-bottom: 30px; }
	.layout-abpcproduct .r-content .descripcion-general{margin-bottom: 30px;}
}
@media (max-width:350px){
	.home .r-slider h1 {font-size: 2rem;}
	.home .r-post-slider .owl-carousel-wrapper {
		top: -60px;
		margin-bottom: -230px;
	}
}