html {
	/*
	transform-origin: center top;
	transform: scaleX(0.8) scaleY(0.8);
	*/
}

body {
	height: 92%;
	background-color: #FFFFFF;
	background-position: 0 -31.5px;
	margin-left: 0;
	margin-top: 0;
}

body > .container {
	max-width: 1421px;
	margin: auto;
	transform-origin: center top;
	transform: scaleX(0.8) scaleY(0.8);
}

.video-js {
	transform: scaleX(1.25) scaleY(1.25) !important;
}

.fb-like {
	transform: scaleX(1.25) scaleY(1.25) !important;
	margin-left: 10px;
}

.container > table {
	max-width: 1421px;
}

.footer a, .footer a:hover, .footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#whatsapp {
    position: fixed;
    right: 90px;
    bottom: 18px;
}
/*
.fb_dialog {
	bottom: 70pt !important;
}
.fb_customer_chat_bounce_in_v2 {
	bottom: 115pt !important;
}
*/
.bg-dark {
	background-color: #EF7514 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1) !important;
}
.col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}

@media only screen and (max-width: 778px) {
	body {
		background-image: none;
		width: 101%;
	}
	body > .container {
		transform: scaleX(1) scaleY(1);
		padding-left: 0;
		padding-right: 0;
		margin-top: 56px;
	}
}