/* general */
table tr td.icon-delete a {
	background-color: #ff5267;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right;
}

.mayusculas {
	text-transform: uppercase;
}

.btn-blue-white {
	font-size: 15px;
	background: #fff !important;
	color: #2d8dea !important;
	border: 2px solid #2d8dea;
}

	.btn-blue-white:hover {
		background: #4ca6ef !important;
		color: #fff !important;
		border: 2px solid #4ca6ef;
	}
/* font */
.fw-500 {
	font-weight: 500;
}

.fs-13 {
	font-size: 13px;
}

.fs-16 {
	font-size: 16px;
}
/* color - background */
.bg-f3f9fe {
	background-color: #f3f9fe;
}

.bci-cfd9e1 {
	background-color: #cfd9e1 !important;
}

.fc-2d8dea {
	color: #2d8dea;
}
/* padding - margin */
.pl-10 {
	padding-left: 10px;
}

.pr-10 {
	padding-right: 10px;
}

.plr-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.pt-0i {
	padding-top: 0 !important;
}

.m-0i {
	margin: 0 !important;
}

.mt-2em {
	margin-top: 2em;
}

.mt-3em {
	margin-top: 3em;
}

.mt-4em {
	margin-top: 4em;
}

.mt-5em {
	margin-top: 5em;
}

.mb-1em {
	margin-bottom: 1em;
}

.mb-3em {
	margin-bottom: 3em;
}

.mb-5em {
	margin-bottom: 5em;
}

.pb-5em {
	padding-bottom: 5em;
}
/* vacunas */
.uk-card-vacunas {
	margin-bottom: 2em;
}

	.uk-card-vacunas h3 {
		font-size: 19px;
	}

	.uk-card-vacunas .card-img {
		position: relative;
	}

		.uk-card-vacunas .card-img span {
			color: white;
			padding: 0 18px;
			background-color: #197ee8;
			border-radius: 5px;
			display: inline-block;
			text-align: center;
			line-height: 32px;
			position: absolute;
			bottom: 15px;
			left: 30px;
			font-size: 16px;
		}

	.uk-card-vacunas .card-content {
		padding: 40px;
	}

	.uk-card-vacunas p {
		display: -webkit-box;
		max-width: 100%;
		margin: 0 auto;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 16px;
	}

	.uk-card-vacunas .ver_mas {
		font-size: 16px;
		font-weight: 500;
		color: #197ee8;
		text-decoration: none;
	}

	.uk-card-vacunas .card-detalle {
		padding-top: 1em;
	}

	.uk-card-vacunas .agregar div {
		display: inline-block;
		color: #3f5f7f;
		font-weight: 500;
		line-height: 15px;
		text-align: right;
	}

	.uk-card-vacunas .agregar {
		justify-content: flex-end;
	}

		.uk-card-vacunas .agregar .precio {
			font-size: 15px;
		}

		.uk-card-vacunas .agregar .inc {
			font-size: 12px;
		}

	.uk-card-vacunas .agregar,
	.uk-card-vacunas .card-detalle {
		display: flex;
		align-items: center;
	}

	.uk-card-vacunas button {
		border: 0;
		background-color: transparent;
	}
/* modal detalle */
#modal-VacunaDetalle #lblModalTitulo {
	font-size: 23px;
	color: #172b3e;
	font-weight: 600;
}

#modal-VacunaDetalle .uk-modal-body {
	padding-bottom: 1em;
}

#modal-VacunaDetalle h5 {
	font-weight: 600;
	color: #172b3e;
}

#modal-VacunaDetalle p {
	padding-bottom: 1em;
	color: #3f5f7f;
	font-size: 15px;
}

#modal-VacunaDetalle .uk-open .leer_mas,
#modal-VacunaDetalle .leer_menos {
	display: none !important;
}

#modal-VacunaDetalle .uk-open .leer_menos {
	display: inline-block !important;
}

#modal-VacunaDetalle .leer_mas,
#modal-VacunaDetalle .leer_menos {
	font-size: 15px;
	color: #2d8dea;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	position: relative;
	padding-right: 35px;
}

	#modal-VacunaDetalle .leer_mas:before,
	#modal-VacunaDetalle .leer_menos:before {
		font-family: "Font Awesome 5 Free";
		position: absolute;
		right: 0;
		background-image: none;
	}

	#modal-VacunaDetalle .leer_mas:before {
		content: "\f078";
	}

	#modal-VacunaDetalle .leer_menos:before {
		content: "\f077";
	}

