:root {
	--font-family-text: 'Titillium Web', sans-serif;
	--font-family-heading: 'Playfair Display', sans-serif;
	--font-family-heading-main: 'Playfair Display', sans-serif;

	--color-main-light: #f4f4f4;
	--color-main: #c6985f;
	--color-main-dark: #2f373e;

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

	--color-text-light: #00000000 ;
	--color-text: #2f373e ;
	--color-text-dark: #2f373e ;
	--color-text-alt-light: #00000000 ;
	--color-text-alt: #c6985f ;
	--color-text-alt-dark: #00000000 ;
	--color-heading-light: #00000000 ;
	--color-heading: #2f373e ;
	--color-heading-dark: #2f373e ;
	--color-heading-alt-light: #00000000 ;
	--color-heading-alt: #c6985f ;
	--color-heading-alt-dark: #00000000 ;
	--color-background-light: #f4f4f4 ;
	--color-background : #fff ;
	--color-background-dark: #2f373e ;
	--color-background-alt-light: #00000000 ;
	--color-background-alt: #c6985f ;
	--color-background-alt-dark: #f4f4f4 ;
}
html{scroll-behavior: smooth;}
body{font-family: var(--font-family-text); color: var(--color-text);}
.grecaptcha-badge{z-index: 100;}
/*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);}
	a:focus, a:hover, a:active{color: var(--color-text-alt);}
	.btn, button{border-radius: 0!important; text-transform: uppercase;}
	.btn-dark {background-color: var(--color-background-dark); border-color: var(--color-background-dark); }
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: var(--font-family-heading); line-height: 1;}
	h1, .h1 {font-size: 2.3rem; line-height: 1.2; margin-bottom: 1rem; font-weight: 700; color: var(--color-heading);}
	h2, .h2 {font-size: 2.2rem; line-height: 1.1; margin-bottom: 1rem; /*color: var(--color-heading-alt); font-style: italic; text-transform: lowercase; */}
	h3, .h3 {font-size: 1.5rem; line-height: 1.2; margin-bottom: 1rem; color: var(--color-heading-alt);}
	h4, .h4 {font-size: 1.3rem; line-height: 1.3; margin-bottom: .5rem; font-family: var(--font-family-text); color: var(--color-heading);font-weight: 700;}
	h1 strong, .h1 strong, h2 strong, .h2 strong {color: var(--color-heading);}
	h2.text-underline, .h2.text-underline {font-size: 2.4rem;}
	mark, .mark {background-color: var(--color-gray-light);}
	small, .small {font-size: 1.1rem!important;}
/*BACKGROUND*/
/*HEADING*/
/*TEXT*/
	.text-dark {color: var(--color-text-dark) !important;}
	.text-primary{color: var(--color-text) !important;}
	.text-secondary{color: var(--color-text-alt) !important;}
	.text-underline, .text-sideline {color: var(--color-heading-alt); display: flex; align-items: flex-end; gap: 10px; font-style: italic;}
	.text-underline:before, .text-sideline:before  {content: ''; display: block; border-top: 1px solid var(--color-heading-alt); width: 30px; margin: 5px 0;}
	/*.text-sideline {margin-bottom: 0;}*/
	/*.text-sideline:before {content: ''; display: inline-block; width: 3rem; border-bottom: 1px solid var(--color-text); margin-right: 0.5rem;}*/
	/*.text-upperline:before, .page-header: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-center .text-underline:after, .text-center.text-underline:after {margin: 0.3rem auto 0.8rem;}
	/*LISTS*/
		ul {list-style: none; padding-left: 1rem;}
		ul > li:before {font-family: 'Material Design Icons'; color: var(--color-text-alt);}
		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 {list-style: none; padding-left: .5rem; }
		ul.list-chevron > li {margin-bottom: 0.5rem; display: flex; font-size: 1rem; line-height: 1;}
		ul.list-chevron > li:before {content: '\F0B2A'; margin-right: 1rem; font-weight: bold; font-size: 1.5rem; }
	/*WELL*/
		.well {border: 2px solid var(--color-main); margin: 2rem 0; padding: 1.5rem 1.5rem; font-weight: 500; font-size: 1rem; }
		.well.special {font-size: 1.3rem; font-weight: 600; line-height: 1.2; font-family: var(--font-family-heading); border: none; position: relative; padding: 1rem 0 0; margin-left: 6rem; text-transform: uppercase;}
		/*si el well tiene fondo gris*/
		.well.bkg-gray {background-color: var(--color-gray-light); margin: 2rem 0; padding: 1.5rem 1.5rem; font-weight: 500; font-size: 1rem; }*/
		.well.bkg-gray.special {font-size: 1.3rem; font-weight: 600; line-height: 1.2; font-family: var(--font-family-heading); background: none; position: relative; padding: 1rem 0 0; margin-left: 6rem; text-transform: uppercase;}*/
		.well.special:before {content: '\F027E'; font-family: 'Material Design Icons'; position: absolute; top: 0; left: -9rem; font-size: 15rem; line-height: 8rem; opacity: 0.1; z-index: -1; transform: scaleX(-1);}
		.blockquote {margin: 2.5rem 0 2.5rem 2rem; padding: .5rem 0 .5rem 1rem; border-left: 4px solid var(--color-main); font-size: 1rem;}
		.well > *:last-child ,
		.blockquote > *:last-child {margin-bottom: 0;}
