.link-component {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-component[href] {
  cursor: pointer;
}

.link-component:not([href]):not([class]),
.link-component:not([href]):not([class]):hover {
  color: inherit !important;
}
:root {
  --rt-color-white: #fff;
  --rt-color-dark: #222;
  --rt-color-success: #8dc572;
  --rt-color-error: #be6464;
  --rt-color-warning: #f0ad4e;
  --rt-color-info: #337ab7;
  --rt-opacity: 0.9;
}

.styles-module_tooltip__mnnfp {
  visibility: hidden;
  width: -webkit-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 90%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  will-change: opacity, visibility;
}

.styles-module_fixed__7ciUi {
  position: fixed;
}

.styles-module_arrow__K0L3T {
  position: absolute;
  background: inherit;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.styles-module_no-arrow__KcFZN {
  display: none;
}

.styles-module_clickable__Bv9o7 {
  pointer-events: auto;
}

.styles-module_show__2NboJ {
  visibility: visible;
  opacity: var(--rt-opacity);
}

/** Types variant **/
.styles-module_dark__xNqje {
  background: var(--rt-color-dark);
  color: var(--rt-color-white);
}

.styles-module_light__Z6W-X {
  background-color: var(--rt-color-white);
  color: var(--rt-color-dark);
}

.styles-module_success__A2AKt {
  background-color: var(--rt-color-success);
  color: var(--rt-color-white);
}

.styles-module_warning__SCK0X {
  background-color: var(--rt-color-warning);
  color: var(--rt-color-white);
}

.styles-module_error__JvumD {
  background-color: var(--rt-color-error);
  color: var(--rt-color-white);
}

.styles-module_info__BWdHW {
  background-color: var(--rt-color-info);
  color: var(--rt-color-white);
}

.tooltip-container .tooltip-component {
    border-radius: 6px;
    opacity: 1;
    z-index: 10;
    font-family: 'Inter', sans-serif;
	letter-spacing: -.04em;
	text-overflow: ellipsis;
    font-size: .80rem;
	font-weight: 650;
	line-height: 1;
}
.zaptbot-intro-content {
	font-size: .875rem;
	line-height: 1.3;
	letter-spacing: -.025em;
}

.zaptbot-intro-content h2 {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -.08rem;
	margin: .5rem 0;
}

.zaptbot-intro-content p:last-child {
	margin-bottom: 0;
}

.zaptbot-intro {
	display: flex;
	margin-bottom: 2rem;
}

.zaptbot-intro figure {
	display: block;
	align-self: flex-start;
	margin: 0 .5rem 0 0;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.chat-suggestions {
	display: flex;
	flex-direction: column;
	gap: .625rem;
	margin-bottom: 1.5rem;
}


.chat-conversation {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.chat-row {
	display: flex;
	flex-direction: column;
	width: 100%;
	transition: height 1s ease-in-out;
}

.chat-user {
	border-radius: 16px 16px 4px 16px;
	background: rgba(var(--primary), 1);
	box-shadow: 0px 10px 12px -13px rgba(25, 60, 240, 0.19), 0px 3.852px 8.356px -13px rgba(25, 60, 240, 0.13), 0px 0.815px 2.444px -13px rgba(25, 60, 240, 0.10);
	display: flex;
	align-self: flex-end;
	font-size: .875rem;
	line-height: 1.3;
	letter-spacing: -.04rem;
	color: rgba(var(--white), 1);
	padding: 1rem;
	margin: 0 0 0 44px;
}


.chat-bot-container {
	display: flex;
	align-items: flex-end;
	gap: .5rem;
}

.chat-bot-avatar {
	display: block;
	flex-shrink: 0;
	border-radius: 8px 8px 2px 8px;
	width: 36px;
	height: 36px;
	overflow: hidden;
}

.chat-bot-avatar img {
	display: block;
	width: 100%;
}

.chat-bot-message {
	background: #EAEAEA;
	box-shadow: 0px 14px 14px -17px rgba(0, 0, 0, 0.07), 0px 5.393px 4.459px -17px rgba(0, 0, 0, 0.04), 0px 1.141px 1.141px -17px rgba(0, 0, 0, 0.03);
	border-radius: 16px 16px 16px 4px;
	width: auto;
	overflow-x: hidden;
	word-break: break-word;
	font-size: .875rem;
	line-height: 1.3;
	letter-spacing: -.025rem;
	color: rgba(var(--text), 1);
	padding: 1rem;
}

.chat-bot-message p {
	margin-bottom: .625rem;
}

.chat-bot-message ol,
.chat-bot-message ul {
	padding: 0;
	margin-bottom: .625rem;
}

.chat-bot-message ol li {
	padding: 0 0 0 .625rem;
	margin: 0 0 .5rem 1rem;
}

.chat-bot-message ol li::marker {
	font-weight: 700;
	color: rgba(var(--primary), 1);
}

.chat-bot-message .btn-line {
	padding: .5rem .75rem;
	margin: 0 0 .25rem;
}

.g-recaptcha {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0.75rem auto;
}

.chat-bot-interests-suggestions-buttons-container {
	display: flex;
	margin: 0 auto;
	gap: 0.5rem;
}

.chat-bot-interests-suggestions-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 450px;
	overflow: auto;
	padding: 0 1rem 10px;
	margin: 0.625rem -1rem 5px;
}

.chat-bot-interest-suggestion-image_container {
	background-color: rgba(var(--white), 1);
	border-radius: 12px;
	display: block;
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	margin-right: .625rem;
	overflow: hidden;
}

.chat-bot-interest-suggestion-card_content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.chat-bot-interest-suggestion-card-buttons-container {
	display: flex;
	gap: 0.5rem;
	margin-top: auto;
}

.sponsored-message{
	text-align: center;
	position: relative;
	margin-top: 0.625rem;
}

.sponsored-label{
	display: block;
  margin-bottom: 5px;
  position: absolute;
  top: -12px;
  left: 56px;
  border-radius: 5px;
  padding: 0 2px;
}

.typography-intro-title-chat-bot {
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.08rem;
	font-size: 1.25rem;
	white-space: pre-wrap;
	font-family: Inter, sans-serif;
}
  
.typography-content-chat-bot {
font-size: .875rem;
line-height: 1.3;
letter-spacing: -.025em;
font-family: Inter, sans-serif;
}

.chat-bot-avatar figure{
	margin: 0;
}

.chat-loading{
	height: 20px!important;
    width: 20px!important;
    left: calc(50% - 10px);
    position: relative !important;
    animation: unset!important;
	color: var(--primary)!important;
}
.loading-bar-component-container {
	background: rgba(255,255,255, .5);
	border-radius: 10px;
	width: 50px;
	height: 20px;
	padding: 5px;
	margin: 10px auto;
	position: relative;
}
.loading-bar-component, .loading-bar-component::before, .loading-bar-component::after {
	border-radius: 5px;
	width: 10px;
	height: 10px;
	animation: loading-bar-component 1.5s infinite linear;
}
.loading-bar-component {
	position: relative;
	top: -9999px;
	left: 50%;
	transform: translateX(-50%);
	animation-delay: -0.85s;
}
.loading-bar-component::before, .loading-bar-component::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
}
.loading-bar-component::before { animation-delay: -1.85s; }
.loading-bar-component::after { animation-delay: -2.85s; }

.loading-pin-component {
	width: 48px;
	height: 48px;
	display: block;
	margin: 0 auto 30px auto;
	box-sizing: border-box;
	position: relative;
}
.loading-pin-component-marker {
	content: '';
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	left: 0;
	border: 15px solid;
	bottom: 0;
	position: absolute;
	border-radius: 50% 50% 0;
	transform: rotate(45deg) translate(0, 0);
	box-sizing: border-box;
	animation: animMarker 0.4s ease infinite alternate;
}

.loading-pin-component::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 150%;
	width: 24px;
	height: 4px;
	border-radius: 50%;
	background: rgba(23, 21, 32, 0.2);
	animation: animShadow 0.4s ease infinite alternate;
}
@keyframes animMarker {
	0% {
		transform: rotate(45deg) translate(5px, 5px);
	}
	100% {
		transform: rotate(45deg) translate(-5px, -5px);
	}
}
@keyframes animShadow {
	0% {
		transform: scale(0.5);
	}
	100% {
		transform: scale(1);
	}
}
.menu-item-component {
	display: flex;
	align-items: center;
	gap: .625rem;
	color: rgba(var(--text), 1);
	padding: .625rem .75rem;
	margin: 0;
	cursor: pointer;
}

.menu-item-component:not(:last-child) {
  border-bottom: 1px solid rgba(22, 20, 31, .07);
	box-shadow: 0 1px 0 rgba(var(--white), .5);
}

.menu-item-component:hover {
  color: rgba(var(--secondary), 1);
}
@supports not ((backdrop-filter: blur(10px)) or (backdrop-filter: blur(8px)) or (backdrop-filter: blur(5px)) or (backdrop-filter: blur(2px))) {
  .menu-component { background: linear-gradient(180deg, rgba(var(--white), .8) 0%, rgba(var(--white), 0) 100%), rgba(234, 234, 236, 0.9); }
}
.menu-component-container {
	position: fixed;
	opacity: 0;
	display: none;
	z-index: 100;
	transition: all .2s linear;
}

.menu-component {
	box-shadow: 0 2px 3px -2px rgba(var(--shadow), .25), 0 10px 30px -10px rgba(var(--shadow), .25), inset 0 0 1px rgba(var(--white), .9);
	backdrop-filter: blur(8px);
	border-radius: 8px;
	width: 170px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -.04rem;
	overflow: hidden;
	transition: all .2s linear;
}
.menu-component-container.show {
	display: block;
	opacity: 1;
}
.categories-container {
	padding-top: 1rem;
	padding-right: 1rem;
	height: -moz-fit-content;
	height: fit-content;
	flex: 1;
	overflow: hidden;
	flex-shrink: 1;
  flex-grow: 0;
  flex-basis: auto;
  min-width: 0;
	border-radius: 8px;
}
.header-app-accessible{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
}
.categories-container-accessible{
	padding-bottom: 3.5rem;
	padding-top: 0px;
	align-self: flex-end;
	max-width: calc(100vw - 537px);
}

#search-input-totem{
	min-width: 414px;
}

