
@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: 35px 0px;
}


.section-internas-vinheta {
	font-size: 24px;
	font-weight: 700;
	color: #850d51;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
}

.section-internas h2 {
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	letter-spacing: -0.8px;
	font-weight: 800;
	color: #444;
}

.section-internas h3 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #444;
}

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

.section-internas p {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	letter-spacing: -0.3px;
}

.vinheta-interna {
	background-color: #bd9a40;
	/*padding: 20px 0px;*/
	color: #fff;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 70px;
}

.vinheta-interna-titulo {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.5;
	color: #fff;
	text-align: left;
}

.vinheta-interna-link {
	font-size: 12px;
	color: #fff;
	text-align: right;
}

.header {
	transition: 0.4s;
	background-color: #fff;
	padding: 15px 0px 15px 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 #96C12B;
	border-radius: 5px;
	background-color: #96C12B;
	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 #033141;
	background-color: #033141;
	color: #fff;
	text-decoration: none;
}

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

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


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

.banner {
	background-color: #111;
	background-image: url(https://uni2energia.com.br/wp-content/uploads/2024/09/banner-scaled.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 780px;
	position: relative;
}

.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 h3 {
	font-size: 90px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -3px;
	line-height: 90px;
	margin-bottom: 25px;
}

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

.banner button {
	border: 1px solid #96C12B;
	border-radius: 5px;
	background-color: #96C12B;
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	transition: -0.5s;
	text-transform: uppercase;
}

.banner button:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #688d0c;
	text-decoration: none;
}

/* SOBRE */

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

.sobre h3 {
	font-size: 54px;
	color: #033141;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: -2px;
}

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

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

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


.sobre-item {
	background-color: #688d0c;
	
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.3px;
	border-radius: 10px;
	margin: 0px 10px 30px 10px;
}

.sobre-item i {
	font-size: 22px;
	color: #fff;
	margin-right: 2px;
}
.sobre-frase {
	margin-bottom: 30px 0px;
	padding: 20px ;
}

.sobre-frase p {
	font-size: 28px;
	color: #0d3050;
	font-weight: 700;
	letter-spacing: -1px;
}

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

