@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

html {
	background: url(../images/background/white-gradient.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

body {
	height: 100%;
}

select::-ms-expand {
	display: none;
}

a {
	font-weight: bold;
	color: black;
	transition: all 0.3s ease;
}

textarea {
	font-family: inherit
}

:root {
	--pfe-jump-links--accent: #09F8C3 !important;
	--color-primary: #605BFF;
	--color-secondary: #09F8C3;
}

.background-backend {
	background-image: url('../images/background/background-backend.svg');
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 140% 160%;
}

/* Colores */
.color-primary {
	color: var(--color-primary);
}

.color-secondary {
	color: var(--color-secondary);
}

/* Caja redonda de la notificación */
.boxNumNotific {
	text-align: center;
	background-color: #f14668;
	border-radius: 50%;
	min-width: 40px;
	min-height: 40px;
	position: absolute;
	transform: translate(125px, -25px);
}

.numNotific {
	transform: translate(0px, 7px);
	font-size: 18px;
	font-weight: 900;
	color: white;
}

/* -------------------------------------- */
/* home.php inicio */
.tamano-iconos img {
	width: 30px !important;
}

.tamano-iconos2 img {
	width: 80px !important;
}

/* footer.php inicio */
.politica-priv-con {
	display: block;
}

.politica-priv-sin {
	display: none;
}

/* -------------------------------------- */

/* Sticky header */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
}

.sticky+.content {
	padding-top: 60px;
}

.algolia-autocomplete {
	width: 100%;
}

.padding-footer {
	padding: 0 10px 5px 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.margin {
	margin: 40px auto;
}

.padding {
	padding: 20px 0;
}

.margin-big {
	margin: 80px auto;
}

.color-primary {
	color: #3faba7 !important;
}

.texto-lopd {
	font-size: 0.8em;
}

.fullwidth,
.is-fullwidth {
	width: 100%;
}

.transparente {
	opacity: 0.4;
}

.hand {
	cursor: pointer;
}

.hidden {
	display: none
}

.nowrap {
	white-space: nowrap;
}

.radius {
	border-radius: 10px
}

.radius-small {
	border-radius: 4px
}

.sticky-wrapper {
	margin-bottom: 50px;
	z-index: 100
}

.is-fixed {
	position: fixed
}

.is-active {
	transition: all 1s ease;
}

.is-underline {
	text-decoration: underline;
}

.no-margin {
	padding-bottom: 0;
}

.inline {
	display: inline-block;
	padding: 0 10px;
}

.farmacia-codigo {
	font-family: monospace;
	border: 1px solid #d1d1d1;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 2em;
	border-radius: 6px;
	box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.1);
	width: 100%;
}

.padding-small {
	padding: 0.2em 0em;
}

.bg-alerta {
	color: white;
	background-color: #f44336;
}

.icon-button-notification {
	transition: all 0.5s ease;
}

.no-border td {
	border: 0 !important;
}

.equal-height {
	height: 100%;
}

.texto-mono {
	font-family: monospace;
}

.ancho-completo {
	width: 100%;
}

.icon-menu {
	width: 25px;
	padding-right: 5px;
}

.agenda-fecha {
	outline: 1px solid #d1d1d1 !important;
	padding: 2px 10px;
	border-radius: 6px;
}

/* Quitar el banner de upgrade de TinyMCE Cloud Editor */
.tox-promotion,
.tox-statusbar__branding {
	display: none !important;
}


/* Multilogin */
.div-login-client-selector {
	cursor: pointer;
	padding: 15px 10px 10px 10px;
	border: 1px solid #f1f1f1;
	border-radius: 8px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 10px 20px -15px rgba(52, 52, 52, 0.3);
	-moz-box-shadow: 0px 10px 20px -15px rgba(52, 52, 52, 0.3);
	box-shadow: 0px 10px 20px -15px rgba(52, 52, 52, 0.3);
}

.multiselect-button {
	border: 1px solid #f1f1f1;
	padding: 5px;
	margin: 5px;
}

.multiselect-logo {
	max-height: 100px;
}

.sticky {
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 60px;
}

/* colores aplicación */
.color-pharmux {
	color: #3faba7;
}

.color-dermux {
	color: #536db3;
}

.color-labux {
	color: #aa993d;
}

.color-nutrux {
	color: #73934e;
}

.color-male {
	color: #6dc4ba;
}

.color-female {
	color: #e582c5;
}

.color-trans {
	color: #a077a4;
}

.background-red {
	background-color: #ffe6e6;
}

.background-primary {
	background: #ecf8f8;
}

/* Cajas Boxes */
.box-grey {
	background-color: #f1f1f1;
	border-radius: 12px;
	padding: 20px 25px;
	text-align: center;
	box-shadow: inset 0px 10px 25px rgba(0, 0, 0, 0.05);
	flex-grow: 1;
}

/* Avatares */

div.avatar {
	position: relative;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	/*border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;*/
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}

div.avatar>img {
	display: inline;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.avatar-seleccionado {
	border: 3px solid #18a7ae;
	transition: all 0.1s ease-in-out;
}

.avatar-asistente {
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

/* Avatares */
/*.avatar { border-radius: 50%; }*/
.avatar {
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

div.avatar>img,
div.avatar>a>img {
	display: inline;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Aside menu logos */
.aside-header-logo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 3.25rem;
	padding: 15px 0 0 0;
}

.aside-header-logo img {
	width: 65%;
}

.aside-footer-logo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 30px;
}

.aside-footer-logo img {
	width: 60%;
}

/* BULMA Buttons */

/*
.button { height: 2.375em; border-width: 2px; padding-top: calc(0.375em); padding-bottom: calc(0.375em - 3px); padding-left: calc(0.875em); padding-right: calc(0.875em); font-weight: 600; transition-duration: 86ms; }

.button.is-primary {background-color: #3faba7;transition:all 0.3s ease;}
.button.is-primary:hover, .button.is-primary.is-hovered {background-color: #379592;}
.button.is-primary.is-outlined {border-color:#3faba7;color:#3faba7;transition:all 0.3s ease;}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {background-color:#379592;border-color:#379592;}
.button.is-primary.is-outlined.is-loading:after {border-color: transparent transparent #3faba7 #3faba7 !important;}
.button.is-primary.is-outlined[disabled] {border-color:#3faba7;color:#3faba7;}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {color: #379592;}

.button.is-xsmall { border-radius: 4px; font-size: 0.65rem; }
*/

/* BULMA override */

.content h1 {
	font-style: italic;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-weight: bold;
}

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

.content table td {
	border-bottom: 1px solid #f1f1f1;
}

.content table th {
	border: none;
}

.pagination ul {
	list-style: none;
}

.breadcrumb ul {
	margin-left: 0 !important
}

/*.breadcrumb li:first-child a {margin-top:0.25em}*/
.breadcrumb a {
	color: #3faba7
}

.pagination {
	width: auto !important;
}

.content table td,
.content table th {
	vertical-align: middle;
}

ul.menu-list {
	list-style: none;
	margin: 0
}

/*
.navbar.is-primary {background-color:#3faba7}
a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active {color:#3faba7}
.navbar.is-dark .navbar-start .navbar-link.is-active {background-color:#3faba7}
.navbar-link:not(.is-arrowless)::after {border-color:#3faba7}
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, .navbar.is-primary .navbar-start .navbar-link:hover, .navbar.is-primary .navbar-start .navbar-link.is-active, .navbar.is-primary .navbar-end > a.navbar-item:hover, .navbar.is-primary .navbar-end > a.navbar-item.is-active, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-end .navbar-link.is-active, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand .navbar-link.is-active {background-color: #a2a22a;}

.input:focus, .input.is-focused, .input:active, .input.is-active, .textarea:focus, .textarea.is-focused, .textarea:active, .textarea.is-active, .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {border-color:#3faba7;box-shadow: 0 0 0 0.125em rgba(125, 125, 32, 0.25);}
.select:not(.is-multiple):not(.is-loading)::after {border-color:#3faba7!important; }
.table.is-narrow th, .table th { border-bottom: 2px solid #f1f1f1!important; padding-bottom: 15px!important; }
.content li + li {margin:0}
.notification.is-primary {background-color:#3faba7;color:white;}
.notification.is-primary h1, .notification.is-primary h2, .notification.is-primary h3, .notification.is-primary h4, .notification.is-primary h5, .notification.is-primary h6 {color:white}
.card-content {padding:1.0rem;}
.file.is-primary .file-cta {background-color:#3faba7}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {background-color:#9bc256}

.tag:not(body).is-primary {background-color: #3faba7}
.box {padding:2em 2em 2em 2em;}
a.navbar-item.is-active {background-color: #3faba7!important}
.content figure {margin:0}
.toggle .has-text-success {color:#3faba7!important;}
.tabs li.is-active a {border-bottom-color: #3faba7; color: #3faba7; }
.tabs ul {margin:0 0 20px 0}
.tabs:not(:last-child) {margin-bottom:0;}
.notification .title {font-weight:300; font-size:2.5em;}
.file.has-name .file-name { background-color: white; }
.label {font-weight: bold; font-size: 0.9em;}
strong { font-weight: bold; }
.tag:not(body).is-primary.is-light {color: #3faba7; background-color: #ecf8f8; }
.image { margin: 0 auto; }
.image.is-72x72 { height: 72px; width: 72px; }
.image.is-192x192 { height: 192px; width: 192px; }
.image.is-256x256 { height: 256px; width: 256px; }
:empty.divider:before { margin-right: 0; } :empty.divider:after { margin-left: 0; }
.breadcrumb { margin: 0!important; }

@media screen and (min-width: 1024px) { .navbar-start { margin-left: 40px; } }
*/

/* Menú secciones de ficha de usuario */
.menu-secundario a {
	color: #343434 !important;
	padding: 0.25em !important;
	border-radius: 6px !important;
}

.menu-secundario a.is-active {
	color: white !important;
}

.menu-secundario a:hover {
	color: white !important;
}

/* Pickr override */
.pickr .pcr-button {
	width: 100px;
	height: 100px;
}

.pickr .pcr-button::after,
.pickr .pcr-button::before {
	border-radius: 50%;
}

.pcr-app button.pcr-active,
.pcr-app button:focus,
.pcr-app input.pcr-active,
.pcr-app input:focus,
.pickr button.pcr-active,
.pickr button:focus,
.pickr input.pcr-active,
.pickr input:focus {
	box-shadow: none;
}

code {
	background-color: white;
	color: black;
	font-size: 1em;
	font-weight: normal;
	padding: 0.25em 0.5em 0.25em;
	border: 1px solid #999;
	border-radius: 4px;
	transition: all 0.3s ease;
}

code:hover {
	background-color: #f1f1f1;
}

/* .content table td, .content table th {
	border: inherit;
	border-width: inherit;
	padding: inherit;
	vertical-align: inherit;
} */


/* New Home */

.frontend-menu,
.frontend-social {
	display: inline-block;
	padding-top: 10px;
}

.frontend-social {
	padding-left: 20px
}

.frontend-menu li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px
}

.frontend-social li {
	display: inline-block;
	vertical-align: middle;
}


/* FAQs */
.faq-contenido {
	list-style: none !important;
	padding-left: 10px;
}

/* Notificaciones */

.div-notificaciones {

	position: fixed;
	left: 20px;
	display: none;
	z-index: 200;

}

.div-notificaciones .div-notificaciones-content {

	position: fixed;
	background: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url('../images/background/bg-notificacion.png');
	background-blend-mode: multiply;
	background-position: 140% 90%;
	background-size: 55%;
	background-repeat: no-repeat;
	background-color: white;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	padding: 25px;
	/* width: 600px; */
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	z-index: 202;

}

.div-notificaciones .div-notificaciones-content .notificacion-item {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 10px;
	margin: 15px 0;
}

.div-notificaciones .div-notificaciones-background {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 201;
}


/* Loader */

#modal-loader {
	z-index: 9999;
}

.modal-background-noclick {
	background-color: rgba(10, 10, 10, 0.86);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.lds-ripple {
	position: absolute;
	left: 50%;
	top: 50%;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid white;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
	0% {
		top: 60px;
		left: 60px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 120px;
		height: 120px;
		opacity: 0;
	}
}

/* Precarga para divs */
.div-cargador {
	width: 100%;
	margin: 100px auto;
	text-align: center;
}

.cargador {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;
	margin: 15px auto;
	position: relative;
	color: #3faba7;
	left: -100px;
	box-sizing: border-box;
	animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
	0% {
		box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
	}

	12% {
		box-shadow: 100px 0 #3faba7, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
	}

	25% {
		box-shadow: 110px 0 #3faba7, 100px 0 #3faba7, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
	}

	36% {
		box-shadow: 120px 0 #3faba7, 110px 0 #3faba7, 100px 0 #3faba7, 0px 0 rgba(255, 255, 255, 0);
	}

	50% {
		box-shadow: 130px 0 #3faba7, 120px 0 #3faba7, 110px 0 #3faba7, 100px 0 #3faba7;
	}

	62% {
		box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 #3faba7, 120px 0 #3faba7, 110px 0 #3faba7;
	}

	75% {
		box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #3faba7, 120px 0 #3faba7;
	}

	87% {
		box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #3faba7;
	}

	100% {
		box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
	}
}



/* Switches */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 35px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d1d1d1;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	border-radius: 50%;
}

input:checked+.slider {
	background-color: #3faba7;
}

input:focus+.slider {
	box-shadow: 0 0 1px #3faba7;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Cookies override */
.cc_container .cc_message {
	font-size: 0.85em !important;
	line-height: 1.5em !important;
}

.cc_container a,
.cc_container a:visited {
	color: #3faba7 !important;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	background-color: #3faba7 !important;
	color: white !important;
}

/* Autocomplete overrides */
.autocomplete-suggestions {
	border: 1px solid #f1f1f1;
	background: #FFF;
	overflow: auto;
	font-size: 0.9em;
	padding: 5px;
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-selected {
	background: #f1f1f1;
}

.autocomplete-suggestions strong {
	color: #3faba7;
	font-weight: bold;
}

.autocomplete-group {
	padding: 2px 5px;
}

.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000;
}

.container {
	width: 100%;
	max-width: 1198px;
}

.login-logo {
	width: 70%
}

/* TOP */

#div-top {
	font-size: 16px;
	color: white;
	width: 100%;
	padding: 20px 0;
	background: #343434;
}

#div-top>div {
	margin: 0 auto;
}