#btn_agendar_vacuna {
	margin-top: 1em;
	border: 0;
	display: inline-block;
	background-color: #2d8dea;
	border-radius: 5px;
	color: white;
	padding: 4px 10px 4px 15px;
	font-size: 16px;
	font-weight: 600;
}

	#btn_agendar_vacuna img {
		padding-left: 10px;
	}
/* analisis */
.container-view-resultados-analisis table thead tr th:nth-of-type(2) {
	text-align: center;
}

table.table-color-colum tr td:nth-of-type(3) {
	background-color: #f3f9fe;
}

table tr td.icono-carrito {
	padding: 15px;
}

	table tr td.icono-carrito a {
		color: #FFF;
		text-decoration: none;
		font-size: 12px;
		font-weight: 600;
		display: inline-block;
		padding: 4px 7px 2px;
		border-radius: 3px;
		background-color: #3590d4;
	}

		table tr td.icono-carrito a:hover {
			background-color: #4ca6ef;
		}
/* #modal_solicitar_analisis button{
	justify-content: flex-start;
} */

/* carrito */
.table_carrito thead div {
	display: inline-block;
	color: #2d8dea;
}

.table_carrito thead th {
	font-weight: 600;
	padding: 0 25px;
	padding-bottom: 1em;
}

	.table_carrito thead th:first-child {
		text-align: left;
		/*padding-left: 25px;*/
	}

.table_carrito tbody td {
	font-weight: 400;
	text-transform: uppercase;
}

.table_carrito tbody .AtencionDomicilio td {
	padding: 2em 25px;
	font-weight: 600;
	text-transform: none;
	color: #3f5f7f !important;
	font-size: 1rem;
}

.table_carrito tbody .AtencionDomicilio div {
	display: inline-block;
	color: #2d8dea;
}

.table_carrito tbody .totales td {
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
	padding: 0 !important;
	padding-top: 2em !important;
}

	.table_carrito tbody .totales td.monto_descuento {
		color: #3f5f7f !important;
	}

	.table_carrito tbody .totales td div {
		background-color: #abcde9;
		padding: 2em 25px;
	}

	.table_carrito tbody .totales td:first-child {
		/* padding-left: 25px !important; */
		padding-left: 20px !important;
	}

	.table_carrito tbody .totales td:last-child {
		/* padding-right: 25px !important; */
		padding-right: 20px !important;
	}

	.table_carrito tbody .totales td:first-child div {
		border-radius: 5px 0 0 5px;
	}

	.table_carrito tbody .totales td:last-child div {
		border-radius: 0 5px 5px 0;
	}

#ir_a_pagar {
	margin: 2em 0 1em 25px;
}
/* fase 4 */
.uk-card-bienestar p {
	font-size: 15px;
}

.uk-card-bienestar {
	border-radius: 10px;
}

	.uk-card-bienestar img {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

.fc_2d8dea {
	color: #2d8dea;
}

.fc_3cb878 {
	color: #3cb878;
}

.pt-3em {
	padding-top: 3em;
}

.pb-3em {
	padding-bottom: 3em;
}

.mt-6em-negativo {
	margin-top: -6em;
}

.mb-30 {
	margin-bottom: 30px;
}

.o_hidden {
	overflow: hidden;
}

.bg-white {
	background-color: white !important;
}

.pl-1 {
	padding-left: 1em;
}

.fs-25 {
	font-size: 25px;
}

.lh-21 {
	line-height: 21px;
}

.w-100 {
	width: 105px;
}

.w-350 {
	width: 350px;
}

.p-15 {
	padding: 15px;
}

.d-inline-block {
	display: inline-block;
}

#bienestar .uk-card,
#vacunacion .uk-card {
	margin: 0 11px;
}

#bienestar .uk-slider-items,
#vacunacion .uk-slider-items {
	padding-bottom: 2em;
}

.uk-card-bienestar .card-img img,
.uk-card-vacunas .card-img img,
#bienestar .card-img img,
#vacunacion .card-img img {
	background-color: #2d8dea;
	padding-bottom: 7px;
}

#bienestar .container-sedes .ver_mas,
#vacunacion .container-sedes .ver_mas {
	padding-left: 15px;
	font-size: 13px;
	font-weight: 700;
	color: #ff5267;
	text-decoration: none;
}

.page-bienestar-vacunacion .featured-content-top {
	padding: 60px 0 50px;
}

.panel_precios_flotante {
	position: relative;
	margin-top: -3em;
}

.panel_precios .position-relative i {
	position: absolute !important;
	right: 0;
	bottom: 0;
	top: inherit !important;
}

.salud_dia_precio {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #3cb878;
	border: 2px solid;
	font-weight: 500;
}

.bloque-ebs .vector {
	text-align: center;
	width: 100%;
}

