html {
	scroll-padding-top: 70px;
}
body {
	font-family: "Figtree", 'Helvetica', 'Arial' , sans-serif;
}
body.burgerized {
	/* overflow:hidden;*/
}

p strong {
	font-weight:700;
}
.beige,
.section-pretitle.beige {
	color:var(--beige) !important;
}
/* DEFAULTS */

.mediclinics-boxed-content {
	max-width:1080px;
	width:90%;
	width:calc(100% - 64px);
	margin-right:auto;
	margin-left:auto;
	position:relative;
	z-index:initial;
}
.eighty-padded {
	padding-top: 72px;
	padding-bottom: 72px;
}
.thirty-two-padded {
	padding-top: 32px;
	padding-bottom: 32px;
}
.twenty-four-padded {
	padding-top: 24px;
	padding-bottom: 24px;
}
.bg-light-grey {
	background-color:var(--bg-grey);
}
.bg-dark-black {
	background-color:var(--bg-black);
	color:white;
}
p {
    font-size: 15.3px;
    line-height: 20.4px;
}
p + p {
	margin-top: 16px;
}
.section-pretitle {
	color:var(--light-grey);
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing:3.6px;
	/* text-transform:uppercase; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1.section-pretitle {
	text-transform: uppercase;
}
.single-product .section-pretitle {
	color:#111;
}
.section-pretitle + .section-title {
	margin-top:8px;
}
.section-title {
	font-size: 36px;
	line-height: 42px;
	font-weight: 400;
	max-width:860px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section-title + p,
.section-title + div {
	margin-top: 24px;
}
.section-title-sep {
	letter-spacing:1.5px !important;
}
div.section-subtitle-medium p,
.section-subtitle-medium {
	font-size:22px;
	line-height:28px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section-subtitle-medium + h2 {
	margin-top:24px;
}
.contacto-section .section-subtitle-medium {
	max-width:552px !important;
}

.section-subtitle,
.section-subtitle p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section-subtitle p + p {
	margin-top:22px;
}
.section-title + .section-subtitle {
	margin-top:20px;
	margin-bottom:56px;
}

.centered-pretitle p,
.centered-title p,
.centered-subtitle p,
.centered-pretitle,
.centered-title,
.centered-subtitle {
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;	
}
.centered-title {
	text-align:center;
}
p.section-title.centered-title {
	max-width:416px;
}
.homepage-product-item h3,
.homepage-product-item h4,
.homepage-product-item h5,
.homepage-product-item p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding:14px 0 46px;
}
.medium-bold-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p.grey-paragraph {
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	color:var(--text-grey);
}
.home-hero-slide .caption-left .home-hero-title,
.home-hero-slide .caption-right .home-hero-title {
	font-size: 36px;
	margin-bottom: 24px;
	font-weight:400;
}
.home-hero-slide .caption-center .home-hero-title {
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	margin:0 auto;
}
.home-hero-slide .caption-right .home-hero-subtitle,
.home-hero-slide .caption-left .home-hero-subtitle {
	font-weight: 300;
    font-size: 18px;
    line-height: 23.8px;
}
.home-hero-slide .caption-center .home-hero-subtitle {
	color:#FFF;
	max-width: 520px;
	margin:0 auto;
	font-size: 43px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
}
.home-hero-slide .caption-left .home-hero-title,
.home-hero-slide .caption-left .home-hero-subtitle {
	text-align:left !important;
}
.home-hero-slide .caption-left .home-hero-title,
.home-hero-slide  .caption-right .home-hero-subtitle {
	text-align:left !important;
}
.caption-right .home-hero-slide-item-caption-inner,
.caption-left .home-hero-slide-item-caption-inner {
    text-align: left;
}
.home-hero-button {
	margin-top:32px;
}

.home-hero-slide .home-hero-text {
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	max-width: 530px;
}
.beige-title {
	font-size: 35px;
	letter-spacing:initial;
	line-height: 50px;
	font-weight:400;
	color:var(--beige);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.beige-title a {
	color:var(--beige);
	text-decoration:none !important;
}

/* BUTTON BOTONES TIPO */

a.boton-tipo {
	line-height:44px;
	padding:0 44px;
	font-size:14px;
	background-color:var(--beige);
	color:#FFF;
	text-transform:uppercase;
	transition:0.4s ease;
	display:inline-block;
	text-decoration:none;
	cursor: pointer;
}

a.boton-tipo:hover {
	background-color:#222;
}

p + a.boton-tipo {
	margin-top: 56px;
}

a.boton-tipo.boton-descarga.botono-encabalgado-derecha {
    position: absolute;
    margin-top: -24px;
    right: 10%;
    z-index: 2;

}
a.boton-tipo.boton-descarga::after {
    content: "";
    display: inline-block;
    height: 44px;
    width: 44px;
    background-color: var(--beige);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/wp-content/themes/mediclinicstheme/img/download-arrow-white.svg);
    margin-left: 46px;
    position: absolute;
    transition: all 0.4s ease;
}
a.boton-tipo.boton-descarga:hover::after {
	 background-color: #222;
}

/* HEADER */
header#header {
	/* position: sticky;
    top: -46px;*/
	position: fixed;
	width:100%;
	z-index: 100;
	top:0;
	background-color:#FFF;
	transition:all 0.4s ease;
}
body.transparent-header header#header {
	background-color:transparent;
}
body.scrolled.transparent-header header#header {
	background-color: #FFF;
}


/* HEADER META */
#header-meta {
  background: #000;
  height: 46px;
}
.header-meta-contact {
	padding:13px 0;
	float:left;
}
.header-meta-contact a {
	font-size:var(--tiny-text);
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
	display: inline-block;
	height: 20px;
	font-weight:300;
}
.header-meta-contact a:last-child {
	margin-left:16px;
}
a.mailto img,
a.gotomap img {
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
a.callto img {
    width: 9px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.header-meta-menu {
    float: right;
}
.menu-meta-menu-container {
    display: inline-block;
	vertical-align:middle;
	margin:0;
	padding:0;
}
.menu-meta-menu-container ul {
    font-size: 0;
}
.menu-meta-menu-container ul li {
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:middle;
}
.menu-meta-menu-container ul li a {
	margin:0;
	padding:0;
	color:#FFF;
	text-decoration:none;
    display: inline-block;
    line-height: 46px;
    font-size: 11px;
    text-transform: uppercase;
}
.menu-meta-menu-container ul li a span {
	display: inline;
	padding-right:12px;
	margin-right:12px;
	border-right:1px solid #FFF;
}
.menu-meta-menu-container ul li:last-child a span {
	padding-right:0;
	margin-right:0;
	border-right:none;
}
.menu-meta-menu-container ul li a:hover {
	transition:all 0.4s ease;
	color:var(--light-grey);
}

/* CUSTOM LANG SELECTOR WPML */
.custom-lang-selector {
  
}
.custom-lang-selector-content {
    float: right;
    clear: both;
	margin-top:-24px;
	margin-right: -16px;
	margin:0;
}
.custom-lang-selector-content ul {
	text-align:right;
}
.custom-lang-selector * {
	overflow:initial !important;
}
.wpml-ls-legacy-dropdown {
    width: 96px;
	color: #ffffff;
	background-color: #000 !important;
	border: none !important;
	z-index:1;
	position:relative;
}
.wpml-ls ul,
.wpml-ls ul li {
	margin:0 !important;
	padding:0 !important;
	border: none !important;
	background-color: #000 !important;
} 
a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    line-height: 46px;
    padding: 0;
    margin: 0;
}
.wpml-ls a {
	font-size: 11px !important;
	border: none !important;
	background-color: #000 !important;
}
.wpml-ls-legacy-dropdown a span {
    vertical-align: initial;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	position:relative;
    margin-left:16px !important;
}
.wpml-ls-sub-menu a span {
	color:var(--light-grey);
}
.wpml-ls-sub-menu a:hover span {
	color:#FFF;
	transition:color 0.4s ease;
}

/* NEW LANG SELECTOR NOV 2025 */
.new-lang-selector {
	display:none;
	margin-right:16px;
	transition:all 0.4s ease;
}
.new-lang-selector .wpml-ls-legacy-dropdown,
.new-lang-selector .wpml-ls ul, 
.new-lang-selector .wpml-ls ul li,
.new-lang-selector .wpml-ls a {
    background-color: transparent !important;
}
.new-lang-selector a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    line-height: 22px;
}

body.transparent-header.scrolled .wpml-ls-sub-menu a span,
body.transparent-header.scrolled .new-lang-selector .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a,
.wpml-ls-sub-menu a span,
.new-lang-selector .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
    color: black;
	transition:all 0.4s ease;
}
body.burgerized .wpml-ls-sub-menu a span,
body.burgerized .new-lang-selector .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a,
body.transparent-header .wpml-ls-sub-menu a span,
body.transparent-header .new-lang-selector .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
    color: white;
}
.wpml-ls-sub-menu a:hover span {
	opacity:0.5;
}


@media only screen and (min-width: 991px) {
	
	body.scrolled .new-lang-selector {
		margin-bottom: 12px;
	}
	.desktop-lang-selector {
		display:initial;
	}
	.mobile-lang-selector {
		display:none;
	}
}



/* SEARCH FORM */
.header-main-search {
	margin-left: auto;
	float:right;
	margin-right: 48px;
}
.header-main-search form {
	position:relative;
	z-index:2;
}