#div-top #eslogan {
	width: 49%;
	letter-spacing: 2px;
}

#div-top #signin-up {
	width: 49%;
	text-align: right;
}

/* HEADER */

#div-header {
	width: 100%;
	/*height:176px;*/
	height: auto;
	background: #343434;
	text-align: center;
}

#div-menu {
	border-bottom: 1px solid #f1f1f1;
	width: 100%;
	margin-bottom: 40px;
}

/* Footer */

footer {
	margin: 50px auto;
	font-size: 0.75em;
}

footer .columns {
	margin-left: 0 !important;
}

footer .footer-logo {
	height: 60px;
}

/* Home One Page */

.logo-home {
	width: 150px;
	margin-left: 3.25rem;
}

.header-menu {
	width: 100%;
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
	padding: 30px 0 10px 0;
	z-index: 20;
}

.header-menu a {
	font-weight: 300;
	font-size: 1.2em;
}

#section-home .navbar-item {
	font-weight: 300;
	font-size: 1.2em;
	text-align: center;
}

.section-home h1 {
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	font-size: 3em;
}

#section-home {
	height: 100vh;
	background: url(../images/home.png) white no-repeat;
	background-size: cover;
	background-position: bottom center;
}

#section-pharmux {
	min-height: 100vh;
	background: url(../images/home-pharmux.png) white no-repeat;
	background-size: contain;
	background-position: bottom center;
	padding-top: 10%
}

