
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


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


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

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

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

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

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

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

h6 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight:bold;
}

p {
	font-family: "Poppins", 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: 36px;
	font-weight: 800;
	letter-spacing: -1.0px;
	color: #444;
}

.section-padding h5 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.8px;
	color: #FF6600;
}

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

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

.section-internas h3 {
	font-size: 56px;
	font-weight: 700;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.section-internas h5 {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.section-internas p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #000;
}

.vinheta-interna {
	background-image: url(https://mciugui.com.br/wp-content/uploads/2024/11/banner-mciugui-laranja.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	padding-top: 65px;
}

.vinheta-interna h2 {
	font-size: 64px;
	line-height: 66px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
}

.vinheta-interna p {
	font-size: 16px;
	color: #fff;
}

.header {
	transition: 0.4s;
	background-color: #000;
	padding: 22px 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: 45px;	
	opacity: 0.5;
}

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


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

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

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


/* BANNER DESKTOP */

.banner {
	background-color: #111;
	background-image: url(https://mciugui.com.br/wp-content/uploads/2024/11/banner-mciugui-laranja.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 450px;
	position: relative;
    z-index: 1; 
	padding: 50px 0px;
}

.banner h3 {
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.banner p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	line-height: 24px;
}

.banner2 {
	position: relative;
    z-index: 2; /* Coloca a seção acima da de baixo */
    margin-top: -200px;
    padding-bottom: 30px;
}

.logo-banner {
	max-width: 350px;
	margin-bottom: 10px;
}


/* VIDEO */

.video {
	background-color: #FF6600;
	padding: 60px 0px;
}

.video h3 {
	font-size: 56px;
	font-weight: 700;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.video p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #000;
}

.video iframe {
	border-radius: 20px;
	margin-top: 15px;
}

/* plataformas */

.plataformas {
	padding: 60px 0px;
	background-color: #fff;
}

.plataformas h5 {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.plataformas a {
	text-decoration: none;
}

.plataformas button {
	padding: 15px 30px;
	border: 2px solid #000;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	border-radius: 45px;
	margin: 0px 5px;
}

.plataformas button:hover {
	background-color: #fff;
	color: #000;
	transition-duration: 0.3s;
}

/* marcas */

.marcas {
	padding: 60px 0px;
	background-color: #fff;
}

.marcas h5 {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

/* contato */

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

.contato h3 {
	font-size: 52px;
	font-weight: 700;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 60px;
	margin-top: 90px;
}

.contato h5 {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.contato i {
	font-size: 48px;
}

.contato p {
	font-size: 18px;
	margin-bottom: 20px;
	color: #333;
}
.contato h6 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}

.contato a {
	color: #FF6600;
}

.contato a:hover {
	opacity: 0.7;
}

.contato label {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.contato input {
	padding: 20px 15px;
	margin-bottom: 30px;
	border: 1px solid #bbb;
	font-size: 18px;
	border-radius: 10px;
}

.contato textarea {
	padding: 20px 15px;
	margin-bottom: 30px;
	border: 1px solid #bbb;
	font-size: 18px;
	border-radius: 10px;
}

.contato button {
	padding: 10px 20px;
	font-size: 18px;
	background-color: #FF6600;
	color: #000;
	border: 2px solid #FF6600;
	border-radius: 30px;
	font-weight: 400;
}

.contato button:hover {
	background-color: transparent;
	transition-duration: 0.3s;
	color: #FF6600;
}


/* FOOTER */

footer {
	/*background-color: #92b014;*/
	/*background-color: #033141;*/
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 50px 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 #FF6600;
	border-radius: 5px;
	background-color: #FF6600;
	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: #FF6600;
	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: "Poppins", sans-serif;
		font-size: 50px;
		letter-spacing: -1.1px;
		font-weight: 900;
	}

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

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

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

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

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

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

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

	.section-internas {
		padding: 30px 10px;
		background-color: #fff;
		text-align: center;
	}
	
	.section-internas h3 {
		font-size: 36px;
		font-weight: 700;
		color: #000;
		letter-spacing: -1px;
		margin-bottom: 15px;
	}
	
	.section-internas h5 {
		font-size: 22px;
		font-weight: 700;
		color: #000;
		letter-spacing: -1px;
		margin-bottom: 20px;
	}
	
	.section-internas p {
		font-size: 14px;
		font-weight: 300;
		line-height: 18px;
		color: #000;
	}
	
	.vinheta-interna {
		background-image: url(https://mciugui.com.br/wp-content/uploads/2024/11/banner-mciugui-laranja.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 120px;
		padding-top: 28px;
	}
	
	.vinheta-interna h2 {
		font-size: 36px;
		line-height: 66px;
		font-weight: 700;
		color: #fff;
		letter-spacing: -1px;
	}

	/* 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, #111, #000);
		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: #fff;
		display: block;
		transition: 0.3s;
		font-weight: 700;
	}

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

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

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

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

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

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

	.header-mobile-logo {
		width: 120px;
		opacity: 0.5;
	}

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

	/* BANNER DESKTOP */

	.banner {
		background-color: #111;
		background-image: url(https://mciugui.com.br/wp-content/uploads/2024/11/banner-mciugui-laranja.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width: 100%;
		height: 300px;
		position: relative;
		z-index: 1; 
		padding: 30px 10px;
	}

	.banner p {
		font-size: 16px;
		color: #fff;
		font-weight: 300;
		line-height: 24px;
	}

	.banner2 {
		position: relative;
		z-index: 2; /* Coloca a seção acima da de baixo */
		margin-top: -100px;
		padding-bottom: 30px;
	}

	.logo-banner {
		max-width: 220px;
		margin-bottom: 15px;
	}

	/* VIDEO */

	.video {
		background-color: #FF6600;
		padding: 40px 10px;
	}

	.video h3 {
		font-size: 36px;
		font-weight: 700;
		color: #000;
		letter-spacing: -1px;
		margin-bottom: 15px;
		line-height: 38px;
	}

	.video p {
		font-size: 14px;
		font-weight: 300;
		line-height: 18px;
		color: #000;
	}

	.video iframe {
		border-radius: 20px;
		margin-top: 15px;
	}

	/* plataformas */

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

	.plataformas h5 {
		font-size: 22px;
		font-weight: 700;
		color: #000;
		letter-spacing: -1px;
		margin-bottom: 20px;
	}

	.plataformas a {
		text-decoration: none;
	}

	.plataformas button {
		padding: 7px 14px;
		border: 2px solid #000;
		background-color: #000;
		color: #fff;
		font-size: 14px;
		border-radius: 45px;
		margin: 0px 3px;
	}

	.plataformas button:hover {
		background-color: #fff;
		color: #000;
		transition-duration: 0.3s;
	}

	/* marcas */

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

	.marcas h5 {
		font-size: 22px;
		font-weight: 700;
		color: #000;
		letter-spacing: -1px;
		margin-bottom: 20px;
	}

	/* contato */

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

	.contato h3 {
		font-size: 32px;
		font-weight: 700;
		color: #000;
		letter-spacing: -1px;
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.contato h5 {
		font-size: 22px;
		font-weight: 700;
		color: #000;
		letter-spacing: -1px;
		margin-bottom: 15px;
	}

	.contato i {
		font-size: 48px;
	}

	.contato p {
		font-size: 14px;
		margin-bottom: 15px;
		color: #333;
	}
	.contato h6 {
		font-size: 16px;
		color: #000;
		font-weight: 600;
		margin-bottom: 40px;
	}

	.contato label {
		font-size: 16px;
		color: #000;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.contato input {
		padding: 20px 15px;
		margin-bottom: 30px;
		border: 1px solid #bbb;
		font-size: 18px;
		border-radius: 10px;
	}

	.contato textarea {
		padding: 20px 15px;
		margin-bottom: 30px;
		border: 1px solid #bbb;
		font-size: 18px;
		border-radius: 10px;
	}

	.contato button {
		padding: 10px 20px;
		font-size: 18px;
		background-color: #FF6600;
		color: #000;
		border: 2px solid #FF6600;
		border-radius: 30px;
		font-weight: 400;
	}

	.contato button:hover {
		background-color: transparent;
		transition-duration: 0.3s;
		color: #FF6600;
	}

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

	.logo-footer {
		width: 120px;
	}

}


@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: 40px 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: 180px;
	}

}

@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: 120px;
		opacity: 0.5;
	}

	.banner2 {
		margin-top: -80px;
	}
	

}

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


	

	

}