/* HEADER MAIN */
.header-main {
    height: 110px;
	padding:10px 0;
	background-color:transparent;
	transition:background 0.4s ease;
	z-index: 1;
	position:relative;
}
.transparent-header .header-main::after {
	content:"";
    height: 100%;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	opacity: 0.35;
	background-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.9999999999999999) 100%);
	transition:opacity 0.2s ease;
}
body.scrolled .header-main::after {
	opacity: 0;
}
.header-main.noevents {
	pointer-events:none;
}
@media only screen and (min-width:991px) {
	.header-main:hover {
		/* background-color: #FFF;
		transition: background-color 0.6s ease; */
	}
}
.header-main-content {
	display:flex;
	align-items: flex-end;
}
.site-logo-container {
	margin-top:22px;
	margin-right: 114px;
	margin:0;
	height:80px;
	width:432px;
	width: 318px;
}

/* SHRINKING HEADER ON SCROLL */

.header-main,
.mega-menu-container,
.site-logo-container,
.site-logo-container a {
	transition:all 0.5s ease !important;
}
.header-main-search,
.burger-menu {
	transition:margin-bottom 0.5s ease;
}


body.scrolled .header-main {
	height: 70px;
}
body.scrolled .site-logo-container {
	height: 50px;
}
body.scrolled .header-main-search {
    margin-bottom: 14px;
}

@media only screen and (min-width: 991px) {
	body.scrolled .burger-menu {
		margin-bottom: 8px;
	}
}

/* LOGO */
.site-logo-container a {
	display:block;
	height:100%;
	width:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url('/wp-content/themes/mediclinicstheme/img/M50-horizontal.png');
	text-indent:-999999px;
	color:transparent;
}
.menu-main-menu-container {
	float: left;
}

header#header #branding {
	position:relative;
	z-index:2;
}
.transparent-header header#header #branding {
    filter: blur(0) grayscale(1) invert(1) contrast(0) brightness(2);
	transition:all 0.3s ease;
}
body.scrolled.burgerized.transparent-header header#header #branding,
body.burgerized header#header #branding {
    filter: blur(0) grayscale(1) invert(1) contrast(0) brightness(2);
	transition:all 0.3s ease;
}
body.scrolled.transparent-header header#header #branding {
    filter: none;
	transition:all 0.3s ease;
}

/* MAIN CONTENT CON O SIN TRANSPARENT HEADER */
main#main-content {
	margin-top:110px;
}
body.transparent-header main#main-content {
	margin-top:0;
}

/* MAIN MENU */

nav#menu {
    margin-bottom: 10px;
}
.menu-main-menu-container ul li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  text-decoration: none;
}


/* HOME PAGE */

section.theme-section .mediclinics-boxed-content,
.home-section .mediclinics-boxed-content {
	padding:56px 0;
}

/* HOME HERO HOMESLIDER */

body.transparent-header main,
.page-template-mediclinics-homepage main {
	/* margin-top:-110px; */
}
section.home-hero {
	height:100vh;         
	min-height:100vh; 
	height:85vh;         
	min-height:85vh; 
	background-size:cover;
	background-repeat:no-repeat;
}
body.home section.home-hero {
	height:100vh; 
	height: 100svh;
	height: calc(var(--vh, 1vh) * 100); /* fallback JS */       
	min-height:100vh; 
	min-height: 100svh;
  	min-height: calc(var(--vh, 1vh) * 100); /* fallback JS */
}
.homeslider-container,
.slick-list,
.slick-track,
.home-hero-slide,           
.home-hero-slide.slick-slide {
  height:100%;
}
.home-hero-slide {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-color:#000;
}
.home-hero-slide::before {
	content:"";
	position:absolute;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.9999999999999999) 100%);
}
.home-hero-slide-item-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position:relative;
	max-width:1080px;
	margin-left:auto;
	margin-right:auto;
}

.home-hero-slide-item-inner.caption-left {
    justify-content: space-between;
}
.home-hero-slide-item-inner.caption-right {
   justify-content: flex-end;
}

/* HERO VIDEO SLIDER */
.home-hero-slide div.hero-video-container {
	display: none;
    display: initial;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
}
.home-hero-slide div.hero-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    opacity: 0.9;
}

.logged-in .home-hero-slide div.hero-video-container {
	display: initial;
}

/* SLIDE MOTIF */
.home-hero-slide-motif {
    position: absolute;
    z-index: 0;
    background: transparent;
    width: 100%;
    height: 100%;
}
.home-hero-slide-motif img {
    position: absolute;
	margin:auto;
}

/* SLISK SLIDER */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
ul.slick-dots {
  position: absolute;
  bottom: 32px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}
ul.slick-dots li {
	display: inline-block;
	margin: 0 4px;
	width: 32px;
	background: #FFF;
	height: 4px;
	text-indent: -9999px;
	opacity: 0.5;
	cursor:pointer;
}
ul.slick-dots li:hover,
ul.slick-dots li.slick-active {
	opacity:1;
}



/* HOME PAGE PREMIUM */
section.home-premium * {
	color:#FFF;
}
section.home-premium {
	background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat; 
	position: relative;
	height: auto; 
	z-index: 1;
	overflow: hidden; 
	min-height: 300px;
	position:relative;
	background-color:#000;	
	isolation:isolate;     /* safari/webkit necesita aislar el grupo */
}
.section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	opacity:0;
}
section.home-premium .section-overlay {
	opacity:0.65;
	background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat; 
	transform:scale(1);
	animation: zoomin 20s infinite alternate ease-out !important;
}
@keyframes zoomin {
	0% {
		transform:scale(1);;
	}
	100% {
		transform: scale(1.35);
	}
}

.home-premium .centered-pretitle {
	color:#C4AA83;
	font-weight:500;
}
.home-premium .centered-subtitle {
	max-width:390px;
}
.home-premium-grid-content {
	margin-top:64px;
    /*display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-direction: row;
	grid-template-columns: repeat(5, 1fr); */
}
.homepage-premium-item {
    /* flex: 1;
	min-width:calc(100%/4 - 120px);
	width:calc(100%/4 - 120px); */
}
.home-elegant-slider.home-premium-grid-content .homepage-premium-item {
	margin:0 20px;
}
.cronlonogia-slider button.slick-arrow,
.home-elegant-slider.home-premium-grid-content button.slick-arrow {
    position: absolute;
    top: 50%;
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    border: none;
    border-radius: 0;
    appearance: none;
	cursor:pointer;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center center;
	transition:all 0.5s ease;
	filter:blur(0) grayscale(1) invert(1) contrast(0) brightness(2);
	opacity:0.5;
}

