/*20240510 1233*/
:root {
	--font-family-text: 'Barlow', sans-serif;
	--font-family-heading: 'Barlow', sans-serif;
	--color-text-light: #ffffff ;
	--color-text: #000000 ;
	--color-text-dark: #00000000 ;
	--color-text-alt-light: #0F79C4 ;
	--color-text-alt: #6E42B1 ;
	--color-text-alt-dark: #00000000 ;
	--color-heading-light: #ffffff ;
	--color-heading: #000000 ;
	--color-heading-dark: #00000000 ;
	--color-heading-alt-light: #0F79C4 ;
	--color-heading-alt: #6E42B1 ;
	--color-heading-alt-dark: #00000000 ;
	--color-background-light: #f2f2f2 ;
	--color-background : #ffffff ;
	--color-background-dark: #000000 ;
	--color-background-alt-light: #3DA2EA ;
	--color-background-alt: #6E42B1 ;
	--color-background-alt-dark: #00000000 ;

	--color-background-gradient: linear-gradient(90deg, rgba(61,162,234,1) 0%, rgba(61,162,234,1) 33%, rgba(110,66,177,1) 69%, rgba(110,66,177,1) 100%);
	--color-background-gradient-2: linear-gradient(90deg, rgba(61,162,234,1) 0%, rgba(61,162,234,1) 5%, rgba(110,66,177,1) 10%, rgba(110,66,177,1) 100%);
	--color-background-gradient-alt: linear-gradient(270deg, rgba(61,162,234,1) 0%, rgba(61,162,234,1) 33%, rgba(110,66,177,1) 69%, rgba(110,66,177,1) 100%);
	--color-background-gradient-heading: linear-gradient(90deg, rgba(61,162,234,1) 0%, rgba(61,162,234,1) 10px, rgba(110,66,177,1) 20px, rgba(110,66,177,1) 100%);;
	--color-background-shadow: linear-gradient(90deg, rgba(110,66,177,1) 0%, rgba(110,66,177,0) 20%, rgba(255,255,255,0) 25%);
	--bs-breadcrumb-divider: '>';
	--color-text-required: #8f1111;
	--bs-body-font-size: 1.4rem;
}

