
		#dadosEmpresa {
			position: relative;
			display: inline-block;
			vertical-align: top;
			max-width:750px;
			}
		#logoEdilma {
			position: relative;
			display: inline-block;
			vertical-align: top;
			width: 10%;
			}
		.nomSite{
			margin-left: 5%;
			}
		.textSite{
			margin-left: 5%;
			}
		#showroom {
			position: relative;
			display: inline-block;
			vertical-align: top;
			width: 27%;
			/*height: 200px;*/
			margin-left: 10%;
			margin-top: 30px;
			/*background-color: rgba(0,0,0,0.2);*/
			}
		#showroom p {
			margin:0 !important;
			font-size: 18px !important;
			line-height: 22px;
			color: #FF0 !important;
			font-family: 'Montserrat Alternates', sans-serif;
			font-weight: 300 !Important;
			}	
		#bannerShowroom {
			position: absolute;
			z-index: 100;
			width: 40%;
			left: 0;
			margin-left: 30%;
			top: 10%;
			cursor: pointer;
			display:none;
			}	
		#bannerShowroom img {
			width: 100%;
			height: auto;
			}


		#icoWhatsApp {
			position: fixed;
			bottom: 3%;
			right: 2%;
			z-index:5000;
			transition: 0.2s ease-in-out all;
			width: 60px;
			height: auto;
			}
		#icoWhatsApp img {
			width: 100%;
			height: auto;
			}	
		#icoWhatsApp:hover {
			width: 50px;
			height: auto;
			cursor:pointer;
			}			
		
		@media screen and (max-width: 900px) and (orientation: portrait)  {
			#showroom {
			width: 80%;
			height: auto;
			margin-bottom: 20px;
			background-color: rgba(0,0,0,0,5);
			}
			#bannerShowroom {
			width: 60%;
			margin-left: 20%;
			top: 15%;
			}	
		}
		
		@media screen and (max-width: 900px) and (orientation: landscape)  {
			#showroom {
			width: 80%;
			height: auto;
			margin-bottom: 20px;
			background-color: rgba(0,0,0,0,5);
			}
			#bannerShowroom {
			width: 60%;
			margin-left: 20%;
			top: 15%;
			}	
			#icoWhatsApp {
				width: 50px;
			}
		}
		
		@media screen and (max-width: 600px) and (orientation: portrait)  {
			#bannerShowroom {
			width: 90%;
			margin-left: 5%;
			top: 20%;
			}	
			#icoWhatsApp {
				width: 50px;
			}

		}
		
		@media screen and (max-width: 600px) and (orientation: landscape)  {
			#bannerShowroom {
			width: 90%;
			margin-left: 5%;
			top: 20%;
			}
		}
								