#section-servicios {
	height: 100vh;
	background: url(../images/home-products.png) white no-repeat;
	background-size: contain;
	background-position: bottom center;
	padding-top: 15%
}

#section-planes {
	height: 100vh;
	background: white;
	padding-top: 15%
}

#section-contacta {
	min-height: 100vh;
	background: url(../images/home-contacta.png) white no-repeat;
	background-size: contain;
	background-position: bottom center;
	padding-top: 8%
}

.div-testimonio {
	background-color: rgba(63, 171, 167, 0.20);
	padding: 0 50px;
	border-radius: 60px;
	margin-bottom: 50px;
}

/* Contenido */

#contenido {
	width: 95%;
	/*max-width:1198px;*/
	margin: 0 3% 100px 3%;
}

/* Avatares */
.avatar-dashboard {
	width: 20px;
	margin-right: 10px;
}

.avatar-list {
	width: 32px;
}

/* Página de error */

.error-div {
	position: absolute;
	top: 35%;
	margin-left: 5%;
}

.error-div .error-header {
	font-size: 4em;
	font-weight: 100;
	padding-bottom: 20px;
}

.error-div .error-message {
	font-size: 1.5em;
	width: 70%
}

/* politica de cookies */
.cookiebar-container {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	margin: 0px;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 9999;
	overflow: hidden;
	overflow-x: hidden;
	padding: 5px 20px;
}

.cookiebar-container p {
	margin: 5px;
	text-align: left;
	display: block;
	overflow: hidden;
}

.cookiebar-container p a {
	color: #99D132;
}

