@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


/* GERAL */
* {
	padding: 0;
	margin-bottom: 0;
	box-sizing: border-box;	
	font-family: "Inter", sans-serif;
	scroll-behavior: smooth;
}


body {	
	font-family: "Inter", sans-serif;
	margin: 0;
	padding: 0;	
	font-size: 16px;
	font-weight: 400;
}

h1 {
	font-family: "Inter", sans-serif;
	font-size: 72px;
	letter-spacing: -0.9px;
}

h2 {
	font-family: "Inter", sans-serif;
	font-size: 54px;
	letter-spacing: -0.8px;
}

h3 {
	font-family: "Inter", sans-serif;
	font-size: 42px;
	letter-spacing: -0.5px;
}

h4 {
	font-family: "Inter", sans-serif;
	font-size: 36px;
	letter-spacing: -0.2px;
}

h5 {
	font-family: "Inter", sans-serif;
	font-size: 28px;
}

h6 {
	font-family: "Inter", sans-serif;
	font-size: 20px;
}

p {
	font-family: "Inter", sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
}

input:focus, select:focus, textarea:focus, button:focus {
    box-shadow: 0 0 0 0;
    outline: 0;

}

.links-hover {

}

.links-hover:hover {
	opacity: 0.7;
}

.thumbnail {
	border-radius: 10px;
	width:100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.versao-desktop {
	display: block;
}

.versao-mobile {
	display: none;
}


.section-padding {
	padding: 50px 0px;
}

.section-padding h3 {
	font-size: 42px;
	line-height: 44px;
	color: #2C2D40;
	font-weight: 300;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.section-padding h5 {
	font-size: 20px;
	color: #039A57;
	font-weight: 800;
	letter-spacing: -0.3px;
}

.section-padding h6 {
	font-size: 24px;
	color: #666;
	font-weight: 400;
	letter-spacing: -0.3px;
}

.section-padding p {
	font-size: 18px;
	color: #333;
}


.section-internas {
	padding: 35px 0px;
}


.section-internas h3 {
	font-size: 42px;
	font-weight: 900;
	letter-spacing: -1px;
	color: #2C2D40;
}

.section-internas h5 {
	font-size: 28px;
	color: #039A57;
	font-weight: 800;
	letter-spacing: -0.3px;
}

.section-internas h6 {
	font-size: 24px;
	color: #666;
	font-weight: 400;
	letter-spacing: -0.3px;
	margin: 35px 0px;
}

.section-internas p {
	font-size: 18px;
	color: #333;
}

.section-internas ul li {
	font-size: 16px;
	color: #333;
}

/* VINHETA INTERNA */

.vinheta-interna {
	background-image: linear-gradient(to top, #eee, #f7f7f7);	
	padding: 15px 0px 15px 0px;
	top: 0;
	color: #444;
	font-size: 12px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}



.vinheta-interna a {	
	color: #444;
	text-decoration: none;
	font-weight: normal
}

.banner-slide-item {
	border-radius: 7px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	padding: 25px 20px;
	text-align: center;

}

.header {
	transition: 0.4s;
	background-color: #fff;
	padding: 20px 0px 20px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.header-desktop {
	display: block;
}

.header-tablet {
	display: none;
}

.header-mobile {
	display: none;
}

.header-desktop-logo {	
	height: 60px;	
}

.header-btn-zap {
	border: 1px solid #147c9c;
	border-radius: 5px;
	background-color: #147c9c;
	padding: 6px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-left: 20px;
	margin-right: 10px;
	transition: 0.3s;
	margin-top: 2px;
}


.header-btn-zap:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #147c9c;
	text-decoration: none;
}

.header-icons-social i {
	color: #00A859;
	font-size: 20px;
	transition: 0.3s;
	margin-left: 10px;
}

.header-icons-social i:hover {
	color: #313361;
}


/* BANNER DESKTOP */
.banner-desktop {
	display: none;
}

.banner {
	/*background-color: #2c4454;*/
	background-image: url(https://icircular.com.br/wp-content/uploads/2024/12/img-banner.webp);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	width: 100%;
	height: 770px;
	position: relative;
	z-index: 1;
}

.banner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(3, 49, 65, 0.6);
}

.banner-content {
	position: relative;
	width: 100%;
	height: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.banner h2 {
	font-size: 76px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -3px;
	line-height: 80px;
	margin-bottom: 15px;
}

.banner p {
	font-size: 28px;
	color: #fff;
	font-weight: 300;
	letter-spacing: -0.3px;
	line-height: 36px;
	margin-bottom: 40px;
	margin-right: 18%;
}

/* FATORES FUNDAMENTAIS	 */

.fatores-fundamentais {
	background-image: linear-gradient(to bottom, #ddd, #FFF);
	padding: 60px 0px;
}

.fatores-fundamentais h3 {
	font-size: 42px;
	line-height: 44px;
	color: #2C2D40;
	font-weight: 300;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.fatores-fundamentais h5 {
	font-size: 20px;
	color: #039A57;
	font-weight: 800;
	letter-spacing: -0.3px;
}

.fatores-fundamentais p {
	font-size: 18px;
	color: #333;
}

.fatores-fundamentais-item {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	margin-bottom: 25px;
}

.fatores-fundamentais-item img {
	width: 100px;
	margin-bottom: 15px;
}



/* CONTATO */

.contato {
	padding: 40px 0px;
	background-color: #fff;
}

.contato h3 {
	font-size: 42px;
	line-height: 44px;
	color: #2a4357;
	font-weight: 300;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.contato h4 {
	font-size: 42px;
	color: #688d0c;
	margin-bottom: 20px;
	font-weight: 700;
	letter-spacing: -2px;
}

.contato h5 {
	font-size: 24px;
	color: #555;
	font-weight: 600;
	letter-spacing: -0.5px;
	margin-bottom: 30px;
}

.contato h6 {
	font-size: 20px;
	color: #0094b5;
	font-weight: 800;
	letter-spacing: -0.3px;
}

.contato p {
	font-size: 18px;
	color: #555;
}

.contato button {
	border: none;
	border-radius: 5px;
	background-image: linear-gradient(45deg, #065D75, #108CAE);
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	transition: 0.2s;
	text-transform: uppercase;
}

.contato button:hover {
	background-image: linear-gradient(45deg, #033141, #033141);
	color: #0094b5;
	text-decoration: none;
}


/* FOOTER */

footer {
	background-image: linear-gradient(to top, #35375E, #1B1C47);
	color: #fff;
	font-size: 14px;
	padding: 40px 0px 30px 0px;
	border-top: none;
	margin-top: 0px;
	width: 100%;
}

footer h6 {
	font-size: 16px;
	color: #fff;
}

footer i {
	margin-bottom: 10px;
}


footer p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

footer ul {
	margin-left: -30px;
}

footer ul li {
	list-style: none;
}


footer ul li {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}

footer ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: none;	
	opacity: 0.5;
}

.footer-btn-zap {
	border: 1px solid #00A859;
	border-radius: 5px;
	background-color: #00A859;
	padding: 6px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	transition: 0.3s;
}

.footer-btn-zap:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #00A859;
	text-decoration: none;
}

footer .qr-code {
	width: 100px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	margin: 10px 0px;
	

}

.logo-footer {
	width: 200px;
}

.footer-align-left {
	text-align: left;
}

.footer-align-right {
	text-align: right;
}

.footer-align-logo {
	text-align: right;
}


.footer-icon {
	background-color: #bd9a40;
	color: #2f2b24;
	font-size: 26px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-right: 15px;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 1px;
	float: left;

}



@media screen and (max-width: 1080px) {

	.header-desktop {
		display: none;
	}

	.header-tablet {
		display: block;
		padding: 10px 0px;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	}

	.header-tablet-logo {
		width: 150px;
	}
	
	

}





@media screen and (max-width: 992px) {

	h1 {
		font-family: "Inter", sans-serif;
		font-size: 50px;
		letter-spacing: -1.1px;
		font-weight: 900;
	}

	h2 {
		font-family: "Inter", sans-serif;
		font-size: 42px;
		letter-spacing: -0.7px;
		font-weight: 900;
	}

	h3 {
		font-family: "Inter", sans-serif;
		font-size: 36px;
		letter-spacing: -0.5px;
	}

	h4 {
		font-family: "Inter", sans-serif;
		font-size: 32px;
		letter-spacing: -0.4px;
	}

	h5 {
		font-family: "Inter", sans-serif;
		font-size: 28px;
		letter-spacing: -0.3px;
	}

	h6 {
		font-family: "Inter", sans-serif;
		font-size: 20px;
		line-height: 24px;
		font-weight:bold;
	}

	p {
		font-family: "Inter", sans-serif;
		font-size: 14px;
		letter-spacing: 0px;
	}

	.section-padding {
		padding: 45px 20px;
	}

	.section-internas {
		padding: 45px 20px;
	}

	.section-internas h3 {
		text-align: center;
		font-size: 28px;
	}

	.section-internas p {
		font-size: 14px;
	}



	/* HEADER */

	.header-desktop {
		display: none;
	}

	.header-mobile {
		display: block;
	}


	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;		
		background-image: linear-gradient(to right, #fff, #eee);
		overflow-x: hidden;
		transition: 0.3s;
		padding-top: 70px;
		z-index: 999;
		box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	}

	.sidenav .menuMobile {
		padding-left: 32px;
	}


	.sidenav .menuMobile nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sidenav .menuMobile nav ul li {
		padding: 0;
	}

	.sidenav .menuMobile a {
		padding: 5px 0px;
		text-decoration: none;
		font-size: 16px;
		color: #333;
		display: block;
		transition: 0.3s;
		font-weight: 700;
	}

	.sidenav .menuMobile a:hover {
		color: #147c9c;
		text-decoration: none;
	}

	.sidenav .redes-sociais a {
		text-decoration: none;
		font-size: 24px;
		color: #147c9c;
		margin-right: 20px;
		transition: 0.3s;
		display: inline;
	}

	.sidenav .redes-sociais a:hover {
		color: #444;
		text-decoration: none;
	}

	.sidenav .closebtn a {
		margin-top: 10px;
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 28px;
		margin-left: 50px;
		color: #333;
		transition: 0.3s;
		text-decoration: none;
	}

	.sidenav .closebtn a:hover {		
		color: #147c9c;
		text-decoration: none;
	}

	.open-menu-btn {
		border: none;
		background-color: transparent;
		color: #147c9c;
		font-size: 36px;
		margin-right: 5px;
		margin-top: -5px;
	}

	.header-mobile-logo {
		width: 90px;
		padding-top: 5px;
	}

	.header-btn-zap {
		width: 90%;
		font-size: 14px;
		font-weight: 600;
		margin-left: 0px;
		margin-right: 10px;
	}

	.banner {
		background-image: url(https://icircular.com.br/wp-content/uploads/2024/12/img-banner-mobile.webp);
		background-position: center center;
		height: 500px;
	}
	
	.banner-content {
		position: relative;
		width: 100%;
		height: 100%;
		color: white;
		display: flex;
		justify-content: center;
		align-items: none;
		flex-direction: column;
		text-align: center;
	}
	
	.banner h2 {
		font-size: 26px;
		font-weight: 700;
		color: #fff;
		letter-spacing: -1px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	.banner p {
		font-size: 14px;
		color: #fff;
		font-weight: 300;
		letter-spacing: -0.3px;
		line-height: 18px;
		margin-bottom: 290px;
		margin-right: 0%;
		padding: 0px 12px;
	}
	

	/* CONTATO */

	.contato {
		padding: 30px 10px;
		background-color: #fff;
	}

	.contato h3 {
		font-size: 28px;
		line-height: 32px;
		color: #2a4357;
		font-weight: 300;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}

	.contato h4 {
		font-size: 24px;
		color: #688d0c;
		margin-bottom: 15px;
		font-weight: 700;
		letter-spacing: -2px;
	}

	.contato h5 {
		font-size: 20px;
		color: #555;
		font-weight: 600;
		letter-spacing: -0.5px;
		margin-bottom: 25px;
	}

	.contato h6 {
		font-size: 18px;
		color: #0094b5;
		font-weight: 800;
		letter-spacing: -0.3px;
	}

	.contato p {
		font-size: 14px;
		color: #555;
	}

	.contato button {
		border: none;
		border-radius: 5px;
		background-image: linear-gradient(45deg, #065D75, #108CAE);
		padding: 10px 20px;
		text-align: center;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		transition: 0.2s;
		text-transform: uppercase;
	}

	.contato button:hover {
		background-image: linear-gradient(45deg, #033141, #033141);
		color: #0094b5;
		text-decoration: none;
	}

	.logo-footer {
		width: 150px;
	}

	.footer-btn-zap {
		border: 1px solid #04c3eb;
		border-radius: 5px;
		background-color: #04c3eb;
		padding: 6px 10px;
		text-align: center;
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		transition: 0.3s;
	}
	

}


@media screen and (max-width: 768px) {

	.versao-desktop {
		display: none;
	}

	.versao-mobile {
		display: block;
	}


	.section-padding {
		padding: 40px 20px;
	}

	.section-padding h2 {
		font-size: 32px;
		letter-spacing: -1.5px;
	}

	.section-padding h6 {
		font-size: 18px;
	}


	.header-desktop {
		display: none;
	}

	/* FOOTER */

	footer {
		/*background-color: #92b014;*/
		/*background-color: #033141;*/
		font-size: 14px;
		padding: 25px 0px 30px 0px;
		text-align: center;
	}

	footer h6 {
		font-size: 16px;
		color: #fff;
		margin-top: 30px;
	}

	footer i {
		margin-bottom: 10px;
	}


	footer p {
		color: #fff;
		font-size: 14px;
		margin-bottom: 5px;
	}

	footer ul {
		margin-left: -30px;
	}

	footer ul li {
		list-style: none;
	}


	footer ul li {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
	}

	footer ul li a {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
		text-decoration: none;
	}

	footer ul li a:hover {
		text-decoration: none;	
		opacity: 0.5;
	}

	.footer-btn-zap {
		padding: 10px 20px;
		font-size: 18px;
		margin-bottom: 15px;
	}

	footer .qr-code {
		width: 100px;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
		margin: 10px 0px;
	}

	.logo-footer {
		width: 150px;
	}

	/* SECTION INTERNAS */

	.section-internas {
		padding: 30px 0px;
	}


	.section-internas h3 {
		font-size: 24px;
		font-weight: 700;
		letter-spacing: -0.5px;
	}

	.section-internas h5 {
		font-size: 18px;
		color: #039A57;
		font-weight: 700;
		letter-spacing: -0.3px;
	}

	.section-internas h6 {
		font-size: 16px;
		color: #666;
		font-weight: 400;
		letter-spacing: -0.3px;
		margin: 35px 0px;
	}

	.section-internas p {
		font-size: 14px;
		color: #333;
	}

	.section-internas ul li {
		font-size: 14px;
		color: #333;
	}

	/* FATORES FUNDAMENTAIS	 */

	.fatores-fundamentais {
		background-color: #fff;
		padding: 30px 0px;
	}

	.fatores-fundamentais h3 {
		font-size: 24px;
		line-height: 26px;
		color: #2C2D40;
		letter-spacing: -0.6px;
		margin-bottom: 5px;
	}

	.fatores-fundamentais h5 {
		font-size: 18px;
		color: #039A57;
		font-weight: 800;
		letter-spacing: -0.3px;
	}

	.fatores-fundamentais p {
		font-size: 14px;
		color: #333;
	}

	.section-padding {
		background-color: #fff;
		padding: 30px 0px;
	}

	.section-padding h3 {
		font-size: 24px;
		line-height: 26px;
		color: #2C2D40;
		letter-spacing: -0.6px;
		margin-bottom: 5px;
	}

	.section-padding h5 {
		font-size: 18px;
		color: #039A57;
		font-weight: 800;
		letter-spacing: -0.3px;
	}

	.section-padding p {
		font-size: 14px;
		color: #333;
	}

	

}

@media screen and (max-width: 575px) {

	h1 {
		font-size: 42px;
		letter-spacing: -0.9px;
	}

	h2 {
		font-size: 36px;
		letter-spacing: -0.5px;
	}

	h3 {
		font-size: 28px;
		letter-spacing: -0.5px;
	}

	h4 {
		font-size: 24px;
		letter-spacing: -0.4px;
	}

	h5 {
		font-size: 20px;
		letter-spacing: -0.3px;
	}

	h6 {
		font-size: 18px;
	}

	p {
		font-size: 13px;
	}

	.section-padding {
		padding: 30px 0px;
	}

	.section-padding h3 {
		font-size: 28px;
	}

	.section-padding p {
		font-size: 14px;
		font-weight: 400;
		color: #444;
		letter-spacing: -0.3px;
	}

	.header-mobile-logo {
		width: 90px;
	}

	

}

@media screen and (max-width: 420px) {


	

	

}

