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

	--color-text-light: #ffffff ;
	--color-text: #2a2a2a ;
	--color-text-dark: #0b5d2f ;
	--color-text-alt-light: #75b38e ;
	--color-text-alt: #0000ff ;
	--color-text-alt-dark: #0000ff ;
	--color-heading-light: #ffffff ;
	--color-heading: #2a2a2a ;
	--color-heading-dark: #0b5d2f ;
	--color-heading-alt-light: #75b38e ;
	--color-heading-alt: #0000ff ;
	--color-heading-alt-dark: #2a2a2a ;
	--color-background-light: #75b38e ;
	--color-background : #ffffff ;
	--color-background-dark: #0b5d2f ;
	--color-background-alt-light: #edf0f2 ;
	--color-background-alt: #0b5d2f ;
	--color-background-alt-dark: #2a2a2a ;

	--color-main: #0b5d2f ;

	--bs-breadcrumb-divider: '>';
	--color-text-required: #8f1111;
	--bs-link-color: #2a2a2a;
	--bs-link-color-rgb: 42, 42, 42;
	--bs-link-decoration: none;
	--bs-link-hover-color: #0b5d2f;
	--bs-link-hover-color-rgb: 7, 118, 143;
	--bs-body-font-size: 1.4rem;
	--bs-body-line-height: 1.3;
	--bs-body-color: var(--color-text);
} 

