/*20240510 1233*/
:root {
	--font-family-heading: "Roboto",Helvetica,Arial,sans-serif;
	--font-family-text: "Roboto",Helvetica,Arial,sans-serif;

	--color-main-light: #FFF;
	--color-main: #000;
	--color-main-dark: #f8f8f8;
	--color-alt-light: #5F5F5F;
	--color-alt: #37ABDA;
	--color-alt-dark: #134a62;

	--color-main-10: #4CBBE8;
	--color-main-20: #37ABDA;
	--color-main-30: #229BCC;
	--color-main-40: #0077b6;

	--color-text-light: var(--color-main-light);
	--color-text: var(--color-main);
	--color-text-dark: var(--color-main-40);
	--color-text-alt-light: var(--color-alt-light);
	--color-text-alt: var(--color-alt);
	--color-text-alt-dark: var(--color-alt-dark);

	--color-heading-light: var(--color-main-light);
	--color-heading: var(--color-main);
	--color-heading-dark: var(--color-main-dark);
	--color-heading-alt-light: var(--color-alt-light);
	--color-heading-alt: var(--color-alt);
	--color-heading-alt-dark: var(--color-alt-dark);

	--color-background-light: var(--color-main-dark);
	--color-background : var(--color-main-light);
	--color-background-dark: var(--color-main-dark);
	--color-background-alt-light: var(--color-alt-light);
	--color-background-alt: var(--color-alt);
	--color-background-alt-dark: var(--color-alt-dark);
	--bs-breadcrumb-divider: '>';
	--color-text-required: #8f1111;
	--bs-border-radius: 0;
	--bs-border-radius-sm: 0;
	--bs-border-radius-lg: 0;
	--bs-border-radius-xl: 0;
	--bs-border-radius-xxl: 0;

	--bs-primary: var(--color-alt);
	--bs-secondary: var(--color-alt-dark);
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 55, 171, 218;
	--bs-secondary-rgb: 19, 74, 98;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: var(--color-alt-dark);
	--bs-secondary-text-emphasis: var(--color-main);
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
} 

