/* extraido de css/style.css (Fase 3) - usado em lista_empresas.php e sobre_empresas.php */
.estabfone {
	font-size: 15px;
	margin-top: 2%;
	overflow: hidden;
	padding-left: 1.5%;
}

.listadivdosrelacionados h4 {
	margin: 0px;
	padding: 0px;
	margin-top: 2%;
	margin-bottom: 0.5%;
	margin-left: 1.5%;
	color: var(--cor-primaria);
	font-size: 1em;
}

.divexibeimg {
	overflow: hidden;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.divexibeimg a {
	color: #717171;
	text-decoration: none;
}

.divexibeimg ul {
	margin-top: 0.2%;
	padding-left: 1.8%;
}

.divexibeimg ul li {
	color: black;
	float: left;
	font-size: 15px;
	list-style: outside none none;
	padding-right: 3%;
}

.btnssaimabias {
	display: inline-block;
	margin: 1%;
	padding: 0px;
	margin-top: 0px !important;
	line-height: 1.5em;
	margin-bottom: 2% !important;
	text-align: center;
	width: 100%;
	margin: auto;
}

.corpofalecomyoutube iframe {
	height: 315px;
	width: 560px;
}

.divreporterror12a {
	float: left;
	margin-left: 0px;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 2%;
	margin-top: 2%;
}

.divreporterror13a {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}

@media screen and (min-width:10px) and (max-width:320px) {
	.divexibeimg ul li {
		padding-right: 2%;
		width: calc(33% - 2%);
	}

	.divexibeimg ul li img {
		width: 100%;
	}

	.corpofalecomyoutube iframe {
		width: 280px !important;
	}
}

@media screen and (min-width:321px) and (max-width:640px) {
	.divexibeimg ul li {
		padding-right: 2%;
		width: calc(33% - 2%);
	}

	.divexibeimg ul li img {
		width: 100%;
	}

	.corpofalecomyoutube iframe {
		width: 300px !important;
	}
}