#image-modal button:hover,
.cronlonogia-slider button.slick-arrow:hover,
.home-elegant-slider.home-premium-grid-content button.slick-arrow:hover {
	opacity:1;
	transition:all 0.5s ease;
}
#image-modal button#prev-image,
.cronlonogia-slider button.slick-arrow.slick-prev,
.home-elegant-slider.home-premium-grid-content button.slick-arrow.slick-prev {
	left: -24px;
	background-image:url('/wp-content/themes/mediclinicstheme/img/left-arrow-grey.svg');
}
#image-modal button#next-image,
.cronlonogia-slider button.slick-arrow.slick-next,
.home-elegant-slider.home-premium-grid-content button.slick-arrow.slick-next {
	right: -24px;
	background-image:url('/wp-content/themes/mediclinicstheme/img/right-arrow-grey.svg');
}
.homepage-premium-item-item-img {
	display:block;
	transition:all 0.4s ease;
}
.homepage-premium-item-item-img:hover {
	opacity:0.95;
}
.homepage-premium-item-item-img img {
    display: block;
    max-width: 85%;
	width:85%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.homepage-premium-item-title {
	color:var(--beige) !important;
	display: block;
	font-size: 22.1px;
	line-height: 25.5px;
	letter-spacing: 2px;
	margin-top:4px;
	margin-bottom: 8px;
}
.homepage-premium-item-title a {
	color:var(--beige) !important;
	text-decoration:none;
	transition:all 0.4s ease;
}
.homepage-premium-item-title a:hover {
	color: #FFF !important;
}

.homepage-premium-item-hashtag {
	color:var(--light-grey) !important;
	display:block;
	margin:12px 0 24px;
}
.homepage-premium-item-text {
	display:block;
	color:var(--light-grey) !important;
	font-size:16px;
	line-height:20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.homepage-premium-item-mas {
	display:block;
	margin-top:24px;
}

a.ver-mas-arrow {
	font-size:12px;
	line-height:24px;
	text-decoration:none;
}
a.ver-mas-arrow::after {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url('/wp-content/themes/mediclinicstheme/img/right-arrow-beige.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  font-size: 14px;
  margin-left: 6px;
}
.homepage-premium-item a.ver-mas-arrow {
	color:var(--light-grey) !important;
	transition:all 0.4s ease;
}
.homepage-premium-item a.ver-mas-arrow:hover {
	color:#FFF !important;
}

/* HOME PAGE PRODUCTS */

.section-pretitle + div {
    margin-top: 32px;
}
.home-products .centered-subtitle {
	max-width:536px;
}
.home-products-grid-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 24px;
    max-width: 1040px;
    margin: 0 auto;
}
.homepage-product-item {
}
.homepage-product-item-inner {
	display:block;
}
.homepage-product-item-inner a {
	text-decoration:none !important;
	color:#242424;
	opacity:0.8;
	transition:all 0.4s ease;
}
.homepage-product-item-inner a:hover {
	opacity:1;
}

.homepage-product-item-img {
	width: 100%;
	aspect-ratio:1/1;
	background-color: var(--bg-grey);
	padding:10px;
}
.homepage-product-item-img img {
    object-fit: contain;
    margin: auto;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
	mix-blend-mode:multiply;
}
.homepage-product-item.homepage-product-item-more-link .homepage-product-item-img {
	background-image:url('/wp-content/themes/mediclinicstheme/img/Recurso-3big-plus.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:36px;
}

/* HOMEPAGE NOVEDADES */

.home-section.home-novedades .mediclinics-boxed-content {
  padding-bottom:48px;
}
.novedades-video-container {
    position: relative;
    height: 100%;
	height:80vh;
	height:auto;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    top: initial;
    text-align: center;
    margin: 0 auto;
	
}
.novedades-video {
	/* width:auto;
    height: 100%; 
	margin: 0 auto;
	object-fit: cover;
	object-fit:contain; */
    width: 100%;
	height:auto;
	margin: -3px auto -6px;
	
}

/* HOME PAGE POR QUE MEDICLNICS */
.home-porque .centered-subtitle {
	max-width:588px;
}
.home-porque-grid-content {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  gap: 16px;
  flex-direction: row;
}
.sobre-nosotros-porque-grid-content.home-porque-grid-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
}
.homepage-porque-item {
	flex-basis: 16.666666%;
}

.homepage-porque-item p {
	/* font-size:22px;
	line-height:28px; */
	font-size: 16px;
	line-height: 20px;
	font-weight:300;
}
.homepage-porque-item-icon {
  display: block;
  width: 100px;
  height: 100px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 12px;
  background-color: #FFF;
  border-radius: 100%;
  background-size: auto 60%;
  border: 5px solid #FFF;
}
.homepage-porque-item  strong {
	color:var(--beige);
	font-weight:500;
}

/* HOME PAGE CASE STUDIES NOTICIAS */
.home-case-studies-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 26px;
	text-align:center;
}

.homepage-case-studies-item-item-img {
	background:#000;
}
.homepage-case-studies-item-item-img img {
	display:block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	opacity:0.5;
	transition:opacity 0.5s ease;
}
.homepage-case-studies-item:hover .homepage-case-studies-item-item-img img {
	opacity:0.85;
}
.homepage-case-studies-item-title {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.homepage-case-studies-item-title h3 {
	max-width:150px;
	margin:0 auto;
	color:#FFF;
	font-size:16px;
	line-height:20px;
}
.homepage-case-studies-item-title h3::after {
    display: block;
    content: "";
    background-image: url(/wp-content/themes/mediclinicstheme/img/right-arrow-beige.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
    font-size: 14px;
    margin-left: 6px;
	margin: 6px auto 0;
}
p.ver-mas-link {
    display: block;
    margin: 48px auto 0;
}
p.ver-mas-link a {
	font-size:16px;
	color: var(--dark-bg);
	transition: all 0.5s ease;
}
p.ver-mas-link a::after {
	transition: all 0.5s ease;
}
p.ver-mas-link a:hover {
	color:var(--beige);
}
p.ver-mas-link a:hover::after {
    transform: translateX(2px);
    filter: grayscale(1);
}

/* HOME PAGE NEWS BLOG NOTICIAS */

.mostrar-entradas {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.mostrar-entrada {
	margin-bottom:32px;
}
@media (min-width: 1105px) {
    .mostrar-entrada.mc-big-blog-post {
        grid-column: span 2;
    }
}

.mostrar-entrada-date {
  margin-top: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
}
.mostrar-entrada-content {
	margin-top: 24px;
	margin-bottom:16px;
	max-width:80%;
    overflow-wrap:anywhere;  
    word-break:break-word; 
}
.mostrar-entrada-content a {
	text-decoration:none;
	color:#000;
}
.mostrar-entrada-excerpt {
	max-width:80%;
    overflow-wrap: anywhere;     
    word-break:break-word;   
}
/* .home .mostrar-entrada-excerpt {
	display: none;
}*/
.mostrar-entrada-excerpt p,
.mostrar-entrada-content p,
.mostrar-entrada-content h3 {
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.mostrar-entrada-content h3 a:hover,
.mostrar-entrada-content p a:hover {
	transition:all 0.4s ease;
	opacity:0.5;
}
.mostrar-entrada-img a {
	display:block;
	margin:0;
	padding:0;
}
.mostrar-entrada-img a::after {
	content: "";
	background-color: var(--beige);
	width: 48px;
	height: 48px;
	position: absolute;
	right: 0;
	bottom:-24px;
	background-image: url('/wp-content/themes/mediclinicstheme/img/right-arrow-white.svg');
	background-size: 50% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.mostrar-entrada-img a:hover::after {
	background-color: #222;
	transition:all 0.4s ease;
}
.mostrar-entrada-img {
	display:inline-block;
	margin:0;
	padding:0;
	position: relative;
}
.mostrar-entrada-img img {
	display:block;
	max-width: 100%;
	height: auto;
}
.mostrar-entrada-img a:hover img {
	animation:blurnotblur 1.5s ease;
}
@keyframes blurnotblur {
	0%,100% {
		filter: none;
	}
	50% {
		/* filter: blur(1px); */
		opacity:0.8;
	}
}

/* filtro entradas */
.filtro-entradas {
    text-align: center;
    display: block;
    margin: 32px auto 16px;
}
button.filtro-btn {
    appearance: none;
    font-family: "Figtree", 'Helvetica', 'Arial' , sans-serif;
    border: 1px solid var(--light-grey);
    padding: 0 22px;
    line-height: 22px;
    color: var(--text-grey);
    margin: 0 8px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.4s ease;
    cursor: pointer;
}
button.filtro-btn:hover,
button.filtro-btn.activo {
	background-color: var(--light-grey);
	color: white;
}
.ver-mas-wrapper {
    display: block;
    margin: 24px 0 48px;
}
button.btn-ver-mas {
	font-family: "Figtree", 'Helvetica', 'Arial' , sans-serif;
    border: 1px solid var(--light-grey);
    appearance: none;
    border: none;
    text-align: center;
    display: block;
    width: 100%;
    padding: 12px 0;
    color: white;
	color:var(--dark-bg);
    background-color: #737373;
	background-color: var(--bg-grey);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s ease;
}
button.btn-ver-mas:hover {
	background-color: var(--dark-bg);
	color: white;
}

/* DEFAULT TEXT CONTENT */
.entry-content a {
	color:black;
}
.entry-content p,
.entry-content li {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.entry-content li {
	list-style-type: initial;
}
.entry-content * strong {
	font-weight:700;
}
.entry-content p + p,
.entry-content p + ol,
.entry-content p + ul,
.entry-content p + table,
.entry-content li + li {
	margin-top:16px;
}
.entry-content p + h2,
.entry-content p + h3,
.entry-content p + h4,
.entry-content p + h5,
.entry-content p + h6,
.entry-content ul + p,
.entry-content ul + h2,
.entry-content ul + h3,
.entry-content ul + h4,
.entry-content ul + h5,
.entry-content ul + h6,
.entry-content ol + p,
.entry-content ol + h2,
.entry-content ol + h3,
.entry-content ol + h4,
.entry-content ol + h5,
.entry-content ol + h6,
.entry-content table + h2,
.entry-content table + h3,
.entry-content table + h4,
.entry-content table + h5,
.entry-content table + h6 {
	margin-top:24px;
}

.entry-content h2 + p,
.entry-content h3 + p,
.entry-content h4 + p,
.entry-content h5 + p,
.entry-content h6 + p,
.entry-content h2 + ol,
.entry-content h3 + ol,
.entry-content h4 + ol,
.entry-content h5 + ol,
.entry-content h6 + ol,
.entry-content h2 + ul,
.entry-content h3 + ul,
.entry-content h4 + ul,
.entry-content h5 + ul,
.entry-content h6 + ul,
.entry-content h2 + table,
.entry-content h3 + table,
.entry-content h4 + table,
.entry-content h5 + table,
.entry-content h6 + table {
	margin-top:16px;
}
.entry-content h2 + h3,
.entry-content h3 + h4,
.entry-content h4 + h5,
.entry-content h5 + h6,
.entry-content h6 + p {
	margin-top:16px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content th {
	font-weight: 500;
}
.entry-content th {
	background-color: var(--bg-grey);
	vertical-align: middle;
}
.entry-content th, 
.entry-content td {
    padding: 8px;
    border: 1px solid var(--bg-grey);
    font-size: 14px;
}
.entry-content ol, 
.entry-content ul {
	padding-left: 24px;
}

/* BLOQUE CONTACTO */
.mediclinics-contact-block {
	padding:56px 0;
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
}
.mediclinics-contact-block-overlay {
    background: #000;
    opacity: 0.55;
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.contact-block-content {
    display: flex;
    flex-wrap: wrap;
	position:relative;
	z-index:2;
	gap:24px;
}
.contact-block-left, 
.contact-block-right {
  flex: 1;
}

.contact-block-form,
.contact-block-newsletter {
	margin-top:32px;
}
.contact-block-legal {
	margin:24px 0;
}

ul.contact-block-social-list li,
ul.footer-content-social-list li {
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}

/* SOCIAL ICONS */
.contact-block-social {
	margin-top:16px;
}
ul.contact-block-social-list li a,
ul.footer-content-social-list li a {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position:center center;
	/* filter: invert(100%); */
}
ul.contact-block-social-list li a:hover,
ul.footer-content-social-list li a:hover {
	transition:all 0.4s ease;
	/*filter: invert(100%); */
	opacity:0.5;
}
a.linkedin-icon {
	background-image: url('/wp-content/themes/mediclinicstheme/img/social/linkedin-icon.svg');
	width:16.33px;
	height:auto;
	margin-top:-1px;
}
a.instagram-icon {
	background-image: url('/wp-content/themes/mediclinicstheme/img/social/instagram-icon.svg');
	width:17.15px;
	height:auto;
}
a.youtube-icon {
	background-image: url('/wp-content/themes/mediclinicstheme/img/social/youtube-icon.svg');
	width:22.78px;
	height:auto;
}
a.facebook-icon {
	background-image: url('/wp-content/themes/mediclinicstheme/img/social/facebook-icon.svg');
	width:9.8px;
	height:auto;
}
a.x-icon {
	background-image: url('/wp-content/themes/mediclinicstheme/img/social/x-twitter-icon.svg');
	width:14.81px;
	height:auto;
}

/* PAGINA TIPO */

.page-heading {
	width:100%;
	min-height: 65vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	display:table;
}
.page-heading-container {
	display:table-cell;
	vertical-align:middle; 
}
.page-heading-content {
}

/* GAMAS DE PRODUCTO */

.range-products-item {
	opacity:0.4;
	position:relative;
	z-index:1;
}
.range-products-item.activerange,
.range-products-item:hover {
	opacity:1;
	transition:all 0.4s ease;
	cursor:pointer;
}
.range-products-item * {
	color:#000 !important;
	text-align:center!important
}
.range-products-item-nav {
	position: absolute;
	height: 40px;
	margin-top: -160px;
	width:100%;
	z-index:0;
	pointer-events: none;
}
.range-products-item-nav span {
	opacity:0.7;
	pointer-events:initial !important;
}
.range-products-item-nav span:hover {
	cursor:pointer;
	opacity:1;
	pointer-events:initial !important;
}
.range-products-item-nav .arrow-left {
	left:-20px;
	position: absolute;
}
.range-products-item-nav .arrow-right {
	right: -20px;
	position: absolute;
}
.below-content-nav {
	position: relative;
	display: block;
	height:124px;
	text-align:right;
}
.below-content-nav .arrow-right {
	width: 52px;
	height: 52px;
	float: right;
	position: relative;
	right: 0;
	display: block;
	margin-top:-26px;
	background-color:var(--beige);
	text-align:center;
	cursor:pointer;
	line-height:52px;
}
.below-content-nav .arrow-right:hover {
	background-color: #000;
	filter: invert(0.9);
	transition:all 0.4s ease;
}

.gama-selectors-products {
	position: relative;
	overflow: hidden;
	width: 100%;  
	min-height: 50vh; 
}
.gama-selectors-products-wrapper {
    /* position: absolute;
    display: flex; 
    left: 0;
    transition: left 0.5s ease; IF SLIDE */
}
@media only screen and (min-width:991px) {
	.gama-selectors-products-item .mediclinics-boxed-content {
		padding-left:20% !important;	
	}	
}
.gama-selectors-products-item {
	text-align:center !important;
}
.gama-selectors-products-subitems {
	display:flex;
	text-align:center;
	gap:48px;
}
.gama-selectors-products-subitems a {
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF !important;
}
.gama-selectors-products-item {
    background-color: #202020; /* Fondo oscuro */
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    padding: 24px 0;
    box-sizing: border-box;
    width: 100%;
	display:none;
}
.range-product-item-img img {
	display: block;
	width: 100%;
	object-fit: contain;
	position: relative;
	z-index: 2; 
}


.gama-selectors-title {
	text-transform:uppercase;
	font-weight:500;
	font-size:22px;
	color:var(--beige);
	letter-spacing:1px;
	margin-bottom:48px;
}
.gama-selectors-hashtag {
	color:#FFF !important;
	font-size:44px;
}
.gama-selectors-text {
	color: #FFF !important;
	max-width: 526px;
	margin: 40px auto 56px !important;
	line-height:24px;
	font-size: 18px;
	font-weight: 300;
}
.range-product-item {
  font-size: 16px;
}
.gama-selectors-products-subitem:hover {
	opacity:0.8;
	transition:all 0.4s ease;
}

/* NOT FOUND 404 */

.not-found .mediclinics-boxed-content {
    max-width: 600px;
}
.not-found h1.section-pretitle {
    font-size: 56px;
    color: var(--beige);
}

/* FOOTER */
footer#footer {
	background-color:var(--dark-bg);
}
.footer-content {
	color: #FFF;
	display: flex;
	padding: 32px 0;
	align-items: stretch;
}

.footer-content a {
	text-decoration:none;
	color:#FFF;
}
.footer-content a:hover {
	transition:all 0.4s ease;
	color:var(--light-grey);
}
.footer-content-left {
	display: flex;
	justify-content: space-between;
	min-width:38%;
	padding-top: 8px;
	gap:24px;
}
.footer-content-right {
	min-width:62%;
	display:flex;
}

.footer-content-left .footer-content-logo {
	max-width:165px;
}
.footer-content-left .footer-content-logo img {
	display:block;
	max-width:165px;
}
.footer-content-left .footer-content-info {
  font-size: 11px;
  padding-right: 24px;
}
.footer-content-left .footer-content-info p {
	font-size: 11px;
	margin-top:8px;
	line-height:18px;
}
 .footer-content-info p {
	 padding-left: 20px;
	 position: relative;
}
.footer-content-info p a img {
	position: absolute;
	left: 0;
	margin:2px 0 0 0 !important;
}
.footer-content-info p a.mailto img {
	margin:6px 0 0 0 !important;
}
.footer-content-info p a.callto img {
	margin:2px 0 0 2px !important;
}
.footer-content-left .footer-content-info p.footer-title {
	color:var(--beige);
	font-size:16px;
	font-weight:700;
	padding: 0;
	margin:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.footer-content-left .footer-content-info p ~ p.footer-title {
	margin-top:32px;
}



/* FOOTER MENU */
.footer-content-menu {
	padding: 8px 24px;
	flex:1;
}
ul#menu-footer-menu {
}
.footer-content-menu ul.menu > li,
ul#menu-footer-menu > li {
	float:left;
	width: 50%;
	margin-bottom:24px;
}
.footer-content-menu ul.menu > li.menu-item-has-children,
ul#menu-footer-menu > li.menu-item-has-children {
	margin-bottom:0;
}
.footer-content-menu ul.menu a,
ul#menu-footer-menu a {
	font-size:16px;
	font-weight: 700;
	max-width:126px;
	display:block
}
.footer-content-menu ul.menu ul.sub-menu,
#menu-footer-menu ul.sub-menu {
	margin-top:16px;
}
.footer-content-menu ul.menu ul.sub-menu a,
#menu-footer-menu ul.sub-menu a {
	font-size:12px;
	font-weight: 400;
	line-height:23px;
}
.footer-content-menu ul.menu ul.sub-menu a::before,
#menu-footer-menu ul.sub-menu a::before {
    content: "·";
    margin-right: 2px;
    font-weight: 700;
}


/* FOOTER NEWSLETTERS FOOTER SOCIAL */
.footer-content-contact {
	display: flex;
	align-items:flex-start;
	flex:1;
	gap:24px;
	flex-direction:column;
	justify-content: space-between;
}
.footer-content-contact p.footer-subtitle {
    text-transform: uppercase;
    display: block;
    margin:0 0 8px 0;
	padding:0;
}
.footer-content-nl {
	padding: 24px;
	box-sizing: border-box;
}
.footer-content-social {
	padding: 8px 24px;
	box-sizing: border-box;
}
.footer-content-legal {
  padding: 0 24px;
}
.footer-content-legal p {
  color: #666 !important;
}
.footer-content-marcas {
    padding: 8px 24px;
    width: calc(100% - 48px);
}
ul.footer-content-marcas-list {
    display: flex;
    gap: 4px;
    align-items: center;
    flex-wrap: wrap;
	margin-top:8px;
}
ul.footer-content-marcas-list li {
	flex:1;
	
}
ul.footer-content-marcas-list li a {
	transition:all 0.4s ease;
}
ul.footer-content-marcas-list li a:hover {
	opacity:0.7;
}
ul.footer-content-marcas-list li a img {
	display:block;
	max-width:100%;
	height:auto;
}

/* SOCKET */
.socket-container {
	text-align:center;
	padding:24px 0;
	display:block;
	background-color:#000;
	color:var(--light-grey);
	font-size:11px;
}
.socket * {
	line-height:13px !important;
}
.socket-content a {
	text-decoration:none;
	color:var(--light-grey);
}
.socket-content a:hover {
	transition:all 0.4s ease;
	color:#FFF;
}
.socket-content div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.socket-content ul.menu,
ul#menu-legal-menu {
	text-align:center;
}
.socket-content ul.menu li,
ul#menu-legal-menu li {
	display:inline-block;
	vertical-align:middle;
	margin: 0 2px;
}

