Shefarol Soluções Web

Google Maps - Voltar

Senac Vila Prudente

Rua do Orfanato, 316

Localizado na Rua do Orfanato, 316 - Vila Prudente - São Paulo - 03131-010

Possui estacionamento? Não
Estação mais próxima: Vila Prudente (metrô)
Atendimento:
De segunda a sexta-feira, das 8 às 21 horas, e aos sábados, das 8 às 14 horas. Se tiver dúvidas, acesse o Fale com a gente ou envie um e-mail para vilaprudente@sp.senac.br


Exemplo do arquivo CSS
.principal{
	position: relative;
	width: 100%;
	min-height: 300px;
	background-color: #F5F5F5;
	padding: 20px;
	border: 1px solid #EEE;
	border-radius: 8px;
	z-index: 1;
}
.texto{
	width: 45%;
	transition: 0.5s ease;
	z-index: 2;
}
iframe{
	transition: 1.0s ease-in-out;
  	position: absolute;
  	width: 50%;
  	top: 10px;
  	right: 10px;
  	height: 280px;
  	float: right;
  	box-shadow: 2px 2px 6px #777;
  	border-radius: 10px;
  	z-index: 10;
}
iframe:hover{
	width: 97.5%;
}

@media only screen and (max-width: 1200px){
	iframe{
		height: 95%;
	}
}
@media only screen and (max-width: 992px){
	iframe{
		height: 95%;
	}
}
@media only screen and (max-width: 768px){
	iframe{
		height: 95%;
	}
}
@media only screen and (max-width: 576px){
	iframe{
		height: 95%;
	}
}