/* CSS dinâmico para #conheca-ws-showroom-home */


#conheca-ws-showroom-home h2, #conheca-ws-showroom-home h4, #conheca-ws-showroom-home { color: #fff; line-height: 1.5; }
#conheca-ws-showroom-home .bg { background-position: center; background-size: cover; position: relative; z-index: 1; }
#conheca-ws-showroom-home .casca { position: relative; z-index: 3; vertical-align: middle; }
#conheca-ws-showroom-home .overlay { background: rgba(0,0,0,0.8); }

#conheca-ws-showroom-home.mostra-como-tabela { display: table; }
#conheca-ws-showroom-home.mostra-como-tabela .celula { display: table-cell; }

#conheca-ws-showroom-home .endereco {
	font-weight: 300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	max-width: 350px; padding: 30px; 
	border: 1px solid rgba(255,198,0,0.6); 
	-moz-border-radius: 30px; -khtml-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;
}
#conheca-ws-showroom-home .endereco h4 {font-weight: 200 !important;}
#conheca-ws-showroom-home .endereco:hover { background: rgba(255,255,255,0.2); }
#conheca-ws-showroom-home .botao:hover .svg { color: #000 !important; }

#conheca-ws-showroom-home .modal { display: none; }
#conheca-ws-showroom-home .modal .background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.4); }
#conheca-ws-showroom-home .modal .box {position: fixed; top: 30%; left: 0; right: 0; margin: 0 auto; max-width: 660px; border:1px #ffffff40 solid; -moz-border-radius: 15px; -khtml-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; webkit-box-shadow: 0px 0px 15px 7px rgba(0,0,0,0.35); -moz-box-shadow: 0px 0px 15px 7px rgba(0,0,0,0.35); box-shadow: 0px 0px 15px 7px rgba(0,0,0,0.35);}
#conheca-ws-showroom-home .modal .box .close { position: absolute; top: -30px; right: -30px; color: #fff; cursor: pointer; }
#conheca-ws-showroom-home .modal .box .close:hover { opacity: 0.5 }
#conheca-ws-showroom-home .responsive-video { position: relative; padding-bottom: 52.15%; padding-top: 25px; height: 0; }
#conheca-ws-showroom-home .responsive-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  -moz-border-radius: 15px; -khtml-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }

/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {
	
	
	
}



/* -------------------------------------------------------------- */			
/* Tablet na horizontal & telas antigas 1024x768 */			
@media only screen and (min-width: 981px) and (max-width: 1279px) {

	
}




/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {

	#conheca-ws-showroom-home .col { float: none; width: 100%; }
	#conheca-ws-showroom-home .endereco { margin-top: 40px; }
	#conheca-ws-showroom-home .responsive-video { position: relative; padding-bottom: 52.15%; padding-top: 25px; height: 0; }
	#conheca-ws-showroom-home .responsive-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

}
	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {



}