/*@font-face {font-family: 'Poppins-Regular'; font-style: normal; font-weight: 400;*/
/*	src: local('Poppins Regular'), local('Poppins-Regular')*/
/*		url('/templates/abpc/css/fonts/poppins/Poppins-Regular.ttf');*/
/*}*/
/*@font-face {font-family: 'Roboto-Regular'; font-style: normal; font-weight: 400;*/
/*	src: local('Roboto Regular'), local('Roboto-Regular')*/
/*		url('/templates/abpc/css/fonts/roboto/Roboto-Regular.ttf');*/
/*}*/
html{scroll-behavior: smooth; scroll-margin-top: 100px;}
body{font-family: var(--font-family-text); color: var(--color-text, #000000); font-weight: 400; font-size: 1.1rem;}
/*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, #000000);}
	a:focus, a:hover, a:active{color: var(--color-text-alt);}
	.btn, button, .modal-content{border-radius: 0;}
	.btn:not(.btn-link):not(.back-to-top-link){background: var(--color-background); border: 2px solid var(--color-background-dark); color: var(--color-text); cursor: pointer; display: inline-block; font-size: 1.1rem; font-weight: 600; padding: 8px 16px; text-transform: uppercase; border-radius: 0; position: relative; z-index: 0; margin-bottom: 10px;}
	.btn-primary{background: var(--color-background);}
	.btn-primary:hover{background: var(--bs-gray-100); border-color: var(--color-background-dark);  color: var(--color-text);}
	.btn:not(.btn-link):not(.back-to-top-link):before,.btn:not(.btn-link):after {content: ''; display: block; position: absolute; height: 2px; background: var(--color-background); z-index: 1; transition: all ease .5s; }
	.btn:not(.btn-link):not(.back-to-top-link):before {top: -2px; left: 10px; width: 50px; }
	.btn:not(.btn-link):not(.back-to-top-link):after {bottom: -2px; right: 3px; width: 20px; }
	.btn:not(.btn-link):not(.back-to-top-link):hover:before {left: 0px; width: 0px; }
	.btn:not(.btn-link):not(.back-to-top-link):hover:after {right: 0px; width: 0px; }
	.icons {display: none; }
	abbr[title] {padding: 0 4px; }
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 700; font-family: var(--font-family-heading); line-height: 1;}
	h1, .h1 {font-size: 2.3rem; line-height: 1.2; margin-bottom: 1rem; color: var(--color-heading);}
	h2, .h2 {font-size: 1.5rem; line-height: 1.2; margin-bottom: 1rem; color: var(--color-heading);}
	h3, .h3 {font-size: 1.3rem; line-height: 1.2; margin-bottom: 1rem; font-weight: 700; color: var(--color-heading-alt); text-transform: uppercase;}
	h4, .h4 {font-size: 1.2rem; line-height: 1.2; margin-bottom: 1rem; color: var(--color-heading-alt);}
	h1 strong, .h1 strong, h2 strong, .h2 strong {color: var(--color-heading);}
	.module-wrapper h2.text-sideline {font-size: 2.3rem; color: var(--color-text-alt-light); font-weight: 600; line-height: 1; margin-bottom: 35px; }
	mark, .mark {background-color: var(--bs-light);}
	small, .small {font-size: .8rem;}
	strong, .strong{font-weight: 600; color: var(--color-text-alt);}
	.lead {font-size: 1.3rem; font-weight: 600; text-transform: uppercase; line-height: 1.3; }
	strong.red{color: var(--color-text-required)}
	figure{margin: 0;}
	.item-image{width: 100%;}
	.form-floating>.form-control-plaintext~label::after, 
	.form-floating>.form-control:focus~label::after, 
	.form-floating>.form-control:not(:placeholder-shown)~label::after, 
	.form-floating>.form-select~label::after {display: none!important; }
	.form-floating>.form-control-plaintext~label, 
	.form-floating>.form-control:focus~label, 
	.form-floating>.form-control:not(:placeholder-shown)~label, 
	.form-floating>.form-select~label {color: inherit; opacity: .8;}
/*COMPONENTS*/
	/*ICONS*/
		[class*="icon-"]:before{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;}
		.icon-user:before{content: "\F0065";}
		.icon-eye:before{content: "\F06D0";}
		.icon-eye-slash:before{content: "\F06D1";}
		math{font-size: 1rem;}
		.math-block{ white-space: normal; overflow-wrap: break-word; max-width: 100%; display: block; 	font-size: 1.2rem;}
		.math-block>[linebreak]{margin: 4px 0;}
	/*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 {margin-bottom: 0;}*/
		.text-sideline:before {content: ''; display: inline-block; width: 1rem; border-bottom: 1px solid var(--color-text-alt-light); margin-right: 0.5rem; }
		.text-sideline{color: var(--color-text-alt-light); font-weight: 400; line-height: 1; margin-bottom: 35px;}
		p.text-sideline, divp.text-sideline{font-size: 2rem;}
	/*LISTS*/
		.r-content .content ul:not(.nav):not(.tab) {list-style: none; padding-left: 0;}
		.r-content .content ul:not(.nav):not(.tab) > li {position: relative; padding-left: 30px; line-height: 1; margin-bottom: 20px; }
		.r-content .content ul:not(.nav):not(.tab) > li:before {position: relative; font-family: 'Material Design Icons'; content: '\F0415'; color: var(--color-heading-alt); font-weight: bold; font-size: 1rem; line-height: 1; margin-left: -18px; }
		
		ul.list-diamond > li, ul.list-checked > li {font-size: 1.2rem; font-weight: 500; display:flex; align-items: center; line-height: 1; margin: 0 .4rem 1rem; color: var(--color-text-dark);}
		ul.list-diamond > li:before {font-family: 'Material Design Icons'; content: '\F0B8B';}
		ul.list-checked > li:before {font-family: 'Material Design Icons'; content: '\F012D';}
		
		ul.list-chevron {list-style: none; padding-left: 1.5rem; }
		ul.list-chevron > li {margin-bottom: 0.5rem; display: flex; font-size: 1rem; line-height: 1;}
		ul.list-chevron > li:before {font-family: 'Material Design Icons'; content: '\f0142'; margin-right: .4rem; color: var(--color-text-dark); font-weight: bold; font-size: 1.1rem;}

		ul.list-plus {list-style: none; padding-left: 0; }
		ul.list-plus > li {margin-bottom: 1.2rem; display: flex; font-size: 1.2rem; line-height: 1; gap: 7px; }
		ul.list-plus > li:before {font-family: 'Material Design Icons'; content: '\F0415'; margin-right: .4rem; color: var(--color-text-dark); font-weight: bold; font-size: 1.1rem;}
	/*ALERT*/
		.alert {border-radius: 0; }
		.alert-info {color: var(--color-text-dark); background-color: var(--color-background-light); border-color: var(--color-background-light); }

	/*COMPONETE DE USARIO*/
		.com_users fieldset{width: 400px;}
		.com_users legend {font-size: 1.1rem; line-height: 1.3; }
		.com_users .com-users-login__options{display: flex; justify-content: space-around; align-items: center; gap: 50px; padding: 25px 0; flex-direction: row;}
		
	/*BUTTONS*/
		/*SOCIAL*/
			.btn-social {padding: 0;}
			.btn-social:before {font-size: 1.5rem; line-height: 1; color: var(--color-text-dark); }
			.btn-social:hover:before{color: var(--color-text-dark);}
			.btn-social.mdi-youtube:before {font-size: 2rem;}
		/*LINK*/
			.btn-link {}
			.btn-link:hover {color: var(--color-text, #000000); }
		/*BTN BTN-PRIMARY*/
			.btn .btn-primary{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;}
		/*BTN CTA*/
		.btn-fancy {background-color: transparent; border: 2px solid #000; border-radius: 0; box-sizing: border-box; color: var(--color-text); cursor: pointer; display: inline-block; float: right; font-weight: 700; letter-spacing: 0.05em; margin: 0; outline: none; overflow: visible; padding: 1.25em 2em; position: relative; text-align: center; text-decoration: none; text-transform: none; transition: all 0.3s ease-in-out; user-select: none; font-size: 13px; margin-bottom: 20px;}
		.btn-fancy::before {content: " "; width: 1.5625rem; height: 2px; background: #FFF; top: 50%; left: 1.5em; position: absolute; transform: translateY(-50%); transform-origin: center; transition: background 0.3s linear, width 0.3s linear; }
		.btn-fancy .text {font-size: 1.125em; line-height: 1.33333em; padding-left: 2.5em; display: block; text-align: left; transition: all 0.3s ease-in-out; text-transform: uppercase; text-decoration: none;  color: var(--color-text); }
		.btn-fancy .top-key {height: 2px; width: 1.5625rem; top: -2px; left: 0.625rem; position: absolute; background: #ffffff; transition: width 0.5s ease-out, left 0.3s ease-out; }
		.btn-fancy .bottom-key-1 {height: 2px; width: 1.5625rem; right: 1.875rem; bottom: -2px; position: absolute; background: #ffffff; transition: width 0.5s ease-out, right 0.3s ease-out; }
		.btn-fancy .bottom-key-2 {height: 2px; width: 0.625rem; right: 0.625rem; bottom: -2px; position: absolute; background: #ffffff; transition: width 0.5s ease-out, right 0.3s ease-out; }
		.btn-fancy:hover {color: white; background: var(--color-background-alt); }
		.btn-fancy:hover::before {width: 0.9375rem; background: white; }
		.btn-fancy:hover .text {color: white; padding-left: 2em; }
		.btn-fancy:hover .top-key {left: -2px; width: 0px; }
		.btn-fancy:hover .bottom-key-1, .btn-fancy:hover .bottom-key-2 {right: 0; width: 0; }
		
		.btn-glow {border: none; outline: none; color: #fff!important; cursor: pointer; position: relative; z-index: 0; border-radius: 20px; display: inline-block; }
		.btn-glow:before {content: ''; background: linear-gradient(45deg, #46236d, #ffffff); position: absolute; top: -1px; left: -1px; background-size: 400%; z-index: -1; filter: blur(3px); width: calc(100% + 2px); height: calc(100% + 2px); animation: glowing 20s linear infinite; opacity: 1; transition: opacity .3s ease-in-out; border-radius: 20px; }
		.btn-glow:after {z-index: -1; content: ''; position: absolute; width: 100%; height: 100%; background: #24445b; left: 0; top: 0; border-radius: 20px; transition: all ease .7s;}
		@keyframes glowing {0% { background-position: 0 0; } 50% { background-position: 400% 0; } 100% { background-position: 0 0; } }
		.r-navbar.no-on-top .btn-glow:after{background: #000000;}
		.r-navbar.no-on-top .btn-glow{color: #FFF!important;}
	/*LOADING*/
		.loading{background: url(/images/loading.gif); background-repeat: no-repeat; background-position: 50% 50%;}
	/*OWL*/
		.owl-carousel .owl-item img {height: auto; }
		.owl-carousel .owl-dots {display: flex; gap: 10px; align-items: center; justify-content: flex-start; margin-top: 20px;}
		.owl-carousel .owl-dots .owl-dot {height: 5px; width: 50px; display: block; border-radius: 0% !important; background:var(--color-background-alt-light)}
		.owl-carousel .owl-dots .owl-dot.active{background:var(--color-background-alt) }
	/*SYSTEM-MESSAGE-CONTAINER*/
		.r-message{position: relative; z-index: 1000;}
		#system-message-container{position: absolute; width: 40%; left: 30%; top: 20px; font-size: 1.1rem; font-weight: 300;}
	/*BREADCRUMB*/
		.breadcrumb {margin-bottom: 0; list-style: none; line-height: 1; font-family: var(--font-family-heading); text-transform: uppercase; }
		.breadcrumb li, .breadcrumb a, .breadcrumb .active{color: var(--color-text-light);}
	/*PAGINATION*/
		.pagination{justify-content: center; margin: 0;}
		.pagination li.page-item {margin-right: 0.3rem; width: 40px; height: 40px; }
		.pagination li:before {display: none;}
		.pagination .page-item.active .page-link {background-color: var(--color-background-dark);color: var(--color-text-light, #FFFFFF);}
		.pagination .page-link {color: var(--color-text, #000000); background-color: var(--color-background-light); border: none;}
		.pagination .page-item.disabled .page-link {background-color: var(--bs-gray-500); border: none;}
		/*PAGINATOR - SQUARE [DEFAULT]*/
		.pagination .page-link {flex: 1 1 40px; text-align: center; display: flex; align-items: center; justify-content: center; }
		.pagination .page-item:first-child .page-link {border-top-left-radius: 0; border-bottom-left-radius: 0; }
		.pagination .page-item:last-child .page-link {border-top-right-radius: 0; border-bottom-right-radius: 0; }
		/*PAGINATOR - ROUNDED*/
		.pagination.rounded .page-link{border-radius: 50%; padding: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-family: var(--font-family-heading);}
		.pagination.rounded .page-item:first-child .page-link {border-top-left-radius: 50%; border-bottom-left-radius: 50%; }
		.pagination.rounded .page-item:last-child .page-link {border-top-right-radius: 50%; border-bottom-right-radius: 50%; }
	/*ACCORDION*/
		.accordion {margin-top: 1.5rem;}
		.accordion .accordion-item {margin-bottom: .4rem; border: none; border-bottom: 2px solid var(--color-background-alt)!important; }
		/*.accordion .collapse{height: auto; transition: all ease 1s; display: block!important; overflow: hidden;}*/
		/*.accordion .collapse:not(.show) {height: 0; }*/
		.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.5rem; color: var(--bs-gray-700); font-weight: 400; padding: 1rem 1.4rem; background-color: transparent; border-radius: 0px !important; box-shadow: none; display: flex; justify-content: flex-end; align-items: center; gap: 6px; }
		.accordion .accordion-button:focus {box-shadow: none;}
		.accordion .accordion-button>span{flex: 1; text-align: right;}
		.accordion .accordion-button::after {background-image: none; content: "\F0415"; display: inline-block; font-family:  "Material Design Icons"; font-size: 1.5rem; text-rendering: auto; line-height: 1.5rem; font-smoothing: antialiased; font-weight: 300;}
		.accordion .accordion-button:not(.collapsed)::after {transform: none; content: "\f0374"}
		.accordion .accordion-body {padding: 1rem 1.4rem; background: var(--color-background);}
		.accordion .accordion-body>p:last-of-type{margin: 0}
	/*SLIDER*/
		/*SLIDER FULL WIDTH slider-main*/
		.slider-main .item{position: relative;}
		.slider-main .item .img-wrapper{}
		.slider-main .item .text-wrapper {position: absolute; z-index: 1; bottom: 25px; right: 30px; text-transform: uppercase; transition: all 500ms ease;}
		.slider-main .owl-stage .active+.active .item .text-wrapper{right: initial; left: 30px; }
		.slider-main .item .text-wrapper .title{font-size: 2.5rem; color: #fff; font-family: var(--font-family-heading); line-height: 1; text-shadow: 0px 0px 3px #000000a3;}
	/*ABP MEDIA TOOLS*/
		/*GALLERY*/
			.media-tools-gallery-wrapper .media-tools-gallery{gap: 10px}
			.media-tools-gallery-wrapper .media-tools-gallery-active.active_class img{width: 100%; display: block; height: auto;}
			.media-tools-gallery-wrapper .media-tools-gallery-thumbnails-wrapper{display: flex; justify-content: center; gap: 15px;}
			.media-tools-gallery-wrapper .media-tools-gallery-thumbnails-wrapper .thumbnail-button{flex: 0 0 20px; border: none;}
			.media-tools-gallery-wrapper .media-tools-gallery-thumbnails-wrapper .media-tools-gallery-thumbnails{display: flex; justify-content: space-between; gap: 10px;}
		/*BOTTOM THUMBNAILS*/
			.media-tools-gallery-wrapper.bottom-thumbnail .media-tools-gallery{display: flex; flex-direction: column;}
		/*TOP THUMBNAILS*/
			.media-tools-gallery-wrapper.top-thumbnail .media-tools-gallery{display: flex; flex-direction: column-reverse;}
		/*LEFT THUMBNAILS*/
			.media-tools-gallery-wrapper.left-thumbnail .media-tools-gallery{display: flex; flex-direction: row-reverse;}
			.media-tools-gallery-wrapper.left-thumbnail .media-tools-gallery-thumbnails-wrapper{flex-direction: column;}
			.media-tools-gallery-wrapper.left-thumbnail .media-tools-gallery-thumbnails-wrapper .media-tools-gallery-thumbnails{flex-direction: column;}
		/*RIGHT THUMBNAILS*/
			.media-tools-gallery-wrapper.right-thumbnail .media-tools-gallery{display: flex; flex-direction: row;}
			.media-tools-gallery-wrapper.right-thumbnail .media-tools-gallery-thumbnails-wrapper{flex-direction: column;}
			.media-tools-gallery-wrapper.right-thumbnail .media-tools-gallery-thumbnails-wrapper .media-tools-gallery-thumbnails{flex-direction: column;}
		/*HORIZONTAL THUMBNAILS*/
			.media-tools-gallery-wrapper.horizontal-thumbnail .media-tools-gallery{flex-direction: column;}
			.horizontal-thumbnail .media-tools-gallery .thumbnail-button.button-prev{margin-right: 10px;}
			.horizontal-thumbnail .media-tools-gallery .thumbnail-button.button-next{margin-left: 10px;}
			.horizontal-thumbnail .media-tools-gallery-thumbnails .img-product{aspect-ratio: 1/1; object-fit: cover;}
		/*VERTICAL THUMBNAILS*/
			.vertical-thumbnail .media-tools-gallery-thumbnails .img-product{margin: 5px 0;}
		/*GENERAL*/
			.media-tools-gallery .thumbnail-button{border: 1px solid var(--color-background-light); background: none; padding: 0 3px;}
			.media-tools-gallery-active{overflow: hidden;}
			.media-tools-gallery-thumbnails {overflow: hidden;}
			.media-tools-gallery-thumbnails .img-product{border: 1px solid var(--color-background-light); transition: all 1s ease;}
			.media-tools-gallery-thumbnails .img-product:hover{cursor:pointer; transform: scale(1.5);}
	/*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); font-size: 1.1rem; font-weight: 500; font-family: var(--font-family-heading); text-transform: uppercase;  line-height: 1;}
			/*.menu-main .nav-item.active > .nav-link{color: var(--color-text-alt); }*/

		/*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-dark); width: 0.2em; height: 0.2em;  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);} }
		/*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); }
		/*EFFECT UNDERLINE*/
			.menu-main .effect-underline.nav > .nav-item > .nav-link {position: relative; }
			.menu-main .effect-underline.nav > .nav-item > .nav-link::before {background: var(--color-background-gradient); 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, 
			.menu-main .effect-underline.nav > .nav-item.active > .nav-link::before {transform-origin: bottom left; transform: scaleX(1);}
		/*SUBMENU*/
			.menu-main .submenu-wrapper {position: absolute; top: calc(100% + 14px); z-index: 5; overflow: hidden; padding: 0; transition: all 300ms ease; min-width: 100%; border-bottom: 3px solid var(--bs-gray-500); background: var(--color-background-light); left: 0; }
			.r-navbar.no-on-top .menu-main .submenu-wrapper {top: calc(100% + 1px);}
			.menu-main .submenu-wrapper.show, .menu-main .submenu-wrapper.collapsing {display: flex; flex-direction: column; gap: 10px;}
			.menu-main .submenu-wrapper > ul > li{text-align: left; padding: 10px 8px 30px 8px; position: relative;}
			.menu-main .submenu-wrapper > ul > li:nth-child(odd) {background: var(--bs-gray-100);}
			.menu-main .submenu-wrapper > ul > li:after{content: '\F0415'; position: absolute; bottom: 5px; right: 5px; color: var(--color-text-alt); display: inline-block; font-family: "Material Design Icons"; font-size: 1.5rem; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
			.menu-main .submenu-wrapper > ul > li > .nav-link {color: var(--color-text-alt)!important; font-size: 1.2rem; font-weight: 600; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1; margin-bottom: 0; padding: 0; }
			.menu-main .submenu-wrapper > ul > li > .nav-link:hover {color: var(--color-text);}
			.menu-main .submenu-wrapper > ul > li > .sublist-wrapper .nav {gap: 5px; padding: 5px 0 0 5px;}
			.menu-main .submenu-wrapper > ul > li > .sublist-wrapper .divider {text-align: left; font-size: 0.9rem; line-height: 1;}
			.menu-main .submenu-wrapper > ul > li > .sublist-wrapper .item-type-alias {text-align: right; position: absolute; width: 100%; bottom: 0; right: 10px; left: 0; top: 0; display: flex; align-items: flex-end; justify-content: flex-end; }
			.menu-main .submenu-wrapper > ul > li > .sublist-wrapper .item-type-alias .nav-link {font-size: 2rem; color: var(--color-heading-alt); display: flex; width: 100%; height: 100%; align-items: flex-end; justify-content: flex-end; }
	/*FORMS*/	
		form .form-control {font-size: .8rem;}
		form .form-select {width: 100%; text-transform: uppercase; font-size: 0.8rem; border-radius: 0; }
		form .form-check-input:checked {background-color: var(--bs-gray-600); border-color: var(--bs-gray-800); }
		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-floating [type="password"]{padding-top: 1.625rem; padding-bottom: .625rem; }
		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 .btn-primary{background: var(--color-background-alt); }
		form .btn-primary:hover {background-color: var(--color-background-alt-dark); border-color: var(--color-background-alt-dark); }
		form [readonly]{background: var(--bs-gray-100);}
		form .required .star{color: var(--color-text-required)}
	/*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; border-color: var(--color-background-alt);}
		.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;}
	/*MODAL LOGIN*/
		.modal-login .modal-body{background-color: var(--color-background-dark); }
		.modal-login h3 {background: none; color: var(--color-text-light); font-size: 2.2rem; font-weight: 900; line-height: 1; margin-bottom: 20px; }
		.modal-login .modal-body{padding: 1rem;}
		.login form .btn-group{display: flex; justify-content: space-between; align-items: center;}

	/*MODULO-NOVEDADES*/
		.module-news .item-wrapper {display: block; text-decoration: none;}
		.module-news .item-wrapper .item-title {color: var(--color-text-dark); margin: 0; font-size: 1.2rem; margin-top: 7px; font-weight: 600; line-height: 1.2; font-style: normal; }
		.module-news .item-wrapper:hover .item-title {color: var(--color-text-light);}
		.module-news .item-wrapper .newsflash-image{background: #000; overflow: hidden;}
		.module-news .item-wrapper .item-image { background-color: var(--color-background-alt)}
		.module-news .item-wrapper img {transform: scale(1); transition: all 500ms ease; width: 100%;}
		.module-news .item-wrapper:hover img {transform: scale(1.1); opacity: .75;}
	/*CONTACT FORM*/
		.module-contact-form.module-wrapper {padding: 30px 20px; border: 1px solid var(--bs-gray-500);}
		.module-contact-form .header {background: none; color: var(--color-heading-alt); font-size: 2.2rem; font-weight: 700; line-height: 1; margin-bottom: 20px; }
		.login-description{margin: 0 0 20px 0; }
		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; color: var(--color-text); border-bottom: 1px solid var(--bs-gray-500); transition: all .7s ease;}
		form.form-with-labels label{color: var(--color-text)!important;}
		form textarea.form-control {min-height: 100px; }
		form textarea.form-control:focus {min-height: 250px; }
		form .form-footer{margin-top: 20px; }
		form .input-password-toggle {padding: 14px 19px !important; border-color: transparent !important; background: var(--bs-gray-500) !important; }
		form .input-password-toggle:before, form .input-password-toggle:after{display: none!important;}
		form .form-footer .btn-send {background: var(--color-background); border: 2px solid var(--color-background-dark); color: var(--color-text); cursor: pointer; display: block; font-size: 1.3rem; font-weight: 600; padding: 8px 0; text-transform: uppercase; width: 100%; border-radius: 0; position: relative; z-index: 0;}
		form .form-footer .btn-send:before,.module-contact-form form .form-footer .btn-send:after{content: ''; display: block; position: absolute; height: 2px; background: var(--color-background); z-index: 1; transition: all ease .5s;}
		form .form-footer .btn-send:before{top: -2px; left: 10px; width:50px;}
		form .form-footer .btn-send:after{bottom: -2px; right: 3px; width:20px;}
		form .form-footer .btn-send:hover:before{left: 0px; width:0px;}
		form .form-footer .btn-send:hover:after{right: 0px; width:0px;}
	/*MODULO DE MARCAS*/
		.module-brands{margin-bottom: 2rem}
	/*OWL-TWO-SIDES*/
		.module-owl-two-sides .owl-two-sides-row {margin-bottom: 5px; }
	/*PRODUCT layout with fields*/
		.layout-abpc_product .r-content .product-card{}
		.layout-abpc_product .r-content .product-card .product-heading{}
		.layout-abpc_product .r-content .product-card .product-heading .product-category::before {content: "\F1376"; 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;}
		.layout-abpc_product .r-content .product-card .product-heading .product-title{}
		.layout-abpc_product .r-content .product-card .product-details{margin-bottom: 2rem;}
		.layout-abpc_product .r-content .product-card .module-product-common{margin-bottom: 2rem;}
	/*BOX-SERVICES*/
		/*.box-services-wrapper{margin-top: -145px; min-height: 273px;}*/
		/*.box-services-wrapper .box-services {position: relative; box-shadow: 0 0 20px #00000070; display: block; }*/
		/*.box-services-wrapper .box-title{background: var(--color-background-gradient-alt); padding: 0;}*/
		/*.box-services-wrapper .box-title h2 {font-size: 1.9rem; color: var(--color-heading-light); font-weight: 600; text-transform: uppercase; line-height: 1; text-align: center; margin: 0; min-height: 3rem; display: flex; align-items: center; justify-content: center; }*/
		/*.box-services-wrapper .box-services .box-img>img {transition: all ease .7s; transform: scale(1); transform-origin: top right;}*/
		/*.box-services-wrapper .box-services:hover .box-img>img{transform: scale(1.2);}*/
		/*.box-services-wrapper .box-services .box-img{overflow: hidden;}*/
	/*OWL-SERVICES-WRAPPER*/
		.owl-services-wrapper{margin-top: -145px; min-height: 273px;}
		.owl-services-wrapper .owl-dots{justify-content: center; margin-top: 10px; }
		.owl-services-wrapper .box-services {position: relative; box-shadow: 0 0 20px #00000070; display: block; }
		.owl-services-wrapper .box-title{background: var(--color-background-gradient-alt); padding: 0;}
		.owl-services-wrapper .box-title h2 {font-size: 1.9rem; color: var(--color-heading-light); font-weight: 600; text-transform: uppercase; line-height: 1; text-align: center; margin: 0; min-height: 3rem; display: flex; align-items: center; justify-content: center; }
		.owl-services-wrapper .box-services .box-img>img {transition: all ease .7s; transform: scale(1); transform-origin: top right;}
		.owl-services-wrapper .box-services:hover .box-img>img{transform: scale(1.2);}
		.owl-services-wrapper .box-services .box-img{overflow: hidden;}
	/*PARTNERS*/
		.partners-wrapper .owl-wrapper{ height:90px; }
	/*MOUDLE NEWSFLSH*/
		.module-blog-article .newsflash-title {font-size: 1.4rem; font-style: normal; line-height: 1.1; font-family: var(--font-family-text); margin-bottom: 0; text-transform: none; padding: 10px 0; }
	/*MODULE-FAQS*/
		.module-faqs .accordion {display: flex ; flex-wrap: wrap; justify-content: space-between; align-content: flex-start; gap: 10px 20px;}
		.module-faqs .accordion .accordion-item{flex: 1 1 calc(50% - 30px);}
	/*CARS*/
		.card {margin-bottom: 20px; border-radius: 0;}
		.card .card-body{padding: 0; }
		.card .card-body .card-title {background: var(--color-background-gradient-heading); margin: 0; padding: 10px 10px 10px 25px; font-size: 1.5rem; color: var(--color-heading-light); text-transform: uppercase; min-height: 4.5rem; display: flex; align-items: center; justify-content: flex-start; font-weight: 500; }
		.card .card-body .card-text{ padding: 10px 20px 20px 20px; line-height: 1.1;}
	/*ABOUT-US*/
		#nosotros {scroll-margin-top: 100px; }
		.about-us-wrapper{margin-bottom: 55px; background: rgba(255, 255, 255, .5);}
		.about-us-wrapper .about-us-heading {text-align: right; font-size: 5.2rem; text-transform: uppercase; font-weight: 700; line-height: 1; color: var(--color-heading-alt); margin-bottom: 40px; margin-top: -10px;}
		.about-us-wrapper .about-us-text {font-size: 1.2rem; line-height: 1.3; }
/*ROWS*/
	header{height: 103px; margin-bottom: -103px;}
	/*R-NAVBAR*/
		.r-navbar{ border-bottom: 1px solid var(--bs-gray-400); padding: 14px 0; position: absolute; width: 100%; z-index: 20; background: #ffffff38; transition: all ease 1s;}
		.r-navbar .navbar-brand {position: relative; width: 201px; height: 64px; padding-top: 0; padding-bottom: 0; max-width: 60%;}
		.r-navbar .navbar-brand img{transition: all ease 1s; position: absolute; max-width: 100%; height: auto;}
		.r-navbar .navbar-brand img.logo-white{opacity: 1!important;}
		.r-navbar.no-on-top{background: #ffffffcf !important; border-bottom: 1px solid var(--bs-gray-500); padding: 0;}
		.r-navbar.no-on-top:before{display: none;}
		.r-navbar.no-on-top .navbar-brand img.logo-white{opacity: 0!important;}
		.r-navbar.no-on-top .navbar-brand img.logo-full-color{opacity: 1!important;}
		.r-navbar .navbar{padding-top: 0; padding-bottom: 0;}
		.r-navbar .navbar .mod-menu {gap: 15px; padding: 20px 0; }
		.r-navbar .menu-main > .nav-item > .nav-link{transition: all ease 1s;}
		.r-navbar.no-on-top .menu-main > .nav-item > .nav-link{color: var(--color-text);}
	/*R-SLIDER*/
	/*R-CONTENT*/
		.r-content{padding: 2rem 0}
		.r-content .category-products .item-wrapper {margin-bottom: 2rem; border: 1px solid var(--color-background-alt-light); }
		.r-content .category-products .item-wrapper .item-image{width: 100%; height: auto;}
		.r-content .category-products .item-wrapper .item-category{background-color: var(--color-background-alt-light);}
		.r-content .category-products .item-wrapper .item-category a{color: var(--color-text-light); padding: .5rem 1rem;}
		.r-content .category-products .item-wrapper .item-title h3{margin: 0; padding: .5rem 1rem;}
		.r-content .category-products .item-wrapper .item-text{margin: 0; padding: 0 1rem .5rem 1rem;}
	/*R-POST-CONTENT*/
		.r-post-content{padding: 2rem 0; background-image: url(/images/assets/xformas-geometricas.webp.pagespeed.ic.utsmOVRejr.webp); background-repeat: no-repeat; background-position: -100px 0;}

	/*R-CTA*/
		/*.r-cta{background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(/images/assets/xbkg-servicios.webp.pagespeed.ic.sFGERHDsF2.webp); background-size: cover; background-position: center;}*/
		.r-cta {position: relative; background-image: url(/images/assets/xbkg-servicios.webp.pagespeed.ic.sFGERHDsF2.webp); background-size: cover; background-position: center; overflow: hidden; /* asegura que el ::before no se desborde */ }
		.r-cta::before {content: ""; position: absolute; inset: 0; /* top:0; right:0; bottom:0; left:0 */ background: rgba(0,0,0,0.3); animation: pulseOverlay 4s ease-in-out infinite; z-index: 1; }
		.r-cta > * {position: relative; z-index: 2; }
		@keyframes pulseOverlay {0%   { background: rgba(0,0,0,0.3); } 50%  { background: rgba(0,0,0,0.6); } 100% { background: rgba(0,0,0,0.3); } }
		.r-cta:hover::before {animation-play-state: paused; }
		.r-cta .module-our-services{padding: 50px 0 35px 0; color: var(--color-text-light);}
		.r-cta .module-our-services h2 {font-size: 2.8rem; color: var(--color-heading-light); line-height: 1; margin-bottom: 50px; }
		.r-cta .module-our-services h3 {font-size: 1.3rem; color: var(--color-heading-light); line-height: 1; margin-bottom: 25px; text-transform: uppercase; font-weight: 500; }
		.r-cta .module-our-services ul>li{}
		.r-cta .module-our-services ul>li:before{color: var(--color-text-light);}
	/*R-PRE-BOTTOM*/
		.r-pre-bottom {padding: 2rem 0; background-image: url(/images/assets/xformas-geometricas.webp.pagespeed.ic.utsmOVRejr.webp); background-repeat: no-repeat; background-position: 96% 0px; background-size: contain; }
	/*R-BOTTOM*/
		.r-bottom {padding: 2rem 0;  background-color: var(--bs-gray-300);}
	/*R-PRE-FOOTER*/
		.r-pre-footer {padding: 1rem 0;}
		.r-pre-footer .module-blog-article{padding: 2rem 0 2rem; }
		.r-pre-footer .module-blog-article h2{margin-bottom: 20px;}
		.r-pre-footer .module-blog-article .item-wrapper{margin-bottom: 20px}
		.r-pre-footer .module-blog-article .newsflash-title{color: var(--color-heading); position: relative;}
		.r-pre-footer .module-blog-article .newsflash-title:after{content: ''; width: 100px; height: 4px; background: var(--color-background-gradient); position: absolute; display: block; left: 0; bottom: -20px;}
	/*R FOOTER*/
		.r-footer {background: var(--color-background-dark); color: var(--color-text-light); overflow: hidden;}
		.r-footer h2 {margin-bottom: 1rem; font-size: 1.2rem!important; text-transform: uppercase; font-weight: 400!important}
		.r-footer a {color: var(--color-text-light);}
		.r-footer a:hover {color: var(--color-text-alt-light);}
		.r-footer .module-wrapper {margin: 2rem 0 0;}
		/*CONTACT*/
			.r-footer .module-contact-us .nav-contact {padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 0.3rem; }
			.r-footer .module-contact-us .nav-contact a {display: flex; gap: 0.5rem;}
			.r-footer .module-contact-us .nav-contact a:before {color: var(--color-text-alt-light)}
		/*NEWSLETTER*/
			.r-footer .module-newsletter p {font-size: .9rem; font-weight: 400}
			.r-footer .module-newsletter .form-control {border-radius: 0;}
			.r-footer .module-newsletter .btn {background: var(--color-background-alt-light); color: var(--color-text-light);}
		/*SOCIAL*/
			.r-footer .menu-rrss .btn-social:before {font-size: 2rem; line-height: 2rem; margin-right: 1rem; color: var(--color-text-alt-light)}
			.r-footer .menu-rrss .btn-social:hover:before {color: var(--color-text-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*/
		.home .menu-main-wrapper .navbar-toggler .navbar-toggler-dots > span {background-color: #ffffff;}
		.home .r-navbar .navbar-brand img.logo-white{opacity: 1;}
		.home .r-navbar .navbar-brand img.logo-full-color{opacity: 0;}
		.home .r-navbar{background: transparent;}
		.home .r-navbar:before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; background: linear-gradient(130deg, #2f2f2f42 30%, #2f2f2f42 100%); backdrop-filter: blur(22px); }
		.home .menu-main .nav-item > .nav-link {color: var(--color-text-light);}
		@keyframes abpc-bg-zoom-in {0% { transform: scale(1); opacity: .1; } 10% {opacity: 1; } 70% {opacity: 1; } 100% {opacity: .1; transform: scale(1.2);} }
		@keyframes text-focus-in {0% {-webkit-filter: blur(12px); filter: blur(12px); opacity: 0; } 100% {-webkit-filter: blur(0px); filter: blur(0px); opacity: 1; } }
		.home .r-slider {overflow: hidden; height: 800px; position: relative; padding: 0; z-index: 0; background-color: #64758f }
		.home .r-slider:before{content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background: var(--color-background-shadow);}
		.home .r-slider .slide-img-wraper{height: 800px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-repeat: no-repeat; background-size: cover; background-image: url(/images/banners/xtransformacion-digital-empresas-desktop.webp,qv2.pagespeed.ic.151zs_sPro.webp); z-index: 0; background-position: 100% 0%;}
		.home .r-slider .slide-img {position: absolute; top: 0; bottom: 0; left: 0; right: 0; transform-origin: top right; background-image: url(/images/banners/xtransformacion-digital-empresas-desktop.webp,qv2.pagespeed.ic.151zs_sPro.webp); z-index: 1; background-size: cover; background-repeat: no-repeat; background-position: top right; animation: abpc-bg-zoom-in 10s ease 0s infinite normal both; }
		.home .r-slider .slide-text-wraper{padding: 220px 0 250px; z-index: 10;}
		.home .r-slider .slide-text-wraper .h1 {font-size: 6rem; text-transform: none; margin-bottom: 35px; line-height: 0.9; color: var(--color-heading-light); animation: text-focus-in 1s ease 2.5s normal both;}
		.home .r-slider .slide-text-wraper .slogan{text-transform: none; font-weight: 400; font-size: 2.1rem; line-height: 1.2; color: var(--color-heading-light); animation: text-focus-in 2s ease 3.5s normal both;}
		.home .r-content {padding:0 0 2rem 0; }
	/*LANDING*/
		.parent-landing .menu-main .nav-item > .btn-glow {font-size: 1.3rem; font-weight: 300; co }
	/*BLOG*/
		/*GENERAL*/
	 	 	.blog .r-navbar{background: transparent; }
	 	 	.blog .r-navbar:before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; background: linear-gradient(130deg, #2f2f2f42 30%, #2f2f2f42 100%); backdrop-filter: blur(22px); }
	 	 	.blog .menu-main .nav-item > .nav-link {color: var(--color-text-light); }
			.blog .r-slider {background-color: #64758f; background-image: url(/images/assets/xbkg-servicios.webp.pagespeed.ic.sFGERHDsF2.webp); background-position: center; background-size: cover; height: 200px; overflow: hidden; padding: 135px 0 1.5rem 0; position: relative; z-index: 0; }
			.blog .r-slider:before{content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background: var(--color-background-shadow);}
			.blog .r-slider h2.text-sideline {margin-bottom: 0; text-transform: uppercase; font-weight: 600; color: #fff; font-size: 2.2rem; line-height: 1;}
			.blog .r-slider h2.text-sideline:before {border-color: #fff;}
			.blog .r-content .text-sideline {margin-bottom: 0; }

		/*CATEGORY*/
			.blog.view-category .r-content .blog-item .item-wrapper{margin-bottom: 20px;}
			.blog.view-category .r-content .page-header {border: 2px solid var(--color-background-dark); padding: 8px; min-height: 6rem; position: relative; z-index: 0; }
			.blog.view-category .r-content .page-header:before,.blog.view-category .r-content .page-header:after {content: ''; display: block; position: absolute; height: 2px; background: var(--color-background); z-index: 1; transition: all ease .5s; }
			.blog.view-category .r-content .page-header:before {top: -2px; left: 10px; width: 50px; animation: abpc-border-slide-LR 60s ease 10s infinite normal both; }
			.blog.view-category .r-content .page-header:after {bottom: -2px; right: 3px; width: 20px; animation: abpc-border-slide-RL 80s ease 0s infinite normal both; }
			.blog.view-category .r-content .page-header h1 {font-size: 1.5rem; line-height: 1.2; font-family: var(--font-family-text); margin-bottom: 0; text-transform: none; color: var(--color-heading-light); font-weight: 500; }
			/*.blog.view-category .r-content .page-header a{ color: var(--color-heading-light);}*/
			.blog.view-category .r-content figure{margin: 0;}
			@keyframes abpc-border-slide-LR {0% { left: 0%; } 	50% {left: 100%; } 	100% {left: 0%;} }
			@keyframes abpc-border-slide-RL {0% { right: 0%; } 	50% {right: 100%; } 100% {right: 0%;} }
		/*ARTICLE*/
			.blog.view-article .r-content .content h1 {font-size: 2.1rem; line-height: 1.1; font-weight: 700; color: var(--color-text); margin-bottom: 1.2rem; 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-alt-light); }
			.blog.view-article .r-content .content h3:not(.title) {font-size: 1.5rem; color: var(--color-heading); font-weight: 500; }
			.blog.view-article .r-content .content .item-image {background: repeating-linear-gradient(45deg, black 0px, black 1px, transparent 1px, transparent 12px);}
			.blog.view-article .r-content .content .lead {font-weight: 500; 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-light); text-transform: none; }
			.blog.view-article .r-content .content .well {border: 1px solid #ccc; padding: 1rem; text-align: center; position: relative; }
			.blog.view-article .r-content .content .well:before {content: ""; width: 100px; height: 4px; background: var(--color-background-alt); position: absolute; display: block; top: -2px; left: calc(50% - 50px); }
			.blog.view-article .r-content .content .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; }
			.blog.view-article .r-content .content .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; }
			.blog.view-article .r-content .content .blockquote {margin: 2.5rem 0 2.5rem 2rem; padding: .5rem 0 .5rem 1rem; border-left: 8px solid var(--color-background-alt); font-size: 1rem;}
			.blog.view-article .r-content .content .blockquote h3 {font-size: 1rem; color: #000; font-weight: 800; margin-bottom: 0; }
			.blog.view-article .r-content .content img{max-width: 100%; height: auto;}
	/*GRACIAS*/
		/*.alias-gracias .r-content {padding: 8rem 0 0; }*/
		.alias-gracias .r-content .content{display: flex; height: 100%; justify-content: center; align-items: center; text-align: center;}
	/*SERVICES*/
		.layout-abpcproduct .r-content{ padding: 8rem 0 0 0; position: relative;}
		.layout-abpcproduct .r-content:before{content: ''; position: absolute; top: 0; left: 0; right: 0; height: 380px; background: var(--color-background-gradient-alt); z-index: -1;}
		.layout-abpcproduct .r-content .item-title{color: var(--color-heading-light); font-size: 4rem; text-transform: none; line-height: 1; margin-bottom: 55px;}
		.layout-abpcproduct .r-content .item-image-wrapper {position: relative; max-height: 470px; max-width: 800px; display: block; min-height: 400px; }
		.layout-abpcproduct .r-content .product-page .intro-text{padding: 130px 0 0px; font-size: 1.2rem;}
		.layout-abpcproduct .r-content .product-page h2{font-size: 3rem; line-height: 1.1;}
		.layout-abpcproduct.alias-gestion-integral-del-area-de-sistemas .r-content .product-page .intro-text {padding: 130px 0 110px;}
		.layout-abpcproduct .r-content .hero{margin-bottom: 80px;}
		.layout-abpcproduct .r-content .item-image {position: absolute; max-width: 100vw; right: 0; top: 0; height: 510px; width: auto; aspect-ratio: 450 / 253; z-index: 0; margin-right: 50px;}
		.layout-abpcproduct .r-content .item-image:before {position: absolute; content: ''; width: 100px; height: 300px; bottom: -180px; left: 190px; z-index: 1; background: url(/images/assets/xformas-geometricas.webp.pagespeed.ic.utsmOVRejr.webp); background-repeat: no-repeat; background-size: contain; background-position: center; }
		.layout-abpcproduct .r-content .item-image:after{position: absolute; content: ''; width: 200px; height: 500px; top: 50px; right: -50px; z-index: 1; background: url(/images/assets/xformas-geometricas.webp.pagespeed.ic.utsmOVRejr.webp); background-repeat: no-repeat; background-size: contain; background-position: center;}
	/*LOGIN*/
	 	/*.alias-login .r-navbar:before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; background: linear-gradient(130deg, #2f2f2f42 30%, #2f2f2f42 100%); backdrop-filter: blur(22px); }*/
		/*.alias-login .r-slider {overflow: hidden; height: 200px; position: relative; padding: 0; z-index: 0; background-color: #64758f }*/
		/*.alias-login .r-slider:before{content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background: var(--color-background-shadow);}*/
	/*PENDIENTE DE APROBACION*/
		.alias-aprobar .content .item-wrapper {position: relative; display: inline-block; }
		.alias-aprobar .content .item-wrapper::after {content: "Pendiente de aprobación"; position: absolute; top: 10px; right: -5px; background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%); color: white; padding: 8px 15px; font-size: 12px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); border-radius: 3px; transform: rotate(3deg); z-index: 10; }
		.alias-aprobar .content .item-wrapper::before {content: ""; position: absolute; top: 10px; right: -5px; width: 0; height: 0; border-style: solid; border-width: 0 0 10px 10px; border-color: transparent transparent #c0721e transparent; z-index: 9; }
	/*SERVICE-WRAPPER*/
		.service-wrapper{}
		.service-wrapper h2{}
		.service-wrapper .service-box {line-height: 1.1; font-size: 1.2rem; margin-bottom: 30px;}
		.service-wrapper .service-box .accordion-body {padding: 1rem; background: var(--color-background-light); }
		.service-wrapper .service-box .service-title {width: 100%; height: 4.2rem; margin: 0 0 10px 0; background: var(--color-background-gradient-2); border: none; text-transform: none; color: var(--color-text-light); font-weight: 400; padding: 20px 25px; font-size: 1.8rem; line-height: 1; text-align: right; margin: 0;}
		.service-wrapper .service-box .service-description{padding: 10px;}
		.service-wrapper .service-box p{margin: 0}
		.service-wrapper .accordion {display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 20px;}
		.service-wrapper .accordion .accordion-item{flex: 0 1 calc(50% - 10px);}
		.service-wrapper .accordion .accordion-item h3{margin: 0}
		.service-wrapper .accordion .accordion-item .service-title {position: relative; display: flex; align-items: center; justify-content: flex-end; width: 100%; height: 4.2rem; background: var(--color-background-gradient-2); border: none; text-transform: none; color: var(--color-text-light); font-weight: 400; padding: 20px 25px; font-size: 1.6rem; line-height: 1; text-align: right!important; margin: 0; }
		.service-wrapper .accordion .accordion-item .service-title:after{content: "\F0143"; display: margin-left: 10px; inline-block; font-family: "Material Design Icons"; font-size: 2rem; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
		.service-wrapper .accordion .accordion-item .service-title.collapsed:after{content: "\F0140";}
/*MEDIA QUERIES*/
/*
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
 */
@media (max-width:1400px){
	.menu-main .submenu-wrapper > ul > li > .nav-link {font-size: 1.4rem; 	margin-bottom: 10px;}
	.menu-main .submenu-wrapper > ul > li > .sublist-wrapper .nav {padding: 0 0 0 10px; }
}
@media (max-width:1200px){
	.r-navbar .navbar .mod-menu {gap: 5px; padding: 10px 0; }
	.r-navbar .navbar-brand {position: relative; width: 160px; height: 45px; padding-top: 0; padding-bottom: 0; max-width: 60%; margin: 0; }
	/*.menu-main .submenu-wrapper{position: relative;}*/
	.menu-main .submenu-wrapper > ul > li {flex: 0 1 33.333%; }
	.menu-main .menu-icon{display: none;}
	.module-news .item-wrapper {margin-bottom: 2rem; }
	.mod-custom .item-wrapper {margin-bottom: 2rem; }
	.about-us-wrapper .about-us-heading {font-size: 4rem; margin-top: -50px; }
	.layout-abpcproduct .r-content {padding: 6rem 0 0 0; overflow: hidden;}
	.layout-abpcproduct .r-content .item-title {font-size: 3rem; margin-bottom: 35px; }
	.layout-abpcproduct .r-content .product-page h2 {font-size: 2.2rem; }
	.layout-abpcproduct .r-content .product-page .intro-text {padding: 30px 0 0px; font-size: 1.1rem; }
	.layout-abpcproduct .r-content .hero {margin-bottom: 130px; }
}
@media (max-width:992px){
	.r-navbar.no-on-top .navbar-brand img.logo-full-color {max-height: 50px; width: auto; }
	.box-services-wrapper .box-title h2 {font-size: 1.1rem; min-height: 2rem; }
	.menu-main .submenu-wrapper ul.nav-child{flex-direction: column;}
	.blog.view-article .r-content {padding: 2rem 0; }
	.blog.view-article .r-content .lead {margin-top: 1rem; font-size: 1.3rem;}
	.home .r-slider, .home .r-slider .slide-img-wraper {height: 450px;}
	.home .r-slider .slide-text-wraper {padding: 180px 0 0; }
	.home .r-slider .slide-text-wraper .h1 {font-size: 2.4rem; margin-bottom: 15px;}
	.home .r-slider .slide-text-wraper .slogan {font-size: 1.6rem;}
	.about-us-wrapper .about-us-heading {font-size: 2.2rem;}
	.box-services-wrapper.mobile {margin-top: 0; padding: 2rem 0 0; }
	.box-services-wrapper.mobile .box-title h2 {font-size: 1.6rem; min-height: 5rem; display: flex; align-items: center; justify-content: center; }
	.section-nosotros {background: none;}
	.layout-abpcproduct .r-content .product-page .service-wrapper h3{margin: 0;}
	.layout-abpcproduct .r-content .product-page .service-wrapper .accordion-item{border: none;}
	.layout-abpcproduct .r-content .product-page .service-wrapper .service-title{display: flex; text-align: left; margin-bottom: 0; font-size: 1.6rem; padding: 20px 15px; gap: 5px;}
	/*.layout-abpcproduct .r-content .product-page .service-wrapper .service-title:before{display: inline-block; content: "\F0140"; 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;}*/
}
@media (min-width: 768px) and (max-width: 991px) {}
@media (max-width:768px){
	.r-navbar.no-on-top .navbar-brand img.logo-full-color {max-height: 35px; width: auto; }
	.box-services-wrapper .box-title h2 {font-size: 1.1rem; min-height: 2rem; }
	.home .r-slider:before{display: none;}
	.home .r-content {padding: 0 0 3rem 0;}
	.blog.view-article .r-content .content .lead{margin-top: 15px;}
	.layout-abpcproduct .r-content .item-title {font-size: 3rem; }
	.layout-abpcproduct .r-content .item-image-wrapper .item-image {position: relative;}
	.layout-abpcproduct.alias-gestion-integral-del-area-de-sistemas .r-content .product-page .intro-text {padding: 30px 0 110px; }
	.layout-abpcproduct.alias-operaciones-de-it .r-content .product-page .intro-text {padding: 30px 0 0px; }
	.layout-abpcproduct.alias-mantenimiento-y-monitoreo-de-bases-de-datos .r-content .product-page .intro-text {padding: 30px 0 0px;}
	.layout-abpcproduct.alias-mantenimiento-y-monitoreo-de-bases-de-datos .r-content .content ul:not(.nav):not(.tab) > li {flex-direction: column; }
	.layout-abpcproduct.alias-mantenimiento-y-monitoreo-de-bases-de-datos .r-content .content ul:not(.nav):not(.tab) > li:before{display: none;}
	.module-faqs .accordion .accordion-item{flex: 1 1 100%;}
	.service-wrapper .accordion {display: block;}
	.service-wrapper .accordion .accordion-item{flex: 1 1 100%;}
}
@media (max-width:576px){
	.box-services-wrapper .box-title h2 {font-size: 1.1rem; min-height: 2rem; }
	.layout-abpcproduct .r-content {padding: 8rem 0 2rem 0; }
	.layout-abpcproduct .r-content .item-title {font-size: 2.5rem; }
	.layout-abpcproduct .r-content .item-image-wrapper {min-height: initial; }
	.layout-abpcproduct .r-content .product-page .service-wrapper .service-title {display: block; font-size: 1.2rem; padding: 15px 10px; }
}

/************************************************************************/
/*BACK-TO-TOP-LINK*/
	.back-to-top-link {position: fixed; z-index: 1; bottom: 200px; right: 20px; display: none; align-items: center; justify-content: center; background-color: var(--color-background-alt); color: #fff; border: none; border-radius: 50% !important; width: 50px; height: 50px; font-size: 24px; text-align: center; cursor: pointer; transition: background-color 0.3s, transform 0.3s; }
	.back-to-top-link i {line-height: 50px; } 
	/* Show the button when the user scrolls down 300px */ 
	@media (min-width: 768px) {.back-to-top-link.show {display: block; } } 
	.back-to-top-link:hover {background-color: #0056b3; } 
	.back-to-top-link:hover {transform: scale(1.1); }
/*ANIMATE*/
	/*+info: https://animista.net/*/
	.animate_heartbeat{animation:heartbeat 1.5s ease-in-out infinite both}
	@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out} }
	@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out} }
	.animate_ping{animation:ping 2s ease-in-out infinite both}
	@keyframes ping{0%{transform:scale(.2);opacity:.8}80%{transform:scale(1.2);opacity:0}100%{transform:scale(2.2);opacity:0} }
	.animate_pulse{animation:pulsate-bck 1s ease-in-out infinite both}
	@keyframes pulsate-bck{0%{transform:scale(1)}50%{transform:scale(.9)}100%{transform:scale(1)} }
	.animate_flicker{animation:flicker-4 4s linear infinite both}
	@keyframes flicker-4{0%,100%{opacity:1}31.98%{opacity:1}32%{opacity:0}32.8%{opacity:0}32.82%{opacity:1}34.98%{opacity:1}35%{opacity:0}35.7%{opacity:0}35.72%{opacity:1}36.98%{opacity:1}37%{opacity:0}37.6%{opacity:0}37.62%{opacity:1}67.98%{opacity:1}68%{opacity:0}68.4%{opacity:0}68.42%{opacity:1}95.98%{opacity:1}96%{opacity:0}96.7%{opacity:0}96.72%{opacity:1}98.98%{opacity:1}99%{opacity:0}99.6%{opacity:0}99.62%{opacity:1} }

/*COKIE MGMT*/
	.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}
	.cc-window.cc-invisible{opacity:0}
	.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}
	.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}
	.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}
	.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}
	.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}
	.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}
	.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
	.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}
	.cc-window.cc-static{position:static}
	.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
	.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
	.cc-revoke{padding:.5em}
	.cc-revoke:hover{text-decoration:underline}
	.cc-header{font-size:18px;font-weight:700}
	.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}
	.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}
	.cc-link:hover{opacity:1}
	.cc-link:active,.cc-link:visited{color:initial}
	.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}
	.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}
	.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}
	.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}
	.cc-close:focus,.cc-close:hover{opacity:1}
	.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}
	.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}
	.cc-revoke.cc-left{left:3em;right:unset}
	.cc-revoke.cc-right{right:3em;left:unset}
	.cc-top{top:1em}
	.cc-left{left:1em}
	.cc-right{right:1em}
	.cc-bottom{bottom:1em}
	.cc-floating>.cc-link{margin-bottom:1em}
	.cc-floating .cc-message{display:block;margin-bottom:1em}
	.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}
	.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
	.cc-banner.cc-top{left:0;right:0;top:0}
	.cc-banner.cc-bottom{left:0;right:0;bottom:0}
	.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}
	.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}
	.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}
	.cc-btn+.cc-btn{margin-left:.5em}
	@media print{.cc-revoke,.cc-window{display:none} }
	@media screen and (max-width:900px){.cc-btn{white-space:normal} }
	@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}
	.cc-window.cc-bottom{bottom:0}
	.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}
	.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
	.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}
	.cc-window.cc-floating{max-width:none}
	.cc-window .cc-message{margin-bottom:1em}
	.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}
	.cc-window.cc-banner .cc-message{margin-right:0}
	.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}
	.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}
	.cc-theme-classic .cc-btn{border-radius:5px}
	.cc-theme-classic .cc-btn:last-child{min-width:140px}
	.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
	.cc-theme-edgeless.cc-window{padding:0}
	.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}
	.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}
	.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}
	.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
/*COKIE MGMT*/