.cookiebar-container button.decline {
	border: 1px solid #990000;
	color: #fff;
	background-color: #CC0000;
}

.cookiebar-container a.accept {
	color: #000;
	float: right;
	clear: none;
	margin: 5px 10px;
	padding: 5px 10px;
}

.tabla-dashboard td {
	font-size: 0.8em !important;
	vertical-align: middle;
}

.number-big {
	font-size: 5.5em;
	font-weight: 400;
}

.div-acciones {
	padding-bottom: 20px;
}

.div-filtros {
	padding: 20px;
	background: url('../images/icons/magnifier-translucent.svg');
	background-color: white;
	background-repeat: no-repeat;
	background-size: 90px;
	background-position: 99% 50%;
}

.div-filtros h6 {
	color: #999;
}

.div-filtros label {
	font-size: 0.8em;
}

.resultados {
	background-color: #343434;
	color: white;
	text-align: center;
	margin: 40px 0;
	padding: 10px 0;
	font-size: 0.8em;
	border-radius: 5px;
}

.no-logo {
	color: #d1d1d1;
	font-size: 2.5em;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	background: #f1f1f1;
	width: 100%;
	height: 256px;
	padding-top: 95px
}

.div-tickets {
	background-color: #f1f1f1;
	padding: 20px 50px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 50px;
}

.ticket-mensaje {
	padding: 20px;
	margin-bottom: 50px;
	background-color: #f1f1f1;
	border-radius: 12px;
}

.mensaje-usuario {
	background-color: #daf1f0 !important;
}

/* Paciente */
.paciente-foto-container .paciente-foto {
	position: relative;
	width: 16%;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	background-color: #f1f1f1;
	padding: 10px 0 10px 0;
	margin: 0 5px 10px 0px;
}

.paciente-foto-container .paciente-foto img {
	margin: 0 auto;
	width: 99%;
	height: 99%;
	object-fit: cover;
	overflow: hidden;
}

.paciente-foto-container .paciente-foto .btn-eliminar {
	position: absolute;
	top: 10px;
	right: 5px;
}

.div-datos-paciente {
	background-color: #f1f1f1;
	padding: 20px 50px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 50px;
	z-index: 100 !important;
}

.box-estudio {
	border-bottom: 2px solid #d1d1d1;
	border-top: 2px solid #d1d1d1;
	padding: 40px;
	margin-bottom: 20px;
	background-color: #f1f1f1;
}

/* Módulos de personalización del cliente */
.module-box {
	border: 1px solid #f1f1f1;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 15px;
}

/* Segmentación / Tipos de piel */

.referencia {
	border-radius: 6px;
	padding: 5px 15px;
	margin: 0 0 3px 0;
	font-size: 0.85em;
}

.referencia-activa {
	background-color: #18A7AE;
	color: white;
}


/* Informes */
.tipodepiel-header {
	background-color: black;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
}

.tipodepiel-button {
	font-size: 0.85em;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
	border: 1px solid #d1d1d1;
	cursor: pointer;
	transition: all 0.5s ease;
}

.tipodepiel-off {
	background-color: white;
	color: black;
}

.tipodepiel-on {
	background-color: #18A7AE;
	color: white;
}

.informe-foto-container .informe-foto {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0 10px 0;
	margin: 0 5px 10px 0px;
}

.informe-foto-container .paciente-foto img {
	margin: 0 auto;
	width: 99%;
	height: 99%;
	object-fit: cover;
	overflow: hidden;
}

.informe-foto-container .informe-foto .btn-eliminar {
	position: absolute;
	top: 18px;
	right: 8px;
}

/* Tienda de productos */

#productos-container {
	text-align: center;
}

#productos-container .producto-div {
	padding: 20px;
	outline: 1px solid #f1f1f1;
	margin: 20px 20px;
}

/* Opciones en el calendario */
.btnAppointmentOption {
	padding: 5px 10px;
	border-radius: 6px;
	border: 1px solid #d1d1d1;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #999999;
	background-color: #f8f9fa;
}

.btnAppointmentOption:hover,
.btnAppointmentOption.selected {
	background-color: #18A7AE;
	color: white;
	border-color: #168e94;
}

/* Para asegurar que el estado seleccionado se mantenga */
.btnAppointmentOption.selected {
	background-color: #18A7AE !important;
	color: white !important;
	border-color: #168e94 !important;
}


/* Calendario override */
.fc-nonbusiness {
	background-color: white;
}

/* Calendario paciente */

#calendario-paciente>h3 {
	margin-bottom: 30px;
}

.calendario-col-dia {
	margin-left: 25px;
	width: 80px;
	background-color: #3faba7;
	color: white;
	border-radius: 6px;
	line-height: 1em;
	padding: 15px 10px 10px 10px;
}

#blog-container {
	text-align: center;
}

#blog-container .blog-div {
	padding: 20px;
	outline: 1px solid #f1f1f1;
	margin: 20px 20px;
}

/*.blog-container .blog-item {
	width: calc(25% - 23px);
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}

.blog-container .blog-item .blog-titulo { text-align:center; margin: 20px auto;}
.blog-container .blog-item .blog-fecha { text-align:center; margin: 20px auto;}
.blog-container .blog-item .blog-intro { text-align:justify!important;}*/

/* Farmacéuticos */
.box-farmaceutico {
	background-color: white;
	border-radius: 6px;
	border: 1px solid #f1f1f1;
	box-shadow: 0px 10px 10px #d1d1d1;
	padding: 25px 20px;
	margin: 0 0 40px 0;
}

/* Consultas */

.div-teleconsultas {
	background-color: #f1f1f1;
	padding: 20px 50px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 50px;
}

.box-header-consulta {
	background-color: #f1f1f1;
	border-bottom: 3px solid #d1d1d1;
}

.consultas-mensaje {
	padding: 20px;
	margin-bottom: 50px;
	background-color: #f1f1f1;
	border-radius: 12px;
}

