/* ---- Menu Top ---- */
	/* --- topo --- */
	header{
		position: fixed;
		z-index: 998;
		width: calc(100% - 50px);
		background: transparent;
		/*background: #000;*/
		padding-top: 28px;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}
	header img.logo{
		max-width: 150px;
		margin-top: -10px;
	}
	header #topo{
		margin-bottom: 10px;
	}
	header #topo .links a{
		transition: .3s;
	}
	header #topo .links a:hover img{
		transform: scale(1.2);
		transition: .3s;
	}
	header #topo .links a img{
		max-width: 20px;
	}
	header #topo .telefone{
		font-size: 12.42px;
		transition: .3s;
	}
	header #topo .telefone:hover{
		font-size: 13px;
		transition: .3s;
	}
	header #topo .solicitar{
		background-color: #ec660c;
		margin-top: -15px;
		padding-top: 12px;
		font-size: 10.35px;
		width: 260px;
		height: 38px;
		transition: .5s;
		border-radius: 15px;
		border: 1px solid transparent;
	}

	header #topo .solicitar a{
		color: #fff!important;
	}

	header #topo .solicitar:hover{
		background-color: transparent;
		border: 1px solid #fff;
		transition: .5s;
	}

	/* --- menu --- */
	header .nav li a{
		font-size: 16px;
		/*margin-left: 10px;*/
		/*margin-right: 10px;*/
		padding-bottom: 18px;
	}
	header .nav li:hover,
	header .nav li.active{
		transition: .3s;
	}
	header .nav li:hover a,
	header .nav li.active a{
		color: var(--new-orange)!important;
		/*font-family: "Montserrat ExtraBold";*/
		transition: .3s;
	}

	header .dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0px;
		width: 100%;
		min-width: 170px!important;
		border-radius: 15px!important;
	}
	header .dropdown:hover .dropdown-menu li{
		background-color: transparent;
		border-top: none;
		color: #545454!important;
		padding-left: 10px;
	}
	header .dropdown:hover .dropdown-menu li a{
		font-size: 14px!important;
	}

/* ---- Footer ---- */
	footer{
		background-color: #3752a8;
		margin-top: 100px;
		border-bottom-right-radius: 40px;
		border-bottom-left-radius: 40px;
	}
	
	footer .border-bottom{
		border-width: 2px!important;
		border-color: #697dbe!important; 
	}

	.footer-logo {
		max-width: 150px!important;
	}

	footer .novidades{
		background-color: #4462c4;
		padding: 50px 45px;
		border-radius: 20px;
		margin-top: -50px;
		margin-bottom: 40px;
		max-width: 600px;
		width: 100%;
		margin-left: -60px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
}

	footer .novidades h2{
		font-size: 30px;
		color: #00badc;
		line-height: 28px;
		margin-bottom: 15px;
		margin-left: 20px;
	}
	footer .novidades p{
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 30px;
		margin-left: 20px;
	}
	footer .novidades input{
		height: 45px;
		border-radius: 40px;
		border: none;
		background-color: #6079cd;
		padding-top: 0;
		padding-left: 40px;
		margin: 10px;
		width: 100%;
	}

	footer .novidades .botao{
		background-color: #fc6603 !important;
		padding-left: 12px !important;
	}
	
	footer .novidades input::placeholder{
		font-size: 14px;
		color: #fff;
	}
	footer .novidades a{
		font-size: 14px;
		width: 145px;
		height: 45px;
		background-color: var(--new-orange);
		color: #fff;
		padding-top: 12px;
		margin-top: 20px;
		border-radius: 40px;
	}
	footer .novidades a:hover{
		background-color: transparent;
		border: 1px solid #fff;
		color: #fff;
	}

	footer .media{
		font-size: 13px;
		font-weight: lighter;
		margin-bottom: 10px;
	}
	footer .media a:hover{
		text-decoration: underline!important;
		color: var(--new-orange)!important;
	}

	/* menu */
	footer .menu h2{
		font-size: 22px;
		color: #00badc;
	}
	footer .menu li{
		margin-bottom: 10px;
	}
	footer .menu li a{
		font-size: 16px;
		color: #fff;
		font-family: "Montserrat Regular";
	}
	footer .menu li a.active,
	footer .menu li a:hover{
		font-weight: bold;
		color: var(--new-orange);
	}
	footer .menu li > ul li a{
		font-family: "Montserrat Light";
	}


	footer .links a img{
		filter: grayscale(100%) brightness(200%);
		transition: .3s;
	}
	footer .links a:hover img{
		filter: none;
		transition: .3s;
	}

	/* direito */
	footer #direitos p{
		font-size: 10.45px;
		color: #bcbbbb;
		opacity: .5;
	}
	footer #direitos p span{
		color: #fff;
	}

@media screen and (max-width: 1200px){
		footer .novidades{
			margin-left: -22px;
		}
}

