body{
	font-family: 'Montserrat', sans-serif;
	background-image: url('../assets/bg.png');
	font-size: 18px;
	padding-top: 105px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
p{
	font-size:0.7rem;
	line-height: 1;
}

.container-fluid{
	position: relative;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
/* INICIO TOPO */
.menu-scroll-img{
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.bg-dark {
	background-color: #22202e!important;
	/* min-height: 120px; */
}

.texto-home-topo h1{
	color: #fff;
	font-weight: 900;
	font-size: 3em;
}
.texto-home-topo{
	position: absolute;
	top: 40%;
	left: 39%;
	transform: translate(-36%, -50%);
}
.texto-home-topo p{
	color: #fff ;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 2;
	font-size: 1.1rem;

}
.img-topo{
	position: absolute;
	top: 8px;
	left: 16px;
}
.dropdown-menu{
	margin: 0;
}
.nav-custom li{
	margin-left:0;
	z-index: 2;
	list-style: none;
	background-repeat: no-repeat;
	background-size: 30px;
	line-height: 15px;
	/* padding-left: 36px; */
}

.menu{
	position: absolute;
	top: 58%;
	left: 51%;
	transform: translate(-51%, -50%);
	z-index: 2;
	width: 74%;
}

.logo{
	width: 100%;	
}
.dropdown-item {
	display: block;
	font-weight: 600;
	color: #fff;
	font-size: 0.5rem;
	letter-spacing: 2px;
}
.dropdown-menu {
	color: #212529;
	text-align: center;
	background-color: #1d1a2b;
}
.dropdown-toggle::after {
	border-top: .6em solid;
	border-right: .6em solid transparent;
	border-left: .6em solid transparent;
}
.nav-custom .nav-link{
	color: #fff !important;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0;
}
.nav-link:hover{
	cursor: pointer;
}
/* FIM MENU TOPO */

/* ABOUT */
#about {
	padding: 149px 0 100px 0;
	background: #1d1a2b;
}
.about-text p {
	color: #fff;
	margin-bottom: 100px;
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 2;
}
.about-bottom {
	padding: 5px 16px;
	/* position: absolute; */
	bottom: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 7px;
	/* left: 50%; */
	/* transform: translate(-50%, 0%); */
	border: 3px solid #a7a7a7;
}
/* FIM ABOUT */

/* INICIO PRODUTO */
#produtos{
	/* background-image: url('../assets/bg-produtos.jpg') ;
	background-repeat: no-repeat; */
	/* margin-bottom: 80px; */
	padding: 100px 0;
}
#produtos h1{
	color: #1d1a2b;
	/* padding: 20px; */
	font-size: 2em;
	font-weight: 900;
	/* margin: 100px 0 50px 0; */
}
#produtos hr{
	width: 150px;
	border: 2px solid #223f55;
	margin: 6px auto 0 auto;
}
#produtos p {
	font-size: 14px;
	font-weight: 400;
	color: #4a4a4a;
	line-height: 2;
	letter-spacing: 1px;
}

/* INICIO CTA MODAL */
.saber-mais {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.saber-mais h4{
	color: #fff;
	font-size: 30px;
	font-weight: 900;
}
.saber-mais .brita-modal{
	cursor: pointer;
	background-color: #2e5069;
	color: #fff !important;
	padding: 10px 18px;
	border-radius: 20px;
	font-weight: 700;
}
.overlay{
	border-radius: 200px;
	position: absolute;
	top: 1%;
	left: 5%;
	width: 90%;
	height: 98%;
	z-index: 0;
	background-color: rgba(0,0,0,0.3); /*dim the background*/
}
.overlaytopo{
	/* border-radius: 200px; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(0,0,0,0.3); /*dim the background*/
}
.modal-header {

	border-bottom: none;
}
/* FIM CTA MODAL */
.canal-texto{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 50%;
}
.canal-texto a {
	color: #fff;
	border: 2px solid;
	padding: 10px 20px;
	font-size: 11px;
}
/* FIM PRODUTO */

/* INICIO NOVIDADES */
#novidades{
	color: #fff;
	font-weight: 900 !important;
	background-color: #485992;
}
#novidades h1{
	font-size: 2.1rem;
}
#novidades p:nth-child(1){
	font-size: 1.5rem;
}
.social-novidades{
	width: 25px;
}
#novidades span{
	color: #fff;
	font-weight: 700 !important;
}
.social{
	font-size: 0.7rem;
}
/* FIM NOVIDADES */

/* INICIO EMRPESAS PARCEIRAS */
#parceiros{
	background-color: #dfe1e5;
}
.text-parceiros h3{
	color: #1d1a2b;
	border: 3px solid #1d1a2b;
	/* border-bottom: 5px solid #1d1a2b; */
	border-right: none;
	border-left: none;
}
/* FIM PARCEIRAS */