.navbar-brand-mobile {
	display: none;
}

.navbar-brand-desktop {
	display: block;
}

.paypal-payment {
	padding: 60px 30px;
	width: 80%;
	width: 80%;
	margin: 0 auto;
}

/* Fotografías del paciente */
.archivo-album .archivo-album-header {
	background-color: rgba(0, 0, 0, 0.03);
	padding-top: 2px;
	border-radius: 4px;
}

.imagen-album {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}

.div-album-file {
	position: relative;
}

.file-delete-button {
	position: absolute;
	top: -2px;
	left: -2px;
	cursor: pointer;
	background-color: #343434;
	width: 25px;
	height: 25px;
	color: white;
	padding: 0.8px;
	border-radius: 50px;
	font-size: 0.7rem;
	opacity: 0.6;
	transition: all 0.5s ease;
}

.file-delete-button:hover {
	opacity: 1;
	background-color: #e63946;
}

/* Aviso Legal */
#section-legal {
	padding-top: 75px;
}

#section-legal .legal-subtitle {
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 20px 0;
}

#section-legal p {
	text-align: justify;
}

#section-legal ul li {
	list-style: none;
	text-align: justify;
	padding-bottom: 10px;
}

#section-legal .PFElement {
	font-family: 'Roboto Condensed', sans-serif;
}

#section-legal .PFElement h4 {
	font-size: 1em;
}

/* Formulario de invitación de registro de paciente */
#invitacion-form {
	background-color: white;
	padding: 5%;
}

/* Boton Scroll Top */
.scroll-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
}

/* Estilos para los timepicker */
.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
	display: none;
}

.only-timepicker .datepicker--time {
	border-top: none;
}

/* nav.datepicker--nav{
	width: auto !important;
}
.datepicker--day-name{
}
.datepicker--cell.-selected-.-focus-{
	background: #363636;
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current-{
	background: #3faba7;
} */
.tag-suscription {
	display: inline-block;
	background: rgba(96, 91, 255, 0.10);
	color: var(--color-primary);
	border-radius: 4px;
	padding: 0.1em 0.4em;
	font-size: 0.75em;
	font-weight: 600;
	vertical-align: middle;
	white-space: nowrap;
}

.tag-suscription i {
	margin-right: 0.2em;
}

.tag.hora-disponible {
	width: 50px;
	transition: 0.5s;
	cursor: pointer;
	border: 1px solid #363636;
	margin-bottom: 5px;
}

.tag.hora-disponible:hover {
	background-color: white;
	color: #363636;
}

.tag.hora-disponible.hora-selected {
	background-color: white;
	color: #363636;
}

#horas-disponibles {
	opacity: 0;
	transition: 0.3s;
	max-height: 250px;
	height: 250px;
}

#pedir-cita {
	transition: 0.3s
}

#detalle-fecha-hora-cita {
	transition: 0.3s;
	opacity: 0;
}

#calendario-mini td.fc-day-top.fc-today {
	background-color: inherit !important;
	/* border: none !important; */
	/* border-top: 1px solid #ddd !important; */
	font-size: 1.1em;
	/* color: #3faba7 !important; */
	font-weight: bold;
}

#calendario-mini .fc-highlight {
	transition: 0.3s !important;
	background: #3faba7 !important;
	opacity: 1;
}

.tag.is-pharmux {
	background-color: #3faba7;
	opacity: 0.6;
}

.asistente-profesional-container {
	text-align: center;
}

.asistente-profesional-container .asistente-profesional-nombre {
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 20px;
}

.asistente-profesional-container .asistente-profesional-descripcion {
	color: #999999;
	font-size: 0.8em;
}

.calendario-personal-box {
	padding: 6px 15px;
	border-radius: 6px;
	color: black;
	margin-bottom: 10px;
	background-color: #f1f1f1
}

.atributos-numero-pacientes {
	background-color: #f1f1f1;
	color: black;
	padding: 8px;
	font-size: 0.9em;
}


@media screen and (max-width: 1024px) {

	#section-home {
		height: 40%;
		background-size: contain;
	}

	#section-servicios {
		height: 40%;
		background-size: contain;
	}

	.navbar-brand-mobile {
		display: block;
	}

	.navbar-brand-desktop {
		display: none;
	}
}

/* @media screen and (min-width: 1024px) {
	.navbar.is-dark .navbar-start .navbar-link.is-active {
		background-color: white;
		color: #fff;
	}
} */

@media screen and (max-width: 1278px) {

	.navbar.is-dark .navbar-start>a.navbar-item:focus,
	/* .navbar.is-dark .navbar-start > a.navbar-item:hover, 
	.navbar.is-dark .navbar-start > a.navbar-item.is-active,  */
	.navbar.is-dark .navbar-start .navbar-link:focus,
	.navbar.is-dark .navbar-start .navbar-link:hover,
	/* .navbar.is-dark .navbar-start .navbar-link.is-active,  */
	.navbar.is-dark .navbar-end>a.navbar-item:focus,
	.navbar.is-dark .navbar-end>a.navbar-item:hover,
	.navbar.is-dark .navbar-end>a.navbar-item.is-active,
	.navbar.is-dark .navbar-end .navbar-link:focus,
	.navbar.is-dark .navbar-end .navbar-link:hover,
	.navbar.is-dark .navbar-end .navbar-link.is-active {
		background-color: white !important;
	}

	.navbar.is-dark .navbar-start>.navbar-item,
	.navbar.is-dark .navbar-start .navbar-link,
	.navbar.is-dark .navbar-end>.navbar-item,
	.navbar.is-dark .navbar-end .navbar-link {
		color: black;
		font-size: 16px;
	}

	a.navbar-item:hover,
	.navbar-link:hover,
	.navbar-link.is-active {
		color: #18A7AE !important;
	}

	a.navbar-item.is-active {
		color: white !important;
	}

	#menu-dashboard:hover,
	#menu-citas:hover,
	#menu-farmacias:hover,
	#menu-pacientes:hover,
	#menu-teleconsultas:hover,
	#menu-blog:hover,
	#menu-estadisticas:hover,
	#menu-ayuda:hover,
	#menu-soporte:hover {
		background-color: white !important;
	}
}

