html, body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

a, a:hover {
	text-decoration: none;
	color: #C5C8DB;
	border-bottom: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #A7224D;
	border-bottom-color: #A7224D;
}

#top {
	content: '';
	color: #C5C8DB;
	background: #7886C9;
	border-bottom: solid 3px #A7224D;
	width: 100%;
	height: 70px;
	top: 0;
	position: fixed;
	z-index: 99;
}

.top-content {
	width: 1200px;
	margin: 0 auto;
}

.menu-hide {
	display: block;
}

.navbar-menu {
	display: none;
}

.navbar-menu-itens {
	width: 100%;
	background: #6571AA;
}

.navbar-menu-itens a, a:hover {
	color: #CC2B5F;
	border: none;
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	.top-content {
		width: 100%;
		margin: 0 auto;
	}

	.menu {
		display: none;
	}

	.navbar-menu {
		display: block;
	}

	.menu-hide {
		display: none;
	}
}

.logo-text {
	font-size: 12px;
	font-weight: bold;
	color: #A7224D;
}

.logo-link, .logo-link:hover {
	text-decoration: none;
	border: none;
}

#main {
	display: block;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
	#main {
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}
			
#header {
	width: 100%;			
	height: 60vh;
	margin: 0;
	margin-top: 70px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.sub-header {
	display: flex;
	width: 100%;
	padding-top: 70px;
	justify-content: center;
	color: #fff;
	background: rgb(167,34,77);
	background: linear-gradient(90deg, rgba(167,34,77,1) 37%, rgba(0,1,255,1) 100%);
}

.sub-header h4 {
	color: #fff;
	text-align: center;
	padding: 10px;
}

.ft-header {
	content: '';
	width: 100%;
	height: 10px;	
	color: #C5C8DB;
	background: #7886C9;
	border-bottom: solid 3px #A7224D;
}

.menu {
	width: 100%;
	height: 75px;
	margin:0 auto;
	margin-top: 20px;
	line-height: 30px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #C5C8DB;
	background: transparent;
	right: 0;
}

.item-menu {
	padding: 0px 25px 0px 25px;
	height: 30px;
	text-align: right;
	float: right;
}

.item-menu:hover {
	color: #A7224D;
	text-decoration: none;
}

.item-menu-active {
	color: #A7224D;
}

@media screen and (max-width: 680px) {
	.item-menu-active {
		color: #D6D62F;
	}
}
			
#content {
	width: 100%;
	/* min-height: calc(100vh - 115px); */
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	border-radius: 15px;
	position: relative;
	z-index: 89;
}

.content-fix {
	top: 0;
}

@media screen and (max-width: 600px) {
	.content-fix {
		top: -290px;
	}
}

.titulos {
	margin: 0 auto;
	padding: 20px;
	width: 50%;
	color: #A7224D;
	font-family: Tahoma;
	font-size: 2ch;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #C5C8DB;
}

.info-text {
	min-height: 330px;
}

.info-content {
	padding: 50px;
}

.itens-content {
	margin: 0 auto;
	padding: 15px;
	width: 80%;
	height: 100px;
	font-family: Tahoma;
	font-size: 14px;
	color: #C5C8DB;
}

.btn-gradient {
	color: #fff;
	background: rgb(167,34,77);
	background: linear-gradient(90deg, rgba(167,34,77,1) 37%, rgba(0,1,255,1) 100%);
}

.btn-gradient:hover {
	color: #fff;
	background: rgba(0,1,255,1);
	background: linear-gradient(90deg, rgba(0,1,255,1) 37%, rgba(167,34,77,1)  100%);
}

.main-itens-content p {
	margin: 0 auto;
	width: 50%;
	padding: 50px;
	background: #7886C9;
}

.main-cols-desc {
	color: #ffffff;
	background-color: #7886C9;
}

.labels {
	margin-top: 30px;
	text-align: left;
	width: 150px;
	padding: 10px 10px 0px 30px;
}

.lbl-small {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 2px #A7224D;;
}

.lbl-large {
	font-size: 30px;
	font-weight: bold;
	padding-top: 5px;
	text-transform: uppercase;
}
			
#footer {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
	bottom: 0;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	font-family: Arial;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #C5C8DB;
	background: #7886C9;
	border-top: solid;
	border-bottom: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #A7224D;
	border-bottom-color: #A7224D;
}

@media screen and (max-width: 600px) {
	#footer {
		font-size: 12px;
	}
}

.show-mob {
    display: none;
}

.zoom {
	transition: transform .2s;
}
  
.zoom:hover {
	-ms-transform: scale(1.05);
	/* IE 9 */
	-webkit-transform: scale(1.05);
	/* Safari 3-8 */
	transform: scale(1.05);
}

.pop-hover {
	background-color: #A7224D;
	padding: 10px;
	border-radius: 10px;
	-webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.pop-hover:hover {
	color: #fff;
	background-color: #000;
	cursor: pointer;	
}

.contact-map {
	display: flex;
	width: 100%;
}

.icons {
	font-size: 14px;
}

.loading {
	position: absolute;
	display: flex;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	margin: 0 auto;
	background-color: #fff;
	opacity: 0.8;
	z-index: 9999;
}

.loading .spinner-border {
	position: fixed;
	display: absolute;
	left: 50%;
	margin-top: 50vh;
}

.back-selection {
	width: 50%;
	cursor: pointer;
	border: solid;
	border-width: 5px;
	border-color: #A7224D;
	transition: all 0.1s;
}

@media screen and (max-width: 608px) {
	.back-selection {
		width: 100%;
		cursor: pointer;
		border: solid;
		border-width: 5px;
		border-color: #A7224D;
		transition: all 0.1s;
	}
}

.back-selection:hover {
	border: solid;
	border-width: 10px;
	border-color:#6571AA;
}