:root {
	--font-family-heading: 'Montserrat', sans-serif;
	--font-family-text: 'Roboto', sans-serif;

	--color-main-light: #00b8cc;
	--color-main: #77be51;
	--color-main-dark: #031c45;
	--color-gray-light: #f5f5f5;
	--color-gray: #bfbfbf;
	--color-gray-dark: #808080;

	--color-text-light: #FFF;
	--color-text: #000000;
	--color-text-dark: #000000;
	--color-text-alt-light: #000000;
	--color-text-alt: #77be51;
	--color-text-alt-dark: #000000;
	--color-heading-light: #000000;
	--color-heading: #000000;
	--color-heading-dark: #000000;
	--color-heading-alt-light: #000000;
	--color-heading-alt: #68a946;
	--color-heading-alt-dark: #000000;
	--color-background-light: #f5f5f5;
	--color-background : #fff;
	--color-background-dark: #000000;
	--color-background-alt-light: #77be51;
	--color-background-alt-light-light: #9ed6a8;
	--color-background-alt: #031c45;

	--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, .nav-link{color: var(--color-text, #000000);}
	a:focus, a:hover, a:active, .nav-link:focus, .nav-link:hover {color: var(--color-text-dark);}
	.btn, button, .input-group-text, .form-control, .modal-content{border-radius: 0!important;}
	.btn-primary {color: #fff; background-color: #77be51; border-color: #77be51; }
	.btn-secondary {color: #fff; background-color: #031c45; border-color: #031c45; }
	.btn-primary:hover, .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {background-color: #57893d!important; border-color: #57893d!important; }
	.btn-secondary:hover, .btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {background-color: #031c45!important; border-color: #031c45!important; }
	.r-content .content .btn{margin: 1rem 0; font-weight: 500; font-size: 1.1rem; line-height: 1; padding: 0.7rem;}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 400; font-family: var(--font-family-heading); line-height: 1;}
	h1, .h1 {font-size: 2.3rem; line-height: 1.2; margin-bottom: 1rem; color: var(--color-heading); text-transform: uppercase;}
	h2, .h2 {font-size: 2rem; line-height: 1.2; margin-bottom: 1rem; color: var(--color-heading);}
	h3, .h3 {font-size: 1.8rem; line-height: 1.3; margin-bottom: 1rem;}
	h4, .h4 {font-size: 1.5rem; line-height: 1.3; margin-bottom: 1rem;}
	line-height: 1.3;
	margin-bottom: 1rem;}
	h1 strong, .h1 strong, h2 strong, .h2 strong {color: var(--color-heading);}
	mark, .mark {background-color: var(--bs-light);}
	small, .small {font-size: .8rem;}
	strong, .strong{font-weight: 700}
	strong.red{color: var(--color-text-required)}
/*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-underline:after {content: ''; display: block; border-top: 1px solid var(--color-text); width: 20px; margin: 5px 0;}
		.text-upperline:before {content: ''; display: block; border-top: 4px solid; border-image-slice: 1; width: 3rem; margin-bottom: 0.5rem; border-image-source: linear-gradient(to right, #003478, #63cafc);}
		/*.text-sideline {margin-bottom: 0;}*/
		.text-sideline:before {content: ''; display: inline-block; width: 3rem; border-bottom: 1px solid var(--color-text); margin-right: 0.5rem;}
	/*LISTS*/
		.r-content .content ul:not(.nav):not(.tab) {list-style: none; padding-left: 1rem;}
		.r-content .content ul:not(.nav):not(.tab) > li:before {font-family: 'Material Design Icons'; content: '\f0142'; margin-right: .4rem; color: var(--color-text-dark); font-weight: bold; font-size: 1.1rem;}
		
		ul.list-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: 1.5rem;}
		ul.list-chevron > li {margin-bottom: 0.5rem; display: flex; font-size: 1rem; line-height: 1;}
		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);}
	/*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;}
	/*LEAD*/
		.lead {font-size: 1.95rem; font-weight: 500; text-align: center; text-transform: initial; line-height: 2.6rem ; } 
	/*BUTTONS*/
		/*SOCIAL*/
			.btn-social {padding: 0;}
			.btn-social:before {font-size: 1.5rem; line-height: 1; color: var(--color-text-dark);}
			.btn-social:hover:before{color: var(--color-text-dark);}
			.btn-social.mdi-youtube:before {font-size: 2rem;}
		/*LINK*/
			.btn-link {}
			.btn-link:hover {color: var(--color-text, #000000);}
		/*GENERAL*/
			.btn {line-height: 1; padding: 1.1rem; text-transform: uppercase; font-size: 1.3rem; font-family: var(--font-family-heading); font-weight: 700; }
			.btn-success {color: #fff; background-color: var(--color-background-alt-light); border-color: var(--color-background-alt-light); }
			.btn-floating {position: fixed; z-index: 10000; bottom: 170px; display: flex; flex-direction: column; gap: 10px; right: 15px; }
			.btn-floating a {display: flex; gap: 10px; text-transform: uppercase; font-size: 1.3rem; padding: 15px 20px 12px 20px; background: #2e3092; color: #fff;  border-radius: 100px !important; z-index: 20; box-shadow: 0px 3px 10px rgb(0 0 0 / 50%); transition: all 200ms; line-height: 1; font-family: var(--font-family-text); align-items: center; }
			.btn-floating a:hover {color: #000; background: #00bd5b;}
			.btn-floating a .icon{display: none;}
			.btn-floating a .label{display: inline-block;}
			.btn-pedir-turno{ }
			.btn-resultados-de-estudios{}
	/*FORMS*/
		label {display: inline-block; font-family: var(--font-family-heading-main); font-size: 0.9rem; line-height: 1; margin: 0; }
		/*.input-group .input-group-text{display: flex; align-items: center; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da;}*/
	/*LOADING*/
		.loading{background: url(/images/loading.gif); background-repeat: no-repeat; background-position: 50% 50%;}
	/*SYSTEM-MESSAGE-CONTAINER*/
		.r-message{position: relative;}
		#system-message-container{position: absolute; width: 40%; left: 30%; top: 20px; font-size: 1.1rem; font-weight: 300;}
	/*OWL*/
		.owl-carousel .owl-item img {height: auto;}
	/*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; border-bottom: 2px solid var(--color-background-alt-light-light); }
		.accordion .accordion-button {font-size: 1.3rem; line-height: 1.2; color: var(--color-heading-dark); font-weight: 400; padding: 1rem 1.45rem ; background-color: var(--bs-light); text-transform: uppercase; border-radius: 5px!important; box-shadow: none;}
		.accordion .accordion-button:focus {box-shadow: none;}
		.accordion .accordion-button::after {color: var(--color-background-alt-light-light); background-image: none; content: "\F0415"; display: inline-block; font-family:  "Material Design Icons"; font-size: 2rem; text-rendering: auto; line-height: .5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
		.accordion .accordion-button:not(.collapsed)::after {transform: none; content: "\f0374"}
		.accordion .accordion-body {padding: 1rem .4rem;}
	/*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.4rem; font-weight: 700; font-family: var(--font-family-heading); text-transform: uppercase;  line-height: 1;}
			.menu-main>.nav-item.active {border-left: 1px solid var(--color-background-alt);}
		/*MENU EXTRANET*/
		/*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-required); }
			.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; background: var(--color-background-alt-light);}
		.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: 1rem 1rem;}
		.modal .modal-body h2 {font-size: 2rem; margin-bottom: 0; line-height: 1.5;}
		.modal .modal-body .form-control {border-radius: 0;}
		.modal .modal-body .form-group {margin-bottom: .5rem;}
		.modal .modal-body .btn-send, .modal .modal-body .btn-primary {text-transform: uppercase; color: #fff; background-color: var(--color-background-alt-light); width: 100%;  font-size: 1.3rem; padding: 8px 0; line-height: 1;}
		.modal .form-control {font-size: .8rem;}
		.modal select {width: 100%; border-color: var(--bs-gray); padding: 5px; text-transform: uppercase; font-size: .9rem; color: #000 } 
		#pedir-turno .modal-intro {background: var(--color-gray-light); padding: 10px; font-weight: 300; }
		.modal form .login-greeting{padding: 10px 0;}
	/*MODAL LOGIN*/
		/*.modal-login .modal-body h2 {background: none; color: var(--color-text-light); font-size: 2.2rem; font-weight: 900; line-height: 1; margin-bottom: 20px;}*/
		/*.modal-login .modal-body{padding: 1rem;}*/
		/*.modal-login form .form-group {display: flex; position: relative; align-items: center; padding: 0; margin-bottom: 1rem;}*/
		/*.modal-login 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;}*/
		/*.modal-login form .form-control::placeholder {color: var(--color-text-light); text-transform: uppercase;}*/
		/*.modal-login form .form-control:focus + .control-label {color: var(0);}*/
		/*.modal-login form .form-control:focus {border-color: var(--color-background-dark); box-shadow: 0 0 0 0.2rem #00000033;}*/
		/*.modal-login form .form-control:valid + .control-label {display: none;}*/
		/*.modal-login form .form-control label.form-check-label {color: var(--color-text-light);}*/
		/*.modal-login .mdi.icon-eye-slash:before{content: '\F06D1'!important;}*/
		/*.modal-login a{color: #FFF}*/
	/*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-light);  padding: 20px 20px;}
		.module-contact-form .header {background: none; color: var(--color-text); font-size: 2.2rem; font-weight: 900; 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 {padding: 0.3rem 0.5rem; font-size: .8rem; color: var(--color-text-dark); background-color: transparent; border-radius: 0 !important; border: none; border-bottom: 1px solid var(--color-gray); transition: box-shadow 300ms ease !important; }
		.module-contact-form form .form-control::placeholder {color: var(--color-text); text-transform: uppercase; font-weight: 300;} 
		.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);}
		.module-contact-form form .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;}
		.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-background-dark); 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;}
	/*MODULO-NOVEDADES*/
		.modulo-novedades.news-wrapper{margin-bottom: 130px;}
		.modulo-novedades h2{text-transform: uppercase; text-align: center; font-size: 3rem; margin-bottom: 45px;}
		.modulo-novedades .item-wrapper {display: block; box-shadow: 0 0 19px #0000003b; background: var(--color-background);}
		.modulo-novedades .item-wrapper .item-title {height: 100px; color: var(--color-text-dark); margin: 15px 30px; font-size: 1.1rem; font-weight: 300; line-height: 1.3; font-style: normal; padding: 0; overflow: hidden;}
		.modulo-novedades .item-wrapper:hover .item-title {color: var(--color-text-light);}
		.modulo-novedades .item-wrapper .item-image {overflow: hidden; background-color: var(--color-main)}
		.modulo-novedades .item-wrapper img {transform: scale(1); transition: all 500ms ease; width: 100%;}
		.modulo-novedades .item-wrapper:hover img {transform: scale(1.1); opacity: .75;}
	/*VIDEO*/
		.video-wrapper .video-embed{z-index: 1;}
		.content .video-embed{margin-bottom: 60px;}
	/*HERO XL*/
    	.home .hero.xl {margin: -170px 0 0;}
		.hero.xl {min-height: 310px; position: relative; background: linear-gradient(90deg, #84c148, #4aaece, #2b4992); z-index: 0; overflow: hidden;}
		.hero.xl .cta {position: relative; left: calc(50% - 425px); top: 70px;}
		/*.hero.xl .cta a:before {content: ''; height: 2px; min-width: 25px; background-color: #FFF; display: inline-block; margin-right: 10px;}*/
		.hero.xl .cta a {color: #FFF; border: 2px solid #FFF; text-transform: uppercase; font-family: var(--font-family-heading); padding: 15px 15px;}
		.hero.xl>.text {font-size: 6rem; text-align: center; text-transform: capitalize; font-weight: 900; font-family: var(--font-family-heading); color: #F5F5F5; line-height: 1; bottom: -12px; position: absolute; width: 100%;}
		.hero.xl .btn-cta-wrapper{display: inline-block;}
		.btn-fancy {background-color: transparent; border: 2px solid #000; border-radius: 0; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-block; float: right; font-weight: 700; letter-spacing: 0.05em; margin: 0; outline: none; overflow: visible; padding: 1.25em 2em; position: relative; text-align: center; text-decoration: none; text-transform: none; transition: all 0.3s ease-in-out; user-select: none; font-size: 13px;}
		.btn-fancy::before {content: " "; width: 1.5625rem; height: 2px; background: #FFF; top: 50%; left: 1.5em; position: absolute; transform: translateY(-50%); transform-origin: center; transition: background 0.3s linear, width 0.3s linear;}
		.btn-fancy .text {font-size: 1.125em; line-height: 1.33333em; padding-left: 2.5em; display: block; text-align: left; transition: all 0.3s ease-in-out; text-transform: uppercase; text-decoration: none; color: #FFF;}
		.btn-fancy .top-key {height: 2px; width: 1.5625rem; top: -2px; left: 0.625rem; position: absolute; background: #65b78f; transition: width 0.5s ease-out, left 0.3s ease-out;}
		.btn-fancy .bottom-key-1 {height: 2px; width: 1.5625rem; right: 1.875rem; bottom: -2px; position: absolute; background: #5eb5a1; transition: width 0.5s ease-out, right 0.3s ease-out;}
		.btn-fancy .bottom-key-2 {height: 2px; width: 0.625rem; right: 0.625rem; bottom: -2px; position: absolute; background: #5cb4a5; transition: width 0.5s ease-out, right 0.3s ease-out;}
		.btn-fancy:hover {color: white; background: #000000a8;}
		.btn-fancy:hover::before {width: 0.9375rem; background: white;}
		.btn-fancy:hover .text {color: white; padding-left: 2em;}
		.btn-fancy:hover .top-key {left: -2px; width: 0px;}
		.btn-fancy:hover .bottom-key-1, .btn-fancy:hover .bottom-key-2 {right: 0; width: 0;}
	/*MEDIA*/
		.media{display: flex; gap: 30px;}
		.media .media-left{flex: 1 1 45%;}
		.media .media-right {flex: 1 1 40%; display: flex; flex-direction: column; justify-content: flex-start; gap: 18px; padding-top: 20px; }
		.media .media-right .media-icon{}
		.media .media-right .media-text {font-size: 1.3rem; font-family: var(--font-family-heading); line-height: 1; }
/*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: 15px; align-items: center;}
		.r-top .mod-menu .nav-link {line-height: 1; text-transform: uppercase; font-weight: 600; font-size: 1rem; padding: 4px 0; font-family: var(--font-family-heading); color: var(--color-text-alt);}
		.r-top .mod-menu .nav-item.active .nav-link {color: var(--color-text-dark);}
		.r-top .mod-menu .nav-link.bg-green-light {color: #FFFFFF;}
	/*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: 20px}
	/*MENU EXTRANET*/
		.r-navbar-2{background: var(--color-background-alt-light); border-bottom: 1px solid var(--color-gray-dark);}
		.r-navbar-2 .menu-main.menu-extranet {justify-content: flex-end; position: relative;}
		.r-navbar-2 .menu-main.menu-extranet .submenu-wrapper{left: 0; right: 0; width: 100%; height: 450px;}
		.r-navbar-2 .menu-main.menu-extranet .nav-item > .nav-link {font-size: 1rem; font-weight: 300; padding: 8px 16px 8px 8px; margin-left: 8px;}
		.r-navbar-2 .menu-main.menu-extranet .nav-item.active {border-left: 2px dotted var(--color-background-alt); }
		.r-navbar-2 .menu-main.menu-extranet>.nav-item.deeper.parent{}
		.r-navbar-2 .menu-main.menu-extranet>.nav-item.deeper.parent>.submenu-wrapper {flex-direction: row; justify-content: space-between; position: absolute; left: 0; right: 0; width: 100%; top: 36px;}
		.r-navbar-2 .menu-main.menu-extranet>.nav-item.deeper.parent .divider>.separator {font-family: var(--font-family-heading); size: 1.1rem; line-height: 1; font-weight: 300; text-transform: uppercase; background: var(--color-background-alt); color: var(--color-text-light); padding: 5px 10px; display: flex; height: 2.2rem; align-items: center; justify-content: center; text-align: center; border-bottom: 2px solid var(--color-background-alt-light); } .menu-main.menu-extranet>.nav-item.deeper.parent>.submenu-wrapper.show>.divider {flex: 1 1 200px; position: relative;}
		.r-navbar-2 .menu-main.menu-extranet>.nav-item.deeper.parent>.submenu-wrapper.show>.divider>.submenu-wrapper {position: absolute; top: 35px; left: 0; right: 0; width: 100%; display: flex; flex-direction: column; gap: 5px; }
		.r-navbar-2 .menu-main.menu-extranet>.nav-item.deeper.parent>.submenu-wrapper.show>.divider>.submenu-wrapper .nav-link{font-size: 0.9rem;padding: 6px 10px 0 10px; text-transform: capitalize; font-weight: 500;}
	/*R-SLIDER*/
		.r-slider{background: var(--color-background-alt); padding: 1.5rem 0;}
		.r-slider .h1, .r-slider h1{line-height: 1; margin: 0; color: var(--color-text-light)}
	/*R-POST-SLIDER*/
		.r-post-slider {padding: 65px 0 0; background: var(--color-background-light);}
	/*R-CONTENT*/
		.r-content{padding: 2rem 0}
		.r-content .category-products .item-wrapper {margin-bottom: 2rem; border: 1px solid var(--color-background-alt-light);}
		.r-content .category-products .item-wrapper .item-image{width: 100%; height: auto;}
		.r-content .category-products .item-wrapper .item-category{background-color: var(--color-background-alt-light);}
		.r-content .category-products .item-wrapper .item-category a{color: var(--color-text-light); padding: .5rem 1rem;}
		.r-content .category-products .item-wrapper .item-title h3{margin: 0; padding: .5rem 1rem;}
		.r-content .category-products .item-wrapper .item-text{margin: 0; padding: 0 1rem .5rem 1rem;}
	/*R-PRE-FOOTER*/
		.r-pre-footer {padding: 2rem 0 ; background-color: var(--color-background-light); }
		.r-post-slider .ratio {z-index: 1; }
		.r-pre-footer .media{background-color: #FFF;}
	/*R FOOTER*/
		.r-footer {background: var(--color-background-dark); color: #fff; overflow: hidden; }
		.r-footer h2 {margin-bottom: 2rem; color: var(--color-text-alt); font-size: 1.2rem; font-weight: 400; text-transform: uppercase; }
		.r-footer h2.text-sideline:before {border-color: var(--color-text-alt); width: 1.5rem;}
		.r-footer a {color: #fff;}
		.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 .module-contact-us .nav-contact {padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 0.3rem;}
			.r-footer .module-contact-us .nav-contact a {display: flex; gap: 0.5rem;}
		/*NEWSLETTER*/
			.r-footer .module-newsletter p {font-size: .9rem; font-weight: 400}
			.r-footer .module-newsletter .form-control {border-radius: 0;}
			.r-footer .module-newsletter .btn {background: var(--color-background-alt-light); color: var(--color-text-light);}
		/*SOCIAL*/
			.r-footer .menu-rrss{display: flex; align-content: center; justify-content: space-around;}
			.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);}
		/*LINK INTERES*/
			.r-footer .menu-links {display: block;}
			.r-footer .menu-links .nav-link {padding: 0.2rem 0;}
	/*R COPYRIGHT*/
		.r-copyright {background: var(--color-background-dark); font-size: .8rem; padding: 1.5rem 0; color: #fff; }
		.r-copyright p.small {color: #fff;}
		.r-copyright a{color: #fff;}
	/*R COPYRIGHT*/
		.r-copyright {background: var(--color-background-dark); font-size: .8rem; padding: .5rem; color: var(--color-text-light); text-align: center;}
		.r-copyright * {color: var(--color-text-light);}
/*SPECIFIC PAGES*/
	/*HOME*/ 
		.home .r-slider{background: var(--color-background-alt); background-image: url(/images/assets/bkg/slider/patients.webp); background-repeat: no-repeat; background-position: left; background-size: cover; padding: 50px 0;}
		.home .r-content{display: none;}
	/*GENERAL NO-BLOG*/
		.view-article:not(.blog) .r-slider {text-align: center; background-image: url(/images/assets/bkg/slider/patients.webp); padding: 100px 0 105px 0; color: #FFF; background-size: cover;}
		.view-article:not(.blog) .r-slider h1 {color: #FFF; font-size: 3rem; line-height: 1.1; margin-bottom: 35px; }
		.view-article:not(.blog) .r-slider h1>strong{color: #FFF;}
	/*PATIENTS*/
		.patients .r-slider {background-image: url(/images/assets/bkg/slider/patients.webp); padding: 100px 0 105px 0; }
		.patients .r-slider .nav {justify-content: center; gap: 7.1px; font-size: 1.3rem; }
		.patients.pacientes  .img-figures{margin: 0 auto 99px auto!important; display: block; max-width: 100%; height: auto;}
		.patients .r-content {padding: 3.3rem 0 5rem 0; }
		*.patients .r-content .btn-secondary{margin-bottom: 2rem;}
		.patients .r-post-content .map{z-index: 1; margin-bottom: -185px; position: relative;} 
		.patients .r-post-content .features {padding-top: 10px; padding-bottom: 10px; }
		.patients .r-post-content .features h2 {font-size: 2rem; line-height: 1.3; margin-bottom: 3rem; }
		.patients .r-post-content .features h3{font-size: 1.4rem; line-height: 1.4; margin-bottom: 2rem; font-weight: 900;}
		.patients ul:not(.nav):not(.menu):not(.tab):not(.list-unstyled) > li{flex-wrap: wrap;}
		.patients .r-post-content{background: var(--color-background-light);}
		.patients .r-post-content .hero.xl{margin-bottom: 30px;}
	/*ABOUT US*/
		.about-us .r-slider {background-image: url(/images/assets/bkg/slider/about-us.webp) !important; padding: 155px 0 140px 0!important; }
		.about-us .r-slider h1 {font-size: 2.8rem; text-align: center; font-weight: 300;}
	/*OWL-TIMELINE*/

		.bg-red{background: #c71127!important;}
		.bg-orange{background: #f64f2e!important;}
		.bg-yellow{background: #f79938!important;}
		.bg-green-light{background: #62b148!important;}
		.bg-green-dark{background: #478235!important;}
		.bg-blue-light{background: #38a7c8!important;}
		.bg-blue-dark{background: #2661a6!important;}
		.bg-violet-light{background: #7638ca!important;}
		.bg-violet-dark{background: #4e039d!important;}

		.owl-timeline {position: relative; margin-bottom: 75px;}
		.owl-timeline .item {}
		.owl-timeline .item .timeline-date {padding: 20px 40px; color: #FFF; font-weight: 900;  font-size: 1.9rem; line-height: 1; background: #f5f5f5;}
		.owl-timeline .item .timeline-desc {padding: 20px; font-size: 1.4rem; line-height: 1.2; background: var(--color-background-light); height: 175px; border-bottom: 6px solid var(--color-gray); }
		.owl-timeline .owl-nav {display: flex; justify-content: space-between; position: absolute; top: 20px; z-index: -1; left: -50px; right: -50px; }
		.owl-timeline .owl-nav:before {content: ''; display: block; position: absolute; left: 0; right: 0; background-color: var(--color-gray-dark); height: 2px; width: 100%; z-index: -1; top: 50%; }
		.owl-timeline .owl-nav button {background-color: var(--color-gray-dark)!important; border-radius: 50%!important; height: 30px; width: 30px; color: #FFF!important; font-size: 1.5rem!important; line-height: 1!important; }
	/*STAFF AND TEAM*/
		.staff .head-list{margin-bottom: 50px;}
		.staff h2{margin-bottom: 45px;}
		.staff .staff-wrapper {position: relative;}
		.staff .staff-wrapper .team-img{margin-bottom: 20px!important; text-align: center;}
		.staff .staff-wrapper .staff-name {font-size: 1.5rem!important; font-weight: 900!important; color: var(--color-heading-alt)!important; margin-bottom: 4px!important; text-align: center;}
		.staff .staff-wrapper .staff-card {position: absolute; z-index: 10; width: 600px; bottom: -270px; left: calc(50% - 300px); box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; padding: 1rem; height: 300px; }
		.staff .staff-wrapper .staff-card .team-desc{padding: 0!important;}

	/*RESEARCHERS-WRAPPER*/
		.researchers-wrapper {margin-top: 30px;}
		.researchers-wrapper .staff-list-general .row > .col-lg-4:nth-child(1) .staff-card {left: 30px;}
		.researchers-wrapper .staff-list-general .row > .col-lg-4:nth-child(2) .staff-card {left: calc(50% - 320px);}
		.researchers-wrapper .staff-list-general .row > .col-lg-4:nth-child(3) .staff-card {left: initial; right: 30px;}
		.researchers-wrapper .staff-list-general h4{font-size: 1.4rem; line-height: 1; margin-bottom: 1rem; background: var(--color-background-alt-light-light); padding: 10px 15px;}

		.researchers-wrapper .staff-list-general li{font-size: 1.2rem; line-height: 1.7;}

		.researchers-wrapper .staff-list .staff-file a{transition: all ease .5s;}
		.researchers-wrapper .staff-list .staff-file a:hover{color: var(--color-heading-alt)}
		.researchers-wrapper .staff-list .staff-file{position: relative; z-index: 0;}
		.researchers-wrapper .staff-list .staff-file .staff-card {position: absolute; z-index: 1; width: 640px; bottom: 30px; left: 30px; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; max-width: 100%;}
		.researchers-wrapper .staff-list .staff-file .staff-card .card-body,.researchers-wrapper .staff-list .staff-file .staff-card .card-body p {font-size: 1rem; line-height: 1.3; font-weight: 400; background: var(--color-gray-light); }
		.researchers-wrapper .staff-list .staff-file .staff-card .card-body .card-title{font-weight: 600; color: var(--color-heading-alt); }



	/*CLINICAL TRIALS*/
		.clinical-trials .r-slider {background-image: url(/images/assets/bkg/slider/clinical-trials.webp) !important; padding: 165px 0 125px 0!important; }
		.clinical-trials .r-content {padding: 3.3rem 0 ;}
		.clinical-trials .r-content h2{margin-bottom: 35px;}
		.clinical-trials .r-content .img-figures {margin: 0 auto 2rem auto !important; display: block; max-width: 100%; height: auto; }
		.clinical-trials .clinical-study {padding: 30px 0 15px 0; border-bottom: 1px solid var(--color-gray-dark); margin-bottom: 0; }
		.clinical-trials .clinical-study h3{text-transform: uppercase; font-weight: 900; margin-bottom: 10px;}
		.clinical-trials .clinical-study .btn {line-height: 1; padding: 0.5rem 1.2rem; text-transform: uppercase; font-size: 1rem; font-family: var(--font-family-heading); font-weight: 700; }
		.clinical-trials .clinical-study p{margin-bottom: 25px;}
		.clinical-trials .btn.btn-secondary{margin: 10px 0 30px 0}
		.clinical-trials .r-post-content.full{margin-bottom: 35px; height: 319px;}
		.study .r-content {padding:0 ;}
	/*BLOG*/
		.blog .r-slider .h1,.blog .r-slider h1 {font-size: 1.5rem; font-weight: 900;}
		.blog .r-content {padding: 1rem 0;}
		.blog.view-category .r-content .item-wrapper {margin-bottom: 30px;}
		.blog.view-category .r-content .item-wrapper figure{margin: 0;}
		.blog.view-category .r-content .item-wrapper .page-header a {height: 90px; color: var(--color-text-dark); margin: 0; font-size: 1.2rem; font-weight: 600; line-height: 1.1; font-style: normal; background: var(--color-background-light); padding: 15px 30px; display: block; text-transform: initial; }
		.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-background-alt);}
		.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(--bs-gray); font-size: 12rem; line-height: 0; opacity: 0.3; z-index: 0;}
		.blog.view-article .r-content .blockquote {margin: 2.5rem 0 2.5rem 2rem; padding: .5rem 0 .5rem 1rem; border-left: 8px solid var(--color-background-alt); font-size: 1rem;}
		.blog.view-article .r-content .blockquote h3 {font-size: 1rem; color: #000; font-weight: 800; margin-bottom: 0;}
		.blog.view-article .r-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;}
	/*USUARIOS LOGUEADOS*/
		.access-level-registered .jmodedit, 
		.access-level-registered  div[role=tooltip]{display: none;}
	/*WHAT-WE-DO*/
		.what-we-do .our-vision h3 {color: var(--color-heading-alt); font-weight: 600; border-bottom: 1px solid; padding-bottom: 10px; }
		.what-we-do .accordion h4 {color: var(--color-heading-alt); font-size: 1.3rem; text-transform: uppercase; }
		
/*MEDIA QUERIES*/
/*
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
 */
@media (max-width:1400px){
	.researchers-wrapper .staff-list-general .row > .col-lg-4 .staff-card {left: 0 !important; right: 0 !important;}
}
@media (max-width:1200px){
	.r-top .container {gap: 5px; justify-content: space-between;}
	.r-top .module-wrapper+.module-wrapper {border-left: none; padding-left: 0;}
	.r-top .mod-languages a {padding: .5rem 0; text-decoration: none; }
	.r-navbar .navbar .navbar-brand {max-width: 70%; }

	.modulo-novedades.news-wrapper {margin-bottom: 30px;}
	.hero.xl>.text {font-size: 4rem; bottom: -3px;}

	.menu-main>.nav-item>.submenu-wrapper{position: relative; min-width: initial; top: 0;}
	.menu-main>.nav-item>.submenu-wrapper>.nav-item>.submenu-wrapper.collapse{display: flex; flex-direction: column; position: relative; border: none;}
	.module-news .item-wrapper {margin-bottom: 2rem;}
	.mod-custom .item-wrapper {margin-bottom: 2rem;}
	.lead {font-size: 2rem; line-height: 1.1;}

	.navbar-collapse.menu-main{padding: 30px 0 0;}
	.menu-main.menu-extranet>.nav-item.deeper.parent>.submenu-wrapper.show>.divider {flex: initial; padding: 5px 0 0 15px; }

	.access-level-registered .menu-principal{display: none;}
	#system-message-container {width: auto; left: 10%; top: 20px; right: 10%;}
	.btn-floating a {padding: 15px;}
	.btn-floating a .icon{display: inline-block;}
	.btn-floating a .label{display: none;}
}
@media (max-width:992px){
	.blog.view-article .r-content {padding: 2rem 0;}
	.blog.view-article .r-content .lead {margin-top: 1rem; font-size: 1.3rem;}
	.hero.xl>.text {font-size: 3.3rem; bottom: -3px;}
	.hero.xl .cta {left: calc(60%); top: 200px; }
	.r-pre-footer {padding: 3rem 0;}

}
@media (min-width: 768px) and (max-width: 991px) {}
@media (max-width:768px){
	.modulo-novedades h2 {font-size: 1.8rem;}
	.hero.xl>.text {font-size: 2.7rem; bottom: -3px;}
	.hero.xl .cta {left: calc(60%); top: 200px; }
	.view-article:not(.blog) .r-slider h1 {font-size: 1.7rem; }
	.patients .r-slider .nav {gap: 3px 6px; font-size: 1rem;}
	.lead {font-size: 1.7rem; line-height: 1.1;}
	.clinical-trials .r-slider {padding: 100px 0 50px 0!important;}
	h2, .h2 {font-size: 1.2rem; line-height: 1.1;}
	.text-sideline:before {width: 0.9rem; margin-right: 0.1rem; }
	.view-article:not(.blog) .r-slider {padding: 60px 0 20px 0; }
}
@media (max-width:576px){
	.hero.xl>.text {font-size: 1.3rem; bottom: -3px;}
	.hero.xl .cta {left: calc(30%); top: 200px; }
	.r-pre-footer .media {flex-direction: column; gap: 0; margin-bottom: 20px;}
	.r-pre-footer .media .media-left img{width: 100%;}
	.r-pre-footer .media .media-right {flex-direction: row; padding: 15px 10px;}
	.modal .modal-body h2 {font-size: 1.5rem; }
	.hero.xl {min-height: 290px; }
}

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