/*BTN*/
	.btn-social {padding: 0 !important;}
	.btn-social:before {font-size: 1.8rem; height: 2rem; line-height: 2rem;color: var(--color-text-dark);}
	.btn-social:hover:before{color: var(--color-text);}
	.btn-social.mdi-youtube:before {font-size: 2rem;}
	.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-link {font-weight: 400; color: #fff; font-size: 2rem; line-height: 1; padding: 3px 5px; }
	.btn-link:hover {color: var(--color-text); }
	.btn-block {display: block; width: 100%;}
/* COMPONENTES */
	/*MENU MAIN*/
		.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);}}
		.menu-main > .nav > .nav-item > .nav-link {color: var(--color-text); font-size: 1.2rem; font-weight: 400; font-family: var(--font-family-text); line-height: 1; text-transform: uppercase; box-shadow: none !important; padding: 0.6rem 0.6rem 0.5rem ; border: none; }
		.menu-main .menu{position: relative; margin-left: 30px;}
		.menu-main .submenu-wrapper {position: absolute; top: calc(100% + 20px); /*left: 0; right: 0;*/ z-index: 5; overflow: hidden; padding: 0; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 300ms ease;}
		.menu-main .submenu-wrapper a.nav-link {color: var(--color-text); text-transform: uppercase;}
		.menu-main .submenu-wrapper a.nav-link:hover {color: var(--color-text-light); background-color: var(--color-background)}
		.menu-main .submenu-wrapper.show , .menu-main .submenu-wrapper.collapsing {display: block;}
		.menu-main .submenu-wrapper.show > .nav-child .nav-link.view-all {opacity: 1; transform: translateY(0);}
		.menu-main .submenu-wrapper:before {content: ""; position: absolute; top: -1rem; height: 1rem; width: 100%; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); z-index: 1;}
		.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); 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); 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;}
		/*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);}
		/* MENU HELPER */
			.bg-click {z-index: -1; background-color: rgba(0,0,0,0); transition: z-index step-start, background-color 600ms ease;}
			.bg-click.on {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background-color: rgba(0,0,0,.7);}
	/*MENU RRSS*/
		.menu-rrss .nav-link{padding: 0;}
		.menu-rrss .nav-item + .nav-item {margin-left: .5rem;}
	/*CONTACT FORM*/
		.contact-form-wrapper {position: relative; z-index: 1; /*margin-top: 20px;*/}
		.contact-form-wrapper .header {display: block; position: relative; z-index: 2;}
		.contact-form-wrapper .header .title {line-height: 1.1; background-color: var(--color-gray-light); font-weight: 700; font-size: 1.2rem; padding: 0.7rem 1rem; margin-bottom: 0;}
		.contact-form-wrapper .header i {flex: 0 0 auto; padding: .8rem 0.1rem; background-color: var(--color-background-dark); font-size: 2.3rem; line-height: 1; color: #fff;}
		.contact-form-wrapper .contact-form {position: relative; padding: 3rem 0 1rem 0; margin-top: -2rem;}
		.contact-form-wrapper .contact-form .form-group {display: flex; position: relative; align-items: center; padding: 0; margin-bottom: .5rem;}
		.contact-form-wrapper .contact-form .control-label {position: absolute; left: .5rem; margin: 0; text-transform: uppercase; pointer-events: none; font-size: .8rem; color: var(--color-gray-dark);}
		.contact-form-wrapper .contact-form .form-control {border-radius: 0 !important; border: 1px solid var(--color-gray); transition: box-shadow 300ms ease !important;}
		.contact-form-wrapper .contact-form .form-control:focus {border-color: var(--color-background-dark); box-shadow: 0 0 0 0.2rem #00000033;}
		.contact-form-wrapper .contact-form .form-control {padding: .3rem .5rem; font-size: .8rem; color: var(--color-text-dark);}
		.contact-form-wrapper .contact-form .form-control:focus + .control-label {color: var(--color-gray);}
		.contact-form-wrapper .contact-form .form-control:valid + .control-label {display: none;}
		.contact-form-wrapper .contact-form textarea + .control-label {padding-top: .3rem;}
		.contact-form-wrapper .contact-form .btn-send {text-transform: uppercase; cursor: pointer; font-weight: 500; border: none; display: block; width: 100%; background: var(--color-background-light); border: none;}
		/*CONTACT FORM MODAL*/
		.modal .modal-header {padding: 0;}
		.modal .modal-header button.close {position: relative; top: -50px; right: 40px; background-color: var(--color-gray); border: none; border-radius: 15px!important; padding: 0; height: 25px; min-width: 25px; }
		.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-main); width: 100%; padding: 5px 40px;}
		.modal .contact-form .form-control {font-size: .8rem;}
		.modal .contact-form select {width: 100%; border-color: var(--color-gray); padding: 5px; text-transform: uppercase; font-size: .9rem; color: var(--color-gray-dark); } 
		/*ASIDE*/
		aside.wrapper.aside-right {background-color: var(--color-background-dark); padding: 0 6px; border-radius: 20px;}
		aside.wrapper .contact-form-wrapper .header .title {width: 100%; line-height: 1; color: #fff; font-size: 1.8rem; background: none; padding-top: 1.5rem;}
		aside.wrapper .contact-form-wrapper .contact-form {padding: .5rem 1rem 1rem; margin-top: 0;}
		aside.wrapper .contact-form-wrapper .contact-form .form-group {margin-bottom: 1rem;}
		aside.wrapper .contact-form-wrapper .contact-form .form-control {background-color: transparent; border: none; border-bottom: 1px solid #fff;}
		aside.wrapper .contact-form-wrapper .contact-form .form-control::placeholder {color: #fff;}
		aside.wrapper .contact-form-wrapper .contact-form label.form-check-label {color: #fff; }
		aside.wrapper .contact-form-wrapper .contact-form textarea.comments.form-control {min-height: 140px; }
		aside.wrapper .contact-form-wrapper .contact-form .btn-send {background: var(--color-background-alt); color: #fff; font-size: 1.5rem; padding: 9px 0; border-radius: 20px!important; line-height: 1; }
		aside.wrapper .contact-form-wrapper .contact-form select# {background-color: var(--color-background-dark); color: #fff; text-transform: uppercase; font-size: 0.8rem; width: 100%; border: none; border-bottom: 1px solid #fff; padding-bottom: .5rem; }
	/*MODULO-NOVEDADES*/
		.modulo-novedades .item-wrapper {display: block; text-decoration: none;}
		.modulo-novedades .item-wrapper .item-title {color: var(--color-text); margin: 0; font-size: 2rem; margin-top: 13px; font-weight: 300; line-height: 1.1; font-style: normal; }
		.modulo-novedades .item-wrapper:hover .item-title {}
		.modulo-novedades .item-wrapper .item-image {overflow: hidden; background-color: var(--color-main); display: flex; position: relative;}
		.modulo-novedades .item-wrapper .item-image:after {content: ''; background: var(--color-background-alt); width: 200px; height: 8px; position: absolute; z-index: 2; bottom: 0; left: calc(50% - 100px); }
		.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;}
	/*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-main);}
		.pagination .page-link {color: var(--color-text); background-color: var(--color-gray-light); border: none;}
		.pagination .page-item.disabled .page-link {background-color: var(--color-gray-light); 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.5rem; line-height: 1; color: var(--color-heading-dark); font-weight: 700; padding: 1rem 1.45rem; background-color: var(--color-gray-light); text-transform: uppercase; border-radius: 5px!important; box-shadow: none; }
		.accordion .accordion-button:focus {box-shadow: none;}
		.accordion .accordion-button::after {background-image: none; content: "\f0140"; display: inline-block; font-family:  "Material Design Icons"; font-size: 2rem; text-rendering: auto; line-height: .5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
		.accordion .accordion-button:not(.collapsed)::after {transform: none; content: "\f0374"}
		.accordion .accordion-body {padding: 1rem .4rem; }
	/*LOADING*/
		.loading{background: url(/images/loading.gif); background-repeat: no-repeat; background-position: 50% 50%;}
	/*ABP MEDIA TOOLS*/
		/*GALLERY*/
		/*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{margin: 0 5px;}
		/*vertical thumbnails*/
		.vertical-thumbnail .media-tools-gallery-thumbnails img{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{border: 1px solid var(--color-background-light); transition: all 1s ease;}
		.media-tools-gallery-thumbnails img:hover{cursor:pointer; transform: scale(1.5);}
	/*CONTACT FORM HORIZONTAL*/
		/*CONTACT FORM */
		.contact-form-h {position: relative;}
		.contact-form-h .form-body{align-items: flex-end;}
		.contact-form-h .form-group {border-bottom: 2px solid var(--color-gray); display: -webkit-flex; display: flex; flex-direction: column-reverse; position: relative; margin-bottom: .8rem;}
		.contact-form-h .form-group .form-control {background: none; border: 0; border-radius: 0; position: relative; z-index: 2; height: 1.5rem; padding: 0 .5rem; margin-top: 0.8rem;}
		.contact-form-h .form-group .control-label {font-size: .8rem; text-transform: uppercase; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; margin: 1rem 0 0; transition: all 300ms ease; padding-left: .5rem;}
		.contact-form-h .form-group .control-label:after {content: ''; position: absolute; left: 0; bottom: -2px; width: 0%; border-bottom: 2px solid var(--color-danger); transition: all 300ms ease;}
		.contact-form-h .form-group .form-control:focus {box-shadow: none !important;}
		.contact-form-h .form-group .form-control:focus + .control-label {color: var(--color-danger);}
		.contact-form-h .form-group .form-control:focus + .control-label:after {width: 100%;}
		.contact-form-h .form-group .form-control:focus + .control-label,
		.contact-form-h .form-group .form-control:valid + .control-label,
		.contact-form-h .form-group .form-control:active + .control-label,
		.contact-form-h .form-group.active .form-control + .control-label {margin: 0; font-size: .6rem; padding-left: 0;}
		.contact-form-h .form-group textarea.form-control:focus ,
		.contact-form-h .form-group textarea.form-control:valid ,
		.contact-form-h .form-group textarea.form-control:active {height: initial;}
		.contact-form-h .btn-send.spinning {font-size: .8rem;}
		.contact-form-h .form-footer {margin-top: 3rem;}
		.contact-form-h .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {background-color: #c8282833; border: none !important;}
		.contact-form-h .custom-select.is-valid,   .form-control.is-valid, 	 .was-validated .custom-select:valid, 	.was-validated .form-control:valid 	 {background-color: #29a84733; border: none !important;}
		.contact-form-h .form-group-file {position: relative;}
		.contact-form-h .form-group-file label {position: relative; z-index: 0; cursor: pointer;}
		.contact-form-h .form-group-file label * {pointer-events: none;}
		.contact-form-h .form-group-file [type="file"] {position: absolute !important; height: 0 !important; width: 0 !important; overflow: hidden !important; opacity: 0 !important; display: block !important; padding: 0 !important; margin: 0 !important; line-height: 0 !important;}
		.contact-form-h .form-group-file.invalid-feedback [type="file"] + label {margin: 0 !important; font-size: .6rem !important;}
		.contact-form-h #cotizador {position: absolute; top: -8rem}
		.contact-form-h .form-group {margin: 1rem 0 0;}
		.contact-form-h .btn-wrapper {display: -webkit-flex; display: flex; height: 100%; align-items: flex-end;}
		.contact-form-h .btn-wrapper .btn {margin-top: 1rem;}
/******************************************************************************************************************/
/*R TOP*/
	.r-top {background-color: var(--color-gray-light); padding: .5rem 0; }
	.r-top .menu {align-items: center;}
	.r-top .menu + .menu:before {content: ''; display: inline; border-left: 1px solid var(--color-gray); height: 2rem; margin: 0 1rem;}
	.r-top .menu .nav-link 	  	 {color: var(--color-text-dark);}
	.r-top .menu .nav-link:hover {color: var(--color-text);}
	/*MENU-CONTACT*/
		.r-top .menu-contact {font-size: 1rem; line-height: 1; font-family: var(--font-family-heading);}
		.r-top .menu-contact .nav-item + .nav-item {margin-left: 1rem;}
		.r-top .menu-contact .nav-item .nav-link {height: 2rem; line-height: 2rem; display: flex; align-items: center; color: var(--color-text-dark); padding: .5rem 0;}
		.r-top .menu-contact .nav-item .nav-link:hover {color: var(--color-text);}
		.r-top .menu-contact .nav-item .nav-link .mdi{margin-left: .5rem;}
		.r-top .menu-contact .nav-item .nav-link .mdi:before{font-size: 1.5rem; height: 2rem; line-height: 2rem;}
	/*MENU-TOP*/
		.r-top .menu-top .nav-link {line-height: 1.2; text-transform: uppercase; font-weight: 500; font-size: .8rem; padding: .5rem 0;}
		.r-top .menu-top .nav-item + .nav-item {margin-left: 1rem;}
		.r-top .menu-top .nav-item.active .nav-link {color: var(--color-text-dark);}
/*R NAVBAR*/
	.r-navbar {z-index: 2; box-shadow: 0px 0px 10px var(--color-background-dark); background: #fff; position: relative; }
	.r-navbar.sticky-top {box-shadow: 0 3px 4px rgba(0,0,0,.16); position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1000;}
	.r-navbar .navbar-brand {margin: 10px 0; padding: 0;}
	.r-navbar .navbar {padding: 0;}
/*R SLIDER*/
	.r-slider {background: var(--color-background-alt-dark);}
	.r-slider h1 {margin-top: 70px; margin-bottom: 25px; font-size: 4.3rem; line-height: 0.9; }
	.r-slider p{font-size: 2.2rem; line-height: 1.2;}
	.r-slider .seccion-title{padding: 55px 0;}
	.r-slider .seccion-title h2{margin-bottom: 0; line-height: 1; font-size: 2.7rem;}
	/*OWL CAROUSEL*/
	.r-slider .owl-item{overflow: hidden;}
	.r-slider .owl-item .wrapper { transition: filter 2s ease;}
	.r-slider .owl-item .item-text {position: absolute; bottom: 2rem; left: 2rem; right: 40%; z-index: 1; color: var(--color-heading-light); opacity: 0;  transition: all 2s ease;}
	.r-slider .owl-item .item-text > * {transition: transform 1s ease;}
	.r-slider .owl-item .item-text h2 {font-size: 3rem; line-height: 1; margin-bottom: .5rem; color: var(--color-heading-light);}
	.r-slider .owl-item .item-text p {font-size: 1.5rem; line-height: 1.1; margin-bottom: 3rem; transition-delay: 150ms;  color: var(--color-heading-light);}
	.r-slider .owl-item .item-image {transition: all 1s ease;}
	/*SLIDE ACTIVO*/
	.r-slider .owl-item.center .item-text {opacity: 1; }
	.r-slider .owl-item.center .item-text > * {transform: translateX(0);}
/*R-POST-SLIDER*/
	.r-post-slider .categories {margin-top: -65px; z-index: 10; position: relative;}
	.r-post-slider .categories .category .icon{margin-right: -95px; position: relative; z-index: 5; margin-top: 30px;}
	.r-post-slider .categories .category .text-wrapper {padding: 15px 15px 15px 113px; background: #FFF; position: relative; z-index: 2; font-size: 1rem; line-height: 1.4; box-shadow: 20px 20px 20px 0px #00000024; border-bottom: 4px solid var(--color-gray-light); min-height: 270px; margin-bottom: 50px; }
	.r-post-slider .categories .category .text-wrapper h2 {font-size: 2.9rem; margin-bottom: 7px; font-weight: 700; font-style: normal; color: var(--color-heading); }
/*R-CONTENT*/
	.r-content {padding:2.5rem 0 1rem 0; position: relative;/*display: flex; flex: 1 0 auto; align-items: center; */}
/*R-POST-CONTENT-FULL*/
	.r-post-content-full{position: relative;}
	.r-post-content-full .top {padding: 60px 0 15px 0; position: relative;}
	.r-post-content-full .bottom{margin-bottom: 105px; background: var(--color-background-light); background: linear-gradient(90deg, var(--color-background-light) 0%, var(--color-background-light) 60%, var(--color-background-alt) 60%, var(--color-background-alt) 100%); }
	.r-post-content-full .bottom .text-wrapper {padding-top: 60px; font-size: 1.3rem; line-height: 1.3;}
	.r-post-content-full .bottom .text-wrapper h2 {font-size: 2.9rem; font-weight: 700; line-height: 1; margin-bottom: 30px;}
	.r-post-content-full .bottom .values{display: flex; align-items: center;}
	.r-post-content-full .bottom .values img {margin: -120px 25px -115px 45px; }
	.r-post-content-full .bottom .values .values-list{font-size: 2rem; color: #FFF;}
	.r-post-content-full .bottom .values li {display: flex; align-items: flex-end; gap: 10px; line-height: 1; font-style: italic; font-family: var(--font-family-heading); font-size: 2.4rem; margin-bottom: 30px; }
	.r-post-content-full .bottom .values li:before{content: ''; display: block; border-top: 2px solid #FFF; width: 25px;}
/*R PRE FOOTER*/
	.r-pre-footer {padding: 2rem 0 2rem;}
	.r-pre-footer h2{margin-bottom: 50px;}
/*R FOOTER*/
	.r-footer {background: var(--color-background-light); overflow: hidden;}
	.r-footer h2 {margin-bottom: 1rem; color: var(--color-text); font-size: 1.2rem; font-weight: 500; text-transform: uppercase; letter-spacing: 1.1px; font-family: var(--font-family-text); font-style: initial; }
	.r-footer h2.text-sideline:before {border-color: var(--color-text); width: 1.5rem;}
	.r-footer a {color: var(--color-text);}
	.r-footer a:hover {color: var(--color-text-alt);}
	.r-footer .moduletable {margin: 2rem 0;}
	.r-footer .nav-link{display: block; padding: 5px 0; margin-bottom: 10px;}
	/*CONTACT*/
		.r-footer .contact-us .media-body {font-size: .9rem; font-weight: 400;}
		.r-footer .contact-us .media {display: inline-flex; font-weight: 500; align-items: center; margin-bottom: .5rem;}
		.r-footer .contact-us .mdi {color: var(--color-text); font-size: 1.2rem; margin-right: .5rem; line-height: 1rem;}
	/*NEWSLETTER*/
		.r-footer .newsletter p {font-size: .9rem; font-weight: 400}
		.r-footer .newsletter .form-control {border-radius: 0;}
		.r-footer .newsletter .btn {background: var(--color-background-dark);}
	/*SOCIAL*/
		.r-footer .menu-rrss .btn-social:before {font-size: 2rem; line-height: 2rem; color: var(--color-text); margin-right: 1rem; }
		.r-footer .menu-rrss .btn-social:hover:before {color: var(--color-text); }
		.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;}
/*SPECIAL PAGES*/
	.front .r-slider {overflow: hidden; min-height: 565px; display: flex; flex-direction: column; justify-content: flex-end;}
	.front .r-content .contact-form-h{margin-top: 45px;}
	/*SERVICIOS*/
		.servicios .r-slider {padding: 55px 0 25px 0; background: var(--color-background-light); background: linear-gradient(180deg, var(--color-background-light) 0%, var(--color-background-light) 40%, var(--color-background) 40%, var(--color-background) 100%); }
		.servicios .r-slider .left{display: flex; gap: 15px}
		.servicios .r-slider .left h1 {margin-top: 60px;}
		.servicios .r-slider .left .text-wrapper{display: flex; flex-direction: column; justify-content: space-between;}
		.servicios .r-slider .left .text-wrapper ul>li{font-size: 1.5rem; margin-bottom: 25px;}
		.servicios .r-content{padding: 0;}
		.servicios .r-content .contact-form-h {margin-top: 45px; margin-bottom: 45px;}
		.servicios .r-content .cotizaciones {margin-bottom: 45px;}
		.servicios .r-content .cotizaciones .cotizacion {display: flex; gap: 15px; }
		.servicios .r-content .cotizaciones .cotizacion h3 {font-family: var(--font-family-text); font-weight: 700; font-size: 1.8rem; line-height: 1; margin-bottom: 5px; }
		.servicios .r-content .cotizaciones .cotizacion .text {display: flex; flex-direction: column; font-size: 1rem; line-height: 1.5; padding-top: 35px;}
		.servicios .r-post-content-full{padding: 25px 0 50px 0;}

	/*PRODUCT CATEGORY*/
		/*.category-products .item-wrapper {border: 1px solid var(--color-gray-light); flex: 1 1 100%; display: block;}*/
		/*.category-products .item-wrapper .item-category{text-transform: uppercase; font-size: 0.7rem; line-height: 1; padding: 5px; background: var(--color-gray-light); color: var(--color-heading-dark);}*/
		/*.category-products .item-wrapper .item-title{font-weight: 700; font-size: 1.2rem; line-height: 1; padding: 10px 5px; color: var(--color-heading-dark);}*/
		/*.category-products .item-wrapper .item-introtext {padding: 0 5px 10px 5px; font-size: .8rem; line-height: 1;}*/
		/*.category-products .item-wrapper .item-introtext p{margin: 0;}*/
	/*PRODUCT*/
		/*.product-page .item-category{text-transform: uppercase; font-size: 1rem; line-height: 1; padding: 5px; background: var(--color-gray-light); color: var(--color-heading-dark);}*/
	/*BLOG*/
		.blog .r-content .aside-right .contact-form-wrapper{margin-top: -150px;}
		/*CATEGORY*/
		.blog.view-category .item-wrapper {display: block; text-decoration: none;}
		.blog.view-category .item-wrapper .item-title {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 .item-title {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; }
/*MEDIA QUERIES*/
	@media (max-width: 1700px) {}
	@media (max-width: 1600px) {}
	@media (min-width: 992px) {}
	@media (max-width: 991px) {
		h2, .h2 {font-size: 2.2rem; margin: 0 0 0.1rem; }
		h2.text-underline, .h2.text-underline {font-size: 2rem; margin-bottom: 15px;}
		.r-navbar .navbar-brand {flex: 1 1 70%;}
		.r-navbar .navbar-brand img{max-width: 70%; height: auto;}
		.r-slider h1 {font-size: 2.5rem; text-align: center; }
		.r-slider p{display: none;}
		.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-post-slider img{max-width: 100%; height: auto;}
		.r-post-slider .categories {margin-top: -30px;}
		.r-post-slider .categories .category .icon {margin-right: -30px; margin-top: 15px; flex: 1 1 20%;}
		.r-post-slider .categories .category .text-wrapper {flex: 1 1 80%; padding: 15px 10px 15px 40px; font-size: .8rem; line-height: 1; min-height: auto;}
		.r-post-slider .categories .category .text-wrapper h2 {font-size: 1.9rem;}
		.r-post-content-full .bottom {margin-bottom: 0; background: none;}
		.r-post-content-full .bottom .text-wrapper {padding-top: 0; font-size: 1.1rem; line-height: 1.2;}
		.r-post-content-full .bottom .text-wrapper h2 {font-size: 1.4rem; font-weight: 700; line-height: 1; margin-bottom: 15px; text-align: center;}
		.r-post-content-full .bottom .values {position: relative;}
		.r-post-content-full .bottom .values img {margin: 0; width: 30%; height: auto; z-index: 5;}
		.r-post-content-full .bottom .values ul {background: var(--color-background-alt); padding: 20px 40px 20px 35px; display: flex; flex-direction: column; margin-left: -40px; z-index: 1; margin-bottom: 0; }
		.r-post-content-full .bottom .values li {gap: 5px; font-size: 1.5rem; margin-bottom: 15px;}
		.r-post-content-full .bottom .values li:before {border-top: 1px solid #FFF; width: 15px;}
		.modulo-novedades .item-wrapper .item-title {font-size: 1.5rem; }
		.servicios .r-slider {padding: 25px 0; background: var(--color-background-light); background: linear-gradient(180deg, var(--color-background-light) 0%, var(--color-background-light) 20%, var(--color-background) 20%, var(--color-background) 100%); }
		.servicios .r-slider .left {gap: 0; flex-direction: column; }
		.servicios .r-slider .left h1 {margin-top: 20px;}
		.servicios .r-content .contact-form-h {margin-top: 0; }

		/*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: -25px;}
		/*R PRE FOOTER*/
			.r-pre-footer {padding: 2rem 0 0; }
		/*R FOOTER*/
			.r-footer {padding: 2rem 0 0 0;}
			.r-footer h2 {font-size: 1rem;}
			.r-footer .moduletable {margin:0 0 1rem; }
		/*COMPONETES*/
			.modulo-novedades .item-wrapper {margin-bottom: 20px; }
		/*CATEGORY-PRODUCTS*/
			.category-products .item-wrapper{margin-bottom: 15px;}
		/*FRONT*/
			.front .r-slider {min-height: 265px;}
		/*BLOG*/
			.blog .item-wrapper{display: block; margin-bottom: 15px;}
			.blog .item-title{padding: 5px 10px 0 10px; margin: 0; font-size: 1.1rem; line-height: 1; font-weight: 500;}
		/*BLOG*/
			.blog.view-article .r-content h1 {font-size: 2rem; margin-bottom: 1rem; }
			.blog.view-article .r-content h2 {font-size: 1.2rem; margin-bottom: 0.5rem; }
			.blog.view-article .r-content h3 {font-size: 1.2rem;}
			.blog.view-article .r-content ul {padding-left: .5rem;}
			.blog.view-article .r-content .lead {font-size: 1.2rem; margin-top: 1rem; line-height: 1.1; padding: 15px; }
			.blog.view-article .r-content .well {padding: 1rem;}
			.blog.view-article .r-content .well-special {padding-right: 1rem;}
	}
	@media (min-width: 768px) and (max-width: 991px) {}
	@media (min-width: 768px) {}
	@media (max-width: 767px) {
		/*TEXT*/
			/*h1, .h1 {font-size: 1.5rem; line-height: 1; margin-bottom: 0.5rem;}*/
			/*h2, .h2 {font-size: 1.2rem; margin: 0 0 .5rem;}*/
			/*h3, .h3 {font-size: 1.2rem; margin-bottom: .5rem}*/
			/*p { margin-bottom: .5rem}*/
			/*ul { margin-bottom: .5rem}*/
			.lead {font-size: 1.1rem;}
		/*ACCORDION*/
			.accordion {margin-top: 1rem;}
			.accordion .accordion-button {font-size: 1.1rem; line-height: 1.2; padding: 1rem;}
		/*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: 20px;}
			.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;}
		/*R CONTENT*/
			.r-content {padding: 0;}

		/*BLOG*/
			.blog .r-slider {padding: 1rem 0;}
			.blog .r-content {padding: 1rem 0;}
			/*ARTICLE*/
			.blog.view-article .r-slider {padding: 1rem 0 0;}
			.blog.view-article .r-content h1 {font-size: 1.7rem!important; line-height: 1.1; margin-bottom: 1rem; text-transform: initial; }
			.blog.view-article .r-content h2 {margin-top: 1rem;}
			.blog.view-article .r-content h3 {margin-top: 1rem; font-size: 1.3rem!important;}
			.blog.view-article .r-content .page-header:before {display: none;}
			.blog.view-article .r-content .lead {margin: 1rem 0;}
			.blog.view-article .r-content .well {margin: 1rem 0;}
			.blog.view-article .r-content .well-special {font-size: 1.2rem; line-height: 1.1; padding: 1.5rem 0 0 1rem;}
	}
	@media (min-width: 576px) and (max-width: 767px) {}
	@media (min-width: 576px) {}
	@media (max-width: 575px) {}