@media screen and (max-width: 768px) {
	/* ---- Menu Top ---- */
		/* --- topo --- */
		header{
			/*width: 98%;*/
			/*padding-top: 28px;*/
		}
		header img.logo{
			max-width: 130px;
			/*margin-top: -10px;*/
		}
		header #topo{
			/*margin-bottom: 10px;*/
		}
		header #topo .links a img{
			max-width: 15px;
		}
		header #topo .telefone{
			font-size: 10px;
		}
		header #topo .solicitar{
			/*margin-top: -10px;*/
			padding-top: 7px;
			font-size: 8px;
			width: 122px;
			height: 27px;
		}

		/* --- menu --- */
		header .nav li a{
			font-size: 12px;
			/*margin-left: 10px;*/
			/*margin-right: 10px;*/
			padding-bottom: 14px;
		}

		header .dropdown:hover .dropdown-menu {
			/*display: block;*/
			/*margin-top: 0px;*/
			/*width: 100%;*/
			/*min-width: 200px!important;*/
		}
		header .dropdown:hover .dropdown-menu li{
			/*background-color: transparent;*/
			/*border-top: none;*/
			/*color: #545454!important;*/
			/*padding-left: 10px;*/
		}
		header .dropdown:hover .dropdown-menu li a{
			font-size: 12px!important;
		}

	/* ---- Footer ---- */
		footer{
			/*margin-top: 100px;*/
		}

		footer .novidades{
			padding: 36px 27px;
			border-radius: 40px;
			margin-top: -35px;
			margin-left: 0px;
			/*margin-bottom: 40px;*/

			max-width: 402px;
			/*width: 100%;*/
		}

		footer .novidades h2{
			font-size: 22px;
			line-height: 22px;
			margin-bottom: 10px;
			margin-left: 5px;
		}
		footer .novidades p{
			font-size: 13px;
			line-height: 18px;
			margin-bottom: 20px;
			margin-left: 5px;
		}
		footer .novidades input{
			height: 32px;
			/*border-radius: 40px;*/
			/*border: none;*/
			/*background-color: #6079cd;*/
			/*padding-top: 0;*/
			padding-left: 25px;
		}
		footer .novidades input,
		footer .novidades input::placeholder{
			font-size: 11px;
			padding-top: 10px;
		}
		footer .novidades a{
			font-size: 10px;
			width: 105px;
			height: 32px;
			padding-top: 8px;
			margin-top: 20px;
		}

		footer a img.logo{
			max-width: 120px;
		}
		footer .media img{
			max-width: 16px;
		}
		footer .media{
			font-size: 12px;
			margin-bottom: 10px;
		}

		/* menu */
		footer .menu h2{
			font-size: 16px;
		}
		footer .menu li{
			margin-bottom: 4px;
		}
		footer .menu li a{
			font-size: 13px;
		}

		footer .links img{
			max-width: 24px;
		}

		/* direito */
		footer #direitos p{
			font-size: 10.45px;
			color: #bcbbbb;
			opacity: .5;
		}
		footer #direitos p span{
			color: #fff;
		}

		footer{
			border-bottom-right-radius: 40px;
			border-bottom-left-radius: 40px;
		}
}

@media screen and (max-width: 480px) {
	/* ---- Menu Top ---- */
		/* --- topo --- */
		header{
			width: 97%;
			padding-top: 12px;
			border-bottom: 0px;
		}
		header img.logo{
			max-width: 130px;
			/*margin-top: -10px;*/
		}
		header #topo{
			margin-bottom: 30px;
		}
		header #topo .links a img{
			max-width: 14px;
		}
		header #topo .telefone{
			font-size: 9px;
		}
		header #topo .solicitar{
			/*margin-top: -10px;*/
			font-size: 7px;
			width: 107px;
			height: 23px;
			padding-top: 6px;
		}

		/* --- menu --- */
		header .navbar .navbar-brand img{
			max-width: 127px;
		}
		header .navbar button.float-right{
			padding: 0!important;
		}
		header .navbar-collapse {
			background-color: var(--new-orange);
			/*width: 98%;*/
		}
		header .nav li a{
			font-size: 12px;
			padding-bottom: 0px;
		}

		header .nav li:hover a,
		header .nav li.active a{
			color: #fff!important;
			text-decoration: underline!important;
			transition: .3s;
		}

		header .dropdown:hover .dropdown-menu {
			background-color: transparent!important;
			text-align: left!important;
		}
		header .dropdown:hover .dropdown-menu li a{
			font-size: 12px!important;
		}

	/* ---- Footer ---- */
		footer{
			/*margin-top: 100px;*/
		}

		footer .novidades{
			padding: 28px 25px;
			border-radius: 30px;
			margin-top: -35px;
			/*margin-bottom: 40px;*/

			max-width: 402px;
			/*width: 100%;*/
		}

		footer .novidades h2{
			font-size: 17px;
			line-height: 18px;
			margin-bottom: 15px;
			/*margin-left: 5px;*/
		}
		footer .novidades p{
			font-size: 10px;
			line-height: 12px;
			margin-bottom: 15px;
			/*margin-left: 5px;*/
		}
		footer .novidades input{
			height: 26px;
			/*border-radius: 40px;*/
			/*border: none;*/
			/*background-color: #6079cd;*/
			/*padding-top: 0;*/
			padding-left: 25px;
		}
		footer .novidades input,
		footer .novidades input::placeholder{
			font-size: 9px;
			padding-top: 7px;
		}
		footer .novidades a{
			font-size: 9px;
			width: 84px;
			height: 26px;
			padding-top: 5px;
			margin-top: 20px;
		}

		footer a img.logo{
			max-width: 96px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 30px;
		}
		footer .media img{
			max-width: 16px;
		}
		footer .media{
			font-size: 12px;
			margin-bottom: 10px;
		}

		/* menu */
		footer .menu h2{
			font-size: 16px;
		}
		footer .menu li{
			margin-bottom: 4px;
			/* list-style: none; */
		}
		footer .menu li a{
			font-size: 13px;
		}

		/* footer .menu li ul{
			display: none;
		} */

		footer .links img{
			max-width: 24px;
		}

		/* direito */
		footer #direitos p{
			font-size: 7px;
		}
		footer #direitos img{
			max-width: 35px;
		}
}
	
@media screen and (max-width: 320px){
	
}
