@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,200;8..144,300;8..144,400;8..144,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antic+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}


html{
	scroll-behavior: smooth;
}
body{
	background: #fffafa;
	width: 100%;
	height: 100%;
}
#menu li a{
	color: #fff;
	text-decoration: none;
	font-family: Roboto Flex, sans-serif;
	font-size: 17px;
	font-weight: 300;
}
#menu li a:hover{
	transition: 0.5s;
	color: rgb(184, 131, 85);
}
a{
	text-decoration: none;
}
#logo{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}
#logo img{
	object-fit: cover;
	width: 45px; height: 45px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 2px;
}
#logo span{
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	font-family: Roboto Flex, sans-serif;
	font-weight: 300;
}
#headerlogin{
	width: 100vw;
	display: flex;
	align-items: center;
	height: 80px;
	padding: 1.2rem 10%;
	justify-content: space-between;
	background: #292929;
    position: fixed;

}
#headerlogin.scrollHide {
	opacity: 0;
  }

#header{
	width: 100vw;
	display: flex;
	align-items: center;
	height: 80px;
	padding: 1.2rem 10%;
	justify-content: space-between;
	background: #292929;
}




#menu{
	display: flex;
	list-style: none;
	column-gap: .5rem;
}
#menu a{
	display: block;
	padding: .5rem;
}
#btn-mobile{
	display: none;
}
/*SLIDESHOW*/
.slide{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	transition: all 0.5s;
}
.slide-text{
	position: absolute;
	padding: 10px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slide-text .title{
	font-family: Antic Slab, sans-serif;
	font-size: 35px;
	color: rgb(59, 57, 57);
}
.slide-text .subtitle{
	font-family: Anton, sans-serif;
	font-size: 100px;
	color: rgb(59, 57, 57);
	letter-spacing: 5px;
}
.slides{
	width: 400vw;
	display: flex;
}
.images img{
	width: 100vw; height: 100vh;
	object-fit: cover;
}
#atual{
	margin-left: 0;
	transition: all 2s;
}
.btn{
	position: absolute;
	color: #fff;
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.4s;
	font-size: 1.7em;
	margin-top: -5px;
}
.btn:hover{
	transform: scale(1.5);
}
#voltar{
	top: 50%; left: 10%;
}

table, th, td {
	border: 1px solid black;
  }

