html body{
	font-family:tahoma,verdana,arial;
	font-size:20px;/*
	overflow: hidden;*/
	width: 100%;
}
.logo {
	background: url('../images/sb_logo.png') no-repeat;
	background-position: center center;
	margin:10px;
	height:170px;
	width:570px;
	
}
.info {
	font-family:tahoma, verdana,arial;
	
	
}
.span_bold{
	font-weight:bold;
	
}
.centered {
	text-align:center;
	vertical-align:center;
	margin-top:5%;
	
}
.row div{
	text-align: center;
	
}
.inslogos{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 150px;/*
	width: 20%;*/
}

.ref div{
	border: 1px solid red;
}
.refs img {
	/*height:150px;
	max-width: 650px;
*/
aspect-ratio: 3/2;
object-fit: contain;/*
mix-blend-mode: color-burn;*/
}
.text_left{
	text-align: left !important;
	
}
.text_right{
	text-align: right !important;
}
.text_center{
	text-align: center;
}
.float_right{
	float: right;
}
.float_left{
	float: left;
}
@media (max-width: 767px){
	/*html body {
		font-size:20px;
	}*/
	.sarbel_logo {
		width:50%;
	}
	
}/*
@media (min-width: 1200px){
	html body {
		font-size:25px;
	}*/