  #quickAccessContainer
		    {
		        padding-bottom: env(safe-area-inset-bottom);
		    }
		    
			.menuItemNav[selected]
			{
				background:white !important;
				color:#af435d !important;
			}
			
			
			.tarifaCalcTd
			{
			    display:none;
			}


			

			.contactBox:hover
			{
				border-radius:100%;
			}

			.contactBox
			{
				transition:0.5s;
				cursor:pointer;
				  color: white;
				  height: 165px;
				  border: 1px solid white;
				  padding: 15px;
				  display: flex;
				  flex-direction: column;
				  justify-content: center;
				  align-items: center;
				  width: 165px;
				  border-radius: 8px;
			}


			.menuItemNav
			{
				width:65px !important;
			}

			#navLayers
			{
				width:75px;
				align-items:center;
			}

			@media (max-width: 1200px)
			{
			    
                #tarifasChildrenOtherLayersContainer
                {
                    
                    padding-top:200px !important;
                }
            
			    #callTaxiChildrenOtherLayersContainer
			    {
			       /* padding-top: 130px !important;*/
			    }
			    
			    #tarifasChildrenOtherLayersContainer
			    {
			        padding-top:520px !important;
			    }
			    
			    #contactBoxContainer
			    {
			        gap:10px !important;
			        padding: 0 !important;
			    }
			    
				.titleLayerOtherLayersContainer
				{
				}

				.menuItemNav[selected]
				{
					border-radius:100%;
					background:#ffffff1c !important;
					color:white !important;
					border-radius:100% !important;
				}

				#otherLayersContainer
				{
					width:100vw;
					left:0 !important;
				}

				#contentContainer
				{
					height:0px;
					overflow-y:auto;
					flex:1 1 0 !important;
				}


				#otherLayersContainer
				{
					position: fixed !important;
					width:100vw;	
				}

				#container
				{
					display:flex;
					flex-direction:column-reverse;
				}		

					#quickAccessContainer
					{
						position:relative;
						z-index:200;
						width:100% !important;
						flex-direction:row;
						background: #a7324d !important;
					}

						#navLayers
						{
							flex:1;
							flex-direction:row !important;
							justify-content: space-evenly !important;
							padding: 0 !important;
							gap: 0 !important;
							height:67px !important;
						}

							.menuItemNav
							{
								background: none !important;
								height:58px !important;
								width:58px !important;
							}

							.iconMenuItemNav
							{
								font-size: 21px !important;
								margin-bottom:5px !important;
							}

							.textMenuItemNav
							{
								font-size:12px !important;
							}
			}