* {
  box-sizing: border-box;
  font-family: "Aestetico Regular", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}
.mauto {
  margin: 0 auto;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
  margin-left: 16px;
}

.container-fluid {
  padding-left: 200px;
  padding-right: 200px;
}

.header {
  background-color:#003962;
  width: 100%;
  min-height: 80px;
  z-index: 3;
}
header .logo {
  display: block;
  float: left;
  font-size: 2em;
  margin-top: 0.6em;
  margin-left: 0.4em;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-top: 0.3em;
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
header ul li {
  padding: 0;
  margin: 0;
}
header ul li a {
  display: block;
  font-size: 2rem;
  color: white;
  text-decoration: none;
}
header ul li a:hover {
  font-weight: bold;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  margin-top: 0.5em;
  position: relative;
  user-select: none;
}
header .menu-icon .navicon {
  background: white;
  display: block;
  height: 3px;
  position: relative;
  width: 30px;
  margin-bottom: 0.5em;
}
header .menu-btn {
  display: none;
}
header .menu-btn:checked ~ .menu {
  max-height: 240px;
  text-align: center;
}
header .menu-btn:checked ~ .menu li {
  padding-bottom: 2em;
}
/* 48em = 768px */
@media (min-width: 48em) {
  header li {
    float: left;
  }
  header li a {
    padding: 20px 30px;
  }
  header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  header .menu-icon {
    display: none;
  }
}

.banner {
  background-image: url(../images/banner.webp);
  background-size: cover;
  background-position: right;
  min-height: 800px;
}
.banner h1 {
  font-size: 6rem;
  color: white;
  font-family: "Aestetico Bold", sans-serif;
  line-height: 1;
  overflow: hidden;
  margin: 0;
  padding:0
}
.banner h2 {
  font-size: 3.6rem;
  color: white;
  line-height: 1;
  overflow: hidden;
}
.banner .content {
  display: flex;
  align-items: center;
  min-height: 800px;
}
.banner form {
  max-width: 300px;
}
.banner form input {
  width: 100%;
  margin-bottom: 0.5em;
  min-height: 35px;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 1.6rem;
}
.banner form button {
  background-color: #ffd700;
  width: 100%;
  text-align: center;
  border: none;
  min-height: 35px;
  border-radius: 8px;
  font-size: 1.6rem;
  font-family: "Aestetico Bold", sans-serif;
}
.block {
  background-color: #063c61;
  min-height: 40px;
}

.about .content {
  min-height: 600px;
  display: flex;
  align-items: center;
}
.about h1 {
  font-weight: bold;
  font-size: 4rem;
  color: #003962;
  font-family: "Aestetico Bold", sans-serif;
}
.about p {
  font-size: 2rem;
  color: #063c61;
  max-width: 85%;
}

.about-2 {
  background-image: url(../images/about-banner.webp);
  background-position: center;
  background-size: cover;
}
.about-2 .content {
  min-height: 500px;
  display: flex;
  align-items: center;
}
.about-2 h1 {
  font-weight: bold;
  font-size: 4rem;
  color: white;
  font-family: "Aestetico Bold", sans-serif;
}
.about-2 p {
  font-size: 2rem;
  color: white;
  max-width: 85%;
}
.about-2 .map-icon {
  position: absolute;
  right: 0;
  top: 1450px;
  max-width: 600px;
  right: 150px;
}

.services {
  background-color: #063c61;
  padding-bottom: 7em;
  padding-top: 2em;
}
.services h1 {
  font-family: "Aestetico Bold", sans-serif;
  font-size: 4rem;
  color: white;
  margin-bottom: 1em;
  padding-bottom: 0;
}
.services h3 {
  width: 100%;
  background-color: #138f38;
  color: white;
  font-family: "Aestetico Bold", sans-serif;
  font-size: 3rem;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.services h3:hover {
  cursor: pointer;
  transition: 0.2s;
  background-color: #095921;
}
.services h2 {
  font-size: 2.6rem;
  font-family: "Aestetico Bold", sans-serif;
  color: white;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
.services p {
  color: white;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  line-height: 1.8;
}

.cert {
  background-color: #138f38;
  padding-bottom: 3em;
}
.cert h1 {
  color: white;
  font-family: "Aestetico Bold", sans-serif;
  font-size: 4rem;
  text-align: center;
}
.cert .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.cert .shw {
  -webkit-box-shadow: 0px 31px 41px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 31px 41px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 31px 41px -7px rgba(0,0,0,0.75);
}

.projects {
  background-image: url(../images/servicos-banner.webp);
  background-position: center;
  background-size: cover;
}
.projects .content {
  display: flex;
  align-items: center;
  min-height: 800px;
}
.projects h1 {
  color: #063c61;
  font-size: 4rem;
  font-family: "Aestetico Bold", sans-serif;
}
.projects .card {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.projects .card img {
  width: 100px;
  margin: 0 auto;
}
.projects .card div {
  width: 100% !important;
}
.projects p {
  font-size: 2rem;
  color: #003962;
  margin-left: 0.5em;
}
.projects p strong {
  color: #138f38;
}

footer {
  background-color: #003962;
  color: white;
}
footer .content {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer h3 {
  font-size: 2rem;
  margin:0;
  padding:0;
}
footer h3 img {
  margin-top: -0.3em;
}
/* Mobile */
@media screen and (max-width: 978px) {
  .header .menu-btn:checked ~ .menu {
    min-height: 260px;
  }
  header .logo {
    margin-top: 0.8em;
  }
  header .menu-button {
    /* margin-bottom: 1em; */
    margin-top: 0;
    padding-bottom: 0 !important;
  }
  .banner {
    background-color: #138f38;
    background-image: none;
    padding-top: 2em;
    min-height: auto;
  }
  .banner h1 {
    text-align: center;
    font-size: 3.2rem;
  }
  .banner h1 br {
    display: none;
  }
  .banner h2 {
    text-align: center;
    font-size: 2.6rem;
  }
  .banner .content {
    min-height: auto;
  }
  .banner form {
    max-width: 100%;

  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about .content {
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 3em;
  }
  .about p {
    max-width: 100%;
  }
  .about img {
    margin: 0 auto;
    margin-left: 0.5em;
    margin-top: 1em;
  }
  .about-2 {
    text-align: center;
    padding-bottom: 3em;
  }
  .about-2 p {
    max-width: 100%;
    margin-bottom: 1em;
  }
  .about-2 .content {
    flex-wrap: wrap;
  }
  .about-2 .map-icon {
    display: none
  }

  .services {
    text-align: center;
    padding-bottom: 2em;
  }
  .cert .content {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .cert .shw {
    margin: 0 auto;
    margin-top: 1em;
    max-width: 80%;
  }
  .shw1 {
    display: none;
  }

  .projects h1 {
    text-align: center;
  }
  .projects .card {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .projects .card img {
    max-width: 100px;
  }
  footer .content {
    flex-wrap: wrap;
    padding-top: 1em;
    padding-bottom: 1em;
    justify-content: center;
  }
  footer h3 {
    padding-bottom: 1em;
  }
  footer .logo {
    margin-top: 1em;
  }
}

/* Small Query */
@media only screen and (min-width: 980px) and (max-width: 1024px)  {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner {
    background-position: left;
    min-height: 800px;
    background-position-x: -400px;
  }
  .banner h1 {
    max-width: 80%;
    font-size: 5rem;
  }
  .about-2 .map-icon {
    right: 10px;
  }
  .cert .shw {
    margin: 1em;
  }
  .services img {
    margin-top: 13em;
  }
}

/* Medium Query */
@media only screen and (min-width: 1025px) and (max-width: 1700px)  {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .about-2 .map-icon {
    right: 30px;
  }
  .cert .shw {
    margin: 1em;
  }
  .banner {
    background-position: left;
    min-height: 800px;
    background-position-x: -200px;
  }
  .services img {
    margin-top: 13em;
  }
}


/* High Query */
@media only screen and (min-width: 1710px) and (max-width: 2559px)  {

}

/* 2k Query */
@media only screen and (min-width: 2560px) and (max-width: 9000px)  {
  .container-fluid {
    padding-left: 450px;
    padding-right: 450px;
  }
  .banner, .banner .content {
    min-height: 1200px;
  }
  .about-2 .map-icon {
    top: 1850px;
  }
  .projects .content {
    min-height: 1100px;
  }
}