/* Punto de ruptura del menú: se parte el menú cuando hay 1278px(o 1261px) exactos, aunque no pasa nada
por que no hay dispositivos con esta resolución lo cual este punto de ruptura no va a aparecer
a noser que se ponga a conciencia los 1278(o 1261px) pixeles exactos*/

.navbar-start {
	margin-left: 40px;
}

@media screen and (width:1278px) {
	.navbar-menu {
		background-color: #363636 !important;
		padding: 0px !important;
	}

	.navbar-item,
	.navbar-link {
		color: white !important;
	}

	#miPerfil,
	#sesionTime,
	#cerrarSesion {
		color: white !important;
	}

	.navbar-item span {
		color: #363636 !important;
	}
}

/* ----------------------------------- */

@media screen and (max-width:1278px) {
	.navbar.is-dark .navbar-start .navbar-link.is-active {
		color: white !important;
	}

	a.navbar-item.is-active {
		color: white !important;
	}

	.button.is-dark.is-inverted.is-outlined {
		background-color: transparent;
		border-color: #363636;
		color: #363636;
	}

	.navbar-menu.is-active {
		overflow-y: scroll;
		height: 450px;
		display: block;
	}

	#farmacia-codigo {
		font-size: 1em !important;
	}

	.notification {
		padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	}

	.separador {
		padding: 0.1rem !important;
	}

	.image.is-256x256 {
		height: 156px !important;
		width: 156px !important;
	}
}

/* Control responsive del menú en diferentes resoluciones*/
@media screen and (min-width:1278px) and (max-width:1670px) {

	a.navbar-item,
	.navbar-link {
		font-size: 11px !important;
	}

	.navbar-item span {
		font-size: 11px !important;
	}

	#miPerfil {
		font-size: 0.62rem !important;
	}

	#farmacia-codigo {
		font-size: 1.5em !important;
	}

	.notification {
		padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	}

	.separador {
		padding: 0.1rem !important;
	}

	.image.is-256x256 {
		height: 156px !important;
		width: 156px !important;
	}
}

@media screen and (min-width:1440px) and (max-width:1670px) {

	a.navbar-item,
	.navbar-link {
		font-size: 13px !important;
	}

	.navbar-item span {
		font-size: 13px !important;
	}

	#miPerfil {
		font-size: 0.65rem !important;
	}

	#farmacia-codigo {
		font-size: 1.5em !important;
	}
}

@media screen and (min-width:1536px) and (max-width:1670px) {

	a.navbar-item,
	.navbar-link {
		font-size: 14px !important;
	}

	.navbar-item span {
		font-size: 14px !important;
	}

	#miPerfil {
		font-size: 0.65rem !important;
	}

	#farmacia-codigo {
		font-size: 1.5em !important;
	}
}

/* ----------------------------------- */

@media screen and (max-width:1023px) {
	div.modalito {
		width: 900px !important;
	}

	.modal-cupon-paciente {
		width: 800px !important
	}

	.login-text1 {
		padding: 10px
	}
}

@media screen and (max-width:768px) {
	.botones {
		display: flex;
		justify-content: space-around
	}

	.login-isfti,
	.login-oficina,
	.login-text {
		text-align: center !important;
	}

	body {
		overflow-x: hidden;
	}

	body .fc {
		font-size: 0.5em
	}

	div.fecha {
		margin-right: 5px;
	}

	.center-mobile {
		text-align: center;
	}

	.login-logo {
		width: 90%;
	}

	.footer-logo {
		width: 125px
	}

	.is-hidden-touch {
		display: none !important;
	}

	.navbar.is-dark .navbar-start .navbar-link.is-active {
		color: white !important;
	}

	a.navbar-item.is-active {
		color: white !important;
	}

	#farmacia-codigo {
		font-size: 1.8em !important;
	}

	/* Responsive "Movile" Inicio-Home*/
	/* ------------------------------------------- */
	/*menú-header */

	@media screen and (max-width: 768px) {

		/* Opción C: Forzar espacio superior en el contenedor interno del texto */
		.banner-seven-inner-content.padding-slider-mobile {
			display: flex !important;
			flex-direction: column !important;
			padding-top: 160px !important;
			/* Espacio extra para saltarse el logo */
			margin-top: 0px !important;
			/* Cancelamos cualquier empuje extraño */
		}
	}

	.btn-margen-top-bottom {
		margin-top: 0.30rem;
		margin-bottom: 0.30rem !important;
	}

	/* Margen utlizado en header.php del pantalla del inicio */
	.button-resgister-home {
		margin-right: 3.3rem !important;
	}

	.buttons .button {
		margin-bottom: 0rem;
	}

	#home-top {
		padding: 0px 0;
		display: flex;
		justify-content: center;
		background: rgba(255, 255, 255, 0.8);
	}

	#home-slider img {
		margin-top: 70px;
	}

	#home-slider {
		padding-top: 90px;
	}

	/* home.php */
	.tamano-iconos img {
		width: 40px !important;
	}

	.tamano-iconos2 img {
		width: 65px !important;
	}

	.columns {
		text-align: center;
	}

	#button-info-email,
	#button-solicitar-demo,
	#button-registrate-codigo {
		height: auto;
		white-space: pre-wrap;
	}

	#home-app {
		padding: 40px 0px;
	}

	#home-app {
		background: url(../images/homeApp.jpg) no-repeat bottom center scroll !important;
		background-size: contain !important;
	}

	.margin {
		margin: 0px auto;
	}

	.home-padding-text {
		padding: 0 10px !important;
	}

	.logo-play-store img {
		width: 120px !important;
	}

	.logo-app-store img {
		width: 120px !important;
	}

	.button-enviar-home {
		padding: 40px 0 0 0 !important;
	}

	/* footer.php */
	.icon-bolita {
		display: none;
	}

	.info-element-footer li {
		padding: 10px 0px !important;
	}

	.politica-priv-sin {
		display: none;
	}

	/* Caja redonda de la notificación */
	.boxNumNotific {
		transform: translate(195px, -25px);
	}

	/* .numNotific { transform: translate(0px, 7px); font-size: 18px; font-weight: 900; color: white; } */
	/* -------------------------------------- */
}