html{scroll-behavior: smooth;}
body{font-family: var(--font-family-text); color: var(--color-text);}
/*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-dark);}
	.btn, button, .modal-content{border-radius: 0;}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 700; font-family: var(--font-family-heading); line-height: 1; line-height: 1; margin-bottom: 1rem; color: var(--color-heading);}
	h1,.h1{font-size: 2.5rem;}
	h3,.h3{font-family: var(--font-family-text); color: var(--color-heading-dark);}
	h4,.h4{font-family: var(--font-family-text); color: var(--color-heading-dark); font-weight: 300;}

	mark, .mark { background-color: transparent; padding: 0; position: relative;}
	mark:before, .mark:before, mark:after, .mark:after {content: ""; position: absolute; bottom: 0; padding-top: 6px; -webkit-mask-size: auto 160%; -webkit-mask-repeat: no-repeat; z-index: -1; }
	mark:before, .mark:before {left: -.1em; right: 49.8%; -webkit-mask-position: bottom left; transform-origin: 100% 50%; background-color: var(--color-background-dark); -webkit-mask-image: url(/images/underline-dash.svg); }
	mark:after, .mark:after {left: 49.8%; right: -.2em; -webkit-mask-position: bottom right; transform-origin: 0 50%; background-color: var(--color-background-dark); -webkit-mask-image: url(/images/underline-dash.svg); }
	small, .small {font-size: .8rem;}
	strong, .strong{font-weight: 700}
	strong.red{color: var(--color-text-required)}
	figure{margin: 0;}
	.item-image{width: 100%;}
/*TEXT*/
	.text-underline:after {content: ''; display: block; border-top: 1px solid var(--color-text); width: 20px; margin: 5px 0;}
	.text-upperline:before {content: ''; display: block; border-top: 4px solid; border-image-slice: 1; width: 3rem; margin-bottom: 0.5rem; border-image-source: linear-gradient(to right, #003478, #63cafc); }
	.text-sideline:before {content: ''; display: inline-block; width: 3rem; border-bottom: 1px solid var(--color-text); margin-right: 0.5rem;}
	.lead {font-size: 1.25rem; font-weight: 700; }
	.text-success, .text-main{color: var(--color-main) !important;}
	.text-col-2{columns: 2}
	.text-left{text-align: left;}
	.text-center{text-align: center;}
	.text-right{text-align: right;}
/*LISTS*/
	.r-content .content ul:not(.nav):not(.tab) {list-style: none; padding-left: 20px; position: relative;}
	.r-content .content ul:not(.nav):not(.tab) > li {position: relative; font-size: 1.2rem; line-height: 1.3; margin: 0 .4rem 1rem; }
	.r-content .content ul:not(.nav):not(.tab) > li:before {position: absolute; left: -22px; top: 3px; font-family: 'Material Design Icons'; content: '\F0765'; color: var(--color-main); font-weight: bold; font-size: 0.7rem; line-height: 1; }
	
	ul.list-diamond > li:before {content: '\F0B8B'!important;}
	ul.list-checked > li:before {content: '\F0791'!important;}
	ul.list-chevron > li:before {content: '\f0142'!important;}
/*BUTTONS*/
	.btn-link:hover {color: var(--color-text); }
	.btn-primary {background: var(--color-background-alt); border: none; color: var(--color-text-light); cursor: pointer; display: inline-block; font-size: 1.3rem; font-weight: 700; padding: 8px 30px; text-transform: uppercase; border-radius: 30px; }
	.btn-primary:hover {background: var(--color-background-alt-light); border: none; color: var(--color-text);}

	.btn-cta {background: var(--color-background-dark); color: var(--color-heading-light); font-size: 1.2rem; line-height: 1; padding: 10px 20px; font-weight: 400; display: inline-flex; gap: 10px; align-items: center; justify-content: center; border-radius: 40px; text-transform: uppercase; }
	.btn-cta .btn-cta__icon-wrapper {color: var(--color-background-dark); flex-shrink: 0; width: 25px; height: 25px; position: relative; background: #fff; border-radius: 50%; display: grid; place-items: center; overflow: hidden }
	.btn-cta .btn-cta__icon-svg--copy {position: absolute; transform: translate(-150%,150%) }
	.btn-cta:hover {background: var(--color-heading-alt-dark); color: #fff }
	.btn-cta:hover .btn-cta__icon-wrapper {color: #000 }
	.btn-cta:hover .btn-cta__icon-svg:first-child {transition: transform .3s ease-in-out; transform: translate(150%,-150%) }
	.btn-cta:hover .button__icon-svg--copy {transition: transform .3s ease-in-out .1s; transform: translate(0) }
	.btn-cta.light{background: var(--color-background-alt-light);  color: var(--color-text-dark);}
	.btn-cta.light .btn-cta__icon-wrapper {background: var(--color-background-dark); color: var(--color-background-alt-light); }
/*OWL-CAROUSEL*/
	.owl-carousel .owl-item img {height: auto; }
	.owl-carousel .owl-stage-outer {margin-bottom: 50px; }
	.owl-carousel .owl-dots {display: flex; gap: 10px; align-items: center; justify-content: center; }
	.owl-carousel .owl-dots .owl-dot{height: 15px; width: 15px; display: block; border: 1px solid var(--color-background-light); border-radius: 50% !important;}
	.owl-carousel .owl-dots .owl-dot.active{background:var(--color-background-dark) }
/*WELL*/
	.well {border: 1px solid #ccc; padding: 1rem; text-align: center; position: relative; }
	.well:before {content: ""; width: 5rem; height: 1px; background: #000; position: absolute; display: block; top: -1px; left: calc(50% - 40px); }
	.well-special {position: relative; font-family: var(--font-family-heading); font-weight: 700; font-size: 1.3rem; line-height: 1.3; padding: 2rem 0 0 4rem; }
	.well-special:before {content: '\f0757'; font-family: 'Material Design Icons'; position: absolute; top: 3.5rem; left: -2rem; color: var(--bs-gray-500); font-size: 12rem; line-height: 0; opacity: 0.3; z-index: 0; }
/*BLOCKQUOTE*/
	.blockquote {margin: 2.5rem 0 2.5rem 2rem; padding: .5rem 0 .5rem 1rem; border-left: 8px solid var(--color-background-alt); font-size: 1rem;}
	.blockquote h3 {font-size: 1rem; color: #000; font-weight: 800; margin-bottom: 0; }
/*ACCORDION*/
	.accordion {margin-top:0;}
	.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; background: none; border-bottom: 1px solid var(--bs-gray-600); }
	.accordion .accordion-button {font-size: 1.7rem; line-height: 1; color: var(--color-heading-alt-light); font-weight: 400; padding: 1rem 1.45rem; background-color: var(--color-background-alt-dark); border-radius: 0 !important; box-shadow: none; font-family: var(--font-family-text); }
	.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; background: var(--color-background-alt-dark); color: var(--color-text-light); }
/*MENUS*/
	/*MENU TOP*/
		.menu-top {align-items: center; justify-content: flex-end;}
		.menu-top .nav-item .separator{font-size: 0px; color: transparent; display: inline-block; height: 0; width: 10px;} 
		.menu-top .nav-item .nav-link {color: var(--color-text); padding: 10px 2px; margin-left: 5px; font-size: 1rem; font-weight: 300; gap: 4px; font-family: var(--font-family-text); text-transform: uppercase; line-height: 1; display: inline-flex; align-items: center; justify-content: center; max-height: 35px; }
		.menu-top .nav-item .nav-link .btn-social .mdi:before {line-height: 1rem;}
	/*MENU MAIN*/
		.menu-main-wrapper .navbar-toggler:focus {box-shadow: none;}
		.menu-main .btn-cta{background: var(--color-background-alt); color: #FFF!important; border-radius: 10px!important;} 
		.menu-main>.nav-item.parent>a::after{content: "\F0140"; display: inline-block; font: normal normal normal 24px/1 "Material Design Icons"; font-size: inherit; text-rendering: auto; line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
		.menu-main .nav-item > .nav-link{color: var(--color-text); font-size: 1.2rem; font-weight: 500; font-family: var(--font-family-text); text-transform: uppercase;  line-height: 1;}
		.menu-main>.nav-item.active {border-left: 1px solid var(--color-background-alt);}
		.menu-main .submenu-wrapper {position: absolute; top: calc(100% + 14px); z-index: 5; overflow: hidden; padding:0; transition: all 300ms ease; min-width: 200px; border-bottom: 3px solid var(--bs-gray-500); background: var(--color-background-light); }
		.menu-main .submenu-wrapper .nav-item>a {color: var(--color-text); font-size: 1rem; font-weight: 500; font-family: var(--font-family-text); 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 ACCESORIES*/
		.btn-social, .btn-social .mdi{padding: 0;}
		.btn-social:before, .btn-social .mdi:before {font-size: 1.5rem; line-height: 1; color: var(--color-text-dark); }
		.btn-social:hover:before, .btn-social:hover  .mdi:before{color: var(--color-text-alt);}
		.btn-social.mdi-youtube:before {font-size: 2rem;}
/*FORMS*/
	form .btn-primary:hover {background-color: var(--color-background-alt-dark); border-color: var(--color-background-alt-dark); }
	form .btn-primary{background: var(--color-background-alt); }
	form .btn{border: none; color: var(--color-text-light); cursor: pointer; display: block; font-size: 1.3rem; font-weight: 700; padding: 8px; text-transform: uppercase; }

	form .controls{display: flex; justify-content: flex-end;}
	form .form-check-input:checked {background-color: var(--color-background-alt-dark); border-color: var(--color-background-alt-dark); }
	form .form-control {font-size: .8rem;}
	form .form-floating [type="password"]{padding-top: 1.625rem; padding-bottom: .625rem; }
	form .form-floating>.form-control-plaintext~label, 
	form .form-floating>.form-control-plaintext~label::after, 
	form .form-floating>.form-control:focus~label, 
	form .form-floating>.form-control:focus~label::after, 
	form .form-floating>.form-control:not(:placeholder-shown)~label, 
	form .form-floating>.form-control:not(:placeholder-shown)~label::after, 
	form .form-floating>.form-select~label {color: inherit; opacity: .8;}
	form .form-floating>.form-select~label::after {display: none!important; }
	form .form-floating>label {display: flex; gap: 10px; padding: 0.7rem .75rem 1rem .75rem; color: rgba(var(--bs-body-color-rgb), .65); transform: scale(.85) translateY(-.5rem) translateX(.15rem); }
	form .form-footer .btn-send {background: var(--color-background-dark); border: none; color: var(--color-text-light); cursor: pointer; display: block; font-size: 1.7rem; font-weight: 400; padding: 8px 0; text-transform: uppercase; width: 100%; border-radius: 30px; }
	form .form-footer{margin-top: 20px}
	form .form-select {width: 100%; text-transform: uppercase; font-size: 0.8rem; border-radius: 0; }
	form .required .star{color: var(--color-text-required)}
	form [readonly]{background: var(--bs-gray-100);}
	form textarea.form-control {min-height: 100px; }
	form textarea.form-control:focus {min-height: 250px; }
	form.form-no-labels .form-group {display: flex; position: relative; align-items: center; padding: 0; margin-bottom: 1rem;}
	form.form-no-labels .form-control {padding: 0.2rem 0.5rem; font-size: .8rem; background-color: transparent; border-radius: 0 !important; border: none; color: #fff; border-bottom: 1px solid var(--bs-gray-500); transition: all .7s ease;}
	form.form-no-labels .form-control::placeholder {color: var(--color-text); text-transform: uppercase;}
	form.form-no-labels .form-control:focus + .control-label {color: var(0);}
	form.form-no-labels .form-control:focus {box-shadow: 0 0 0 0.2rem var(--color-background);}
	form.form-no-labels .form-control:valid + .control-label {display: none;}
	form.form-no-labels .form-control label.form-check-label {color: var(--color-text); }
	form.form-no-labels .form-control select {background-color: #202020; color: var(--color-text); text-transform: uppercase; font-size: 0.8rem; width: 100%; border: none; border-bottom: 1px solid #fff; padding-bottom: .5rem; }
	form.form-no-labels .form-control textarea + .control-label {padding-top: .3rem;}
	form.form-with-labels .form-control {font-size: .8rem; background-color: transparent; border-radius: 0 !important; border: none; border-bottom: 1px solid var(--bs-gray-500); transition: all .7s ease;}
	form.form-with-labels label{color: var(--color-text)!important;}
/*MODALES*/
	.modal .modal-header {padding: 0;}
	.modal .modal-header button.close {position: relative; top: -50px; right: 40px; background-color: var(--bs-gray-500); border: none; border-radius: 15px!important; padding: 0; height: 25px; min-width: 0; }
	.modal .modal-header button .mdi-close:before {display: inline-block; content: "\f0156"; font-family: "Material Design Icons"; color: #fff; font-style: normal; font-size: 1rem; line-height: 1; vertical-align: middle;}
	.modal .modal-body {padding: 1rem; }
	.modal .modal-body h2 {font-size: 2rem; line-height:1;}
	.modal .modal-body .form-control {border-radius: 0;}
	.modal .modal-body .form-group {margin-bottom: .5rem;}
	.modal .modal-body .btn-send {text-transform: uppercase; color: #fff; background-color: var(--color-background-alt); width: 100%; padding: 5px 40px;}
	.modal .contact-form .form-control {font-size: .8rem;}
	.modal .contact-form select {width: 100%; border-color: var(--bs-gray-500); padding: 25px 5px 5px 13px; text-transform: uppercase; font-size: .9rem; color: #000 } 
	.modal.modal-contact .modal-header {background: var(--color-background-alt-light);}
	.modal.modal-contact .form-footer{margin-top: 20px;}
	.modal.modal-contact textarea.form-control:focus{min-height: 200px;}
/*MODULO-NOVEDADES*/
	.module-blog-articles .item-wrapper {display: block; text-decoration: none;}
	.module-blog-articles .item-wrapper .newsflash-image{background: #000; overflow: hidden;}
	.module-blog-articles .item-wrapper .newsflash-image .item-image { background-color: var(--color-background-alt) transform: scale(1); transition: all 500ms ease; width: 100%;}
	.module-blog-articles .item-wrapper .newsflash-title {color: var(--color-heading); margin: 0; font-size: 1.4rem;/* margin-top: 30px; */ font-weight: 600; line-height: 1.2; font-style: normal; position: relative; z-index: 0;}
	.module-blog-articles .item-wrapper .newsflash-title:after {content: ''; position: absolute; background-color: var(--color-background-dark); display: block; width: 150px; height: 5px; left: 0; bottom: -16px; z-index: 1; }
	.module-blog-articles .item-wrapper:hover .item-title {color: var(--color-text-light);}
	.module-blog-articles .item-wrapper:hover .item-image {transform: scale(1.1); opacity: .75;}
/*CONTACT FORM*/
	.module-contact-form {padding: 30px 20px; border: 1px solid var(--bs-gray-500); border-radius: 0 50px;}
	.module-contact-form .header {background: none; color: var(--color-heading); font-size: 2rem; font-weight: 400; line-height: 1; margin-bottom: 20px; text-transform: uppercase;}
/*OWL-SERVICES*/
	.owl-services.owl-carousel{min-height: 290px; margin-top: 80px;}
	.owl-services.owl-carousel .owl-item .item {background: var(--color-background-dark); padding: 20px 20px; border-radius: 0 50px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; min-height: 220px; color: var(--color-text-light); font-size: 1.2rem; line-height: 1.1; transition: all ease 1.5s;}
	.owl-services.owl-carousel .owl-item .item h3 {color: var(--color-heading-alt-light); font-family: var(--font-family-text); font-weight: 400; font-size: 2.5rem; transition: all ease 1.5s;}
	/*.owl-services.owl-carousel .active:nth-of-type(2) .item{background: var(--color-background-light)!important;}*/
	.owl-services.owl-carousel .active+.active .item{background: var(--color-background-light)!important;}
	.owl-services.owl-carousel .active+.active .item h3 {color: var(--color-heading-dark); }
	.owl-services.owl-carousel .active+.active+.active .item{background: var(--color-background-dark)!important;}
	.owl-services.owl-carousel .active+.active+.active .item h3 {color: var(--color-heading-alt-light); }
/*ROWS*/
	/*R-TOP*/
		.r-top {padding:0; background: var(--color-background-alt-light);}
		.r-top .menu-wrapper{display: flex; justify-content: flex-end; gap: 10px; align-items: center;}
	/*R-NAVBAR*/
		.r-navbar{border-top: 1px solid var(--bs-gray-500); border-bottom: 1px solid var(--bs-gray-500); padding: 8px 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: 8px; padding: 20px 0; }
	/*R-SLIDER*/
		.r-slider {background-color: var(--color-background-dark); padding: 1.5rem 0; color: var(--color-heading-light); }
		.r-slider .h1 {color: var(--color-heading-light); font-size: 2.1rem; line-height: 1; font-weight: 400; margin: 0; }
	/*R-CONTENT*/
		.r-content{padding: 2.8rem 0}
	/*R-POST-CONTENT*/
		.r-post-content{background: var(--color-background-alt-dark);  }
		.r-post-content *{color: var(--color-heading-alt-light);}
		.r-post-content h2{font-size: 2.8rem; line-height: 1; margin-bottom: 25px;}
		.r-post-content p{color: var(--color-text-light);}
	/*R-PRE-FOOTER*/
		.r-pre-footer {padding: 3rem 0 5.4rem; background: var(--color-background-alt-light); }
		.r-pre-footer h2{font-size: 2.8rem; line-height: 1; margin-bottom: 35px;}
	/*R FOOTER*/
		.r-footer {background: var(--color-background-alt-dark); color: var(--color-text-light); overflow: hidden; padding: 0 0 20px;}
		.r-footer .moduletable {margin: 2rem 0 0;}
		.r-footer h2 {margin-bottom: 1rem; color: var(--color-text-light); font-size: 2rem; font-weight: 400; }
		.r-footer h2.text-sideline:before {border-color: var(--color-text-light); width: 1.5rem;}
		.r-footer a {color: var(--color-text-light);}
		.r-footer a:hover {color: var(--color-text-alt-light);}
		/*CONTACT*/
			.r-footer .nav-contact {padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 0.3rem; }
			.r-footer .nav-contact a {display: flex; gap: 0.5rem;}
			.r-footer .nav-contact .mdi:before { color: var(--color-text-light);}
		/*NEWSLETTER*/
			.r-footer .module-newsletter form .form-control {border-radius: 0;}
			.r-footer .module-newsletter form .btn {background: var(--color-background-dark); color: var(--color-text-light); }
			.r-footer .module-newsletter .row-success p {font-size: .9rem;}
		/*SOCIAL*/
			.r-footer .menu-rrss .btn-social .mdi:before {font-size: 2rem; line-height: 2rem; margin-right: 1rem; color: var(--color-text-light);}
			.r-footer .menu-rrss .btn-social:hover .mdi:before {color: var(--color-text-alt-light); }
		/*LINK INTERES*/
			.r-footer .menu-links{flex-direction: column; gap: .5rem;}
			.r-footer .menu-links .nav-link{padding: 0}
	/*R COPYRIGHT*/
		.r-copyright {background: var(--color-background-alt-dark); font-size: .8rem; padding: .5rem; color: var(--color-text-light); text-align: center;}
		.r-copyright * {color: var(--color-text-light); }
/*SPECIFIC PAGES*/
	/*HOME*/
		.home .r-slider {padding: 120px 0 110px 0; background-image: url(/images/slide.webp); background-size: contain; background-repeat: no-repeat; background-position: 100%; background-color:var(--color-background-alt-light); }
		.home .r-slider h1{font-size: 2.7rem; margin-bottom: 30px;}
		.home .r-slider .owl-hero-wrapper {min-height: 110px; margin-bottom: 35px;}
		.home .r-slider .owl-hero .item {font-size: 1.7rem; color: var(--color-text-dark); font-weight: 400; }
		.home .r-content {padding: 3.8rem 0 4rem 0; }
		.home .r-content .h1{margin-bottom: 30px}
		.home .r-content .owl-wrapper{min-height: 290px;}
		.home .r-post-content {padding: 70px 0 55px 0;}
		.home .r-post-content h2{font-size: 2.8rem; line-height: 1; margin-bottom: 25px;}
		.home .r-pre-bottom {padding: 80px 0 10px 0; background-image: url(/images/nuestra-experiencia.webp); background-size: contain; background-position: calc(50% - 500px); background-repeat: no-repeat; background-color: var(--color-background-alt-light); }
		.home .r-pre-bottom h2{font-size: 2.8rem; line-height: 1; margin-bottom: 25px;}
		.home .r-bottom {padding: 40px 0 30px 0 ; background-color: var(--color-background-dark); color: var(--color-text-light);}
		.home .r-bottom h2{font-size: 2.8rem; line-height: 1; margin-bottom: 5px; color: var(--color-heading-light);}
		.home .r-bottom .left{	display: flex; align-items: center; justify-content: center;}
	/*BLOG*/
		/*CATEGORY*/
			.blog.view-category .r-content .blog-items>.blog-item:nth-child( even ) .left{order: 2;}
			.blog.view-category .r-content article{margin-bottom: 30px;}
			.blog.view-category .r-content article .right {display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
			.blog.view-category .r-content article figure{margin: 0;}
			.blog.view-category .r-content article .item-image {margin-bottom: 0; border-radius: 30px;}
			.blog.view-category .r-content article h1{position: relative; }
			.blog.view-category .r-content article h1:after {content: ''; display: inline-block; position: absolute; width: 100px; height: 5px; background: var(--color-background-dark); left: 0; bottom: -25px; }
		/*ARTICLE*/
			/*.blog.view-article .r-content .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 .content h2 {font-size: 1.5rem; text-transform: uppercase; margin-bottom: 1rem; font-weight: 700; color: var(--color-heading); }*/
			/*.blog.view-article .r-content .content h3:not(.title) {font-size: 1.5rem; color: var(--color-heading); font-weight: 400; }*/
			/*.blog.view-article .r-content .content .item-image {background: repeating-linear-gradient(45deg, black 0px, black 1px, transparent 1px, transparent 12px);}*/
			.blog.view-article .r-content .content h1{margin-bottom:35px;}
			.blog.view-article .r-content .content .item-image {display: flex; justify-content: flex-end; align-items: center; margin-bottom: 65px; position: relative; z-index: 1;}
			.blog.view-article .r-content .content .item-image:after {position: absolute; content: ''; display: block; width: 210px; height: 145px; left: -55px; bottom: -20px; background-color: var(--color-background-dark); z-index: -1; border-radius: 30px; background-image: url(/images/assets/arrow-blog.webp); background-repeat: no-repeat; background-position: 25px;}
			.blog.view-article .r-content .content .item-image img{border-radius: 30px;}
			/*.blog.view-article .r-content .content .lead {font-weight: 700; line-height: 1.2; margin-top: -2.6rem; background-color: rgb(255 255 255 / 80%); padding: 20px; border-left: 15px solid var(--color-background-alt);}*/
			.blog.view-article .r-content .content .lead {font-family: var(--font-family-heading); font-size: 1.7rem; color: var(--color-heading-dark); margin-bottom: 1.2rem; }
			.blog.view-article .r-content .content img{max-width: 100%; height: auto;}
	/*GRACIAS*/
		.gracias .r-content .content{display: flex; height: 100%; justify-content: center; align-items: center; text-align: center;}
	/*PENDIENTE DE APROBACION*/
		.alias-aprobar .content .item-wrapper {position: relative; display: inline-block; }
		.alias-aprobar .content .item-wrapper::after {content: "Pendiente de aprobación"; position: absolute; top: 10px; right: -5px; background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%); color: white; padding: 8px 15px; font-size: 12px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); border-radius: 3px; transform: rotate(3deg); z-index: 10; }
		.alias-aprobar .content .item-wrapper::before {content: ""; position: absolute; top: 10px; right: -5px; width: 0; height: 0; border-style: solid; border-width: 0 0 10px 10px; border-color: transparent transparent #c0721e transparent; z-index: 9; }
	/*CONTACTO*/
		.alias-contacto .r-content {padding: 2.3rem 0; }
		.alias-contacto .r-content h1{margin-bottom: 25px;}
/*MEDIA QUERIES*/
/*
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
 */
@media (max-width:1400px){}
@media (max-width:1200px){
	.menu-main .submenu-wrapper{position: relative;}
	.module-news .item-wrapper {margin-bottom: 2rem; }
	.mod-custom .item-wrapper {margin-bottom: 2rem; }
}
@media (max-width:992px){
	.top .menu-top .nav-link{}
	.blog.view-article .r-content {padding: 2rem 0; }
	.blog.view-article .r-content .lead {margin-top: 1rem; font-size: 1.3rem;}
	.home .r-content {padding: 2rem 0; }
	.module-blog-articles .item-wrapper {margin-bottom: 70px; }
	.module-blog-articles .item-wrapper .newsflash-title {margin-bottom: 30px; }
}
@media (min-width: 768px) and (max-width: 991px) {}
@media (max-width:768px){
	h1, .h1 {font-size: 2rem; }
	.blog.view-article .r-content .content .lead{margin-top: 15px;}
	.home .r-slider {padding: 20px 0 10px 0; background-size: auto 100%; background-position: -40% 0; }
	.home .r-slider .owl-hero-wrapper {min-height: 110px; margin-bottom: 0; }
	.owl-services.owl-carousel {margin-top: 30px; }
	.module-blog-articles .item-wrapper .newsflash-title {padding: 10px 0 0; }
	.r-pre-footer {padding: 3rem 0 0; }

	.blog.view-category .r-content .blog-items>.blog-item:nth-child( even ) .left{order: initial;}
	.blog.view-category .r-content article {margin-bottom: 50px; }
	.blog.view-category .r-content article .right {padding: 20px 30px; }
}
@media (max-width:576px){
	h1, .h1 {font-size: 1.7rem; }
	/*.home .r-slider {padding: 20px 0 10px 0; background-size: auto 340px; background-position: 160% 0; }*/
	.home .r-slider {padding: 270px 0 10px 0; background-size: auto 250px; background-position: 100% 0; }
	.home .r-slider h1 {font-size: 2rem; }
}