html{scroll-behavior: smooth;}
body{font-family: var(--font-family-text); color: var(--color-text, #000); font-weight: 300;}
/*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, #000);}
	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: 400; font-family: var(--font-family-heading); line-height: 1; line-height: 1.2; margin-bottom: 1rem; color: var(--color-heading);}
	h1, .h1{color: var(--color-heading-alt);font-weight: 300; }
	small, .small {font-size: .8rem;}
	strong, .strong{font-weight: 700}
	strong.red{color: var(--color-text-required)}
	figure{margin: 0;}
	.item-image{width: 100%;}
/*MARK*/	
	mark, .mark {background-color: var(--bs-light);}
	mark.uderline, .mark.uderline { background-color: transparent!important; padding: 0; position: relative;z-index: 1;}
	mark.uderline: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.uderline:before, .mark:before {left: -.1em; right: 49.8%; -webkit-mask-position: bottom left; transform-origin: 100% 50%; background-color: var(--color-background-alt); -webkit-mask-image: url(/images/assets/underline-dash.svg); }
	mark.uderline:after, .mark:after {left: 49.8%; right: -.2em; -webkit-mask-position: bottom right; transform-origin: 0 50%; background-color: var(--color-background-alt); -webkit-mask-image: url(/images/assets/underline-dash.svg); }

/*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: 600; }
	.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: 30px; position: relative;}
	.r-content .content ul:not(.nav):not(.tab) > li {position: relative; margin-left: 20px; font-size: 1.2rem; line-height: 1; margin: 0 .4rem 1rem;}
	.r-content .content ul:not(.nav):not(.tab) > li:before {position: absolute; left: -15px; top: 5px; font-family: 'Material Design Icons'; content: '\F0765'; color: var(--color-alt); 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;}

	.list-group {--bs-list-group-item-padding-x: 0.5rem; --bs-list-group-item-padding-y: 0.5rem; font-size: 0.9rem; line-height: 1; }
/*BACKGROUNDS*/
	.bg-main-10{background: var(--color-main-10);}
	.bg-main-20{background: var(--color-main-20);}
	.bg-main-30{background: var(--color-main-30);}
	.bg-main-40{background: var(--color-main-40);}

/*BUTTONS*/
	.btn-link:hover {color: var(--color-text, #000); }
	.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);}
/*OWL-CAROUSEL*/
	.owl-carousel .owl-item img {height: auto; }
	.owl-carousel .owl-nav{position: absolute; z-index: -1; top: calc(50% - 3rem); left: -3rem; right: -3rem; display: flex; align-items: center; justify-content: space-between; font-size: 3rem; font-weight: 300; color: var(--color-alt);}
	.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: none; border-radius: 50% !important; background: var(--color-background-alt); transition: all ease .7s;}
	.owl-carousel .owl-dots .owl-dot.active{background: var(--color-background-alt-light);}
/*WELL*/
	.well {border: 1px solid #ccc; padding: 1rem; text-align: center; position: relative; }
	.well:before {content: ""; width: 160px; height: 3px; background: var(--color-alt); position: absolute; display: block; top: -2px; left: calc(50% - 80px); }
	.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: 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: 1rem; line-height: 1; color: var(--color-heading-light); font-weight: 400; padding: 0.7rem 1.45rem; background-color: var(--color-background-alt); text-transform: uppercase; border-radius: 0px !important; box-shadow: none; }
	.accordion .accordion-button:focus {box-shadow: none;}
	.accordion .accordion-button::after {background-image: none; content: "\f0140"; display: inline-block; font-family:  "Material Design Icons"; 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 1.4rem; }
/*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, #000); font-size: 1.1rem; font-weight: 300; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1; padding: 8px 0 8px 16px; }
	.menu-main>.nav-item.active {border-left: 1px solid var(--color-background-alt);}
	.menu-main .item-type-heading{position: relative;}
	.menu-main .submenu-wrapper {position: absolute; top: calc(100% + 18px); z-index: 5; overflow: hidden; padding: 10px 0 0 ; transition: all 300ms ease; border-bottom: 3px solid var(--bs-gray-500); background: var(--bs-gray-200); }
	.menu-main .submenu-wrapper .nav{display: flex; flex-direction: column; align-content: flex-start; justify-content: space-evenly; gap: 10px;}
	.menu-main .submenu-wrapper .nav .nav-item{border-bottom: 2px solid var(--bs-gray-500);}
	.menu-main .submenu-wrapper .nav .nav-item>a {color: var(--color-text-alt); font-size: 1.1rem; font-weight: 400; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1; padding: 2px 16px 10px 16px; min-width: 250px;}
	.menu-main .submenu-wrapper .nav .nav-item>a:hover {color: var(--color-text);}
	.menu-main .submenu-wrapper.show , .menu-main .submenu-wrapper.collapsing {display: flex; flex-direction: column; gap: 10px;}
/*MENU TOP*/
	.menu-top .nav-link{color: var(--color-text, #000); font-size: 1rem; font-weight: 300; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1;}
	.menu-top .nav-item {	display: flex; align-items: center; justify-content: center;}
	.menu-top .nav-item > .nav-link {color: var(--color-main-30); padding: 0; font-size: 1rem; font-weight: 500; font-family: var(--font-family-heading); text-transform: uppercase; line-height: 1; }
	.r-navbar-top-wrapper{display: flex; justify-content: flex-end;}
/*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-alt); border: none; color: var(--color-text-light); cursor: pointer; display: block; font-size: 1.3rem; font-weight: 700; padding: 8px 0; text-transform: uppercase; width: 100%; border-radius: 30px;}
	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(--bs-gray-200); }
	.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; overflow: hidden;}
	.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-text-dark); margin: 0; font-size: 1.2rem; margin-top: 7px; font-weight: 600; line-height: 1.2; font-style: normal; }
	.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.module {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: 2.3rem; font-weight: 300; line-height: 1; margin-bottom: 20px; }
/*MODULE-HERO*/
	.module-hero {position: relative; overflow: hidden; padding: 100px 0 0; min-height: 500px; }
	.module-hero .hero-wrapper{min-height: 258px;}
	.module-hero .content-wrapper{position: relative; overflow: hidden;}
	.module-hero .content-wrapper .h2 {font-size: 4rem; color: var(--color-main-30); font-weight: 900; line-height: 0.9; text-transform: uppercase; }
	.module-hero .content-wrapper .slogan {color: var(--bs-gray-900); font-weight: 400; font-size: 1.3rem; line-height: 1.1; font-style: italic; }
	.module-hero .img-wrapper {position: absolute; top: 0; right: 0; left: 50%; z-index: 0; width: fit-content; height: 100%; }
	.module-hero .img-wrapper:before, .module-hero .img-wrapper:after{content: ''; display: block; position: absolute; height: 100%; width: 100px; top: 0; bottom: 0; left: -1px; background: linear-gradient(to right, rgba(248,248,248,1) 0%,rgba(248,248,248,0.85) 15%,rgba(248,248,248,0) 100%); z-index: 1;}
	.module-hero .img-wrapper:after{right: -1px;background: linear-gradient(to right, rgba(248,248,248,0) 0%,rgba(248,248,248,0.85) 85%,rgba(248,248,248,1) 100%); z-index: 1; left: initial;}
	.module-hero .img-wrapper img{display: block; height: 100%; width: auto;}
	.module-hero .img-wrapper video{height: 100%; width: auto; object-fit: contain;}
	.module-hero .owl-dots {position: absolute; z-index: 10; bottom: 20px; left: 50px; }
/*MODULE-BIG-ICONS*/
	.module-big-icons a{padding: 20px 0; color: var(--color-text-light); text-transform: uppercase; font-size: 1rem; font-weight: 400; line-height: 1; transition: all ease .7s;}
	.module-big-icons a img{margin-bottom: 10px;}
	.module-big-icons a:hover{background: var(--color-main-40);}
/*OWL-ISNTALACIONES-WRAPPER*/
	.owl-isntalaciones-wrapper {margin-bottom: 30px; min-height: 369px; position: relative; }
	.owl-isntalaciones-wrapper .owl-dots{position: absolute; bottom: 20px; right: 50px;}
/*TABS*/
	.nav-tabs .nav-item .nav-link {background: var(--color-main-dark); transition: all ease .7s; font-size: 1rem; line-height: 1; padding: 10px 5px; color: var(--color-heading-alt); font-weight: 400; }
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background: var(--color-background-alt-light); color: var(--color-text-light);}
	.tab-content>.tab-pane{padding: 20px 15px;}
/*TAB-HORARIOS*/
	.doc-wrapper h3{font-size: 1.5rem; font-weight: 400; color: var(--color-heading-alt); line-height: 1.1;}
	.doc-wrapper ul li{font-size: 1rem; line-height: 1.2; margin-bottom: 5px;}
/*LIST-GROUP*/
	.list-group .list-group-heading{font-size: 1.2rem; font-weight: 400; color: var(--color-main-20); text-transform: uppercase;}
	.list-group .list-group-item{display: flex; justify-content: space-between; align-items: center;}
	.list-group .list-group-item:nth-child(even){background: var(--bs-gray-200);}
/*MODULE-CTA*/
	.module-cta a{display: flex; gap: 10px; justify-content: center; align-items: center;}
	.module-cta .img-icon-wrapper:before{font-size: 4rem; color: var(--color-text-light); }
	.module-cta .cta-text {display: flex; flex-direction: column; justify-content: center; gap: 5px; color: var(--color-text-light);}
	.module-cta .cta-text .cta {color: var(--color-text-light); font-size: 2rem; font-weight: 500; line-height: 1; }
	.module-cta .cta-text .cta-small{color: var(--color-text-light); line-height: 1;}
/*TRATAMIENTOS*/
	.tratamientos  img { border-color: #fff!important;}
	.tratamientos .text-wrapper *{transition: all ease .6s;}
	.tratamientos .text-wrapper{margin-bottom: 30px; position: relative;}
	.tratamientos .text-wrapper h3{margin: 0; padding: 10px; background: var(--color-background-alt); font-weight: 500; color: #FFFF; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase;}
	.tratamientos .text-wrapper h3:after{content: "\F0140"; transition: all .2s ease; 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;}
	.tratamientos .text-wrapper .descripcion{height: 0; opacity: 0; z-index: -10;  position: absolute; background: #575757; color: #FFF; transition: all ease 1.2s;}
	.tratamientos .text-wrapper:hover .descripcion{height: auto; opacity: 1; z-index: 10; padding: 10px;}
	.tratamientos .text-wrapper:hover h3:after{content: "\F0143";}
/*MODULE-FAQS*/
	.module-faqs .container>h2{font-size: 2.4rem; font-weight: 500; line-height: 1; text-transform: uppercase; margin-bottom: 20px; color: var(--color-heading-alt);}
	.module-faqs .accordion{display: flex; gap: 5px 10px; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
	.module-faqs .accordion .accordion-item{flex: 0 1 calc(50% - 10px);}
	.module-faqs .accordion .accordion-item .accordion-button{font-size: 1.1rem; font-weight: 300; text-transform: initial;}
/*OWL-TESTIMONIOS*/
	.owl-carousel-wrapper{min-height: 240px;}
	.owl-testimonios{}
	.owl-testimonios .testimonio {padding: 10px 15px; background: var(--color-background); box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5); margin: 5px; min-height: 225px; transition: all ease .1s; display: flex; flex-direction: column; align-items: stretch; justify-content: space-around; font-size: 0.9rem; gap: 10px; }
	.owl-testimonios .owl-item:nth-child(odd) .testimonio{background: var(--color-background-dark);}
	.owl-testimonios .testimonio .testimonio-texto{}
	.owl-testimonios .testimonio .testimonio-nombre {color: var(--color-main-30); font-weight: 500; font-size: .8rem; line-height: 1; display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; gap: 5px; }
	.owl-testimonios .testimonio .testimonio-job-title{font-size: .8rem; line-height: 1; font-style: italic;font-weight: 300; color: var(--color-text);}
/*ROWS*/
	/*R-TOP*/
		.r-top {padding: 5px 0; background: var(--color-background-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-300); border-bottom: 1px solid var(--bs-gray-300); padding: 14px 0; background: var(--color-background-light);}
		.r-navbar .navbar{padding-top: 0; padding-bottom: 0;}
		.r-navbar .navbar .navbar-brand{padding-top: 0; padding-bottom: 0; max-width: 20%}
		.r-navbar .navbar .navbar-brand img{display: block; max-width: 100%; height: auto;}
		.r-navbar .navbar .mod-menu {gap: 15px; }
	/*R-SLIDER*/
		.r-slider{padding: 1.5rem 0;}
	/*R-POST-SLIDER*/
		.r-post-slider{background: linear-gradient(to right, var(--color-main-10), var(--color-main-20), var(--color-main-30));}
	/*R-CONTENT*/
		.r-content{padding: 2rem 0}
	/*R-PRE-BOTTOM*/
		.r-pre-bottom {padding: 2rem 0; background: var(--color-background-light); }
	/*R-BOTTOM*/
		.r-bottom{padding: 2rem 0;}
	/*R-POST-BOTTOM*/
		.r-post-bottom{padding: 2rem 0; background: var(--color-background-alt); color: var(--color-text-light);}
	/*R-PRE-FOOTER*/
		.r-pre-footer{padding: 2rem 0 2rem; background-color: var(--color-background-light); }
	/*R FOOTER*/
		.r-footer {background: var(--color-main-40); 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: 1.2rem; }
		.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-heading-dark);}
		/*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-alt-light); 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-heading-dark); }
		/*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(--bs-gray-900); font-size: .8rem; padding: .5rem; color: var(--color-text-alt); text-align: center; }
		.r-copyright * {color: var(--color-text-alt); }
	/*ASIDE*/
		aside .header{border-left: 3px solid var(--color-background-alt); padding: 5px 5px 5px 15px; font-size: 1.5rem; font-weight: 400; line-height: 1;}
/*SPECIFIC PAGES*/
	/*HOME*/
		#nosotros{scroll-padding-top: 200px; scroll-behavior: smooth;}
		.home h2, .home h3, .home h4{text-transform: uppercase;}
		.home .r-slider{padding: 0; background: var(--color-background-light);}
		.home .r-content{padding: 2rem 0 2.5rem 0; }
		.home .r-content h1.h4 {line-height: 1; font-size: 1rem; font-weight: 600; margin-bottom: 5px; }
		.home .r-content h2, .home .h1, .home .r-post-content h2{font-size: 2.4rem; font-weight: 300; line-height: 1; text-transform: uppercase; margin-bottom: 20px; color: var(--color-heading-alt); }
		.home .r-post-content{padding: 0 0 50PX;}

	/*BLOG*/
		.blog .r-slider {	background: var(--color-background-alt);}
		.blog .r-slider h2.h1 {line-height: 1; font-weight: 300; color: var(--color-heading-light); text-transform: uppercase; margin: 0; font-size: 2rem;}
		/*LAYOUT: BLOG SOLAPADOS - CATEGORY*/
			.layout-abpcblog-solapados.view-category .r-content .blog-items>.blog-item:nth-child( even ) .left{order: 2;}
			.layout-abpcblog-solapados.view-category .r-content article{margin-bottom: 30px;}
			.layout-abpcblog-solapados.view-category .r-content article .right {display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
			.layout-abpcblog-solapados.view-category .r-content article figure{margin: 0;}
			.layout-abpcblog-solapados.view-category .r-content article .item-image {margin-bottom: 0; border-radius: 30px;}
			.layout-abpcblog-solapados.view-category .r-content article h1{position: relative; }
			.layout-abpcblog-solapados.view-category .r-content article h1:after {content: ''; display: inline-block; position: absolute; width: 100px; height: 5px; background: var(--color-background-alt); left: 0; bottom: -25px; }
			@media (max-width:992px){
				.layout-abpcblog-solapados .r-content .blog-items>.blog-item:nth-child( even ) .left {order: initial; }
			}
		/*LAYOUT: BLOG SOLAPADOS - ARTICLE*/
			.layout-abpcblog-solapados.view-article  .r-content .content h1{margin-bottom:35px;}
			.layout-abpcblog-solapados.view-article  .r-content .content .item-image {display: flex; justify-content: flex-end; align-items: center; margin-bottom: 65px; position: relative; z-index: 1;}
			.layout-abpcblog-solapados.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-alt-light); z-index: -1; border-radius: 30px; background-image: url(/images/assets/arrow-blog.webp); background-repeat: no-repeat; background-position: 25px;}
			.layout-abpcblog-solapados.view-article  .r-content .content .item-image img{border-radius: 30px;}
			.layout-abpcblog-solapados.view-article  .r-content .content .lead {font-family: var(--font-family-heading); font-size: 1.7rem; color: var(--color-heading-alt-light); margin-bottom: 1.2rem; line-height: 1.3; }
			.layout-abpcblog-solapados.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; }

/*MEDIA QUERIES*/
/*
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
 */
/*XXL*/
@media (max-width:1400px){}
/*XL*/
@media (max-width:1200px){
	.menu-main .submenu-wrapper{position: relative;}
	.module-news .item-wrapper {margin-bottom: 2rem; }
	.mod-custom .item-wrapper {margin-bottom: 2rem; }
	.menu-main .nav-item > .nav-link {font-size: 1rem; padding: 8px 0 8px 6px; }
	.module-hero .content-wrapper .h2 {font-size: 3rem; }
}
@media (min-width: 993px) and (max-width: 1200px) {
	.r-navbar .navbar .mod-menu {gap: 0 5px;}
}
/*LG*/
@media (max-width:992px){
	.r-navbar {padding: 10px 0; }
	/*.r-navbar .navbar .navbar-brand {max-width: 30%; }*/
	.blog.view-article .r-content {padding: 2rem 0; }
	.blog.view-article .r-content .lead {margin-top: 1rem; font-size: 1.3rem;}
	.r-footer .center{display: flex; justify-content: space-between; gap: 30px;}
	.r-footer .center .moduletable{flex: 1 1 calc(50% - 30px);}
}
@media (min-width: 769px) and (max-width: 991px) {
}

/*MD*/
@media (max-width:768px){
	.r-navbar .navbar .navbar-brand {max-width: 50%; }
	.r-navbar .navbar .mod-menu {margin: 20px 0; }
	.r-navbar-wrapper {flex: 1 1 100%; width: 100%;}
	.r-content .content ul:not(.nav):not(.tab) {padding-left: 15px; }
	.menu-main .submenu-wrapper .nav .nav-item {width: 100%; }
	.menu-main .nav-item > .nav-link {font-size: 1.4rem; line-height: 1; font-weight: 500; }
	.module-faqs .accordion .accordion-item {flex: 1 1 100%; }
	.blog.view-article .r-content .content .lead{margin-top: 15px;}
	.layout-abpcblog-solapados.view-article .r-content .content .item-image {margin-bottom: 25px; }
	.layout-abpcblog-solapados.view-article .r-content .content .item-image:after {width: 120px; height: 80px; left: -10px; bottom: -20px; border-radius: 25px; background-position: 40% 80%; background-size: 25%; }
	.layout-abpcblog-solapados.view-article .r-content .content .lead {font-size: 1.5rem; line-height: 1.1; }
	.layout-abpcblog-solapados.view-category .r-content .blog-items>.blog-item:nth-child( even ) .left {order: initial; }
	.layout-abpcblog-solapados.view-category .r-content article {margin-bottom: 50px; }
	.layout-abpcblog-solapados.view-category .r-content article .item-image {margin-bottom: 10px; border-radius: 20px; }

}
@media (min-width: 577px) and (max-width: 768px) {
	.module-hero .content-wrapper .h2 {font-size: 2.2rem; text-transform: math-auto;}
	.module-hero {padding: 30px 0 0; min-height: 300px;}
	/*.module-hero .img-wrapper {left: 50%;}*/
	.module-especialidades-horarios .accordion-especialidades .accordion {display: flex; flex-wrap: wrap; gap: 10px 20px}
	.module-especialidades-horarios .accordion-especialidades .accordion .accordion-item{flex: 0 1 calc(50% - 10px);}
	.module-especialidades-horarios .list-group{display: flex; align-items: center; flex-direction: column; }
	.module-especialidades-horarios .list-group .list-group-item{flex: 1 1 50%; width: 50%;}
}

/*SM*/
@media (max-width:576px){
	.module-hero .content-wrapper .h2 {font-size: 3rem; text-transform: math-auto;}
	.r-navbar .navbar .navbar-brand {max-width: 50%; }
	.module-hero {padding: 0; min-height: 450px;}
	.module-hero .content-wrapper .h2 {font-size: 2.0rem; text-transform: math-auto;}
	.module-hero .content-wrapper .slogan {font-size: 1.2rem; }
	.module-hero .owl-hero-wrapper {min-height: 150px;}
	.module-hero .hero-wrapper {display: flex; flex-direction: column-reverse; }
	.module-hero .img-wrapper {position: relative; top: 0; right: 0; left: initial; z-index: 0; width: 100%; height: auto; }
	.module-hero .img-wrapper video {height: auto; width: 100%; object-fit: contain; gap: 20px;}
	.owl-isntalaciones-wrapper {min-height: 300px; position: relative;}
	.home .r-content h2, .home .h1, .home .r-post-content h2 {font-size: 1.8rem; font-weight: 500; margin-bottom: 15px; color: var(--color-heading-alt); }
	.doc-wrapper h3 {font-size: 1.3rem; font-weight: 600; color: var(--color-heading-alt); line-height: 1; }
	.doc-wrapper ul {padding-left: 1rem}
	.home .r-post-content {padding: 0; }
	.r-pre-bottom {padding: 1rem 0; }
	.r-bottom {padding: 1rem 0; }
	.module-blog-articles-wrapper .item-wrapper{margin-bottom: 30px;}
	.module-blog-articles-wrapper .item-wrapper .newsflash-title{border-bottom: 2px solid var(--color-main-30); padding-bottom: }
	.blog .r-slider h2.h1 {font-size: 1.6rem; }
	.blog.view-article .r-content {padding: 1rem 0; }
}
/*XS*/
@media (max-width:425px){
	.owl-isntalaciones-wrapper {min-height: 250px;}
	.module-hero .owl-hero-wrapper {min-height: 260px; margin-bottom: 20px;}
}