/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.logores{
	width: 24%;
	margin-bottom: 20px; 
}


.btn-naranja{
	background: #ff6633;
	color: #fff!important;
	border-color: #ff6633!important;
}

.btn-naranja:hover{
	background: #9a4022;
	border-color: #9a4022!important;
}

.blanco1{
	padding: 5%; position: absolute; top: 0px;    width: 100px;  background: #fff; left: 5%;
}
.blanco2{
	padding: 5%; position: absolute; top: 0px;    width: 100px;  background: #fff; left: 21%;
}
.blanco3{
	padding: 5%; position: absolute; top: 0px;    width: 100px;  background: #fff; left: 38%;
}
.blanco4{
	padding: 5%; position: absolute; top: 0px;    width: 100px;  background: #fff; left: 55%;
}


@media (max-width: 900px) {
	
		.blanco1{
			padding: 5%; position: absolute; top: 0px;    width: 50px;  background: #fff; left: 25p;
		}
		.blanco2{
			padding: 5%; position: absolute; top: 0px;    width: 50px;  background: #fff; left: 85px;
		}
		.blanco3{
			padding: 5%; position: absolute; top: 0px;    width: 50px;  background: #fff; left: 155px;
		}
		.blanco4{
			padding: 5%; position: absolute; top: 0px;    width: 50px;  background: #fff; left: 225px;
		}
	
	
	
	
	
	
	
	
	.logores{
		width: 100%;
	}
}