/* Responsive "Tablet" Inicio-Home*/
@media screen and (min-width: 769px) and (max-width: 1024px) {

	/* home.php */
	.logo-play-store img {
		width: 120px !important;
	}

	.logo-app-store img {
		width: 120px !important;
	}

	.margin {
		margin: 10px auto !important;
	}

	#button-info-email,
	#button-solicitar-demo,
	#button-registrate-codigo {
		height: auto;
		white-space: pre-wrap;
	}

	.tamano-iconos {
		width: 60px !important;
	}

	.tamano-iconos2 {
		width: 80px !important;
	}

	.tamano-img {
		width: 100% !important;
	}

	.tamano-img2 {
		width: 100% !important;
	}

	/* footer.php */
	.politica-priv-con {
		display: none;
	}

	.politica-priv-sin {
		display: block;
	}
}

/* -------------------------------------------------- */

@media screen and (width: 768px) and (height: 1024px) {
	.login-logo {
		width: 100%;
	}

	.is-hidden-touch {
		display: none !important;
	}

	#section-home {
		height: 500px;
		background-size: contain;
		background-position: bottom center;
	}

	#section-pharmux {
		background-size: contain;
		background-position: center center;
		padding: 50px 30px 0 30px !important;
	}

	#section-servicios {
		height: 450px;
		background-size: contain;
		background-position: bottom center;
		padding: 0 !important
	}

	#section-contacta {
		background: white !important;
		padding: 0 30px
	}

	/* Caja redonda de la notificación */
	.boxNumNotific {
		transform: translate(385px, -25px);
	}

	/* -------------------------------------- */
}

@media screen and (width: 1024px) and (height: 768px) {
	nav {
		width: 100% !important
	}

	.login-logo {
		width: 100%;
	}

	.footer-logo {
		width: 125px
	}

	.section-home h1 {
		font-size: 2em;
	}

	.section-home .subtitle {
		font-size: 1.1em
	}

	#section-home {
		background-size: contain;
		background-position: bottom center;
	}

	#section-pharmux {
		background-size: contain;
		background-position: bottom center;
		padding-top: 25%;
	}

	#section-servicios {
		background-size: contain;
		background-position: bottom center;
	}

	#section-contacta {
		background-size: contain;
		background-position: bottom center;
	}

	.is-hidden-touch {
		display: none !important;
	}
}

/*.modal-cupon-agregar { width: auto !important; }*/
/* .modal-cupon-paciente{width: 800px !important;} */
.pay_card {
	background: white;
	padding: 60px;
	border-radius: 4px;
	box-shadow: 0 2px 3px #C8D0D8;
	display: inline-block;
	position: fixed;
	/* or absolute */
	top: 10%;
	/*left: 50%;*/
}

.success_pay {
	border-radius: 200px;
	height: 200px;
	width: 200px;
	background: #48c774;
	margin: 0 auto;
}

.wrong_pay {
	border-radius: 200px;
	height: 200px;
	width: 200px;
	background: #f14668;
	margin: 0 auto;
}

.icon_pay {
	font-size: 55px;
	margin-left: 32px;
	margin-top: 32px;
	pointer-events: none;
}

/*
  .progress {
	display: -ms-flexbox;
	display: flex;
	height: 1.5rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
   }
  .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3faba7;
	transition: width .6s ease;
  }
  */
.button-container-charts {
	text-align: center;
	height: 40px;
	position: initial;
	top: 7px;
	left: 0px;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: auto;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	font-family: 'Comfortaa', sans-serif;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -60px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.no_pagado {
	color: #f14668;
	font-size: 16px;
	padding-right: 0x;
}

.pagado {
	color: #48c78e;
	font-size: 14px;
	padding-right: 5px;
}

.custom .fa-circle:before {
	border-radius: 50%;
	background: linear-gradient(red, blue);
	color: transparent;
}

.span_circulo_exterior {
	margin-left: -10px;
	margin-right: -10px;
}

.span_circulo_fas {
	font-size: 16px;
	padding-top: 4px;
	padding-left: 0px;
}

.span_euro_sign {
	font-size: 8.5px;
	line-height: 24.5px;
	margin-left: -0.5px;
}


/* Navbar top horizontal */

#navbar .is-active {
	background-color: var(--color-primary) !important
}