/* SINGLE PRODUCT */

.single-product-content {
  display: flex;
  gap: 96px;
}
h1.single-product-title {
	font-size:26px;
	line-height:32px;
	font-weight:500;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width:300px;
	margin:12px 0;
}
.single-product-ref {
  color: var(--text-grey);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 40px;
}
.single-product-the-content {
	max-width:524px;
	margin-bottom:48px;
}
.contenido-oculto {
    margin-top: 16px;
}
a.toggle-contenido {
    display: block;
    margin-top: 16px;
    color: var(--text-grey);
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.4s ease-in;
    font-size: 12px;
    text-align: right;
}
a.toggle-contenido:hover {
	text-decoration: none;
	color: var(--dark-text);
}
.single-product-the-content p {
	font-size:14px;
	line-height:20px;
	font-weight:300 !important;
}
.single-product-the-content ul li {
	font-size:14px;
	line-height:20px;
	font-weight:300 !important;
	list-style-type:initial;
	margin-bottom:8px;
	margin-left:16px;
}
.single-product-the-content ul li:last-child {
	margin-bottom:0;
}
.single-product-the-content ul li ul {
	margin-top:8px;
}
.single-product-the-content ul li ul li {
	list-style-type:circle;
	margin-left:24px;
}
.single-product-the-content p + ul,
.single-product-the-content p + ol,
.single-product-the-content p + p {
	margin-top:20px;
}
.single-product-the-content strong,
.single-product-the-content b {
	font-weight:500 !important;
}
.single-product-variations-and-thumbs {
	background-color:var(--bg-grey);
	padding:42px 0 32px;
}
.single-product-main-image {
	max-width: 40%;
	width: 40%;
	margin-bottom:-40px;
}