#next{
	top: 50%; right: 10%;
}
.balls{
	position: absolute;
	width: 100vw;
	display: flex;
	justify-content: center;
	margin-top: -45px;
}
.balls div{
	transition: all 0.5s;
	border: 2px solid #fff;
	padding: 6px;
	border-radius: 50%;
	margin-right: 15px;
	cursor: pointer;
}
.balls div:hover{
	background: #fff;
}
.imgAtual{
	background: #fff;
	transition: all 0.6s;
}
#quem-somos{
	margin-top: 10px;
	padding: 10px 20%;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 100px;
}
#quem-somos h1{
	margin-top: 100px;
	font-size: 75px;
	text-align: center;
	margin-bottom: 20px;
	font-family: Montserrat, sans-serif;
	letter-spacing: 10px;
	color: rgb(184, 131, 85);
}
#quem-somos img{
	width: 600px; height: 600px;
	object-fit: cover;
}
#quem-somos p{
	font-size: 18px;
	font-family: Roboto Flex, sans-serif;
	text-align: center;
	width: 50%;
	font-weight: 200;
}
#quem-somos .biograph{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
	width: 100%;
}
#servicos{
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(rgba(245, 174, 113, 0.7), rgba(245, 174, 113, 0.9));
	background-attachment: fixed;
	margin-bottom: 50px;
}
#servicos h1{
	color: #fff;
	margin-top: 100px;
	font-size: 75px;
	text-align: center;
	margin-bottom: 20px;
	font-family: Montserrat, sans-serif;
	letter-spacing: 10px;
	margin-bottom: 50px;
}
.grid{
	display: flex;
	flex-direction: column;
	width: 60vw;
	margin-bottom: 100px
}
.preco{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #fff;
	border-top: none;
	border-right: none;
	border-left: none;
}
.preco span a{
	font-size: 22px;
	color: #fff;
	font-family: Roboto Flex, sans-serif;
}
.modal{
	padding: 20px 10px;
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	display: grid;
	place-content: center;
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.modal:target{
	opacity: 1;
	visibility: visible;
}
.modal-content{
	background-color: #fff;
	width: 560px;
	height: 560px;
	padding: 10px 5px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.modal-content .modal-img{
	width: 470px;
	height: 470px;
	object-fit: cover;
	margin-bottom: 10px;
}
.modal-title{
	margin-bottom: 10px;
	text-align: center;
	font-family: Roboto Flex, sans-serif;
	font-weight: 200;
	overflow: hidden;
}
.modal-link{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rosybrown;
	padding: 5px 30px;
	border-radius: 4px;
	overflow: hidden;
	font-family: Roboto Flex, sans-serif; font-weight: bold;
}
.modal-link:hover{
	background: brown;
	transition: .5s;
}

#galeria{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 80px;
}
#galeria h1{
	margin-top: 120px;
	font-size: 75px;
	text-align: center;
	margin-bottom: 20px;
	font-family: Montserrat, sans-serif;
	letter-spacing: 10px;
	margin-bottom: 50px;
	color: rgb(184, 131, 85);
}
.flexbox{
	width: 100vw;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flexbox > div{
	max-width: 400px;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.flexbox img{
	width: 400px; height: 400px;
	object-fit: cover;
}
.flexbox img:hover{
	cursor: pointer;
	transition: 0.5s;
	transform: scale(1.1);
}
#clientes{
	background: #fffafa;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 130px;
}
#clientes .title-section{
	margin-top: 60px;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 75px;
	font-weight: 600;
	color: rgb(184,131,85);
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 80px;
}
.cards{
	display: grid;
	padding: 0 10px;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1220px;
	margin: 0 auto;
	grid-gap: 40px;
}
.card{
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 35px 40px;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.171);
	margin-bottom: 50px;
}
.card .user{
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 15px;
}
.card h3{
	margin-bottom: 5px;
	font-family: Roboto Flex, sans-serif;
}
.star{
	width: 20px;
}
.card p{
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	font-family: Roboto Flex, sans-serif;
}
#contact{
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-image: linear-gradient(rgba(245, 174, 113, 0.7), rgba(245, 174, 113, 0.9));
	background-size: cover;
	background-attachment: fixed;
}
#contact h1{
	margin-top: 120px;
	text-align: center;
	font-size: 75px;
	font-family: Montserrat, sans-serif;
	color: #fff;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.formulario{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}