.navbar-burger {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.navbar-link:not(.is-arrowless)::after,
.select:not(.is-multiple):not(.is-loading)::after {
	border: 3px solid transparent;
	border-radius: 2px;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: 0.625em;
	margin-top: -0.4375em;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	transform-origin: center;
	width: 0.625em;
}

nav.navbar {
	box-shadow: 0 1px 0 rgba(24, 28, 33, 0.04);
}

nav.navbar .navbar-item.has-user-avatar .is-user-avatar {
	margin-right: 0.75rem;
	display: inline-flex;
	width: 1.75rem;
	height: 1.75rem;
}

nav.navbar .navbar-item.has-divider {
	border-right: 1px solid rgba(219, 219, 219, 0.25);
}

nav.navbar .navbar-item.no-left-space {
	padding-left: 0;
}

nav.navbar .navbar-item.has-dropdown {
	padding-right: 0;
	padding-left: 0;
}

nav.navbar .navbar-item.has-dropdown .navbar-link {
	padding-right: 1.125rem;
	padding-left: 1.125rem;
}

nav.navbar .navbar-item.has-control {
	padding-top: 0;
	padding-bottom: 0;
}

nav.navbar .navbar-item .control .input {
	color: hsl(0deg, 0%, 21%);
	border: 0;
	box-shadow: none;
	background: transparent;
}

nav.navbar .navbar-item .control .input::placeholder {
	color: hsl(0deg, 0%, 86%);
}

@media screen and (max-width: 1023px) {
	nav.navbar {
		display: flex;
		padding-right: 0;
	}

	nav.navbar .navbar-brand {
		flex: 1;
	}

	nav.navbar .navbar-brand.is-right {
		flex: none;
	}

	nav.navbar .navbar-item.no-left-space-touch {
		padding-left: 0;
	}

	nav.navbar .navbar-menu {
		position: absolute;
		width: 100vw;
		padding-top: 0;
		top: 3.25rem;
		left: 0;
	}

	nav.navbar .navbar-menu .navbar-item .icon:first-child {
		margin-right: 0.75rem;
	}

	nav.navbar .navbar-menu .navbar-item.has-dropdown>.navbar-link {
		background-color: hsl(0deg, 0%, 96%);
	}

	nav.navbar .navbar-menu .navbar-item.has-dropdown>.navbar-link .icon:last-child {
		display: none;
	}

	nav.navbar .navbar-menu .navbar-item.has-user-avatar>.navbar-link {
		display: flex;
		align-items: center;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
}

@media screen and (min-width: 1024px) {
	nav.navbar .navbar-item {
		padding-right: 1.125rem;
		padding-left: 1.125rem;
	}

	nav.navbar .navbar-item:not(.is-desktop-icon-only) .icon:first-child {
		margin-right: 0.75rem;
	}

	nav.navbar .navbar-item.is-desktop-icon-only span:not(.icon) {
		display: none;
	}
}



/* Lista de espera perfil profesional */
.waitlist-price {
	background-color: #f9b8c8;
	padding: 3px 5px;
	border-radius: 4px;
	font-size: 0.9em;
	margin-right: 5px;
}

.waitlist-service {
	background-color: #d1d1d1;
	padding: 3px 5px;
	border-radius: 4px;
	font-size: 0.9em;
	margin-right: 5px;
}

/* Asistente citas 2025 */
.appointment-services-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	gap: 20px;
}

.appointment-button {
	cursor: pointer;
	padding: 8px 12px;
	font-size: 1rem;
	border-radius: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.5s;
}

.appointment-button-off {
	color: #343434;
	background-color: #D9D9D9
}

.appointment-button-on {
	color: #FFFFFF;
	background-color: #3faba7
}

.appointment-type-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	gap: 20px;
}

.appointment-type-card {
	position: relative;
	background-color: white;
	border-radius: 8px;
	border: 1px solid #f0f0f0;
	padding: 10px 50px 10px 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	cursor: pointer;
	transition: all 0.5s;
}

.type-selected {
	background-color: #3faba7;
	color: white;
}

.appointment-modality-button {
	cursor: pointer;
	padding: 8px 12px;
	font-size: 1rem;
	border-radius: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.5s;
}

.appointment-modality-button-off {
	color: #343434;
	background-color: #D9D9D9
}

.appointment-modality-button-on {
	color: #FFFFFF;
	background-color: #3faba7
}

.appointment-portrait {
	width: 100px;
	height: 100px;
	background-color: #f1f1f1;
	border-radius: 6px;
}

.tag-gratis {
	position: absolute;
	bottom: 10px;
	background-color: #c5e9eb;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 0.8rem;
	color: #343434;
}

.tag-pago {
	position: absolute;
	bottom: 10px;
	background-color: #f9b8c8;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 0.8rem;
	color: #343434;
}

.appointment-modality-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

/* Scroll hint para tabla comparativa en móvil */
.allow-wrap {
	white-space: normal;
}

.scroll-hint-table {
	display: none;
}

.table-compare-wrapper {
	position: relative;
}

.scroll-fade-right {
	display: none;
}

.scroll-progress-track {
	display: none;
}

@media (max-width: 768px) {
	.scroll-hint-table {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		padding: 10px 16px;
		margin-bottom: 8px;
		background: var(--color-primary);
		color: #fff;
		border-radius: 8px;
		font-size: 14px;
		font-weight: 500;
		font-family: "Poppins", sans-serif;
		animation: swipeHint 2s ease-in-out infinite;
	}

	.scroll-hint-table i {
		font-size: 18px;
	}

	.table-compare-wrapper {
		position: relative;
	}

	.table-area {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}

	.table-area::-webkit-scrollbar {
		height: 6px;
	}

	.table-area::-webkit-scrollbar-track {
		background: #f1f1f1;
		border-radius: 3px;
	}

	.table-area::-webkit-scrollbar-thumb {
		background: var(--color-primary);
		border-radius: 3px;
	}

	.comparison-table thead tr th:first-child {
		border: none;
		padding: 0;
		background: none;
	}

	.sticky-wrapper-main thead {
		position: relative;
		top: auto;
		border: none;
		background: none;
	}

	.sticky-wrapper-main tbody {
		position: static;
	}

	.scroll-fade-right {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 40px;
		background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
		pointer-events: none;
		z-index: 3;
		transition: opacity 0.3s;
	}

	.scroll-fade-right.hidden {
		opacity: 0;
	}

	.scroll-progress-track {
		display: block;
		height: 4px;
		background: #e0e0e0;
		border-radius: 2px;
		margin-top: 8px;
		overflow: hidden;
	}

	.scroll-progress-track .scroll-progress-bar {
		height: 100%;
		background: var(--color-primary);
		border-radius: 2px;
		width: 30%;
		transition: width 0.1s ease-out;
	}
}

@keyframes swipeHint {
	0%, 100% { transform: translateX(0); opacity: 1; }
	50% { transform: translateX(6px); opacity: 0.7; }
}