/* FOOTER */
.footer{
	background-image: url('../assets/bg-rodape.jpg');
	background-size: cover;
}
.rodape{
	background-color: #282b3e;
}
#contato p{
	color: #fff;
	font-size: 0.8rem;
}
.rodape-logo{
	position: absolute;
	top: -2px;
	width: 50%;
}
.contatos h5 {
	font-weight: 900;
}
#contato{
	color: #fff;
}
.contatos p {
	font-size: 0.7em;
	font-weight: 700;
}
.contatos hr {
	border: 1px solid #282b3e;
	margin-bottom: 40px;
}
form{
	text-align: right;
}
.form-home{
	margin: 200px 0 0 0;
}
form input,form textarea{
	color: #fff;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid white;
	border-radius: 22px;
	margin: 5px 0;
	letter-spacing: 1px;
	padding-left: 10px;
}
form input{
	height: 40px;
}
form textarea{
	height: 100px;
}
form input::placeholder,form textarea::placeholder{
	font-weight: 700;
	font-size: 11px;
	color: white;
	padding-left: 10px;

}
form button{
	background-color: #003663;
	border: none;
	font-size: 13px;
	padding: 5px 16px;
	color: #fff;
	font-weight: 700;
	border-radius: 30px;
	cursor: pointer;
}
.endereco{
	color: white;
}
.endereco img{
	width: 25px;
}
.endereco img + span{
	font-size: 20px;
	font-weight: 900;
}
.endereco p{
	font-size: 12px;
	font-weight: 600;
}
.endereco .sociais{
	width: 35px;
}
#vilaca{
	background-color: #034663;
}
.vilaca span{
	color: #294e69;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1px;
}
/* FIM FOOTER */

/* INICIO MODAL */
.icone-fechar,.fechar {
	font-size: 12px;
}
.modal-header .close {
	padding: 0;
	margin: 0;
}
button.close {
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #151824;
	z-index: 1030;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
}
.close:focus, .close:hover {
	color: #fff;
	text-decoration: none;
	opacity: .75;
}
.modal-body h1{
	font-size: 35px;
	color: #151824;
	font-weight: 900;
}
.modal-body p{
	font-size: 15px;
	font-weight: 600;
	line-height: 2;
	color: #777;
}
.p-modal-6{
	padding-top: 3rem !important;
	padding-right: 3rem !important;
	padding-bottom: 4rem !important;
	padding-left: 3rem !important;
}
svg {
	width: 40px
}
.nav-item:hover path{
	fill: #9cd9f3 !important;
}

/* FIM MODAL */
@media (max-width: 991.98px) { 
	.saber-mais h4{
		font-weight: 700;
	}
	.saber-mais .po{
		color: #fff;
		font-size: 16px;
		font-weight: 900;
	}
	.nav-custom .nav-link {
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 2px;
		margin: 4px 0;
	}
	.carousel-indicators-top {
		margin: 0 0 34px 77%;
	}
}
@media (max-width: 767.98px) { 
	.form-home{
		margin: 100px 0 0 0;
	}
	.navbar-brand{
		width: 250px!important;
	}
	.navbar-toggler:not(:disabled):not(.disabled) {
		cursor: pointer;
		background-color: #fff;
	}
	#novidades h1 {
		font-size: 2.1rem;
	}
	.topo-slide-margin{
		margin-top: 120px;

	}
	.carousel-indicators-top {
		margin: 0px 0 26px 72%;
	}
	button.close {
		top: 0px;
	}
	.p-modal-6{
		padding: 1rem!important;
	}
	.navbar-collapse {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#topo{
		font-size: 12px;
		padding: 120px 0 50px;
	}
	#about {
		padding: 45px 0 35px 0;

	}
	body{
		font-size: 1rem;
		padding-top: 93px;
	}
	.texto-home-topo {
		position: absolute;
		top: 50%;
		left: 16%;
		transform: translate(-14%, -36%);
	}
	.texto-home-topo h1 {
		color: #9cd9f3;
		font-weight: 900;
		font-size: 2em;
	}
	.texto-home-topo p {
		color: #fff;
		letter-spacing: 1px;
		font-weight: 500;
		line-height: 01;
		font-size: 1.2em;
	}
	.rodape-logo {
		position: absolute;
		top: -2px;
		width: 100%;
	}
	
	.nav-custom li {
		margin-left: 0;
		padding-left: 0;
	}
	.social img{
		width: 20px;
	}
	.etica-img{
		max-width: 200%;
	}
	#novidades p:nth-child(1){
		font-size: 1rem;
	}
	p {
		font-size: 0.7rem;
		line-height: 1;
	}
}