/* SINGLE PRODUCT MODAL POPUP */
#image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    text-align: center;
}
#image-modal div {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#image-modal img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 5px;
}
#threed-close-modal,
#close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
#threed-close-modal:hover,
#close-modal:hover {
    color: #bbb;
}
#image-modal button {
	position: absolute;
	cursor: pointer;
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    border: none;
    border-radius: 0;
    appearance: none;
	cursor:pointer;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center center;
	transition:all 0.5s ease;
	filter:blur(0) grayscale(1) invert(1) contrast(0) brightness(2);
	opacity:0.5;
}
#image-modal button#next-image {
    right: 3%;
}
#image-modal button#prev-image {
    left: 3%;
}

/* 3D MODAL */
#threed-modal {
	display: none; /* oculto por defecto */
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0,0,0,0.8);
}
#threed-modal .archevio_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
}
#threed-modal .archevio_wrapper > div {
	width: 90%;
	height: 85%;
	max-width:1560px;
	max-height:1080px;
	margin: auto;
}

/* SINGLE PRODUCT FORM CTA */
.single-product-form-cta {
  position: absolute;
  left: 30%;
  right: initial;
  margin: -21px auto 0;
  text-align: center;
  z-index: 3;
  display: inline-block;
}
.single-product-form-cta a {
	text-decoration:none;
	color:#FFF;
	background-color:var(--beige);
	padding:0 16px;
	font-size:14px;
	line-height:42px;
	height:42px;
	display:inline-block;
}
.single-product-form-cta a + a {
	margin-left:4px;
}
.single-product-form-cta a:hover {
	transition:all 0.4s ease;
	background-color:var(--dark-bg);
}

/* VARIATIONS AND THUMBS */
.single-product-variations-and-thumbs .mediclinics-boxed-content {
	display:flex;
}
.product-variations-info * {
  color: var(--text-grey);
  font-size: 12px;
  font-weight: normal;
}
.product-variations-headings,
.product-variations-info ul li {
	display:flex;
	gap:16px;
	align-items: center;
}
.product-variations-info h2,
.product-variations-info h3,
.product-variations-info h4 {
    text-transform: uppercase;
    border-bottom: 1px solid #c3c3c3;
    width: 156px;
    margin-bottom: 16px;
    padding-bottom: 4px;
	letter-spacing:1px;
}
.product-variations-info ul li div {
	width: 156px;
    margin-bottom: 8px;
    padding-bottom: 4px;
	background-color:var(--bg-grey);
}
.product-variations-info ul li div img {
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
	mix-blend-mode:multiply;
}

/* THUMBS GALLERY IMAGES */
.single-product-variations,
.single-product-thumbs {
	flex: 1 1 0px;
}
.single-product-thumbs {
	text-align:center;
}
.product-all-images img:hover {
  cursor: pointer;
}
a.open-3d-popup {
	width: 80px;
	height: 80px;
	display:block;
	margin-right:0;
	margin-left:auto;
}

@media only screen and (min-width:991px) {
	.single-product-main-image {
		/* margin-bottom: -80px; */
		position:relative;
		z-index:2;
		display: flex;
        flex-direction: column;
        justify-content: center;
	}
	.single-product-main-image::after {
		/* content: ""; */
		position: absolute;
		height: 80px;
		background-color: var(--bg-grey);
		bottom: 0;
		width: 100%;
		left: 0;
		z-index:0;
	}
	.single-product-main-image img {
		position:relative;
		z-index:2;
		mix-blend-mode:darken;
	}
	.single-product-thumbs {
		margin-top: 80px; /* -32px */
		margin-top: 48px;
	}
}

.single-product-thumbs {
  background-color: var(--bg-grey);
}
.product-all-images img {
	/* 
	 max-width:64px
	 height: auto;
	*/
	width:80px;
	height:80px;
	object-fit:cover;
	margin: 5px;
	
	mix-blend-mode: multiply;
	display:inline-block;
	vertical-align:middle;
}

/* SINGLE PRODUCT META DARK BG SECTION */

.single-product-meta {
	background-color: #242424;
}
.single-product-meta * {
	color:#FFF !important;
}

.single-product-meta-columns {
  padding: 80px 0 60px;
  gap: 26px;
}
.mc-descargables-certificaciones-inner {
	max-width:420px;
}
.mc-descargables-certificaciones h2,
.single-product-meta-columns h2 {
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #FFF;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	color:#FFF;
}
.single-product-short-desc p {
	font-size: 14px;
	line-height:22px;
}
.single-product-downloads li,
.single-product-certifications li,
.single-product-downloads div,
.single-product-certifications div {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	min-height: 22px;
}
.single-product-meta img.single-product-icon {
	filter:invert();
	float:left;
	margin-right:14px;
}
.mc-descargables-certificaciones {
    background-color: #737373;
}
.mc-descargables-certificaciones-content {
    padding: 48px 0;
}
.mc-descargables-certificaciones-content.mediclinics-boxed-content a {
	color:#FFF;
	text-decoration:none;
}
.mc-descargables-certificaciones .mc-descargables {
    flex: 1;
}
.mc-descargables-certificaciones .mc-objetos-bim {
    flex: 1;
}
.mc-descargables-certificaciones .mc-certificaciones {
    flex: 1;
}
ul.mc-descargables-certificaciones-list.mc-descargables-list.single-product-downloads {
}
.mc-descargables-certificaciones-item a {
	padding-left:32px;
	position:relative;
  -webkit-box-decoration-break: clone; 
          box-decoration-break: clone; 
}
.mc-descargables-certificaciones-item a::before {
	content: url('/wp-content/themes/mediclinicstheme/img/downloads-icon.svg');
	width: 15px;
	height: 20px;
	filter: invert(1);
	display: inline-block;
	vertical-align: middle;
	position:absolute;
	left:0;
}
@media only screen and (min-width:991px) {
	.mc-descargables-certificaciones-content.mediclinics-boxed-content {
		display: flex;
		gap:24px;
	}
	.single-product-meta-columns {
		display: flex;
	}
	.single-product-short-desc {
		max-width:40%;
		width:40%;
	}
	.single-product-certifications,
	.single-product-downloads {
		/* max-width:30%;
		width:30%; */
	}
}

