:root {

	--font-family-heading: 'Titillium Web', sans-serif;
	--font-family-text: 'Roboto', sans-serif;

	--color-main-light: #000000;
	--color-main: #32589e;
	--color-main-dark: #000000;

	--color-gray-light: #e6e6e6;
	--color-gray: #bfbfbf;
	--color-gray-dark: #808080;

	--color-text-light: #fff ;
	--color-text: #101010 ;
	--color-text-dark: #000000 ;
	
	--color-text-alt-light: #65b03a ;
	--color-text-alt: #32589e ;
	--color-text-alt-dark: #000000 ;
	
	--color-heading-light: #65b03a ;
	--color-heading: #32589e ;
	--color-heading-dark: #101010 ;
	
	--color-heading-alt-light: #000000 ;
	--color-heading-alt: #000000 ;
	--color-heading-alt-dark: #000000 ;
	
	--color-background-light: #f1f1f1 ;
	--color-background : #fff ;
	--color-background-dark: #101010 ;
	
	--color-background-alt-light: #000000 ;
	--color-background-alt: #000000 ;
	--color-background-alt-dark: #595a5b ;

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

/*@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;}
body{font-family: var(--font-family-text); color: var(--color-text, #000000);}
/*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-dark);}
	.btn, button, .input-group-text, .form-control, .modal-content{border-radius: 0!important;}
	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: 3rem; line-height: 1.1; margin-bottom: .5rem; color: var(--color-heading); text-transform: uppercase;}
	h2, .h2 {font-size: 2.5rem; line-height: 1; margin-bottom: 1rem; color: var(--color-text); text-transform: uppercase;}
	h3, .h3 {font-size: 1.7rem; line-height: 1.2; margin-bottom: 1rem; color: var(--color-heading-alt);}
	h1 strong, .h1 strong, h2 strong, .h2 strong {color: var(--color-heading);}
	h2.small { font-weight: 400; font-size: 1.3rem; margin-bottom: 0.6rem; color: var(--color-heading);}
	mark, .mark {background-color: var(--color-gray-light);}
	small, .small {font-size: .9rem;}
	.strong {font-weight: bold;}
	.lead {font-family: var(--font-family-heading); font-size: 1.2rem; line-height: 1.2;}
	.lead.text-primary {margin-bottom: 1rem;}
	.lead-small {font-family: var(--font-family-text); font-size: 1.3rem; font-weight: 400; line-height: 1.2;}
	p.special {font-family: var(--font-family-heading); font-size: 1.2rem;}
/*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-eye:before{content: "\F06D0";}
		.icon-eye-slash:before{content: "\F06D1";}
	/*TEXT*/
		.text-dark {color: var(--color-text-dark) !important;}
		.text-primary{color: var(--color-heading) !important;}
		.text-secondary{color: var(--color-text-alt) !important;}
		.text-gray {color: var(--color-background-alt-dark)!important;}
		.text-underline:after {content: ''; display: block; border-top: 1px solid var(--color-text); width: 20px; margin: 5px 0;}
		.text-sideline:before {content: ''; display: inline-block; width: 3rem; border-bottom: 1px solid var(--color-text); margin-right: 0.5rem;}
		.text-center .text-underline:after, .text-center.text-underline:after {margin: 0.3rem auto 0.8rem;}
		.text-danger {color: #32589e !important; }
	/*BACKGROUND*/
		.bg-red {background-color: var(--color-main);}
		.bg-gray {background-color: var(--color-background-alt-dark);}
	/*COLUMNS*/
		.columns-2 {columns: 2;}
	/*LISTS*/
		ul {list-style: none; padding-left: 1rem;}
		ul > li:before {font-family: 'Material Design Icons';}
		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 {content: '\F0B8B';}
		ul.list-checked > li:before {content: '\F012D';}
		ul.list-chevron-big {padding-left: 0}
		ul.list-chevron-big > li:before {content: "\F0B2A"; display: inline-block; font-family: "Material Design Icons"; font-size: 1.5rem; text-rendering: auto; line-height: 1; margin-right: 8px; color: var(--color-main); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
		ul.list-chevron-big > li {margin-bottom: 10px; display: flex;}
		ul.list-chevron-big > li > strong {display: contents;}
		.r-content ul.list-chevron {list-style: none; padding-left: 1.5rem; }
		.r-content ul.list-chevron > li {margin-bottom: 0.5rem; display: flex; font-size: 1rem; line-height: 1;}
		.r-content ul.list-chevron > li:before {content: '\f0142'; 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); }
	/*BUTTONS*/
		.btn-social {padding: 0;}
		.btn-social:before {font-size: 1.5rem; height: 2rem; line-height: 2rem;color: var(--color-gray-dark);}
		.btn-social:hover:before{color: var(--color-text);}
		.btn-social.mdi-youtube:before {font-size: 2rem;}
		.btn-dark {color: #fff; background: none; border: none;}
		.btn-dark:hover {color: #fff; background: none; border: none;}
		.btn-link {font-weight: 400; color: #fff; font-size: 2rem; line-height: 1; text-decoration: underline; padding: 3px 5px;}
		.btn-link:hover {color: var(--color-text);}
		.btn-primary {color: #fff!important; font-weight: 300!important; background-color: var(--color-background-dark); font-size: 1rem; }
		.btn-primary:hover {background-color: var(--color-gray-dark);}
		.btn-primary:before {display: none;}
		.btn-arrow {font-family: var(--font-family-heading); font-size: 1.5rem; }
		.btn-arrow::before {content: "\F0CDF"; display: inline-block; font-family: "Material Design Icons"; font-size: 1.3rem; margin-right: 10px; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
		.client-btn {text-transform: uppercase; color: var(--color-main); font-weight: 700; }
		.client-btn:hover {color: var(--color-text);}
	/*LOADING*/
		.loading{background: url(/images/loading.gif); background-repeat: no-repeat; background-position: 50% 50%;}
	/*OWL*/
		.owl-carousel .owl-item img {height: auto; }
		/*DOTS*/
			.owl-carousel {position: relative;}
			.owl-dots {position: absolute; left: 47%; z-index: 3; bottom: -30px; }
			.owl-dots .owl-dot {background: var(--color-gray)!important; color: inherit; border: none; padding: 0!important; font: inherit; width: 10px; height: 10px; border-radius: 50%!important; margin: 0 6px; }
			.owl-dots .owl-dot.active {background: var(--color-heading)!important;}
		/*TESTIMONIOS*/
			.owl-testimonios .testimonio-box {margin: 5px 10px 30px; background: #fff; padding: 20px 20px 20px 45px; position: relative; box-shadow: 5px 10px 10px 5px #dddbdb; height: 130px;}
			.owl-testimonios .testimonio-box:before {content: ''; position: absolute; left: 0; top: 20px; width: 25px; height: 75px; background-color: var(--color-main);}
			.owl-testimonios .testimonio-box:after {content: ""; width: 0px; height: 0px; position: absolute; border-left: 10px solid #fff; border-right: 10px solid transparent; border-top: 10px solid #fff; border-bottom: 10px solid transparent; left: 19px; bottom: -19px; }
	/*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; }
		.pagination li:before {display: none;}
		.pagination .page-item.active .page-link {background-color: var(--color-background-dark);}
		.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(--color-background-dark); border: none;}
		/*PAGINATOR - SQUARE [DEFAULT]*/
		.pagination .page-link{height: 39px;}
		.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; }
		.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.8rem; line-height: 1.2; color: var(--color-heading-dark); font-weight: 400; padding: 1rem 1rem 1rem 1.45rem ; background-color: var(--color-gray-light); border-radius: 0px!important; box-shadow: none;}
		.accordion .accordion-button:focus {box-shadow: none;}
		.accordion .accordion-button::after {background-image: none; content: "\f0140"; display: inline-block; font-family:  "Material Design Icons"; width: auto; height: auto; color: var(--color-main); font-size: 2.3rem; font-weight: bold; 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"; color: var(--color-main); font-weight: bold;}
		.accordion .accordion-body {padding: 1rem .4rem; }
	/*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: 0 0 5px 0 #000000c9;}
			.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, #000000); font-size: 1.2rem; font-weight: 300; font-family: var(--font-family-heading); text-transform: uppercase;  line-height: 1;}*/
			.menu-main > .nav > .nav-item > .nav-link {color: var(--color-text); font-size: 1.2rem; font-weight: 400; font-family: var(--font-family-heading); line-height: 1; text-transform: uppercase; box-shadow: none !important; padding: 0.6rem 0.6rem 0.5rem; border: none; }
			.menu-main>.nav-item.active {border-left: 1px solid var(--color-background-alt);}
		/*MOVIL BUTTON*/
			.menu-main-wrapper .navbar-toggler {padding: 0;}
			.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-color:var(--color-background-light); 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);}
		/*SUBMENU*/
			.menu-main .submenu-wrapper {position: absolute; top: calc(100% + -1px); z-index: 5; overflow: hidden; padding:0; transition: all 300ms ease; min-width: 200px; border-bottom: 3px solid var(--bs-gray); background: var(--color-background-light); }
			.menu-main .submenu-wrapper .nav-item>a {color: var(--color-text, #000000); font-size: 1rem; font-weight: 300; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1; }
			.menu-main .submenu-wrapper .nav-item>a:hover {color: var(--color-text-light);}
			.menu-main .submenu-wrapper.show , .menu-main .submenu-wrapper.collapsing {display: flex; flex-direction: column; gap: 10px;}
			/*.menu-main .submenu-wrapper > .nav-child {display: block;}*/
			/*.menu-main .submenu-wrapper > .nav-child > .nav-item {display: block;}*/
			/*.menu-main .submenu-wrapper > .nav-child > .parent > .nav-link {text-transform: uppercase; color: var(--color-text, #000000); font-weight: 700; padding: 0; margin-bottom: 9px;}*/
			/*.menu-main .submenu-wrapper > .nav-child > .nav-item .nav-list {display: block;}*/
			/*.menu-main .submenu-wrapper > .nav-child .sublist-wrapper .nav-link {display: block; padding: 0 0; color: #000;}*/
			/*.menu-main .submenu-wrapper > .nav-child > .nav-link.view-all {position: absolute; bottom: 0; right: 0; border: 0 !important; font-size: .8rem; padding: .5rem 1rem; background-color: var(--color-background-light); color: var(--color-text, #000000); transition: transform 150ms ease, opacity 150ms ease, background-color 300ms ease, color 300ms ease; opacity: 0; transform: translateY(100%);}*/
			/*.menu-main .submenu-wrapper > .nav-child > .nav-link.view-all:hover {background-color: var(--color-background); color: #fff;}*/
	/*FORMS*/
		form .btn-primary{background: var(--color-background-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%; }
		form .btn-primary:hover {background-color: var(--color-background-alt); border-color: var(--color-background-alt); }
		.form-check-input:checked {background-color: var(--color-background-alt); border-color: var(--color-background-alt); }
		.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); 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: 0 1rem 1rem; }
		.modal .modal-body h2 {font-size: 2rem;}
		.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); padding: 5px; text-transform: uppercase; font-size: .9rem; color: #000 } 
		.modal.modal-contact .modal-header {background: var(--color-background-alt-light);}
	/*MODULO-NOVEDADES*/
		.module-news .item-wrapper {display: block; text-decoration: none; overflow: hidden;}
		.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 {background-color: var(--color-background-alt-dark);  padding: 20px 20px;}
		.module-contact-form .header {background: none; color: var(--color-text-light); font-size: 2.2rem; font-weight: 700; line-height: 1; margin-bottom: 20px; }
		.module-contact-form form{}
		.module-contact-form form .form-group {display: flex; position: relative; align-items: center; padding: 0; margin-bottom: 1rem;}
		.module-contact-form form .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-light); transition: all .7s ease;}
		.module-contact-form form .form-control::placeholder {color: var(--color-text-light); text-transform: uppercase;}
		.module-contact-form form .form-control:focus + .control-label {color: var(0);}
		.module-contact-form form .form-control:focus {border-color: var(--color-background-dark); box-shadow: 0 0 0 0.2rem #00000033;}
		.module-contact-form form .form-control:valid + .control-label {display: none;}
		.module-contact-form form .form-control label.form-check-label {color: var(--color-text-light); }
		.module-contact-form form .form-control select# {background-color: #202020; color: var(--color-text-light); text-transform: uppercase; font-size: 0.8rem; width: 100%; border: none; border-bottom: 1px solid #fff; padding-bottom: .5rem; }
		.module-contact-form form .form-control textarea + .control-label {padding-top: .3rem;}
		.module-contact-form form .form-control textarea.comments.form-control {min-height: 140px; }
		.module-contact-form form .btn-send {background: var(--color-main); 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%; }
	/*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;}
	/*MODULO-NOVEDADES*/
		.modulo-novedades .item-wrapper {display: block; text-decoration: none;}
		.modulo-novedades .item-wrapper .newsflash-title {color: var(--color-text); margin: 0; font-size: 1.3rem; margin-top: 15px; font-weight: 500; line-height: 1.2; font-style: normal; text-transform: uppercase; }
		.modulo-novedades .item-wrapper:hover .newsflash-title {color: var(--color-heading);}
		.modulo-novedades .item-wrapper .newsflash-image {overflow: hidden; background-color: var(--color-main)}
		.modulo-novedades .item-wrapper img {transform: scale(1.1); transition: all 500ms ease; width: 100%;}
		.modulo-novedades .item-wrapper:hover img {transform: scale(1.01); opacity: .75;}
/*ROWS*/
	/*R-TOP*/
		.r-top {padding: 5px 0; background: var(--color-background-light);}
		.r-top .container{display: flex; justify-content: flex-end; gap: 10px; align-items: center;}
		.r-top .module-wrapper+.module-wrapper{border-left: 1px solid var(--bs-gray); padding-left: 5px;}
		.r-top .mod-menu{gap: 5px; align-items: center; }
		.r-top .mod-menu a{color: var(--color-text-dark); text-transform: uppercase;}
	/*R-NAVBAR*/
		.r-navbar{border-top: 1px solid var(--bs-gray); border-bottom: 1px solid var(--bs-gray); padding: 14px 0;}
		.r-navbar .navbar{padding-top: 0; padding-bottom: 0;}
		.r-navbar .navbar .navbar-brand{padding-top: 0; padding-bottom: 0; max-width: 40%}
		.r-navbar .navbar .navbar-brand img{display: block; max-width: 100%; height: auto;}
		.r-navbar .navbar .mod-menu{gap: 10px}
		.r-navbar .navbar .menu-rrss {gap: 5px; margin-left: 10px; padding-left: 15px; border-left: 1px solid var(--color-gray-dark); }
		.r-navbar .navbar .menu-rrss .mdi-whatsapp:before{color: var(--color-text-alt);}
	/*R SLIDER*/
		.r-slider {overflow: hidden; position: relative;}
		.r-slider .item.wrapper {height: 630px; background: #32589e; z-index: 0; position: relative; }
		.r-slider .item-text {position: absolute; left: calc(50% - 725px); top: 0; width: 720px; padding: 6rem 0 0 10rem; }
		.r-slider .item-text h2 {font-size: 5.5rem; text-transform: uppercase; font-weight: 900; line-height: .9; margin-bottom: 0; color: #fff; }
		.r-slider .item-text p {font-size: 2rem; line-height: 1.2; color: #fff; font-family: var(--font-family-heading); }
		.r-slider .item-text .btn-arrow {color: #fff;}
		.r-slider .item-text .btn-arrow:hover {color: var(--color-gray-dark);}
		.r-slider .item-text .btn-arrow:hover::before {color: var(--color-gray-dark);}
		.r-slider .item-text::before {display: inline-block; content: ''; background: url(/images/assets/bkg-slider.png?v2025); background-repeat: no-repeat; background-size: cover; height: 630px; width: 1025px; z-index: -1; position: absolute; left: 0; top: 0; }
		.r-slider .item-text::after {display: inline-block; content: url(/images/assets/iso-banner.png?v2025); position: absolute; right: -395px; top: 40px; z-index: -1; }
		.r-slider #background-video {position: absolute; z-index: -2; width: auto; height: 630px; right: calc(50% - 990px); }
		.r-slider .item-image {position: absolute; z-index: -2; width: auto; right: -175px; }
	/*R POST SLIDER*/
		.r-post-slider {padding:2rem 0; background: rgb(255,255,255); background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 50%, rgba(255,255,255,1) 100%);}
		.r-post-slider .owl-servicios .abp-card {margin: 15px; display: flex; width: 100%; padding: 15px; align-items: center; position: relative; background: #fff; z-index: 0;}
		.r-post-slider .owl-servicios .abp-card:before{z-index: -5; position: absolute; top: 0; left: 0; bottom: 0; right: 0; content: ''; display: block; background: #fff;}
		.r-post-slider .owl-servicios .abp-card:after {box-shadow:5px 5px 40px 0px #99999978; z-index: -10; position: absolute; top: 30px; left: 100px; bottom: 15px; right: 15px; content: ''; display: block;}
		.r-post-slider .owl-servicios .abp-card .left{flex: 1 1 25%; background: #fff;}
		.r-post-slider .owl-servicios .abp-card .right{flex: 1 1 75%; padding: 0 0 0 20px; background: #fff; position: relative;}
		.r-post-slider .owl-servicios .abp-card .right:before {content: ''; position: absolute; z-index: 10; width: 15px; height: 15px; top: -15px; right: -15px; border: 15px solid transparent; border-top: 15px solid #d6d6d6; border-right: 15px solid #d6d6d6; }
		.r-post-slider .owl-servicios .abp-card h3 {font-size: 1.8rem; line-height: 1; min-height: 3.6rem; }
		.r-post-slider .owl-servicios .abp-card:hover h3.text-primary {color: var(--color-background-alt-dark)!important;}
		.r-post-slider .owl-servicios .abp-card p {color: var(--color-text); line-height: 1.3; min-height: 7rem; margin-bottom: 0;}
		.r-post-slider .owl-servicios .abp-card:hover p {color: var(--color-text);}
		.r-post-slider .owl-servicios .abp-card img{background-color: var(--color-main); border-radius: 50%; width: 100%; height: auto; display: block;}
		.r-post-slider .owl-servicios .abp-card:hover img {background-color: var(--color-background-alt-dark);}
	/*R-CONTENT*/
		.r-content {padding:2rem 0; /*display: flex; flex: 1 0 auto; align-items: center; */}
	/*R PRE BOTTOM*/
		.r-pre-bottom {background: linear-gradient(0deg, white 0px, white 300px, black 300px, black 800px); padding: 3rem 0 4rem; color: #fff}
		.r-pre-bottom h2 {color: #fff;}
		.r-pre-bottom h2.small {color: var(--color-heading);}
		.r-pre-bottom ul.list-chevron-big > li {font-size: 1.2rem; }
		.r-pre-bottom .text-info {color: #fff!important; background-color: var(--color-main); padding: 18px; margin-top: -47px; height: 153px;}
		.r-pre-bottom .text-info p {margin-bottom: 0;}
	/*R BOTTOM*/
		.r-bottom { padding-bottom: 3rem;}
		.r-bottom .owl-clientes{min-height: 126px;}
	/*R POST BOTTOM*/
		.r-post-bottom {padding: 3rem 0; background-color: var(--color-background-light);}
	/*R PRE FOOTER*/
		.r-pre-footer {padding: 3rem 0; background-color: var(--color-background-dark); border-bottom: 1px solid white; }
		.r-pre-footer .btn-dark img:hover {transform: scale(1.05); transition: all 500ms ease;}
	/*R FOOTER*/
		.r-footer {background: var(--color-background-dark); color: #fff; overflow: hidden;}
		.r-footer h2 {margin-bottom: 1rem; color: #fff; font-size: 1.4rem; font-weight: 400; text-transform: initial;}
		.r-footer h2.text-sideline:before {border-color: #fff; }
		.r-footer a {color: #fff;}
		.r-footer a:hover {color: var(--color-text-alt);}
		.r-footer .moduletable {margin: 2rem 0; width: 80%;}
		.r-footer .nav-link{display: block; padding: 5px 0; margin-bottom: 0px;}
		/*CONTACT*/
			.r-footer .contact-info li a{display: flex;}
			.r-footer .contact-info .mdi {color: var(--color-text-alt); font-size: 1.2rem; margin-right: .5rem; line-height: 1;}
		/*NEWSLETTER*/
			.r-footer .module-newsletter p {font-size: 1rem; font-weight: 300}
			.r-footer .module-newsletter form .form-control {border-radius: 0;}
			.r-footer .module-newsletter form .btn {background: var(--color-main);}
		/*SOCIAL*/
			.r-footer .menu-rrss .btn-social:before {font-size: 2rem; line-height: 2rem; color: #fff; margin-right: 1rem; }
			.r-footer .menu-rrss .btn-social:hover:before {color: var(--color-main); }
			.r-footer .menu-rrss .btn-social.mdi-youtube:before {font-size: 3rem;}
			.r-footer .menu-rrss .nav-item + .nav-item {margin-left: 0;}
		/*LINK INTERES*/
			.r-footer .right .nav {display: block;}
			.r-footer .right .nav-link {padding: 0.2rem 0;}
	/*R COPYRIGHT*/
		.r-copyright {background: var(--color-background-dark); font-size: .8rem; padding: .5rem; color: #fff;}
		.r-copyright p.small {color: #fff;}
		.r-copyright a{color: #fff;}
/*SPECIFIC PAGES*/
	/*HOME*/
		.home .r-slider{background: none;padding: 0;}
		/*.home .r-pre-bottom { background: linear-gradient(0deg, #f1f1f1 0px, #f1f1f1 300px, black 300px, black 800px);}*/
		.home .r-pre-bottom { background: linear-gradient(0deg, #ffffff 0px, #ffffff 300px, black 300px, black 800px);}
	/*BLOG*/
		.blog .r-slider { padding-top: 2rem; border-top: 2px solid var(--color-gray-light);}
		.blog .r-slider h2.small {margin-bottom: 0;}
		.blog .r-content {padding-top: 1rem;}
		/*CATEGORY*/
		.blog.view-category .item-wrapper {display: block; text-decoration: none;}
		.blog.view-category .item-wrapper .page-header h1 {color: var(--color-text); margin: 0; font-size: 1.3rem; margin: 1rem 0 2rem; font-weight: 500; line-height: 1.2; font-style: normal; text-transform: uppercase; }
		.blog.view-category .item-wrapper:hover .page-header h1 {color: var(--color-heading);}
		.blog.view-category .item-wrapper .item-image {overflow: hidden; background-color: var(--color-main)}
		.blog.view-category .item-wrapper img {transform: scale(1.01); transition: all 500ms ease; width: 100%;}
		.blog.view-category .item-wrapper:hover img {transform: scale(1.1); opacity: .75;}
		/*ARTICLE*/
		.blog.view-article .r-content h1 {font-size: 2.3rem; line-height: 1.1; font-weight: 400; color: var(--color-text); margin-bottom: 1.5rem; text-transform: initial; }
		.blog.view-article .r-content h2 {font-size: 1.5rem; text-transform: uppercase; margin-bottom: 1rem; font-weight: 700; color: var(--color-heading); }
		.blog.view-article .r-content h3:not(.title) {font-size: 1.5rem; color: var(--color-heading); font-weight: 400; }
		.blog.view-article .r-content .item-image {background: repeating-linear-gradient(45deg, black 0px, black 1px, transparent 1px, transparent 12px);}
		.blog.view-article .r-content .lead {font-weight: 700; line-height: 1.2; margin-top: -2.6rem; background-color: rgb(255 255 255 / 80%); padding: 20px; border-left: 15px solid var(--color-main);}
		.blog.view-article .r-content .well {border: 1px solid #ccc; padding: 1rem; text-align: center; position: relative; }
		.blog.view-article .r-content .well:before {content: ""; width: 5rem; height: 1px; background: #000; position: absolute; display: block; top: -1px; left: calc(50% - 40px); }
		.blog.view-article .r-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 .well-special:before {content: '\f0757'; font-family: 'Material Design Icons'; position: absolute; top: 3.5rem; left: -2rem; color: var(--color-gray); font-size: 12rem; line-height: 0; opacity: 0.3; z-index: -1; }
		.blog.view-article .r-content .blockquote {margin: 2.5rem 0 2.5rem 2rem; padding: .5rem 0 .5rem 1rem; border-left: 8px solid var(--color-main); font-size: 1rem;}
		.blog.view-article .r-content .blockquote h3 {font-size: 1rem; color: #000; font-weight: 800; margin-bottom: 0; }

	/*GRACIAS*/
		.gracias .r-content .content{display: flex; height: 100%; justify-content: center; align-items: center; text-align: center;}
	/*SERVICIOS*/
		.servicios .r-slider h2 {font-size: 5rem; line-height: 1; }
		.servicios .list-icons { justify-content: center;}
		.servicios .list-icons li {width: 15%; padding: 10px; }
		.servicios .list-icons .img-icon {background-color: var(--color-background-light); border-radius: 50%; width: 100%; height: auto;}
	/*FLOTA*/
		.flota h1 {font-size: 2.9rem;}
		.flota .r-content {background: linear-gradient(0deg, #f1f1f1 0px, #f1f1f1 1230px, white 1230px, white 800px); padding: 4rem 0;}
		.flota .row.images {position: relative; height: 600px; margin: 4rem 0;}
		.flota .row.images .img-fluid.left {position: absolute; left: -220px;}
		.flota .row.images .img-fluid.right {position: absolute; right: -185px;}
		.flota .r-content .card { border: none; border-radius: 0; box-shadow: 5px 5px 20px #c7c7c7; padding: 25px;} 
		.flota .r-content .card h2 {font-size: 1.5rem; margin-bottom: 0.5rem; color: var(--color-heading); }
		.flota .r-content .card p {line-height: 1.3;}
		.flota .r-content .card img {margin-top: 1.2rem;}
		.flota .r-content .card ul.list-chevron-big > li {margin: 10px 0;}
	/*SOMOS + POLITICAS*/
		.politicas-normas-certificaciones .r-slider, .somos .r-slider { padding-top: 2rem; border-top: 2px solid var(--color-gray-light);}
		.politicas-normas-certificaciones .r-slider h2.small, .somos .r-slider h2.small {margin-bottom: 0;}
		.politicas-normas-certificaciones .r-content, .somos .r-content {padding: 1rem 0;}
		.politicas-normas-certificaciones.view-article .r-content .item-image, .somos.view-article .r-content .item-image {background: repeating-linear-gradient(45deg, black 0px, black 1px, transparent 1px, transparent 12px);}
		.politicas-normas-certificaciones.view-article .r-content h1, .somos.view-article .r-content h1 {font-size: 2.3rem; line-height: 1.1; font-weight: 400; color: var(--color-text); margin-bottom: 1.5rem; text-transform: initial; }
		.politicas-normas-certificaciones.view-article .r-content .lead, .somos.view-article .r-content .lead {font-weight: 700; line-height: 1.2; margin-top: -2.6rem; background-color: rgb(255 255 255 / 80%); padding: 20px; border-left: 15px solid var(--color-main);}
		.somos.view-article .r-content h2 {font-size: 1.5rem; text-transform: uppercase; margin-bottom: 1rem; font-weight: 700; color: var(--color-heading); }
		.somos.view-article .r-content .well {border: 1px solid #ccc; padding: 1rem; text-align: center; position: relative; }
		.somos.view-article .r-content .well:before {content: ""; width: 5rem; height: 1px; background: #000; position: absolute; display: block; top: -1px; left: calc(50% - 40px); }
		.somos.view-article .r-content .list-values {flex-wrap: wrap; justify-content: center; margin-top: 2rem;}
		.somos.view-article .r-content .list-values li {display: flex; flex-direction: column; width: 25%; padding-bottom:  20px; align-items: center; font-size: 0.9rem; font-weight: bold; text-align: center; }
		.somos.view-article .r-content .list-values .bg-red {border-radius: 50%; margin-bottom: 12px;}
	/*LANDING*/
		.landing .r-slider .item-text {width: 870px; padding: 5rem 0 0 10rem;}
		.landing .r-slider .item-text h2 {font-size: 4.5rem; line-height: 1.1;}
		.landing .r-slider .item-text p {width: 600px;}
		.landing .list-icons {justify-content: center; margin: 3rem 0;}
		.landing .list-icons li {display: flex; flex-direction: column; align-items: center; width: 22%; font-weight: 700; }
		.landing .list-icons img.img-icon {border-radius: 50%; margin-bottom: 10px; }
/*MEDIA QUERIES*/
/*
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
 */
@media (max-width: 1700px) {
	.r-slider .item-text {left: -84px;}
	.r-slider .item-image {right: -315px;}
	/*.r-post-slider .owl-servicios .card { width: 470px; padding: 30px 30px 30px 80px;}*/
	.r-post-slider .owl-servicios .card h3 {font-size: 1.6rem; }
}
@media (max-width: 1600px) {
	/*.r-post-slider .owl-servicios .card {width: 405px; }*/
	.r-post-slider .owl-servicios .abp-card {margin: 15px 0;}
}
@media (max-width:1400px){
	.r-navbar .menu.flex-column:after {display: none;}
	h1, .h1 {font-size: 2.5rem;}
	.r-post-slider .owl-servicios .abp-card {margin: 15px 0;}
	.r-pre-bottom .text-info {height: 195px;}
	.r-footer h2 {font-size: 1.3rem;}
	.r-footer h2.text-sideline:before {width: 2.5rem;}
}
@media (max-width:1200px){
	.menu-main .submenu-wrapper{position: relative;}
	.module-news .item-wrapper {margin-bottom: 2rem; }
	.mod-custom .item-wrapper {margin-bottom: 2rem; }
	.r-navbar .navbar .mod-menu {gap: 0px; }
	/*R FOOTER*/
		.r-footer .moduletable {margin:0 0 1rem; width: 100%;}
		.r-footer .right .nav.menu-links{display: flex; gap: 10px 20px;}
}
@media (max-width:992px){
	.menu-main > .nav > .nav-item > .nav-link {font-size: 1rem; padding: 0.6rem 0.4rem 0.5rem;}
	/*TEXT*/
		.text-sideline:before {width: 1.5rem;}
	/*CONTACT FORM*/
		/*MODAL*/
		.modal-content h2, .modal .modal-body h2 {font-size: 1.5rem; line-height: 1.1; margin: 0.5rem 0; }
		.modal-content .modal-body p.modal-intro {font-size: 1rem;}
		.modal .modal-header button.close {top: -37px; right: 34px;}
	/*R SLIDER*/
		.r-slider .owl-item img {height: auto;}
		.r-slider .owl-item .item-text {bottom: 10px; left: 1rem; right: 10%;}
		.r-slider .owl-item .item-text h2 {font-size: 1.2rem;}
		.r-slider .owl-item .item-text p {font-size: 1rem; line-height: 1.1; margin-bottom: 5px;}
	/*R PRE FOOTER*/
		.r-pre-footer {padding: 2rem 0 0; }
	/*R FOOTER*/
		.r-footer {padding: 1rem 0 0 0;}
		.r-footer h2 {font-size: 1.2rem;}
	/*COMPONETES*/
		.modulo-novedades .item-wrapper {margin-bottom: 20px; }
	/*CATEGORY-PRODUCTS*/
		.category-products .item-wrapper{margin-bottom: 15px;}
	/*NOVEDADES*/
		.novedades .item-wrapper{display: block; margin-bottom: 15px;}
		.novedades .item-title{padding: 5px 10px 0 10px; margin: 0; font-size: 1.1rem; line-height: 1; font-weight: 500;}
	/*NOVEDADES*/
		.novedades.view-article .r-content h1 {font-size: 2rem; margin-bottom: 1rem; }
		.novedades.view-article .r-content h2 {font-size: 1.2rem; margin-bottom: 0.5rem; }
		.novedades.view-article .r-content h3 {font-size: 1.2rem;}
		.novedades.view-article .r-content ul {padding-left: .5rem;}
		.novedades.view-article .r-content .lead {font-size: 1.2rem; margin-top: 1rem; line-height: 1.1; padding: 15px; }
		.novedades.view-article .r-content .well {padding: 1rem;}
		.novedades.view-article .r-content .well-special {padding-right: 1rem;}

}
@media (min-width: 768px) and (max-width: 991px) {
	.r-pre-bottom .text-info {height: 110px;}
	.r-slider #background-video {display: none;}
}
@media (max-width:768px){
		/*LANDING*/
			.landing .r-navbar .navbar-toggler{display: none;}
			.landing .r-slider .item-text {width: 100%; padding: 15px;}
			.landing .r-slider .item-text::before {height: 260px;}
			.landing .r-slider .item-text h2 {font-size: 2.3rem;}
			.landing .r-slider .item-text p {width: 100%; font-size: 1.2rem;}
			.landing .r-slider .item-text .btn-arrow {font-size: 1.2rem; background: #000; width: 100%; display: block; padding: 5px 0; text-align: center; }
			.landing .list-icons {margin: 1rem 0; flex-wrap: wrap;}
			.landing .list-icons li {width: 50%;}
			.landing .list-icons img.img-icon {width: 50%; height: auto; margin: 15px 0 10px;}
		/*TEXT*/
			h1, .h1 {font-size: 1.9rem!important; line-height: 1; margin-bottom: 0.5rem;}
			h2, .h2 {font-size: 1.6rem; margin: 0 0 1rem; line-height: 1.2;}
			h3, .h3 {font-size: 1.2rem; margin-bottom: .5rem}
			h2.small {margin-bottom: 0px;}
			p { margin-bottom: .5rem}
			.lead-small {font-size: 1.15rem;}
			.lead {font-size: 1.3rem;}
			.small {line-height: 1.4;}
			p.special {font-size: 1.1rem; line-height: 1.3; margin-bottom: 1rem; }
			.columns-2 {columns: 1;}

		/*ACCORDION*/
			.accordion {margin-top: 1rem;}
			.accordion .accordion-button {font-size: 1.4rem; line-height: 1.2; padding: 0.8rem;}
			.accordion .accordion-button::after {font-size: 2rem;}
		/*LISTS*/
			ul.list-chevron-big > li {margin-bottom: 7px;}
			ul.list-chevron-big > li:before {font-size: 1.2rem; margin-right: 5px; line-height: 1.2;}
		/*BTN*/
			.btn-arrow {font-size: 1.3rem;}

		/*MAIN MENU*/
			.menu-main-wrapper .navbar-toggler:focus {box-shadow: none;}
			.menu-main-wrapper .navbar-collapse {border-top: 2px solid var(--color-gray); padding-top: 0.2rem;}
			.menu-main-wrapper .menu-main .submenu-wrapper {position: relative; display: block; top: 0; z-index: 5; overflow: hidden; padding: 0; background-color: transparent; box-shadow: none; transition: all 300ms ease; }
			.menu-main-wrapper .menu-main .effect-underline.nav > .nav-item > .nav-link::before {display: none;}
			.menu-main-wrapper .menu-main .menu {margin-bottom: 5px;}
			.menu-main-wrapper .menu-main .submenu-wrapper {background-color: var(--color-gray-light);}
			.menu-main-wrapper .menu-main .submenu-wrapper > .nav-child > .nav-item {flex: 1 1 100%;}
			.menu-main .submenu-wrapper > .nav-child > .nav-item:not(:last-child) {border-bottom: none;}
			.menu-main .submenu-wrapper a.nav-link {color: #000; padding: 0.3rem 1rem;}
		/*OWL*/
			.owl-dots { left: 30%;}
			/*TESTIMONIOS*/
			.owl-testimonios .testimonio-box { margin: 5px 0 30px; padding: 15px 15px 15px 40px; height: 180px; }
			.owl-testimonios .testimonio-box:before {height: 115px; top: 15px;}
		/*R NAVBAR*/
			.r-navbar .menu.flex-column:after {display: none;}
			.r-navbar .menu.menu-contact, .r-navbar .menu.menu-rrss {display: none;}
		/*R SLIDER*/
			.r-slider .item.wrapper {height: auto; }
			.r-slider .item-text {width: 100%; padding: 15px; position: relative; left: 0; right: 0; }
			.r-slider .item-text h2 {font-size: 2.5rem;}
			.r-slider .item-text p {font-size: 1.3rem;}
			.r-slider .item-text::before {height: 196px; width: 100%; background: #32589e;}
			.r-slider .item-text::after {display: none;}
			.r-slider #background-video {width: 100%; height: auto; position: relative; left: 0; right: 0; bottom: 0;}
			.r-slider .item-image {position: initial; width: 100%; height: auto;}
		/*R POST SLIDER*/
			.r-post-slider {padding: 0 0 2rem; }
			.r-post-slider .owl-servicios .abp-card {margin: 15px 0;}
			.r-post-slider .owl-servicios .owl-dots { left: 37%; bottom: -15px; }
		/*R CONTENT*/
			.r-content {padding: 1.5rem 0;}
		/*R PRE BOTTOM*/
			.r-pre-bottom {background: var(--color-background-dark)!important; padding: 2rem 0 1rem; color: #fff; }
			.r-pre-bottom .text-info { padding: 15px; margin: 0 0 15px; height: auto; }
		/*R BOTTOM*/
			.r-bottom {padding: 2rem 0 4rem;}
		/*R POST BOTTOM*/
			.r-post-bottom {padding: 2rem 0 1rem; }
		/*R PRE FOOTER*/
			.r-pre-footer {padding: 1rem 0; border-top: 1px solid white; }
		/*SERVICIOS*/
			.servicios .list-icons {flex-wrap: wrap;}
			.servicios .list-icons li {width: 30%;}
		/*FLOTA*/
			.flota .r-content {padding: 2rem 0;}
			.flota .row.images {height: initial; margin: 0;}
			.flota .r-content .card {margin-bottom: 15px;}
			.flota .r-content .card h2 {font-size: 1.3rem;}
		/*SOMOS + POLITICAS*/
			.politicas-normas-certificaciones .r-slider, .somos .r-slider {padding-top: 1rem;}
			.politicas-normas-certificaciones .r-content, .somos .r-content {padding: 0; }
			.politicas-normas-certificaciones.view-article .r-content h1, .somos.view-article .r-content h1 {font-size: 1.7rem!important;}
			.politicas-normas-certificaciones.view-article .r-content .lead, .somos.view-article .r-content .lead {padding: 10px; margin-top: 1rem;}
			.somos.view-article .r-content h2 {margin: 1rem 0 0.5rem;}
			.somos.view-article .r-content .list-values li {width: 33%; padding-bottom: 10px; line-height: 1.2;}
			.somos.view-article .r-content .list-values .bg-red {width: 75%; height: auto;}
		/*NOVEDADES*/
			.novedades .r-content {padding: 0 0 1rem;}
			.novedades.view-category .r-slider {padding: 1rem 0;}
			.novedades.view-category .item-wrapper .item-title {margin: 5px 0 1rem; padding: 0;}
			/*ARTICLE*/
			.novedades.view-article .r-slider {padding: 1rem 0 0;}
			.novedades.view-article .r-content h1 {font-size: 1.7rem!important; line-height: 1.1; margin-bottom: 1rem; text-transform: initial; }
			.novedades.view-article .r-content h2 {margin-top: 1rem;}
			.novedades.view-article .r-content h3 {margin-top: 1rem; font-size: 1.3rem!important;}
			.novedades.view-article .r-content .page-header:before {display: none;}
			.novedades.view-article .r-content .lead {margin: 1rem 0;}
			.novedades.view-article .r-content .well {margin: 1rem 0;}
			.novedades.view-article .r-content .well-special {font-size: 1.2rem; line-height: 1.1; padding: 1.5rem 0 0 1rem;}
}
@media (max-width:576px){}

/************************************************************************/
/*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*/
