.main {
  width: 100%;
  height: 100%;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 08%;
  background-color: #04AA6D;
  position: fixed;
  height: 400px;
  overflow: auto;
  z-index: 999;
}

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 15px;
}

li a.active {
  background-color: #04AA6D;
  color: white;
}

li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.head {

  height: 50px;
  width:92%;
  margin-left: 08%;
  background-color: red;
}

.head h1 {
  text-align: center;
  margin-top: 05px;
  color: white;
}

.head span {
  color: yellow;
}


.about {
  width: 92%;
  height: 450px;
  display: flex;
  margin-left: 08%;
  margin-top: 40px;
  display: flex;
}

.about2 {
  width: 50%;
  height: 100%;

}


.about2 h1 {
  margin-left: 20px;
}

.about2 p {
  margin-left: 20px;
}

.about2 button {
  margin-left: 100px;
  margin-top: 50px;
  height: 40px;
  width: 150px;
  background-color: #000;
  color: white;
  border: none;
  font-weight: bold;
}


.dices {

  width: 92%;
  height: 400px;
  
  margin-left: 08%;
  margin-top: 30px;
}

.mySlides {
  width: 100%;
  height: 400px;
}

.secto {
  width: 100%;
  height: 350px;
  background-color: coral;
  margin-top: 50px;
  display: flex;
}

.sectoes {
  width: 25%;
  height: 320px;
  box-shadow: 2px 3px 5px -2px black;
  margin-left: 100px;
  margin-top: 20px;
}

.sectoes h1 {
  font-size: 25px;
  text-align: center;
}

.sectoes h2 {
  font-size: 20px;
  margin-left: 20px;
}

.sectoes p {
  margin-left: 20px;
}

.contact {
  width: 100%;
  height: 400px;
  background-color: lightblue;
  margin-top: 20px;
  display: flex;
}

.contact2{
  width: 50%;
  height: 100%;
  
}

.contact2 form {
  margin-left: 150px;
  margin-top: 50px;
}

.sectios{
  width: 100%;
  height: 450px;
  background-color: lightcyan;
  margin-top: 30px;
}
.sectios img {
  width: 90%;
  height: 100%;
  margin-left: 10%;
}




.headers{
  width: 80%;
  height: 380px;
 border-radius: 20px;

 margin-top: 30px;
 margin-left: 150px;
 background-color: lightgray;
}
.headers h1 {
 text-align: center;
 font-size: 25px;
}

.headers p {
  text-align: center;
  font-size: 17px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  
 }


.headers h2 {
  text-align: center;
  font-size: 19px;
 }







.footer{
  width: 100%;
  height: 350px;
  display: flex;
  margin-top: 60px;
  background-color: #555;
}

.foot {
  width: 24%;
  height: 100%;

  margin-left: 15px;
}
.foot h2{
  margin-left: 150px;
  font-weight: bold;
}

.foot h1 {
  font-size: 22px;
  text-align: center;
}

.foot a {
margin-left: 100px;
margin-top: 10px;
text-decoration: none;
}
.foot h4 {
  margin-left: 100px;
  font-size: 17px;
}