.page {
	font-family: 'Raleway', sans-serif;
}

.page .company .container {
	display: flex;
	padding: 0px 10px;
}

@media screen and (max-width:1000px) {	  
	.page .company .container {
		flex-direction: column-reverse;
		background-color: #F8F8F8;
		padding: 0px;
	} 
}

.page .company .container .box {
	display: flex;
	flex-direction: column;
}

.page .company .container .box:first-child {
	align-items: end;
}

.page .company .container .box:last-child {
	padding: 50px 0px 0px 60px
}

@media screen and (max-width:1000px) {	  
	.page .company .container .box .banner-internal {
		display: none;
	} 

	.page .company .container .box:last-child {
		padding: 40px 15px 40px 15px;
	}
}

.page .company .container .box h1 {
	font-size: 32px;
	line-height: 35px;
	font-weight: 700;
	color: #001233;

	margin: 0px 0px 40px 0px;
	padding: 0;
}

.page .company .container .box h1 small {
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #0466C8;
	letter-spacing: 4px;
}

.page .company .container .box h2 {
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #9CB3B9;

	margin: 0px 0px 40px 0px;
	padding: 0;
}

.page .company .container .box .buttons {
	display: flex;
}

.page .company .container .box .buttons .btn-service {
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: 600;

	display: flex;
	justify-content: center;
	align-items: center;

	background-color: #396AFC;
	padding: 12px 18px;
	border-radius: 3px;

	transition: background-color 0.3s, box-shadow 0.3s;
}

.page .company .container .box .buttons .btn-service:hover {
	background-color: #2948FF;
	box-shadow: inset 0 0 1em rgba(41,72,255,0.5), 0 0 1em rgba(41,72,255,0.5);

	transition: background-color 0.3s, box-shadow 0.3s;
}

.page .company .container .box .items {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 350px;

	padding: 30px 20px;
	background-color: #001233;
}

@media screen and (max-width:1000px) {	  
	.page .company .container .box .items {
		max-width: 100%;
	}
}

.page .company .container .box .items .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	width: 100%;
}

.page .company .container .box .items .item img {
	margin-bottom: 15px;
	width: 40px;
}

.page .company .container .box .items .item h1 {
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;

	margin-bottom: 15px;
	padding: 0;
}

.page .schedule {
	background-color: #0466C8;
}

.page .schedule .container {
	display: flex;
	padding: 70px 10px;
}

@media screen and (max-width:1000px) {	  
	.page .schedule .container {
		flex-direction: column;
		padding: 40px 10px;
	} 
}

.page .schedule .container .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
}

@media screen and (max-width:1000px) {	  
	.page .schedule .container .box {
		width: 100%;
	} 

	.page .schedule .container .box:first-child {
		margin-bottom: 30px;
	}
}

.page .schedule .container .box h1 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: #FFFFFF;

	margin: 0;
	padding: 0;

	max-width: 480px;
}

@media screen and (max-width:1000px) {	  
	.page .schedule .container .box h1 {
		font-size: 27px;
		line-height: 30px;
		text-align: center;
	} 
}

.page .schedule .container .box .btn-schedule {
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: 600;

	display: flex;
	justify-content: center;
	align-items: center;

	background-color: #001233;
	margin: 0px auto;
	padding: 12px 18px;
	border-radius: 3px;

	width: 100%;
	max-width: 300px;
	height: 50px;

	transition: background-color 0.3s, box-shadow 0.3s;
}

.page .schedule .container .box .btn-schedule i {
	font-weight: normal;
	margin-right: 10px;
}

.page .schedule .container .box .btn-schedule:hover {
	background-color: #189d0e;
	box-shadow: inset 0 0 1em rgba(24,157,14,0.5), 0 0 1em rgba(24,157,14,0.5);

	transition: background-color 0.3s, box-shadow 0.3s;
}