.sobre-frase button:hover {
	background-image: linear-gradient(45deg, #033141, #033141);
	color: #96C12B;
	text-decoration: none;
}

/* Estilo para manter o vídeo proporcional e com limite de 800px */
.video-container {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

video {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	border-radius: 5px;
}

/*SERVICOS*/

.servicos {
	padding: 60px 0px;
	background-image: linear-gradient(45deg, #033141, #19582b);
}

.servicos h3 {
	font-size: 54px;
	color: #8ab420;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: -2px;
}

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

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

.servicos p {
	font-size: 18px;
	color: #fff;
}

.servicos-item {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 30px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	height: 325px;
	text-align: center;
}

.servicos-item i {
	font-size: 50px;
	color: #688d0c;
	padding: 20px 0px;
}

.servicos-item h6 {
	font-size: 24px;
	color: #0d3050;
	font-weight: 700;
	letter-spacing: -1px;
}

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


/* PROJETOS*/

.projetos {
	padding: 60px 0px;
	background-image: linear-gradient(to bottom, #f1f1f1, #fff);
}

.projetos h3 {
	font-size: 54px;
	color: #033141;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: -2px;
}

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

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

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

.projetos-carousel {

}

.projetos-item {
	margin: 0px 15px;
	font-size: 24px;
	color: #555;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.projetos-item a {
	text-decoration: none;
	color: #555;
}

.projetos-item-thumbnail {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 250px;
	margin-bottom: 10px;
	background-color: #999;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}

.clientes-img {
	margin: 10px 15px;
}

/* AVALIACOES */

.avaliacoes-desktop {
	display: block;
}

.avaliacoes-mobile {
	display: none;
}

.avaliacoes {
	padding: 60px 0px 0px 0px;
}

.avaliacoes h3 {
	font-size: 54px;
	color: #688d0c;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: -2px;
}

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

/* CONTATO */

.contato {
	padding: 0px 0px;
}

.contato h3 {
	font-size: 54px;
	color: #033141;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: -2px;
}

.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 p {
	font-size: 18px;
	color: #555;
}

.contato button {
	border: none;
	border-radius: 5px;
	background-image: linear-gradient(45deg, #033141, #92b014);
	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: #96C12B;
	text-decoration: none;
}


/* FOOTER */

footer {
	/*background-color: #92b014;*/
	/*background-color: #033141;*/
	background-image: linear-gradient(to top, #033141, #92b014);
	color: #fff;
	font-size: 14px;
	padding: 25px 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 #96C12B;
	border-radius: 5px;
	background-color: #96C12B;
	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: #033141;
	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: 120px;
}

.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: 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: #444;
		display: block;
		transition: 0.3s;
		font-weight: 700;
	}

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

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

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

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

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

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

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

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

	.banner-desktop {
		position: relative;
		background-size: cover;
		background-image: url(https://buchadvocacia.com.br/wp-content/uploads/2024/04/banner-home-escritorio-scaled.webp);
		background-repeat: no-repeat;
		background-position: center center;
		width: 100%;
		height: auto;
		padding: 60px 0px;
		background-color: #222;
		display: block;
	}

	.banner-desktop-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background-color: rgba(18, 18, 27, 0.75);
	}

	.banner-desktop-content {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		/*z-index: 2;*/
	}


	.banner-desktop-content h1 {
		font-size: 42px;
		color: #fff;
		font-weight: 700;
		letter-spacing: -2px;
		line-height: 44px;
	}

	.banner-desktop-content p {
		font-size: 12px;
		font-weight: 300;
		letter-spacing: -0.5px;
		color: #fff;
	}

	.banner-desktop-content-titulo {
		padding-top: 0px;
		text-align: center;
	}

	.banner-topo-form {
		border-radius: 15px;
		padding: 25px;
		display: flex;
		position: relative;
		background-color: rgba(255, 255, 255, 0.2);

	}

	.banner-topo-form-content h2 {
		font-size: 20px;
		color: #fff;
		font-weight: 700;
		line-height: 24px;
	}

	.banner-topo-form-content p {
		font-size: 13px;
		font-weight: 300;
		letter-spacing: -0.3px;
		color: #fff;
		line-height: 20px;
	}

	.banner-topo-form-content input, textarea {
		background-color: #fff;
		padding: 7px 10px;
		border-radius: 5px;
		color: #666;
		border:none;
		width: 100%;
		margin: 5px 0px;
		font-size: 14px;
	}

	.banner-topo-form-content button {
		color: white;
		border: none;
		width: 100%;
		font-size: 14px;
		background-color: #00bf13;
		padding: 7px 10px;
		border-radius: 7px;
		transition: 0.5s;
		font-weight: 700;
		margin-top: 0px;
		text-align: center;
	}

	.banner-topo-form-content button:hover {
		background-color: #008c0e;
	}

	.banner-desktop-content-icon {
		border: none;
		background-color: #846b1a;
		font-size: 12px;
		font-weight: 600;
		padding: 4px 10px;
		border-radius: 7px;
		margin-top: 0px;
		margin-right: 8px;
		margin-bottom: 30px;
		text-align: center;
		color: #fff;
	}

	.banner-topo-form-phone {
		background-color: #604b08;
		border-radius: 5px;
		padding: 16px 20px;
		font-size: 30px;
		color: #fff;
		margin-right: 15px;
	}

	.area-atuacao {
		padding: 45px 20px;
	}

	.atuacao-item h6 {
		font-size: 16px;
	}

	.atuacao-item p {
		font-size: 14px;
	}


	.institucional {
		background-color: #604b08;
		background-image: none;
		padding: 45px 20px;
	}



	.institucional-img {
		background-color: #604b08;
		background-image: none;
	}

	
	.institucional h3 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}
	
	
	.institucional p {
		font-size: 14px;
	}

	.institucional-btn {
		margin-top: 15px;
	}

	.institucional-btn-desktop {
		display: none;
	}

	.institucional-btn-mobile {
		display: block;
	}
	
	.solicite-reuniao-padding {
		text-align: center;
		padding: 0px 0px;
	}

	.solicite-reuniao-padding h3 {
		font-size: 22px;
		text-align: center;
		margin-top: 45px;
	}

	.solicite-reuniao-btn {
		margin-bottom: 45px;
	}

	.contato-desktop {
		display: none;
	}

	.contato-mobile {
		display: block;
	}

	.contato {
		padding: 45px 20px;
	}

	.contato h3 {
		font-size: 24px;
		text-align: center;
	}

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

	.contato-item {
		margin-bottom: 20px;
	}

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

	.footer-align-logo {
		text-align: center;
		margin-top: 50px;
	}

}


@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 {
		padding: 50px 20px;
	}

	footer p {
		margin-bottom: 40px;
	}

	.atuacao-item img {
		width: 150px;
		margin-bottom: 10px;
	}

	.atuacao-item {
		text-align: center;
	}
	
	

}

@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: 40px;
	}
	/* BANNER */

	.banner {
		height: 400px;
		padding: 0px 20px;
	}
	
	.banner h3 {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 15px;
		letter-spacing: -0.5px;
	}
	
	.banner p {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 2dvb;
		letter-spacing: -0.5px;
	}
	
	.banner button {
		border: 1px solid #96C12B;
		border-radius: 5px;
		background-color: #96C12B;
		padding: 6px 10px;
		text-align: center;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		transition: -0.5s;
		text-transform: uppercase;
	}
	
	.banner button:hover {
		border: 1px solid #fff;
		background-color: #fff;
		color: #688d0c;
		text-decoration: none;
	}

	/* SOBRE */

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

	.sobre h3 {
		font-size: 30px;
		margin-bottom: 10px;
		letter-spacing: -1px;
	}

	.sobre h4 {
		font-size: 24px;
		margin-bottom: 15px;
		letter-spacing: -0.5px;
	}

	.sobre h5 {
		font-size: 20px;
		margin-bottom: 30px;
		letter-spacing: -0.5px;
		line-height: 24px;
	}

	.sobre p {
		font-size: 14px;
	}


	.sobre-item {
		padding: 10px;
		font-size: 16px;
		border-radius: 10px;
		margin: 0px 0px 15px 0px;
	}

	.sobre-item i {
		font-size: 18px;
		color: #fff;
	}
	.sobre-frase {
		margin-bottom: 0px;
	}

	.sobre-frase p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
		letter-spacing: -0.5px;
	}

	.sobre-frase button {
		padding: 10px 20px;
		font-size: 14px;
	}

	/*SERVICOS*/

	.servicos {
		padding: 30px 10px;
	}

	.servicos h3 {
		font-size: 30px;
		margin-bottom: 10px;
		letter-spacing: -0.5px;
	}

	.servicos h4 {
		font-size: 24px;
		margin-bottom: 15px;
		letter-spacing: -0.5px;
	}

	.servicos h5 {
		font-size: 20px;
		margin-bottom: 30px;
		letter-spacing: -0.5px;
		line-height: 24px;
	}

	.servicos p {
		font-size: 14px;
	}

	.servicos-item {
		padding: 10px 15px;
		margin-bottom: 20px;
		height: auto;
		text-align: center;
	}

	.servicos-item i {
		font-size: 40px;
	}

	.servicos-item h6 {
		font-size: 18px;
	}

	.servicos-item p {
		font-size: 14px;
	}

	/* PROJETOS*/

	.projetos {
		padding: 30px 10px;

	}

	.projetos h3 {
		font-size: 30px;
		margin-bottom: 10px;
		letter-spacing: -0.5px;
	}

	.projetos h4 {
		font-size: 24px;
		margin-bottom: 15px;
		letter-spacing: -0.5px;
	}

	.projetos h5 {
		font-size: 20px;
		margin-bottom: 30px;
		letter-spacing: -0.5px;
		line-height: 24px;
	}

	.projetos p {
		font-size: 14px;
	}


	.projetos-item {
		margin: 0px 15px;
		font-size: 14px;
	}

	.projetos-item a {

	}

	.projetos-item-thumbnail {
		height: 200px;
		margin-bottom: 10px;
	}

	/* AVALIACOES */

	.avaliacoes-desktop {
		display: none;
	}
	
	.avaliacoes-mobile {
		display: block;
	}

	.avaliacoes {
		padding: 30px 10px;
	}

	.avaliacoes h3 {
		font-size: 30px;
		margin-bottom: 10px;
		letter-spacing: -0.5px;
	}

	.avaliacoes h4 {
		font-size: 24px;
		margin-bottom: 15px;
		letter-spacing: -0.5px;
	}

	/* CONTATO */

	.contato {
		padding: 0px 0px 50px 0px;
	}

	.contato h3 {
		font-size: 30px;
		margin-bottom: 10px;
		letter-spacing: -0.5px;
	}

	.contato h4 {
		font-size: 24px;
		margin-bottom: 15px;
		letter-spacing: -0.5px;
	}

	.contato h5 {
		font-size: 20px;
		margin-bottom: 30px;
		letter-spacing: -0.5px;
		line-height: 24px;
	}

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

	.contato button {
		border: none;
		border-radius: 5px;
		background-image: linear-gradient(45deg, #033141, #92b014);
		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: #96C12B;
		text-decoration: 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: 120px;
	}
	

}

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


	

	

}

