@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Varela+Round&display=swap');

html, body {
    padding: 0;
    margin: 0;
    font-family: 'Inter', 'Varela Round' sans-serif;
}

.header {
    width: 100%;
    height: 100px;
    border: solid 0px;
    box-sizing: border-box;
    padding: 1% 0% 1% 6%;
}

.logo {
    width: 30%;
    border: solid 0px black;
    height: 100%;
    float: left;
}

.logo img{
    border: solid 0px black;
    width: 246px;
    height: 90px;
}



.pesquisa {
    width: 40%;
    height: 100%;
    float: left;
    padding: 1.2%;
    box-sizing: border-box;
}

.pesquisa img {
    position: relative;
    right: 40px;
    top: 6px;
    cursor: pointer;
}

.pesquisa input {
    width: 80%;
    height: 30px;
    border-radius: 5px;
}

nav {
    width: 100%;
    height: 50px;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
}

nav ul li{
    display: inline-block;
    font-family: 'Varela Round';
    font-size: 23px;
    padding-left: 10px;
    padding-right: 15px;
    color: black;
}

nav ul li:hover {
    border: solid .5px #0F0A34;
    border-radius: 5px;
}

nav ul li:not(.not){
    margin-left: 10%;    
}

nav a{
    color: black;
}

.tit{
    font-weight: normal;
    color: black;
    margin-left: 80px;
    margin-bottom: 40px;
}

.tit h1{
  font-weight: normal;
  color: black;
  bottom: 10px;
  text-align: center;
}

.wrap{
    margin: 3rem auto 0;
    width: 90%;
    max-width: 48rem;
    padding:31px;
	  margin:50px 0;
    margin-left: 50px;
  }
  
  h1{
    font-weight: normal;
    color: black;
    bottom: 2px;
  }
  
  .wrap p{
    font-size: 1.125rem;
    color: black;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-align: justify;
  }

  .wrap img{
    border: solid 0px black;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 200px;
    right: 250px;
  }

  .text{
    margin: 3rem auto 0;
    width: 90%;
    max-width: 48rem;
    padding:31px;
	  margin:50px 0;
    margin-left: 50px;
  }

  h2{
    font-weight: normal;
    color: black;
    text-align: left;
  }
  
  .text p{
    font-size: 1.250rem;
    color: black;
    line-height: 1.5;
    text-align: justify;
  }

  .text img{
    border: solid 0px black;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 590px;
    right: 270px;
  }

  .texto{
    margin: 3rem auto 0;
    width: 90%;
    max-width: 48rem;
    padding:31px;
	  margin:50px 0;
    margin-left: 500px;
  }

  .texto h2{
    font-weight: normal;
    color: black;
    text-align: right;
  }
  
  .texto p{
    font-size: 1.250rem;
    color: black;
    line-height: 1.5;
    text-align: justify;
  }

  .texto img{
    border: solid 0px black;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 890px;
    left: 200px;
  }

  .texts{
    margin: 3rem auto 0;
    width: 90%;
    max-width: 48rem;
    padding:31px;
	  margin:50px 0;
    margin-left: 50px;
  }

  .texts h2{
    font-weight: normal;
    color: black;
    text-align: left;
  }
  
  .texts p{
    font-size: 1.250rem;
    color: black;
    line-height: 1.5;
    text-align: justify;
  }

  .texts img{
    border: solid 0px black;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 1150px;
    right: 270px;
  }

  .servi{
    margin: 3rem auto 0;
    width: 90%;
    max-width: 48rem;
    padding:31px;
	  margin:50px 0;
    margin-left: 50px;
  }

  h2{
    font-weight: normal;
    color: black;
    text-align: left;
  }
  
  .servi p{
    font-size: 1.250rem;
    color: black;
    line-height: 1.5;
    text-align: justify;
  }

  .servi img{
    border: solid 0px black;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 250px;
    right: 270px;
  }

  .ser{
    margin: 3rem auto 0;
    width: 90%;
    max-width: 48rem;
    padding:31px;
	  margin:50px 0;
    margin-left: 500px;
  }

  .ser h2{
    font-weight: normal;
    color: black;
    text-align: right;
  }
  
  .ser p{
    font-size: 1.250rem;
    color: black;
    line-height: 1.5;
    text-align: justify;
  }

  .ser img{
    border: solid 0px black;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 560px;
    left: 200px;
  }

  .serv{
    margin: 3rem auto 0;
    width: 90%;
    max-width: 48rem;
    padding:31px;
	  margin:50px 0;
    margin-left: 50px;
  }

  .serv h2{
    font-weight: normal;
    color: black;
    text-align: left;
  }
  
  .serv p{
    font-size: 1.250rem;
    color: black;
    line-height: 1.5;
    text-align: justify;
  }

  .serv img{
    border: solid 0px black;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 850px;
    right: 290px;
  }

  .divisao {
    width: 100%;
    height: 400px;
    border: solid 0px black;
    padding-left: 12%;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.divisao a{
    text-decoration: none;
    color: black;
}

.espaco {
    width: 300px;
    height: 373px;
    border: solid 2px rgb(158, 157, 157);
    box-shadow: .2em .2em 1em gray;
    float: left;
    text-align: center;
    margin-left: 5%;
    border-radius: 5px;
}


.espaco img {
    border: solid 0px black;
    width: 200px;
    height: 200px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.espaco h1 {
    border: solid 0px black;
    background-color: #0F0A34;
    top: 25px;
    font-family: 'Varela Round';
    font-weight: 400;
    font-size: 29px;
    color: white;
}

.p1 {
    Position: relative;
    top: .1px;
}

footer {
    border: solid 1px black;
    height: 200px;
    background-color: #0F0A34;
    clear: both;
}

footer a{
    text-decoration: none;
    color: white;
}

.divisaorodape {
    width: 28%;
    text-align: justify;
    float: left;
    height: 200px;
    border: solid px black;
    margin-left: 5%;
}

.divisaorodape img{
    width: 50px;
    height: 50px;
}


body{
    font-family: 'Varela Round';
    font-size: 17.5px;
    color: white;
}
.box{
   position: absolute;
   top: 30%;
   left: 40%;
   transform: translate(-5%,-5%);
}

.divisaorodape h4 {
    font-family: 'Varela Round';
    color: white;
}

#contact {
	padding:25px;
	margin:50px 0;
    margin-left: 450px;
}

#contact h3 {
	color: black;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="number"], #contact input[type="password"], #contact textarea {
	width:50%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact textarea {
	height:100px;
	max-width:100%;
    resize:none;
}

#contact button[type="submit"] {
	width:51.5%;
	border:none;
	background-color: #0F0A34;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}