	
	/* 
	########################################

	Attention!

	This document is protected by copyright.
	UTOPIA  - All rights reserved © 2023.

	########################################
	*/

	@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
	@import url('https://fonts.cdnfonts.com/css/fashion-fetish');

	@font-face {
	  font-family: 'Adelle Sans';
	  src: url('./font/AdelleSansBasic-Regular.ttf') format('truetype');
	  font-weight: 400;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'Adelle Sans';
	  src: url('./font/AdelleSansBasic-Bold.ttf') format('truetype');
	  font-weight: 700;
	  font-style: normal;
	}


	body{
		font-family: 'Adelle Sans', sans-serif;
		margin: 0;
		background: #FFF;
		text-decoration: none !important; 
	}

	html, body {
	  scroll-behavior: smooth;
	}

	* {
	    box-sizing: border-box;
	}

	:root{
		--margin-horizontal: 100px;
	}

	.title{
		font-size: 30px;
		text-transform: uppercase;
		color: #BC0009;
		margin: 0;
		font-weight: bold;
		position: relative;
		display: block;
		font-family: 'Fashion Fetish', sans-serif !important;
		word-wrap: break-word;
		line-height: 70px;
	}

	.text{
		font-size: 17px;
		margin: 0;
		font-weight: 400;
		font-family: 'Adelle Sans', sans-serif;
		line-height: 25px;
	}

	/* */

	header{
		width: 100%;
		height: 92px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: rgb(0 0 0 / 80%);
		z-index: 9999;
		padding: 0 var(--margin-horizontal);
	}

	.header_left{
		position: relative;
		display: flex;
		text-decoration: none;
	}

	#menumobile{
		display: none; /* flex */
		width: 100%;
		max-width: 250px;
		height: 100vH;
		position: fixed;
		right: 0; top: 0;
		background: rgb(0 0 0 / 90%);
		align-content: center;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
		padding-top: 92px;
	}

	#menumobile .link{
		width: 100%;
		position: relative;
		display: block;
		text-align: center;
		padding: 7px 15px;
		font-size: 17px;

	}

	#menumobile .button{
		margin: 20px 0;
	}

	.open_menu{
		width: 35px;
		box-sizing: unset;
		padding: 10px 0 10px 10px;
		display: none;
	}

	.close_menu{
		width: 35px;
	    box-sizing: unset;
	    right: 20px;
	    top: 19px;
	    z-index: 999;
	    position: absolute;
	    display: block;
	    padding: 10px;
	}

	.logo{
		width: 220px;
		box-sizing: unset;
		position: relative;
		display: block;
	}

	.header_right{
		display: flex;
		align-items: center;
	}

	.link{
		text-decoration: none;
		color: #FFF;
		padding: 10px 15px;
		font-size: 15px;
		text-transform: uppercase;
		border-bottom: 0;
		cursor: pointer;
		font-family: 'Adelle Sans', sans-serif !important;
	}

	.link:hover{
		border-bottom: 1px solid #BC0009;
	}

	.button{
		text-decoration: none;
		color: #FFF;
		background: #BC0009;
		border-radius: 0px;
		padding: 10px 15px;
		font-size: 15px;
		cursor: pointer;
	}

	.button:hover{
		background: #e3000b;
	}

	/* */

	.background{
		box-sizing: unset;
		width: 100%;
		height: 100VH;
		position: relative;
		display: block;
		margin-top: -92px;
		object-fit: cover;
	}

	#about{
		width: 100%;
		padding: 100px var(--margin-horizontal);
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#about .title{
		width: 100%;
	}

	#about .text{
		margin-top: 50px;
		width: 48%;
		position: relative;
		display: block;
	}

	#whatwedo{
		width: 100%;
		display: flex;
		align-items: center;
		background: #000;
	}

	.img_whatwedo{
		width: 50%;
		height: 100vH;
		object-fit: cover;
		box-sizing: unset;
		position: relative;
	}

	.text_whatwedo{
		width: 50%;
		height: 100VH;
		display: flex;
		align-items: center;
		padding: 0 var(--margin-horizontal);
		flex-wrap: wrap;
		align-content: center;
	}

	.text_whatwedo .title, .text_whatwedo .text{
		color: #FFF;
		width: 100%;
	}

	#team{
		width: 100%;
		display: flex;
		align-items: center;
	}

	.img_text_team{
		width: 50%;
		height: 100vH;
		object-fit: cover;
		box-sizing: unset;
		position: relative;
	}

	.text_team{
		width: 50%;
		height: 100VH;
		display: flex;
		align-items: center;
		padding: 0 var(--margin-horizontal);
		flex-wrap: wrap;
		align-content: center;
	}

	.text_team .title, .text_team .text{
		width: 100%;
	}

	#portfolio{
		width: 100%;
		height: auto;
		background: #000;
	}

	#portfolio .title{
		color: #FFF;
		text-align: center;
		width: 100%;
		padding: var(--margin-horizontal);
	}

	/**/

	footer{
		width: 100%;
		display: flex;
		align-content: center;
		text-decoration: none;
	}

	footer .inside_footer{
		width: 50%;
		display: flex;
		align-items: flex-start;
		font-size: 14px;
		padding: 60px var(--margin-horizontal);
		flex-wrap: wrap;
		justify-content: center
	}

	footer .title{
		width: 100%;
		padding-bottom: 25px;
	}

	.text_footer{
		display: flex;
		align-items: center;
		text-decoration: none;
		color: #000;
		width: 100%;
		flex-wrap: wrap;
		margin: 8px 0;
	}

	.text_footer span{
		width: 100%;
		font-size: 11px;
		padding-left: 34px;
	}

	.icon_footer{
		width: 16px;
		box-sizing: unset;
		padding: 0 8px 0 0;
	}

	.icon_social_footer{
		width: 18px;
		box-sizing: unset;
		margin: 0 10px 0 0;
	}

	.logo_footer{
		width: 220px;
		box-sizing: unset;
		position: relative;
		display: block;
		margin-top: 20px;
	}

	.fundos{
		width: 400px;
		box-sizing: unset;
		filter: invert(1);
		position: relative;
		display: block;
		left: 0; right: 0;
		margin: 50px auto auto auto
	}

	/* */

	/* Slideshow container */
	.slideshow-container {
	  height: 85vH;
	  width: 100%;
	  position: relative;
	  margin: auto;
	}

	/* Next & previous buttons */
	.prev, .next {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  padding: 16px;
	  margin-top: -22px;
	  color: white;
	  font-weight: bold;
	  font-size: 18px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
	}

	/* Position the "next button" to the right */
	.next {
	  right: 0;
	  border-radius: 3px 0 0 3px;
	}

	/* On hover, add a black background color with a little bit see-through */
	.prev:hover, .next:hover {
	  background-color: #bc181a;
	}

	/* Number text (1/3 etc) */
	.numbertext {
	  color: #f2f2f2;
	  font-size: 12px;
	  padding: 8px 12px;
	  position: absolute;
	  top: 0;
	}

	/* The dots/bullets/indicators */
	.dot {
	  cursor: pointer;
	  height: 15px;
	  width: 15px;
	  margin: 0 2px;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}

	.active, .dot:hover {
	  background-color: #717171;
	}

	/* Fading animation */
	.fade {
	  animation-name: fade;
	  animation-duration: 1.5s;
	}

	.mySlides img{
		width: 100%;
		height: 85vH;
		padding-bottom: 50px;
		object-fit: cover;
	}

	@keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}

	/* On smaller screens, decrease text size */
	@media only screen and (max-width: 300px) {
	  .prev, .next,.text {font-size: 11px}
	}

	/* */

	.orcamento_welcome{
		height: 100vH;
		position: relative;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: -92px;
	}

	.orcamento_welcome .background{
		margin-top: 0;
	}

	.orcamento_welcome .title{
		color: #FFF;
		border-bottom: 2px solid #bc181a;
		padding-bottom: 5px;
		z-index: 99;
		max-width: 1000px;
	}

	.orcamento_welcome img{
		position: absolute;
	}

	.cform{
		width: 100%;
		height: 100VH;
		position: relative;
		display: block;
	}

	.cform .title{
		color: #bc181a;
		margin: 85px 0;
		text-align: center;
	}

	.cstatus{
		height: auto;
		padding-bottom: 100px;
	}

	form {
		width: 100%;
		max-width: 500px;
		display: flex;
		left: 0; right: 0;
		margin: auto;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	form input, form textarea{
		width: 100%;
		position: relative;
		display: inline-block;
		border: 1px solid grey;
		font-size: 16px;
		padding: 10px;
		margin: 10px 0;
		resize: none;
	}

	.intwo{
		width: 49%;
		float: left;
	}

	form textarea{
		height: 200px;
		font-family: 'Inter', sans-serif;
	}

	.submit{
		border: none;
		background: #000;
		color: #FFF;
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		width: 100%;
		padding: 20px;
		border-right: 6px;
		cursor: pointer;
	}

	.bar{
		position: fixed;
		bottom: 0;
		width: 100%;
		height: auto;
		padding: 10px;
		background: green;
		color: #FFF;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		z-index: 999999999999;
	}

	.livrodereclamacoes{
		width: 100px;
		padding: 10px 0;
		margin-top: 10px;
	}

	/* */

	.titlewv2{
		color: #FFF;
		z-index: 99;
		text-align: center;
		border-bottom: 0 !important;
		font-size: 50px;
		line-height: 70px;
	}

	/* */
	/* ######################## MOBILE ######################## */
	/* */

	@media only screen and (max-width: 1024px) {
		:root{
			--margin-horizontal: 30px;
		}
		/* */
		.open_menu{
			display: block;
		}
		#menumobile{
			display: none;
		}
		.header_right .link{
			display: none;
		}
		.header_right .button{
			display: none;
		}
		/**/
		#about{
			padding: 50px var(--margin-horizontal);
		}
		#about .text {
		    width: 100%;
		}
		#whatwedo{
			flex-wrap: wrap;
		}
		.img_whatwedo {
		    width: 100%;
		}
		.text_whatwedo {
		    width: 100%;
		}
		#team{
			flex-wrap: wrap;
		}
		.text_team {
		    width: 100%;
		}
		.img_text_team {
		    width: 100%;
		}

		footer{
			flex-wrap: wrap;
		}

		footer .inside_footer{
			width: 100%;
		    padding: 60px var(--margin-horizontal) 0 var(--margin-horizontal);
		}

		.fundos{
			width: 100%;
			padding-bottom: 50px;
			max-width: 300px;
		}

		.text_footer span{
			padding-left: 24px;
		}

		form{
			padding: 0 30px;
		}

		.titlewv2{
			font-size: 17px !important;
			line-height: 20px !important;
		}
	}

	/* width */
	::-webkit-scrollbar {
	  width: 10px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  box-shadow: inset 0 0 5px transparent; 
	  border-radius: 0px;
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: #BC0009; 
	  border-radius: 0px;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #b30000; 
	}