.hero-section{
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(208, 234, 244, 0.55);
}

.hero-section .hero-grid{
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-section .hero-image img{
	width: 100%;
	height: 100%;
}

.hero-section .hero-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.hero-section .hero-content h1{
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	color: #222;
}

.hero-section .hero-content h2{
	font-size: 20px;
	line-height: 28px;
	color: #222;
	font-weight: 400;
}

.hero-section #buscador{
	position: relative;
	width: 511px;
	margin: 32px auto 0 auto;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}


.hero-section #buscador .ui-autocomplete-input{
	width: 100%;
	height: 44px;
	padding: 16px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0px 2px 10px 0px rgba(34, 34, 34, 0.15);
	font-size: 14px;
	line-height: 22px;
	color: #676767;
	font-weight: 400;
}

.hero-section #buscador .subTip,
.hero-section #buscador .loadTip{
	position: absolute;
	right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.hero-section #buscador .predictive{
	position: absolute;
    z-index: 100;
    left: 0;
    margin-left: auto;
    top: 0px;
    background-color: #FFFFFF;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
	overflow: hidden;
}

.hero-section #buscador .predictive .predictive-am{
	width: 100%;
}

.hero-section #buscador .predictive .predictive-block,
.hero-section #buscador .predictive .predictive-am .predictive-list{
	height: auto;
}

.hero-section #buscador .predictive .predictive-block{
	position: relative	;
	overflow: scroll;
	max-height: 360px;
}

.hero-section #buscador .predictive .predictive-am .predictive-list{
	padding: 0;
	margin: 0;
}

.hero-section #buscador .predictive .predictive-am .predictive-list .predictive-items{
	margin-top: 32px;
}

.hero-section #buscador .predictive .predictive-am .predictive-item{
	width: 100%;
	padding: 0;
	border: 0;
}

.hero-section #buscador .predictive .predictive-am .predictive-item h4{
	top: auto;
	padding: 0;
}
.hero-section #buscador .predictive .predictive-am .predictive-item h4 a{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	top: auto;
	padding: 10px;
	color: #222;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	text-align: left;
}

.hero-section #buscador .predictive .predictive-am .predictive-item h4 a:hover{
	background-color: #f3f3f3;
}

.hero-section #buscador .predictive .predictive-am .predictive-item h4 a,
.hero-section #buscador .predictive .predictive-am .predictive-item h4 a:hover{
	text-decoration: none;
}

.hero-section #buscador .predictive .predictive-am .predictive-item img{
	width: auto;
	opacity: 0.2;
	margin: 0;
}

.hero-section #buscador .predictive .predictive-am .predictive-res{
	position: absolute;
    width: 100%;
    border: 0;
    top: 0px;
    background: #2697be;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 0px;
}

.home-h1 {
	background-color: var(--color-light);	
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
}

.home-h1 h1 {
	font-size: 16px;
	line-height: 20px;
}

.blank {
	background-color: #fff;
	padding-top: 15px;
}

.blank .cuatrobloques {
	width: var(--wrapper-width)!important;
}

.blank .cuatrobloques .left {
	width: calc(50% - (69px / 2));
	text-align: right;
}

.blank .cuatrobloques .left:last-of-type {
	text-align: left;
}

.blank .cuatrobloques .left a {
	display: inline-block;
	text-align: center;
	color: #CCCCCC;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 30px;
	font-weight: var(--font-medium);
}

.blank .cuatrobloques .left a span {
	font-size: 14px;
	line-height: 20px;
	display: block;
	text-transform: none;
	font-weight: bold;
}

.blank .cuatrobloques .left.active a {
	color: var(--color-light);
}

.blank .cuatrobloques .left.active a span {
	color: var(--color);
}

.blank .cuatrobloques .left a:hover {
	color: var(--color)!important;
	text-decoration: none;
}

.blank .cuatrobloques .sep {
	width: 1px;
	background-color: #CCCCCC;
	height: 41px;
	margin: 6px 34px 0 34px;
}

.blank .grid {
	width: var(--wrapper-width);
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
}

.blank .grid .row {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
	margin-top: -6px;
    display: flex;
    flex-wrap: wrap;	
}