form{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 60vw;
}
form p{
	width: 100%;
	padding: 5px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p1, .p2{
	padding-left: 15px;
	outline: none;
	border: none;
	width: 50%;
	margin: 5px;
	height: 45px;
	font-size: 18px;
	font-family: Roboto Flex, sans-serif;
	font-weight: 300;
}
input::placeholder{
	color: #000;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 300;
	font-family: Roboto Flex, sans-serif;
}
#email{
	padding-left: 15px;
	outline: none;
	border: none;
	margin: 5px;
	width: 100%;
	height: 45px;
	font-size: 18px;
	font-family: Roboto Flex, sans-serif;
	font-weight: 300;
}
textarea{
	padding-top: 10px;
	outline: none;
	border: none;
	margin: 5px;
	height: 200px;
	width: 100%;
	font-size: 18px;
	font-family: Roboto Flex, sans-serif;
	font-weight: 300;
	padding-left: 15px;
}
textarea::placeholder{
	color: #000;
	padding-top: 5px;
	font-weight: 300px;
}
#botao{
	margin: 5px;
	border: 2px solid #000;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	font-family: Roboto Flex, sans-serif;
	font-weight: 500;
	height: 60px;
	width: 100%;
}
#botao:hover{
	background-color: #fff;
	color: #000;
	transition: all 0.6s;
	cursor: pointer;
	border: none;
}
#footer{
	display: flex;
	justify-content: center;
	background: #fffafa;
	column-gap: 100px;
}
.fale-conosco{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 10px;
	margin-bottom: 50px;
}
.fale-conosco h1{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
	color: rgb(184,131,85);
	font-family: Roboto Flex, sans-serif;
}
.fale-conosco span{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 300;
	color: #1f1204;
	font-family: Roboto Flex, sans-serif;
}
.fale-conosco p{
	padding: 5px 10px;
}
.fale-conosco p img{
	width: 20px; height: 20px;
	margin-left: 15px;
	cursor: pointer;
	object-fit: cover;
}
.desenvolvedor{
	width: 100vw;
	height: 80px;
	background: lightgoldenrodyellow;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #513612;
}
.desenvolvedor p{
	font-family: Roboto Flex, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}

.boxLogin { 
    padding:5em 0; 
    background-color:#d9d9d9; 
}
.boxLogin .content { padding:0.5em; }
.login  { 
    width:100%; 
    overflow: hidden; 
    margin:auto; 
    display:inherit; 
    background-color:#fff; 
    border-radius:4px; 
    box-shadow: 1px 0px 3px 0px #cbcbcb; 
}
.login h1 { 
    text-align:center; 
	font-family: Roboto Flex, sans-serif;
    font-size:1.5em; 
    border-bottom:1px #e9e9e9 solid; 
    padding:0.5em;
    background-color:#01080c; 
    color:#ffffff; 
}

.padding { padding:1.5em; float:left;  }

.login label { 
    width:100%; 
    float:left; 
    margin-bottom:1em; 
}
.login .campos { 
    border-top:1px transparent solid; 
    border-left:1px transparent solid; 
    border-bottom:1px #eaeaea solid; 
    border-right:1px transparent solid; 
    color:#414141; 
	font-family: Roboto Flex, sans-serif;
    font-size:0.9em; 
    outline:none; 
    padding: 0.5em 0em;
    transition:0.4s; 
}
.login .campos:focus { 
    border-top:1px transparent solid; 
    border-left:1px transparent solid; 
    border-bottom:1px #0085d5 solid; 
    border-right:1px transparent solid; 
    color:#0085d5; 
}
.login .btn { 
    width:auto; 
    float:left; 
    padding:0.4em 1.3em; 
	font-family: Roboto Flex, sans-serif;
    font-size:1em; 
    background-color:#d4af08; 
    color:#fff; 
    border:0; 
    border-radius:4px;
    transition:0.4s; 
	position: relative;
}
.login .btn:hover  { 
    background-color:#4c4c4c; 
}
.login .linksForm { 
    width:100%; 
 
    background-color:#f6f6f6; 
    border-top:1px #e9e9e9 solid; 
    padding:1em 1.5em; 
    display:inline-block;
    transition:0.4s; 
}
.login .linksForm a { 
    float:left; 
    margin-bottom:0.5em; 
    text-decoration:none; 
    font-size:0.89em; 
	font-family: Roboto Flex, sans-serif;
    color:#868686; 
    margin-right:10px;
    border-right:1px #d9d9d9 solid;
    padding-right:10px;
    transition:0.4s ;
}
.login .linksForm a:last-child { 
    border-right:0;
    padding-right:0px;
}
.login .linksForm a:hover { color:#ffa700; }
/*Responsivo*/
/*480PX BREAKPOINT*/
@media (min-width:30em){
.login  { width:50%; }
}
/*768PX BREAKPOINT*/
@media (min-width:48em){
.login  { width:35%; }
.login .linksForm a { font-size:0.9em; }
} 