.bloque-ebs .titulo {
	margin-bottom: 10px;
	font-size: 15px;
}

.bloque-ebs .card-button-icon {
	margin-left: 10px;
	height: 105px;
	display: inline-block;
}

.bloque-ebs .bloque {
	min-height: 132px;
	overflow: hidden;
	display: inline-block;
}

.bloque-ebs .condiciones_preanaliticas {
	height: 86px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.bloque-ebs h5 {
	font-size: 16px;
	margin-left: 15px;
	font-weight: 700;
	text-align: center;
}

.lista_panel_dia li {
	position: relative;
	margin-bottom: 1em;
	background-color: #fff;
	border-radius: 10px;
}

.lista_panel_dia a {
	color: #172b3e !important;
	font-family: 'Poppins';
	font-size: 19px;
	font-weight: 600;
	padding: 20px;
	text-decoration: none
}

.lista_panel_dia p {
	color: #3f5f7f;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 500;
	padding: 0 20px;
}

.modal_agendar {
	bottom: 90px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	top: 60px;
}

#ir_a_pagar {
		margin-right: 10px;
}

#ContinuarAgendando .uk-card-body {
	padding: 40px 25px;
}

#btnIrAgendar {
	width: 100%;
}

.atencion_domicilio #btnUbicacion {
	position: absolute;
	right: 0;
	bottom: 10px;
	border: 0;
}

.modal_ubicacion {
	right: 0;
	bottom: 70px;
}

	.modal_ubicacion button {
		height: auto;
		padding: 15px 2rem !important;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 400 !important;
	}
/* fase 5 */
.mt-7em-negativo {
	margin-top: -7em;
}

.mt-5em-negativo {
	margin-top: -5em;
}

.panel_precios_relative {
	/*position: relative;
	padding-top: 4em;
	display: flex;
	justify-content: center;*/

	position: relative;
	padding-top: 4em;
	display: flex;
	flex-direction: column-reverse;
}

	.panel_precios_relative .bg-verde {
		z-index: 1;
		/*	margin-top: 4em;*/
	}

.btn_precio_float {
	/*position: absolute;
	top: -2rem;*/
}

.select_paciente {
	position: relative;
}

	.select_paciente .elemento {
		border-radius: 16px;
		border: 0;
		color: #ff5267;
		background-color: white;
		padding: 10px 25px;
		position: relative;
		z-index: 2;
		font-weight: bold;
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.select_paciente .elemento span {
			display: inline-block !important;
		}

	.select_paciente .opciones {
		background-color: #abcde9;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		margin-top: -16px;
		padding-top: 16px;
		position: absolute;
		width: 100%;
	}

		.select_paciente .opciones ul {
			margin: 0;
			padding: 0;
		}

		.select_paciente .opciones li {
			color: #333;
			list-style: none;
			padding: 10px 25px;
		}

.m-0 {
	margin: 0 !important;
}

.lista_que_incluye li {
	background-color: white;
	padding: 20px 30px;
	border-radius: 16px;
}

	.lista_que_incluye li a {
		text-decoration: none;
		font-weight: bold;
		color: #333 !important;
	}

	.lista_que_incluye li a,
	.lista_que_incluye li p {
		font-size: 16px;
	}

.lista_que_incluye .uk-accordion-title::before {
	/*	background-image: none !important;
	background-color: #2d8dea;
	border-radius: 50%;
	color: white;
	content: "+";
	font-family: "Font Awesome 5 Free";
	text-align: center;*/

	background-image: none !important;
	/*background-color: #2d8dea;*/
	border-radius: 50%;
	/*color: white;*/
	content: "+";
	font-family: "Font Awesome 5 Free";
	text-align: center;
}

.lista_que_incluye .uk-open .uk-accordion-title::before {
	content: "-";
	line-height: 22px;
}

@media (max-width: 576px) {
	.uk-slider-items img {
		height: 160px !important;
		/*		margin-top: 78px;*/
		width: 100% !important;
	}
	#hero-banner.hero-banner-small > ul > li img {
		height: 160px !important;
		/*		margin-top: 78px;*/
		width: 100% !important;
	}

	.uk-slider-items div.inset_hero_banner {
		position: relative !important;
		padding: 20px;
		background-color: var(--bg-fondo) !important;
	}

	#main-content #featured-content-top {
		margin-top: 0;
	}

	.bloque-ebs {
		display: block !important;
	}
}

@media (max-width:991px){
	#ir_a_pagar {
		margin-right: 0px;
		margin: 0;
	}

	#btnIrAgendar {
		margin-top: 15px;
	}
}
