/* Add here all your css styles (customizations) */
.navcli {
	font-size: 24px;
	color: #383838;
}

.modal-auto {
	width: 50%;
}

.centralizado {
	text-align:center;
}

#box-google {
	    position: relative;
}

.banner-header {
	margin-left: 10px;
}

.mobile-left-center .img {
	float: left !important;
}

.mobile-right-center .img {
	float: right !important;
}

/*Banner Header*/
@media (max-width: 991px) {
	.banner-header {
		display: none;
	}
	.copyright {
		text-align: center;
	}
	.mobile-left-center .img {
		float: none;
		text-align: center;
		align-content: center;
	}
	.mobile-right-center .img {
		float: none;
		text-align: center;
		align-content: center;
	}
	.mobile-center .img {
		text-align: center;
		float: none;
	}
	.sidebar-nav-v1 {
		display: none;
	}
	.desktop-right {
		text-align: center;
	}
	#mobile-logo { 
		max-width: 100%;
	}
	.mobile-img img { 
		max-width: 100%;
	}
}

@media (min-width: 991px) {
	.desktop-right {
  		float: right !important;
	}
}