/* EXPANDABLE */
.single-product-expandable {
    max-height: 4.1em;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease; 
}
.single-product-expandable p {
    margin-bottom: 16px;
}
.single-product-expandable p:last-child {
    margin-bottom: 0;
}
.single-product-short-desc .single-product-expandable::after {
	content: "...";
	color: #FFF;
	position: absolute;
	bottom: 3px;
	right: 0;
	letter-spacing:1px;
}
.single-product-expandable.expanded {
    max-height: 1000px;
    transition: max-height 1s ease;
}
.single-product-short-desc .single-product-expandable.expanded::after {
	content: "";
}
.plus-minus {
	display: block;
	cursor: pointer;
	color:var(--beige) !important;
	font-size: 28px;
	font-family:sans-serif !important;
	font-weight:100 !important;
	margin-top: 10px;
	text-align:left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Opcional: Mostrar el símbolo "+" o "-" dependiendo del estado */
.plus-minus:before {
    content: "+";
}
.single-product-expandable.expanded + .plus-minus:before {
    content: "-";
}


/* IMAGE WITH HOTSPOTS */

.image-w-hotspots {
	position: relative;
	display: block;
	height: auto;
}
.image-w-hotspots img.hotspots-base-image {
	display: block;
	width: auto;
	height: auto;
	/* max-height: calc(100vh - 70px); */
	max-width: 100%;
	position: relative;
	z-index: 1;
	margin: 0 auto; 
}
.image-w-hotspots-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.hotspot-tooltip {
    position: absolute;
    height: auto;
    top: 0;
    background: transparent;
    z-index: 2;
    right: 0;
    width: 238px;
    bottom: 0;
    margin: auto;
}
@media only screen and (min-width:768px) {
	.hotspot-tooltip {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		/* padding: 15% 48px; */
		box-sizing:content-box;
        background-color: #000000;
        height: auto;
        top: 48px;
        bottom: initial;
        padding: 24px 32px;
	}
	.hotspot-tooltip.unresponsive-tooltip.position-left {
		right: initial;
		left: 56px;
	}
	.hotspot-tooltip.unresponsive-tooltip.position-right {
		left: initial;
		right: 56px;
	}
}
.hotspot-tooltip-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	display: block;
	line-height:1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.hotspot-tooltip-desc {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.hotspot-tooltip-inner {
  margin: 0 0 0 48px;
}

.hotspot-tooltip button,
button.coordinate {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: none; /* Quitamos "aliceblue" ya que no es válido */
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #9f9f9f;
  cursor: pointer;
  transition: all 0.4s ease; /* Añadimos la transición al estado base */
}

.hotspot-tooltip button::before,
button.coordinate::before {
  content: "";
  background-color: #9f9f9f;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  animation: ringPulse 4s infinite;
}

/* .hotspot-tooltip.beige button::before,
button.coordinate.beige::before {
  background-color: var(--beige) !important;
}*/

/* .hotspot-tooltip.beige button,
button.coordinate.beige {
	border-color:var(--beige) !important;
} */

/* .hotspot-tooltip.black button::before, 
button.coordinate.black::before {
  background-color: #000 !important;
}*/

/* .hotspot-tooltip.black button, 
button.coordinate.black {
	border-color:#000 !important;
} */

.hotspot-tooltip button,
button.coordinate.activedot,
button.coordinate:hover {
  border-color: #FFF;
}

.hotspot-tooltip button::before,
button.coordinate.activedot::before,
button.coordinate:hover::before {
  background-color: #FFF;
}

/* HOTSPOT ANIMATION */

@keyframes ringPulse {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  50% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(0.5);
  }
}


/* SINGLE PRODUCT VIDEOS */

.single-product-videos-intro {
  padding: 72px 0 32px;
}
.single-product-featured-video {
}
.single-product-video-thumbnails-content {
	padding: 48px 0 0;
	background-color: var(--bg-grey);
	position:relative;
}
.single-product-video-thumbnails-content::after {
	content:"";
	position:absolute;
	width:100%;
	height:48px;
	background-color:#737373;
	left:0;
	bottom:0;
}
.single-product-featured-video .video-wrapper {
	/*  position: relative;
	max-height: 80vh;
	height:80vh;
	text-align:center;
	margin:0 auto;
    width: 100%;
    padding-bottom: 56.25%; */ 
	/* Relación de aspecto 16:9 */
}

.single-product-featured-video .video-wrapper #main-video-player {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; 
	margin:0 auto;
	width: 100%;
	height: 100%;
	object-fit:contain;*/
}

.single-product-featured-video .video-wrapper {
  width: 100%;
  display: grid;
  place-items: center; /* centra horizontal y verticalmente */
}

.single-product-featured-video .video-wrapper iframe#main-video-player {
	/* elige el mayor tamaño posible sin superar 100% de ancho ni 80vh de alto */
	width: min(100%, calc(70vh * 16 / 9));
	width:100%;
	aspect-ratio: 16 / 9;   /* mantiene la proporción del reproductor */
	height: auto;           /* altura derivada del ancho (sin recortes) */
	display: block;
}

.single-product-video-thumbnails {
	margin-top:24px;
	text-align:center !important;
	position:relative;
	z-index:1;
}
.single-product-videos-thumbnail {
    width: 100%; 
    max-width: 200px;
    aspect-ratio: 16/9; /* 16:9 */
    position: relative;
    overflow: hidden;
	display:inline-block;
	vertical-align:middle;
	margin:0 12px;
	cursor:pointer;
}
.single-product-videos-thumbnail::after {
	/* content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border:1px solid #FFF;
	box-sizing:content-box; */
}
.single-product-videos-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* SINGLE PRODUCT RELATED PRODUCTS */
.mediclinics-boxed-content.related-products-intro {
    display: block;
    margin-bottom: 32px;
}

/* SINGLE PRODUCT PREFOOTER COMMERCIAL BLOCK */
.mediclinics-commercial-contact-block {
	margin:112px 0 64px;
	background-color:var(--bg-grey);
	
}
.commercial-contact-block-content {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 96px;
	justify-content: space-between;
	align-items: center;
}
.commercial-contact-block-left {
  padding: 24px 0;
}
.commercial-contact-block-left p.commercial-contact-text {
	font-size:44px;
	line-height:48px;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width:560px;
	margin-bottom:24px;
}
.commercial-contact-block-left p.commercial-contact-catalogs a {
	font-size:18px;
	font-weight:300;
	color:#000;
}
.commercial-contact-block-left p.commercial-contact-catalogs:hover {
	opacity:0.7;
	transition:all 0.4s ease;
}
.commercial-contact-block-left img {
	display:inline-block;
	vertical-align:middle;
	margin-right:16px;
}
.commercial-contact-block-right {
	background-color: var(--dark-bg);
	box-sizing:content-box;
	padding: 42px 46px;
	position:relative;
}
.commercial-contact-block-right::before,
.commercial-contact-block-right::after {
	background-color: var(--dark-bg);
	content:"";
	width:100%;
	height:14px;
	position:absolute;
	left:0;
}
.commercial-contact-block-right::before {
	top:-12px;
}
.commercial-contact-block-right::after {
	bottom:-12px;
}
.commercial-contact-block-right .beige-title,
.commercial-contact-block-right .beige-title a {
	font-size:26px !important;
	line-height:32px !important;
}
.commercial-contact-block-contact {
	display: block;
	margin-top:16px;
	margin-bottom: 56px;
}
.commercial-contact-block-contact p {
	display:block;
	margin-bottom:8px;
}
.commercial-contact-block-contact a {
	color:#FFF !important;
	text-decoration:none;
	font-size:18px;
	font-weight:300;
	line-height:24px;
}
.commercial-contact-block-contact p a img {
	display:inline-block;
	vertical-align:middle;
	filter:invert();
	margin-right:8px;
}
.commercial-contact-block-contact p:last-child a img {
	display:inline-block;
	vertical-align:middle;
	filter:invert();
	margin-right:12px;
	margin-left:4px;
}

/* 	WOOCOMMERCE OVERRIDE */