#search-input-totem .input-component-container{
	border-radius: 12px 0 0 0;
	box-shadow: none;
	border-bottom: 1px solid #E3E3E3;
	height: 72px;
}

#language-selection{
	height: 162px;
	width: 94px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 0 12px 12px 0;
	border-left: 1px solid #E3E3E3;
	padding: 0;
}
#language-selection svg{
	border-radius: 2px;
}

@media (max-width: 767px) {
  .categories-container {
    padding: 0 0 0 1rem;
		margin: -.5rem 0 .5rem;
		position: relative;
		top: auto;
		right: auto;
		left: auto;
  }
}
.d-none { display: none !important; }
.side-page-backdrop-totem{
    margin: 0 auto;
	box-shadow: 0 1px 1px -2px rgba(var(--shadow), 0.15), 0 10px 20px -10px rgba(var(--shadow), 0.4), 0 30px 40px -10px rgba(var(--shadow), 0.2);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    width: calc(100% - 1.5rem);
    height: auto;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
	z-index: 10;
	transform: translateX(-50%);
	left: 50%;
}
.side-page-backdrop-totem-accessible{
	bottom: 10px;
}
.side-page-container-totem{
	box-shadow: 0 1px 1px -2px rgba(var(--shadow), .15), 0 10px 30px -10px rgba(var(--shadow), .25), inset 0 1px 0 rgba(var(--white), 0.6), inset 0 0 1px rgba(var(--white), .9);
	backdrop-filter: blur(8px);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	position: relative;
}
.side-page-header-totem{
	box-shadow: 0 1px 1px rgba(22, 20, 31, 0.05);
	display: flex;
	padding: .25rem .25rem .25rem .75rem;
}
.side-page-header-ico-totem{
	width: 24px;
	height: 24px;
	margin: .25rem .625rem .25rem 0;
}
.side-page-title-totem{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	margin: .25rem .5rem .25rem 0;
}
.side-page-header-buttons-totem{
	display: flex;
	margin: 0 0 0 auto;
}
.side-page-content-totem{
	display: flex;
	flex-direction: column;
	height: auto;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.side-page-backdrop-float {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 0 1rem 1rem !important;
	width: 100%;
	max-width: 400px;
	transition: all .2s linear;
	z-index: 10;
	box-sizing: border-box;
	pointer-events: none;
}
.side-page-backdrop-float > * {
	pointer-events: all;
}
@media (max-width: 767px) {
	.side-page-backdrop-float {
		max-width: 500px;
		padding: .5rem !important;
		height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
	}
	.side-page-backdrop-float,
	.side-page-backdrop-fixed .side-page-container-fixed  {
		max-width: 450px !important;
	}
}
.side-page-backdrop-float.half {
	top: 50%;
}
.side-page-backdrop-float.half .btToggleHeight {
	transform: rotate(180deg);
}
.side-page-backdrop-fixed {
  background: rgba(168,168,168,.5);
	backdrop-filter: blur(8px);
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 1rem;
	box-sizing: border-box;
	position: relative;
	z-index: 12;
}
.side-page-backdrop-full {
  padding: 0;
}
.side-page-backdrop-fixed .side-page-container-fixed {
  max-width: 400px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.side-page-backdrop-fixed {
		width: auto;
	}
  .side-page-backdrop-fixed.side-page-backdrop-left {
		background: transparent;
    backdrop-filter: none;
		inset: 0 auto 0 0;
		/* width: 400px; */
	}
	.side-page-backdrop-fixed.side-page-backdrop-left .side-page-container-fixed {
		margin: 0;
    background: transparent;
    backdrop-filter: none;
	}
	.side-page-container-float {
		height: auto !important;
	}
}
.side-page-backdrop-full {
	padding: 0;
}
.side-page-backdrop-full .side-page-container-fixed {
	box-shadow: none;
	border-radius: 0;
	height: 100%;
}
.side-page-half {
	height: 50%;
	top: 50%;
}
.side-page-backdrop-fixed-full .side-page-content-fixed {
	height: 100%;
}
.side-page-backdrop-fixed-full .side-page-content-fixed {
  padding: 1rem .5rem;
}
.side-page-backdrop-fixed-full .side-page-content-fixed .side-page-content-fixed-contrast {
  margin: -1rem -0.5rem 1rem;
}
.side-page-backdrop-fixed-full .side-page-content-fixed .location-info-container {
  margin: -1rem -0.5rem;
}
.side-page-backdrop-fixed-no-bg .side-page-container-fixed,
.side-page-backdrop-fixed-no-bg .side-page-container-float {
	box-shadow: none;
}
.side-page-backdrop-fixed-no-bg .side-page-content-fixed,
.side-page-backdrop-fixed-no-bg .side-page-content-float, .side-page-content-totem {
	background-color: transparent;
	backdrop-filter: none;
}
.side-page-content-fixed-contrast {
	background: rgba(0,0,0,.1);
	display: flex;
	flex-direction: column;
	padding: 1rem;
	margin: -1rem -1rem 1rem;
	position: relative;	
}
.side-page-container-fixed {
	box-shadow: 0 1px 1px -2px rgba(var(--shadow), 0.15), 0 10px 20px -10px rgba(var(--shadow), 0.4), 0 30px 40px -10px rgba(var(--shadow), 0.2);
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	max-height: 100%;
	overflow: hidden;
	position: relative;
}
.side-page-header-fixed {
	border-bottom: 0;
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	padding: 1rem .75rem 1rem 1rem;
	z-index: 2;
}
.side-page-header-ico-fixed {
	margin: .25rem .625rem .25rem 0;
}

.side-page-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.side-page-title-fixed {
	flex-grow: 1;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.04em;
	margin: .25rem .5rem .25rem 0;
	text-align: center;
}
.side-page-header-buttons-fixed {
	display: flex;
	gap: .5rem;
	margin: 0 0 0 auto;
}
.side-page-content-fixed {
	background:white;
	display: flex;
	flex-direction: column;
	height: 100%;
	max-height: 100%;
	line-height: 1.5;
	padding: 1rem;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}
.side-page-content-fixed::-webkit-scrollbar,
.side-page-content-float::-webkit-scrollbar
.side-page-content-totem::-webkit-scrollbar {
	width: 6px;
}
.side-page-content-fixed::-webkit-scrollbar-track,
.side-page-content-float::-webkit-scrollbar-track
.side-page-content-totem::-webkit-scrollbar-track {
	background: rgba(var(--shadow), .1);
	border-radius: 3px;
}
.side-page-content-fixed::-webkit-scrollbar-thumb,
.side-page-content-float::-webkit-scrollbar-thumb,
.side-page-content-totem::-webkit-scrollbar-thumb {
	background: rgba(var(--shadow), .5);
	border-radius: 3px;
}
.side-page-content-fixed::-webkit-scrollbar-thumb:hover,
.side-page-content-float::-webkit-scrollbar-thumb:hover
.side-page-content-totem::-webkit-scrollbar-thumb:hover {
	background: rgba(var(--shadow), .7);
}
.side-page-container-float {
	box-shadow: 0 1px 1px -2px rgba(var(--shadow), .15), 0 10px 30px -10px rgba(var(--shadow), .25), inset 0 1px 0 rgba(var(--white), 0.6), inset 0 0 1px rgba(var(--white), .9);
	backdrop-filter: blur(8px);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	position: relative;
}
.side-page-container-float::after {
	display: block;
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.side-page-header-float {
	box-shadow: 0 1px 1px rgba(22, 20, 31, 0.05);
	display: flex;
	padding: .25rem .25rem .25rem .75rem;
}
.side-page-header-ico-float {
	width: 24px;
	height: 24px;
	margin: .25rem .625rem .25rem 0;
}
.side-page-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.side-page-title-float {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	margin: .25rem .5rem .25rem 0;
	text-align: center;
	justify-content: center;
}
.side-page-title-thin-float {
	display: block;
	font-weight: 400;
	margin-right: .5rem;
}
.side-page-header-buttons-float {
	display: flex;
	margin: 0 0 0 auto;
}
.side-page-content-float {
	display: flex;
	flex-direction: column;
	height: auto;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.side-page-footer {
	background: rgba(var(--background),1);
	display: flex;
	align-items: center;
	padding: 1rem;
	margin: auto 0 0;
}
.input-component-container {
  z-index: 10;
	border-radius: 8px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.input-component-container.elevated {
	box-shadow: 0 8px 10px -7px rgba(var(--shadow), 0.3), 0 26px 30px -10px rgba(var(--shadow), 0.15), inset 0 4px 10px rgba(22, 17, 47, 0.1), inset 0 1px 0 rgba(var(--white), 0.9);
	backdrop-filter: blur(8px);
}
.input-component-container.flat {
	border: 1px solid #EBEBEB;
	box-shadow: none;
	background: #F9F9F9;
}
.input-component {
	background: transparent;
	border: none;
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -.04em;
	color: rgba(var(--text), 1);
	padding: .875rem 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.input-component:disabled {
	opacity: 0.7;
}
.input-component:focus {
	outline: none;
}
.input-component::-moz-placeholder {
	color: rgba(var(--text), 1);
}
.input-component::placeholder {
	color: rgba(var(--text), 1);
}
.input-component-actions-buttons {
	display: flex;
	align-items: center;
	margin: 0 .25rem;
}
.autocomplete-component-container {
	box-shadow: 0 40px 80px rgba(var(--shadow), .25);
	backdrop-filter: blur(8px);
	border-radius: 8px;
	width: 100%;
	padding: .5rem 0;
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	transition: all .2s linear;
	visibility: visible;
	z-index: 1;
}

.autocomplete-component-container:empty {
  display: none;
}

.autocomplete-text {
	flex-grow: 1;
	padding: .125rem 0;
}
.record-time-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-width: 42px;
}

.record-time-symbol {
  background-color: red;
  min-width: 10px;
  width: 10px;
  min-height: 10px;
  height: 10px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .categories-container {
    padding: 0 1rem 0 1rem;
		margin: -.5rem 0 .5rem;
		position: relative;
		top: auto;
		right: auto;
		left: auto;
  }
}

.chat-banner-button{
    padding: 0!important;
    flex-grow: 0;
}
.chat-banner-buttons{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.zapt-banner-chat{
    display: flex;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
}
.zapt-banner-chat img{
    border-radius: 8px;
}
.banner-image-container-chat{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.banner-image-container-totem{
    height: 100%;
}

.zapt-banner-container-chat{
	border-radius: 8px;
	position: absolute;
	z-index: 1;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.cityplan-header-logo{
  width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cityplan-santiago-logo{
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.cityplan-logo-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cityplan-buttons-container{
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}
.cityplan-button-exchange{
  height: 40px;
  width: 40px;
  background: url(./686bd6a395c7775d445e.png);
  background-position: center;
  background-size: cover;
}
.cityplan-button-weather{
  height: 50px;
  width: 50px;
  background: url(./72d74ca6a4fe27599092.png);
  background-position: center;
  background-size: cover;
}
.cityplan-button-offers{
  height: 53px;
  width: 53px;
  background: url(./4b2349b8137a4d81e61e.png);
  background-position: center;
  background-size: cover;
}
.cityplan-button-security{
  height: 50px;
  width: 50px;
  background: url(./b19aa1492cbdb81fd54b.png);
  background-position: center;
  background-size: cover;
}

.cityplan-button-subscribe{
  height: 40px;
  width: 40px;
  background: url(./6e1b695a5092a83ee826.png);
  background-position: center;
  background-size: cover;
}

.map-button{
  display: flex;
  background: rgba(242, 114, 33, 1);
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  width: 140px;
  align-self: center;
  justify-self: center;
  padding: 5px;
  border-radius: 10px;
  gap: 5px;
  font-weight: 500;
  margin: auto;
  margin-top: 20px;
  font-size: 15px;
}