.acto-destacado {
	width: calc(50% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
	float: left;
	border: 1px solid var(--line-grey);
	position: relative;
	padding-bottom: 55px;
}

.acto-destacado img {
	width: calc(100% - 309px);
}

.acto-destacado .texto {
	width: 309px;
	padding: 12px 21px 0 21px;
}

.acto-destacado .texto.no-foto {
	width: 100%;
	padding-bottom: 12px;
}

.acto-destacado .texto h5,
.acto-destacado .texto h3{
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	overflow: hidden;	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: var(--color);
}

.acto-destacado .texto p {
	font-size: 16px;
	overflow: hidden;	
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	padding-top: 0px!important;
	height: calc(24px* 3);
	line-height: 24px;
	aspect-ratio: 3/1;
	width: 100%;
}

.acto-destacado h2{
	padding: 0;
	margin-bottom: 20px;
}

.acto-destacado .banda {
	background-color: var(--color-opacity-no);
	height: 55px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.acto-destacado .banda .left {
	padding: 17px 10px 0 16px;
}

.acto-destacado .banda .left span {
	font-size: 12px;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: -12px;
}

.acto-destacado .banda .left b {
	font-size: 32px;
	padding-left: 6px;
}

.acto-destacado .banda .more {
	display: inline-block;
	background-color: var(--bt-background);
	color: var(--bt-color);
	width: 108px;
	text-align: center;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-weight: bold;
}

.acto-destacado .banda .more:hover {
	text-decoration: none;
	background-color: var(--bt-hover-background);
}

.descubrenos {
	background-color: #f3f3f3;	
	padding: 56px 0;
	text-align: center;
}

.descubrenos-wrapper{
	display: grid;
	margin-top: 36px;
	margin-bottom: 48px;
	grid-template-columns: repeat(4, 1fr);
	align-items: flex-start;
	gap: 32px;
}

.descubrenos .descubre{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.descubrenos .descubre > a{
	margin-bottom: 18px;
	color: #4682B4;
}

.descubrenos .descubre h4 a{
	display: inline-block;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.descubrenos .descubre p{
	font-size: 16px;
	line-height: 24px;
}

.descubrenos .ver-mas {
	display: inline-block;
	background-color: var(--bt-background);
	color: var(--bt-color);
	border-radius: var(--bt-border-radius);
	padding: var(--bt-padding);
	font-size: 16px;
	min-width: 270px;
}

.descubrenos .ver-mas:hover {
	text-decoration: none;
	background-color: var(--bt-hover-background);
}

.new-nuestras-ventajas {
	padding: 56px 0;
	background: rgba(238,246,255,0.5);
	text-align: center;
}

.new-nuestras-ventajas .icos{
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 48px;
}

.new-nuestras-ventajas .icos div{
	width: 100%;
}

.new-nuestras-ventajas .icos div a{
	display: inline-block;
}

.new-nuestras-ventajas .icos div > a{
	margin-bottom: 24px;
}

.new-nuestras-ventajas .icos div > a img{
	width: auto;
	max-height: 64px;
	margin: 0 auto;
}

.new-nuestras-ventajas .icos div h4{
	font-size: 18px;
	line-height: 26px;
	color: #4682B4;
	margin-bottom: 8px;
}

.new-nuestras-ventajas .icos div p{
	font-size: 16px;
	line-height: 24px;
	color: #222222;
	padding: 0;
	margin: 0 auto;
}

.tdhome-text .ver-mas {
	margin-top: 40px;
	margin-bottom: 0px;
	display: inline-block;
	background-color: var(--bt-background);
	color: var(--bt-color);
	border-radius: var(--bt-border-radius);
	padding: var(--bt-padding);
	min-width: 247px;
	font-size: 16px;
}

.new-nuestras-ventajas .ver-mas:hover,
.tdhome-text .ver-mas:hover {
	text-decoration: none;
	background-color: var(--bt-hover-background);
}

.descubrenos h3,
.new-nuestras-ventajas h3, 
.footer-medios h3,
.home-blogs h3,
.home-ayudarte h3,
.home-servicios-medicos h3 {
	text-transform: none;
	font-size: 26px;
	line-height: 34px;
	color: var(--bt-background)!important;
	font-weight: 500;
}

.home-blogs h3 a,
.footer-medios h3 a{
	color: var(--bt-background)!important;
}

.footer-medios{
	padding: 40px 0;
	text-align: center;
}

.footer-medios .icos{
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.footer-medios .icos img{
	height: 50px;
	width: 210px;
	max-width: 100%;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.home-h2 {
	background-color: #FFF;
	padding-top: 26px;
	padding-bottom: 26px;
	line-height: 26px;
}

.home-h2 h2 {
	font-size: 16px;
	padding-bottom: 4px;
	line-height: 24px;	
}

.home-h2 h3 {
	font-size: var(--initial-font-size);
	font-weight: normal;
}

.home-h2 p{
	font-size: 14px;
	line-height: 22px;
}

/* Telemedicina HOME */
.tmdhome-banner{
	padding: 32px 0;
}

.tdmhome-title{
	color: #20749A;
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}

.tdmhome-subtitle{
	text-align: center;
	color: #7F7F7F;
	font-size: 16px;
	line-height: 24px;
}

.tdhome-content{
	margin-top: 32px;
	display: flex;
	gap: 40px;
	align-items: center;
}

.tdhome-text{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.tdhome-text p{
	font-size: 16px;
	line-height: 24px;
}

.tdhome-text p a{
	color: var(--bt-background);
	font-weight: bold;
	text-decoration: underline;
}

.tdhome-text .ver-mas{
	text-align: center;
	min-width: 180px;
}

.tdhome-text ul{
	margin-top: 32px;
	font-size: 16px;
	line-height: 24px;
}

.tdhome-text ul li{
	position: relative;
	margin-bottom: 8px;
	padding-left: 32px;
}

.tdhome-text ul li:last-of-type{
	margin-bottom: 0;
}

.tdhome-text ul li::before{
	content: "";
	background:url(../img/tm24-check.svg) no-repeat center center;
	background-size: 24px;
	object-fit: contain;
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	border: 0;
	transform: none;
	top: auto;
}

.tdhome-mosaic{
	display: flex;
	gap: 32px;
}

.tdhome-mosaic-secondary{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 32px;
}

.footer-marcas{
	padding: 16px 0 48px 0 ;
}

.footer-marcas h3{
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #676767;
	font-weight: 500;
	margin-bottom: 16px;
}

.footer-marcas img{
    width: auto;
	height: 45px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.home-blogs,
.home-ayudarte{
	padding: 56px 0;
	text-align: center;
}

.home-blogs-subtitle{
	font-size: 16px;
	line-height: 24px;
	margin-top: 8px;
	color: #676767;
}

.home-blogs-items a{
	display: inline-block;
}

.home-blogs-wrapper{
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 112px;
    row-gap: 32px;
}

.home-blogs-item {
	flex-basis: calc(100% / 2 - 56px);
    box-sizing: border-box;
	display: flex;
	align-items: center;
	text-align: left;
	gap: 16px;
}

.home-blogs-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	max-height: 141px;
}

.home-blogs-img, 
.home-blogs-content{
	flex-basis: 50%;
}

.home-blogs-content{
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.home-blogs-content time{
	font-size: 14px;
	line-height: 22px;
	color: #222;
}

.home-blogs-content h4 a{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #222!important;
}

.home-blogs-content p a{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #2061F9;
	text-decoration: underline;
}

.ayudarte-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 48px;
	text-align: left;
}

.ayudarte-item{
	position: relative;
	padding: 16px;
	box-shadow: 0px 2px 10px 0px rgba(34, 34, 34, 0.15);
	border-radius: 16px;
}

.ayudarte-item-label{
	transform: rotate(14deg);
    color: #fff;
    font-weight: bold;
    background: #E2A610;
    border: 1px solid #E2A610;
    border-radius: 16px;
    position: absolute;
    top: -15px;
    right: 20px;
    padding: 8px;
	width: auto;
    min-width: 70px;
    text-align: center;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}

.ayudarte-header{
	display: flex;
	align-items: flex-start;
	gap: 4px;
}

.ayudarte-titles h4{
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #222;
	margin-bottom: 4px;
}

.ayudarte-titles p{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #676767;
}

.ayudarte-tags{
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 4px;
}

.ayudarte-tags span{
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #505050;
	padding: 0 8px;
	border-radius: 8px;
	background-color: #f3f3f3;
}

.ayudarte-tags span:hover{
	text-decoration: none;
}

.ayudarte-tags .ayudarte-tags-num{
	font-weight: 700;
	color: #20749A;
	background-color: transparent;
}

.ayudarte-item ul{
	margin-top: 18px;
	min-height: 75px;
}

.ayudarte-item ul li{
	position: relative;
	padding-left: 32px;
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 8px;
	color: #505050;
}

.ayudarte-item ul li::before{
	content: "";
	background: url("/img/tm24-check.svg") no-repeat center center;
	background-size: 24px;
	object-fit: contain;
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	border: 0;
	transform: none;
	top: auto;
}

.ayudarte-link{
	display: inline-block;
    background-color: var(--bt-background);
    color: var(--bt-color);
    border-radius: var(--bt-border-radius);
    padding: 10px;
    font-size: 16px;
	line-height: 24px;
	width: 100%;
	text-align: center;
	margin-top: 24px;
}

.ayudarte-link:hover{
	text-decoration: none;
	background: #20749A;
}


.home-numbers{
	padding: 56px 0;
	text-align: center;
}

.numbers-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 80px;
}

.number-item{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.number-icon{
	font-size: 32px;
	font-weight: 700;
	line-height: 28px;
	color: #222222;
}

.number-image{
	display: flex;
	justify-content: center;
	align-items: center;
}

.number-description p{
	font-size: 16px;
	line-height: 24px;
	color: #676767;
	font-weight: 400;
}

.home-servicios-medicos{
	padding: 56px 0;
	text-align: center;
}

.servicios-medicos-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 18px;
}

/* .servicios-medicos-tabs{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 34px;
} */

.servicios-medicos-ver-mas{
	font-size: 16px;
	color: #20749A;
	line-height: 24px;
	text-decoration: underline;
}

.servicios-medicos-tabs li a{
	font-size: 16px;
	line-height: 24px;
	color: #112A3B;
	text-decoration: none;
	padding: 10px 54px 10px 10px;
}

.servicios-medicos-tabs li a.active{
	color: #215E7D;
	text-decoration: underline;
	font-weight: 700;
}

.swiper-container {
	position: relative;
}

.swiper-button-next {
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translateY(-50%);
	background-color: #fff;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 10;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}

.swiper-button-next::after {
	font-size: 16px;
	color: #393939;
	font-weight: bold;
}

.swiper-pagination{
	position: absolute;
    bottom: -30px !important;
}

.swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	background: #D6F0F7;
}

.swiper-pagination-bullet-active{
	background: #20749A;
}

.sm-slide{
	padding: 8px;
}

.sm-slide .sm-image img{
	width: 100%;
	height: 156px;
	border-radius: 16px;
	object-fit: cover;
}

.sm-slide .sm-image{
	margin-bottom: 8px;
}

.sm-content{
	text-align: left;
}

.sm-content h4{
	font-size: 16px;
	line-height: 24px;
	color: #112A3B;
	margin-bottom: 4px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	min-height: 48px;
}

.sm-content p{
	font-size: 14px;
	line-height: 22px;
	color: #112A3B;
	color: #7F7F7F;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sm-precio{
	padding-top: 16px;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
	color: #112A3B;

}

.sm-precio-total{
	font-weight: 700;
}

.sm-boton span{
	display: inline-block;
    background-color: var(--bt-background);
    color: var(--bt-color);
    border-radius: var(--bt-border-radius);
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    text-align: center;
	margin-top: 16px;
}

.sm-boton span:hover{
	text-decoration: none;
	background: #20749A;
}

@media (max-width: 1189px) {
	.hero-section .hero-image.hero-image-left{
		display: none;
	}
	.hero-section .hero-grid{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.hero-section{
		height: auto;
		min-height: auto;
		padding: 56px 0 0 0;
		align-items: flex-start;
	}


	.tdhome-content{
		flex-direction: column;
		align-items: center;
	}

	.tdhome-mosaic,
	.tdhome-mosaic-secondary{
		gap: 16px;
	}

	.tdhome-mosaic img {
		width: 100%;
		height: auto;
	}

	.tdhome-mosaic-secondary img {
		flex: 1 1 50%;
	}

	.tdhome-mosaic > img,
	.tdhome-mosaic-secondary {
		flex: 1 1 50%;
		max-width: 50%;
	}

	.tdhome-text .ver-mas{
		align-self: center;
	}

	.tdhome-content{
		margin-top: 24px;
		gap: 24px;
	}

	.descubrenos-wrapper,
	.new-nuestras-ventajas .icos,
	.ayudarte-grid,
	.numbers-grid{
		grid-template-columns: repeat(2,1fr);
	}

	.new-nuestras-ventajas .icos div p{
		max-width: 234px;
	}

	.footer-medios .icos{
		flex-wrap: wrap;
	}

	.home-blogs-wrapper{
		gap: 56px;
	}
	.home-blogs-item{
		flex-direction: column;
		flex-basis: calc(100% / 2 - 28px);
		align-items: flex-start;
	}

	.servicios-medicos-tabs li a{
		padding: 6px!important;
	}
	.hero-section #buscador .predictive{
		top: 15px;
	}
}

@media (max-width: 560px) {
	.tdmhome-title{
		font-size: 24px;
		line-height: 32px;
	}

	.descubrenos-wrapper,
	.new-nuestras-ventajas .icos,
	.ayudarte-grid{
		grid-template-columns: 1fr;
	}

	.ayudarte-grid{
		gap: 32px;
	}

	.footer-marcas img{
		max-height: 30px;
	}

	.home-blogs,
	.new-nuestras-ventajas,
	.descubrenos,
	.home-numbers{
		padding: 32px 0;
	}

	.home-blogs-wrapper{
		flex-direction: column;
	}

	.home-blogs-img img{
		max-height: 100%;
	}

	.home-blogs-item{
		align-items: flex-start;
		gap: 8px;
	}

	.home-blogs-content{
		gap: 8px;
	}

	.home-blogs-content h4 a{
		margin-bottom: 8px;
		display: inline-block;
	}
	
	.home-blogs-wrapper{
		gap: 42px;
	}

	.number-icon{
		font-size: 24px;
		line-height: 32px;
	}

	.numbers-grid{
		column-gap: 44px;
		row-gap: 16px;
	}

	.number-description p{
		font-size: 14px;
		line-height: 22px;
	}

	.swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

	.servicios-medicos-ver-mas{
		display: none;
	}

	.tabs-container {
		overflow: hidden;
		width: 100%;
	}

	.ayudarte-item{
		max-width: 295px;
		margin: 0 auto;
	}

	.ayudarte-titles p,
	.ayudarte-tags span,
	.ayudarte-item ul li{
		font-size: 16px;
		line-height: 24px;
	}

	.ayudarte-tags a{
		font-size: 14px;
		line-height: 22px;
	}

	.tabs-container .swiper-slide {
		width: auto !important;
		display: inline-block; 
	  }

	.servicios-medicos-tabs li a{
		padding: 10px;
	}

	.descubrenos .descubre p{
		max-width: 269px;
	}

	.sm-precio-total{
		font-size: 20px;
		line-height: 28px;
	}

	.hero-section .hero-content{
		text-align: center;
		gap: 16px;
		width: 100%;
	}

	.hero-section .hero-content h2{
		font-size: 16px;
		line-height: 24px;
	}

	.hero-section #buscador{
		width: 100%;
	}
	.hero-section .hero-content h1{
		font-size: 32px;
		line-height: 24px;
	}
}

@media (min-width: 560px) {
	.tabs-container .swiper-slide { 
	  width: auto !important;
	  flex-shrink: 0 !important;
	  margin-right: 0;
	}
	
	.servicios-medicos-tabs {
		display: block; /* Cambia de flex a block */
		text-align: center; /* O como desees alinear los elementos */
		padding: 0;
		margin: 0;
	}

	.servicios-medicos-tabs li {
		display: inline-block; /* Para que se alineen horizontalmente */
		margin-right: 34px; /* Ajusta el espaciado según lo necesites */
		list-style: none;
	}
}