body.transparent-header .breadcrumbs-container {
    position: absolute;
    top: 110px;
    z-index: 10;
    width: 100%;
}
.breadcrumbs-container {
    position: relative;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.breadcrumbs-container .breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumbs-container .breadcrumbs,
.woocommerce-breadcrumb {
	font-size:12px !important;
	color:var(--text-grey) !important;
	font-weight:500 !important;
}
.breadcrumbs-container .breadcrumbs a,
.woocommerce-breadcrumb a {
	font-weight:300 !important;
	text-decoration:none !important;
	color:var(--text-grey) !important;
}
body.transparent-header .breadcrumbs-container .breadcrumbs,
body.transparent-header .woocommerce-breadcrumb,
body.transparent-header .breadcrumbs-container .breadcrumbs a,
body.transparent-header .woocommerce-breadcrumb a {
	color:white !important;
}

.breadcrumbs-container span,
.woocommerce-breadcrumb span {
	font-weight:300 !important;
	display:inline-block;
	vertical-align:middle;
	margin:0 4px;
}

.breadcrumbs-content.mediclinics-boxed-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.back-button-wrapper a {
    text-decoration: none;
	transition:All 0.4s ease;
	color:black;
	font-size:16px;
}
body.transparent-header .back-button-wrapper a {
	color:white
}
.back-button-wrapper a::before {
	transition:All 0.4s ease;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background-image: url(/wp-content/themes/mediclinicstheme/img/right-arrow-beige.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	transform: rotate(180deg);
    width: 22px;
    height: 16px;
    font-size: 14px;
    margin-right: 6px;
}
.back-button-wrapper a:hover {
	opacity:0.7;
}
.back-button-wrapper a:hover::before {
	margin-right: 14px;
}
.back-button-wrapper a.atras-arrow-none { 
	pointer-events: none; 
	opacity: 0.8;
}

/* FAQs */
.mediclinics-faqs-container {
	display: block;
	width: 100%;
}
.mediclinics-faqs-container .section-title {
	margin: 48px 0;
}
.faqs-column {
	flex: 1;
	flex-basis:50%;
	margin:0 0 56px !important;
}
.faqs-item {
    padding: 16px 0;
    border-top: 1px solid #DDD;
    min-height: 80px;
}
.faqs-item a {
	font-weight:600;
	color:#000;
}
.faqs-item-inner {
    padding: 0 32px;
}
.faqs-item-question {
	font-weight:700;
	font-size:22px;
	line-height:24px;
	position:relative;
	display:block;
	padding:24px 0;
}

.faqs-item-question {
	padding-right:56px;
}
.faqs-item-question,
.faqs-item-question h3:hover {
	cursor: pointer;
}

.faqs-item-question::before {
	content: "";
	background-image:url('/wp-content/themes/mediclinicstheme/img/big-plus.svg');
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center center;
	display:inline-block;
	position:absolute;
	margin:auto;
	right:0;
	top:0;
	bottom:0;
	width:31px;
	height:31px;
	transition: all 0.4s ease;
}
.faqs-item-question.triggered::before {
	background-image:url('/wp-content/themes/mediclinicstheme/img/big-minus.svg');
}

.faqs-item-answer {
	opacity:0;
	max-height: 1px;
	transition: all 0.3s ease;
	font-size:15.3px;
	line-height:20.4px;
	color:var(--text-grey);
	width:85%;
}
.faqs-item-answer.toggled {
	opacity:1;
	max-height: 500px;
	padding-bottom: 24px;
}

/* CAJA SERVICIO TECNICO */
div.caja-st {
	background-color:var(--bg-grey);
	padding: 16px 24px;
}
p.caja-st-heading {
	color: var(--beige);
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	padding-left: 0;
}
p.caja-st-p {
	margin: 0;
	padding-left: 16px;
	line-height: 22px;
}
.entry-content p.caja-st-p + p {
	margin-top: 8px;
}
span.caja-st-phone {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    margin-right: 8px;
}

div.caja-st a {
	color:var(--text-grey);
	font-weight: normal !important;
}
div.caja-st a:hover {
	text-decoration: none;
}


/* ARCHIVE PAGE */

.archive-page-intro {
    background-color: var(--bg-grey);
    padding: 56px 0 72px;
}
.archive-case-studies-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
	padding:24px 0;
}
.archive-case-studies-item-inner {
    margin-bottom: 24px;
}
.archive-case-studies-item img {
    max-width: 100%;
	height: auto;
}
a.archive-elegant-product-link {
	position:relative;
}
a.archive-elegant-product-link::after {
    content: "";
    background-color: var(--beige);
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    bottom: -24px;
    background-image: url(/wp-content/themes/mediclinicstheme/img/right-arrow-white.svg);
    background-size: 50% auto;
    background-position: center center;
    background-repeat: no-repeat;
	transition:all 0.4s ease;
}
a.archive-elegant-product-link:hover::after {
    background-color: #000;
}
.archive-case-studies-item-localizacion {
    color: var(--light-grey);
    font-size: 12px;
	margin-bottom: 4px;
    margin-top: 16px;
    text-transform: uppercase;
}
.archive-case-studies-item-title {
	font-size:22px;
	line-height:27.2px;
	font-weight:700;
	color:#000;
	margin-bottom: 16px;
}
.archive-case-studies-item-title a {
	color:#000 !important;
	transition:All 0.4s ease;
	text-decoration:none !important;
}
.archive-case-studies-item-title a:hover {
	color:var(--beige) !important;
}
.archive-case-studies-item-excerpt p {
	font-size:12px;
	line-height:17px;
	font-weight:300;
	color:var(--text-grey);
	width: 85%;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}

/* PAGINA DE CONTACTO ATENCION AL CLIENTE */

.contacto-section-general {
	background-color:var(--bg-grey);
}
.contacto-section-postventa {
	background-color:rgba(0,0,0,0.55);
	color:white;
}
.four-columns-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
	gap:24px;
}
.three-columns-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
	gap:24px;
}
.two-columns-grid-centered {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
	gap:48px;
}
.atc-repeater-list .atc-repeater-item {
	margin-bottom:24px;
	
}
.atc-repeater-item ul li {
	display:flex;
	gap:8px;
}
.contacto-section-postventa .atc-repeater-item ul li img {
	filter:invert(1);
}
.atc-repeater-item ul li img {
    display: inline-block;
    width: 24px;
}
.two-columns-grid-centered-item {
	margin-top:24px;
	max-width:304px;
	width:304px;
}
.two-columns-grid-centered-item:first-child {
    margin-right: 0 !important;
    margin-left: auto;
}
p.atc-repeater-title {
    display: block;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
}
p.atc-repeater-title-two {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.atc-repeater-list li {
	font-size: 16px;
	line-height: 20px;
	font-weight:300;
	margin-bottom:6px;
}

/* MAPA DELEGACIONES */

.mapa-delegaciones-wrapper {
	
}
.mapa-delegaciones-wrapper div.mapa {
	max-width:930px;
	width:90%;
	margin:0 auto;
	position: relative;
}
.mapa-delegaciones-wrapper .delegaciones {
	position: absolute;
	right: 0;
	bottom: 10%;
	margin: auto;
}
.mapa-delegaciones-wrapper .st0 {
	fill:#dedede;
	transition:all 0.4s ease;
}
.mapa-delegaciones-wrapper .st0:hover {
	fill: #c4aa83;
	cursor:pointer;
}
.mapa-delegaciones-wrapper .delegaciones .delegacion { display: none; }
.mapa-delegaciones-wrapper .delegaciones .delegacion.is-active { display: block; }

.mapa-delegaciones-wrapper .st0.is-active { fill: #c4aa83; }
.mapa-delegaciones-wrapper .st0:focus { outline: none; }

p.delegacion-title  {
    font-weight: 500;
    font-size: 20px;
}
.delegacion-text span::before {
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align:middle;
	margin-right:8px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}

.delegacion-text span.delegacion-phone::before {
	background-image:url('/wp-content/themes/mediclinicstheme/img/mobile_3_24dp_000_FILL0_wght100_GRAD0_opsz24.svg');
	
}
.delegacion-text span.delegacion-email::before {
	background-image:url('/wp-content/themes/mediclinicstheme/img/mail_24dp_000_FILL0_wght100_GRAD0_opsz24.svg');
}
.delegacion-text span.delegacion-fax::before {
	background-image:url('/wp-content/themes/mediclinicstheme/img/adf_scanner_24dp_000_FILL0_wght100_GRAD0_opsz24.svg');
}


/* PAGINA DE CATALOGOS */
body.page-template-mediclinics-catalogos {
	
}
body.page-template-mediclinics-catalogos h2.cabecera-tipo-title {
    max-width: initial;
}
.catalogos-repeater-list{
	justify-items: center;
}
.catalogo-item {
    max-width: 244px;
}
.catalogo-item-portada {
	display:block;
	position:relative;
	margin-bottom:8px;
	transition:all 0.5s ease;
}
.catalogo-item-portada::after {
    content:"";
    width: 44px;
    height: 44px;
    position: absolute;
    right:0;
	bottom:-16px;
	background-color:var(--beige);
	background-image:url('/wp-content/themes/mediclinicstheme/img/downloads-icon-white.svg');
	background-position:center;
	background-size:15px 20px;
	background-repeat:no-repeat;
	transition:all 0.5s ease;
}
.catalogo-item-portada:hover::after {
	background-color:#333;
}
.catalogo-item-portada a:hover img {
	opacity:1;
	transform: scale(1.01);
}
.catalogo-item-portada img {
	display:block;
	max-width:100%;
	height:auto;
	opacity:0.85;
	transition:all 0.5s ease;
}
.catalogo-item-fecha {
	text-transform:uppercase;
}
.catalogo-item-titulo {
	font-weight:700;
	font-size:20px;
	line-height:24px;
}
.catalogo-item-titulo a {
	text-decoration:none;
	color:#000;
	transition:all 0.5s ease;
}
.catalogo-item-titulo a:hover {
	color:var(--beige);
}
.catalogo-item-texto {
	
} 


/* MEDIA QUERIES */ 
@media only screen and (max-width: 1441px) {
	.mediclinics-faqs-container {
		flex-direction: column;
	}
}
@media only screen and (min-width: 768px) and  (max-width: 1104px) {
	/* .mostrar-entradas {
		grid-template-columns: repeat(2, 1fr);
	} */
	.mostrar-entrada-img {
		max-width: 330px;
	}
	.mostrar-entrada-img img {
		max-width: 100%;
		height: auto;
		object-fit: cover;
	}
	.section-pretitle {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 3px;
	}
}
@media only screen and (min-width: 991px) {
	.contact-block-form {
	  margin-right: 80px;
	}
	.footer-content-right {
		border-left: 0.5px solid #ffffff73;;
	}
	.footer-content-menu {
		border-right: 0.5px solid #ffffff73;;
	}
	/* TOOLTIP */
	.image-w-hotspots-responsive-tooltips {
		display:none !important;
	}
	.image-w-hotspots-responsive-tooltips .hotspot-tooltip {
		display:none !important;
	}
	/* FOOTER MENU */
	.footer-content-menu ul.menu ul.sub-menu,
	#menu-footer-menu ul.sub-menu {
		margin-bottom:16px;
	}
}

@media only screen and (max-width:990px) {
	.header-main .mediclinics-boxed-content,
	.breadcrumbs-content.mediclinics-boxed-content {
		width:calc(100% - 32px)
	}
	.site-logo-container {
		margin-right: 0;
		width:280px;
	}
	.site-logo-container a {
		background-size:contain;
	}
	.header-main-content {
		align-items: center;
	}
	.header-main-search {
		display: none;
	}
	.burger-menu {
		margin: 0 0 0 auto;
	}
	/* HEADER META MENUS */
	.header-meta-menu {
		display: none;
	}
	/* SINGLE PRODUCT */
	.single-product-downloads {
	}
	.commercial-contact-block-left p.commercial-contact-text {
    	font-size: 28px;
    	line-height: 34px;
	}
	.commercial-contact-block-left p.commercial-contact-catalogs a {
		font-size: 16px;
	}
	.commercial-contact-block-content {
		display:block;
	}
	.commercial-contact-block-right.fade-in-two {
		margin-top:24px;
	}
	.four-columns-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-content-marcas {
		padding: 8px 0;
		width: 100%;
        max-width: 300px;
        margin-top: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
	/* TOOLTIP */
	.image-w-hotspots-responsive-tooltips {
		display:none !important;
	}
	.image-w-hotspots-responsive-tooltips .hotspot-tooltip {
		display:none !important;
	}
	.footer-content-menu ul.menu > li,
	ul#menu-footer-menu > li {
	    float: none;
	    clear: both;
	    width: auto;
	    margin-bottom: 24px !important;
	}
	.footer-content-menu ul.menu a,
	ul#menu-footer-menu a {
		max-width: initial;
	}
	.footer-content-right,
	.footer-content-left {
		width: initial;
		min-width: initial;
		flex: 1;
	}
	.footer-content-menu,
	.footer-content-social {
	    padding: 8px 0;
	}
}
@media only screen and (max-width: 767px) {
	body.burgerized {
		overflow:hidden;
	}
	/* HEADER
	.header-main {
	  position: fixed;
	  width: 100%;
	  top: 46px;
	}
	#header-meta {
	  position: fixed;
	  width: 100%;
	  top: 0;
	} */
	
	/* SECTION TITLES */
	.section-title {
		font-size: 28px;
		line-height: 34px;
	}
	.section-title.centered-title br {
	  display: none;
	}
	.section-pretitle {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 2px;
		max-width: 80%;
		margin-right:auto;
		margin-left:0;
	}
	..section-pretitle.centered-pretitle {
		margin-right:auto;
		margin-left:auto;
	}
	.section-subtitle p {
		font-size: 16px;
		line-height: 22px;
	}
	/* HOME SLIDER CAPTION */
	.home-hero-slide .home-hero-title {
		font-size: 34px;
		line-height: 40px;
		max-width: 80%;
	}
	.home-hero-slide .home-hero-subtitle {
	  font-size: 18px;
	  line-height: 24px;
	  letter-spacing: 2px;
	  max-width: 80%;
	}
	.home-hero-slide .home-hero-text {
		font-size: 16px;
		line-height: 22px;
		max-width: 80%;
	}
	/* HOME PREMIUM */
	.home-premium-grid-content {
		display: block;
	}
	.homepage-premium-item {
		min-width: initial;
		width: initial;
		margin-bottom: 32px;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	/* HOME PRODUCTS */
	.home-products-grid-content {
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
	}
	.homepage-product-item {;
		width: calc(50% - 8px);
	}
	/* HOME PORQUE */
	.home-porque-grid-content {
		flex-wrap: wrap;
		justify-content: center;
	}
	.homepage-porque-item {
	  flex-basis: 45%;
	  margin-bottom: 32px;
	}
	.homepage-porque-item p {
		font-size: 18px;
		line-height: 22px;
		font-weight: 300;
	}
	/* HOME BLOG */
	.mostrar-entradas {
		display: block;
	}
	.mostrar-entrada-img {
		max-width: 330px;
	}
	.mostrar-entrada-img img {
		max-width: 100%;
		object-fit: cover;
	}
	.homepage-case-studies-item {
		margin-bottom: 24px;
	}
	/* CONTACT BLOCK */
	.contact-block-content {
		flex-direction:column
	}
	.footer-content-right {
		gap: 24px;
		flex-direction:column;
	}
	
	/* FOOTER */
	.footer-content,
	.footer-content-left {
		display: block;
	}
	.footer-content-logo {
		margin-bottom:24px;
	}
	.footer-content-menu ul.menu,
	ul#menu-footer-menu {
		/* flex-wrap: wrap; */
	}
	.footer-content-menu ul.menu li, 
	ul#menu-footer-menu li {
		margin-top:24px;
	}
	.footer-content-menu ul.menu li ul li,
	ul#menu-footer-menu li ul li {
		margin-top:initial;
	}
	.footer-content-contact {
		display:block;
	}
	.footer-content-nl,
	.footer-content-social,
	.footer-content-menu,
	.footer-content-legal {
		padding-left:0;
		padding-right:0;
	}
	.footer-content-menu ul.menu a,
	ul#menu-footer-menu a {
	    max-width: initial;
	}
	/* ATENCION AL CLIENTE CONTACTO MAPA */
	.three-columns-grid,
	.two-columns-grid-centered {
		grid-template-columns: 1fr; 
	}
	.three-columns-grid-item,
	.two-columns-grid-centered-item:first-child,
	.two-columns-grid-centered-item {
		width:304px;
		max-width:100%;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.mapa-delegaciones-wrapper .delegaciones {
		position: relative;
		right: initial;
		bottom: initial;
		margin: auto;
		display: block;
		margin: 24px 0;
		min-height: 112px;
	}
	p.atc-repeater-title {
		font-size: 20px;
		line-height: 24px;
	}

	/* GAMA PREMIUM */
	.gama-selectors-products-subitems {
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row;
	}
	.gama-selectors-products-subitem {
		width: 40%;
	}
	.range-products-item-nav {
		display:none;
	}
	.gama-selectors-hashtag {
		font-size: 22px;
	}
	/* SINGLE PRODUCT */
	.single-product-main-image {
		max-width: 100%;
		width: 100%;
	}
	.single-product-content {
		display: block;
	}
	.single-product-main {
		position: relative;
	}
    .single-product-form-cta {
        bottom: -42px;
        left: 0;
        right: 0;
        margin: auto !important;
    }
	.single-product-form-cta a {
		display: block; 
	}
	.single-product-form-cta a + a {
		margin-left:0;
		margin-top:4px;
	}
	.single-product-variations-and-thumbs .mediclinics-boxed-content {
		display: grid;
		grid-row-gap: 48px;
	}
	.single-product-thumbs {
		order: 1;
		width: 100%;
	}
	.single-product-variations {
		order: 2;
		width: 100%;
	}
	
	/* MOBILE HOTSPOTS */
	.hotspot-tooltip button,
	button.coordinate {
		width: 18px;
		height: 18px;
	}
	.hotspot-tooltip button::before,
	button.coordinate::before {
		width: 12px;
		height: 12px;
	}
	/* TOOLTIP */
	.image-w-hotspots-responsive-tooltips {
		position: relative;
		background-color: #fcfcfc;
        box-sizing: content-box;
        padding: 32px 32px 32px 32px;
	}
	.hotspot-tooltip.unresponsive-tooltip {
		display:none !important;
	}
	.hotspot-tooltip {
		position: relative;
		width: 100%;
		left: initial;
		right: initial;
		padding-bottom:24px;
		/* display:none; */
	}
	.hotspot-tooltip:first-child {
		/* display:initial; */
	}
	.hotspot-tooltip-title {
		margin-bottom:0;
	}
	.hotspot-tooltip-inner p + p {
		margin-top:8px;
	}
	.hotspot-tooltip-title {
		font-size: 16px;
	}
	p.hotspot-tooltip-desc {
		font-size: 14px;
		line-height: 20px;
	}
	.hotspot-tooltip button {
		filter: invert(0.15);
	}
	.single-product-videos h2 {
		margin-left:0 !important;
	}
	.single-product-videos-thumbnail {
		max-width: 120px;
		margin-bottom: 24px;  
	}
	.single-product-videos-intro {
		padding: 48px 0 24px;
	}
	ul.mc-descargables-certificaciones-list.mc-descargables-list.single-product-downloads {
		column-count: initial;
		margin-bottom:48px;
	}
	/* COMMERCIAL CONTACT BLOCK  */
	.commercial-contact-block-right {
		padding: 16px 24px;
	}
	.commercial-contact-block-right .beige-title,
	.commercial-contact-block-right .beige-title a {
		font-size:20px !important;
		line-height:26px !important;
	}
	.commercial-contact-block-contact a {
		font-size:13px;
		line-height:20px;
	}
	/* ARCHIVE CASE STUDIES */
	.archive-case-studies-grid {
		grid-template-columns: 1fr;
		padding: 64px 0 48px;
	}
	.archive-case-studies-item-inner {
		margin-bottom: 48px;
	}
	.image-w-hotspots {
		margin-top:42px;
	}

}

