@media (min-width: 1025px) {
    .page-tratamientos-zig-zag .jet-listing-grid__item:nth-child(even) .reverse {
        --flex-direction: row-reverse !important;
    }
}

.horario-estado {
  margin-bottom: 16px;
  font-weight: 700;
}
.horario-estado.abierto {
  color: #1f8f4e;
}
.horario-estado.abierto:before {
 	content:"\f058";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
}
.horario-estado.cerrado {
  color: #c0392b;
}
.horario-estado.cerrado:before {
 	content:"\f057";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
}

.horario-fila {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  gap: 12px;
  margin-bottom: 12px;
}

.horario-fila.es-hoy span {
  font-weight: 600;
	color: var(--e-global-color-primary);
}


.main-containter-banner {
	background-image: url('/wp-content/themes/hello-theme-child-master/assets/fondo-banner-posts.png');
	background-color: #EBF9F6!important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	color: inherit !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	border-radius: 15px;
	padding: 20px 20px;
}

.banner-title {
	font-size: 28px!important;
	font-weight: 600!important;
	text-align: center;
	margin: 0!important;
}

.banner-content {
	text-align: center;
	color: #646464!important;
	font-size: 22px!important;
	font-weight: 300!important;
	margin-top: 10px;
}

.buttom-container {
	margin-top: 20px;
}

.banner-buttom {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px!important;
	font-weight: 600!important;
	color: #FFFFFF!important;
	border-radius: 4px!important;
	background-color: #00B0AB;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px!important;
	height: 40px;
	text-decoration: none !important;
}

.banner-buttom:hover {
	border-radius: 4px!important;
	background-color: #027673;
}

input[type=text] {
	font-family: 'Titillium Web';
	font-size: 15px;
}

input[type=autocomplete2] {
	font-family: 'Titillium Web';
	font-size: 15px;
	padding-left: 10px;
}

input[type=autocomplete] {
	font-family: 'Titillium Web';
	font-size: 15px;
	padding-left: 10px;
}

input[type=autocomplete3] {
	font-family: 'Titillium Web';
	font-size: 15px;
	padding-left: 10px;
}

.pac-container:after {
	background-image: none !important;
	height: 0px;
}

.pac-item {
	font-family: 'Titillium Web';
	height: 45px;
	font-size: 15px;
	display: flex;
	align-items: center;
}

.pac-matched {
	font-family: 'Titillium Web';
	font-size: 15px!important;
	color: #00b0ab;
}

.pac-item-query {
	font-family: 'Titillium Web';
	font-size: 15px!important;
}

.breadcrumb_blog {
	display: inline;
	gap: 4px;
	color: white;
	font-size: 16px;
}
.breadcrumb_blog div {
	display: inline !important;
}
.breadcrumb_blog a {
	display: inline !important;
	color: white;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

.breadcrumb_blog a:hover {
	opacity: 0.7;
}

.breadcrumb_blog div:last-child {
	pointer-events: none;
}
.post-content a{
	color: var(--e-global-color-primary);
	font-weight: inherit;
}
.post-content h2{
	color: var(--e-global-color-6fc2169) !important;
	font-size: 28px;
	font-weight: 600;
	line-height: 35px;
	margin: 20px 0px;
}
.post-content h3{
	color: var(--e-global-color-6fc2169) !important;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin: 20px 0px;
}

@media (max-width: 1024px) {
   	.post-content h2{
        font-size: 24px;
    }
	.post-content h3{
		font-size: 20px;
	}
}