@media only screen and (max-width:560px) {
	.mega-menu-meta a.boton-tipo {
		padding: 0 22px;
	}
	a.boton-tipo.boton-descarga.botono-encabalgado-derecha {
		position: relative;
	    margin: auto;
	    text-align: center;
	    right: initial;
	    bottom: -24px;
	    left: 32px;
	}
	.eighty-padded {
	    padding-top: 56px;
	    padding-bottom: 56px;
	}
	.faqs-item-inner {
	  padding: 0;
	}
	.faqs-item-question {
	  font-size: 18px;
	  line-height: 22px;
	  padding: 16px 48px 16px 0;
	}
	.caja-st-phone {
	  display: block !important;
	  margin-bottom: 8px !important;
	}
	p.caja-st-p {
	  padding-left: 0;
	}
	.mediclinics-boxed-content {
		width: calc(100% - 48px);
	}
	.product-variations-headings,
	.product-variations-info ul li {
		gap:4%;
	}
	.product-variations-info h2,
	.product-variations-info h3,
	.product-variations-info h4 {
		width: 48%;
	}
	.product-variations-info ul li div {
		width: 48%;
	}
	#image-modal button#prev-image,
	.cronlonogia-slider button.slick-arrow.slick-prev,
	.home-elegant-slider.home-premium-grid-content button.slick-arrow.slick-prev {
		left: -16px;
	}
	#image-modal button#next-image,
	.cronlonogia-slider button.slick-arrow.slick-next,
	.home-elegant-slider.home-premium-grid-content button.slick-arrow.slick-next {
		right: -16px;
	}
}
@media only screen and (max-width:480px) {
	.four-columns-grid {
		grid-template-columns:1fr;
	}
	.home-case-studies-grid {
		display: block;
	}
	#threed-modal .archevio_wrapper > div {
		width: 80%;
		height: 80%;
	}
	body.burgerized .header-main {
		height: 70px;
	}
	body.burgerized .site-logo-container {
		height: 50px;
	}
	body.burgerized .header-main-search {
		margin-bottom: 14px;
	}
	.mapa-delegaciones-wrapper div.mapa {
		width:100%;
	}
	p.delegacion-text {
		font-size:13px;
	}
	span.delegacion-email {
		word-break: break-all;
	}
}