@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/iuo3qyt.css");
* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 40px;
  height: 20px;
  position: relative;
  margin: 8px auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1:hover span, #nav-icon2:hover span, #nav-icon3:hover span, #nav-icon4:hover span {
  background: #d3531a;
}

#nav-icon1.open span, #nav-icon2.open span, #nav-icon3.open span, #nav-icon4.open span {
  background: #d3531a;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 8px;
}

#nav-icon1 span:nth-child(3) {
  top: 16px;
}

#nav-icon1.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 8px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 16px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 4px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 4px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 14px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 14px;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

html,
body {
  margin: 0px !important;
  padding: 0px !important;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
}

p {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 17px;
}

header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02afef+0,02afef+33,ed3337+33,ed3337+66,f1c229+66,f1c229+100 */
  background: #02afef;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#02afef), color-stop(33%, #02afef), color-stop(33%, #ed3337), color-stop(66%, #ed3337), color-stop(66%, #f1c229), to(#f1c229));
  background: linear-gradient(to right, #02afef 0%, #02afef 33%, #ed3337 33%, #ed3337 66%, #f1c229 66%, #f1c229 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02afef', endColorstr='#f1c229',GradientType=1 );
  /* IE6-9 */
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0px;
  margin: 0px;
  z-index: 10;
  padding-top: 5px;
}

header .topo {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #2f6634;
}

header .topo .navbar-brand {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .topo .itens {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 150px;
  -webkit-column-gap: 150px;
          column-gap: 150px;
}

header .topo .itens .menu {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .topo .itens .menu .informacoes {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

header .topo .itens .menu .informacoes li {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .topo .itens .menu .informacoes li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
}

header .topo .itens .menu .informacoes li a:hover {
  text-decoration: none;
}

header .topo .itens .menu .informacoes li a .icone {
  width: 45px;
  height: 45px;
  background-color: #f2c229;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2f6634;
  margin-right: 15px;
}

header .topo .itens .menu .informacoes li .whatsapp {
  background-color: #f2c229;
  height: 45px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  color: #2f6634;
  font-weight: 600;
}

header .topo .itens .menu .informacoes li .whatsapp:hover {
  text-decoration: none;
}

header .topo .itens .menu nav {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0px;
  margin-top: 70px;
  margin-bottom: 10px;
}

header .topo .itens .menu nav .navbar-nav {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .topo .itens .menu nav .navbar-nav .nav-item {
  position: relative;
}

header .topo .itens .menu nav .navbar-nav .nav-item:before {
  margin-left: -30px;
  margin-top: 6px;
  content: ' ';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #f2c229;
}

header .topo .itens .menu nav .navbar-nav .nav-item:first-child:before, header .topo .itens .menu nav .navbar-nav .nav-item:last-child:before {
  opacity: 0;
}

header .topo .itens .menu nav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  padding: 0px;
}

header.scroll {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.scroll .topo {
  height: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.scroll .topo .navbar-brand {
  margin: 0px;
  padding: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.scroll .topo .navbar-brand img {
  height: 90%;
}

header.scroll .topo .itens {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.scroll .topo .menu nav {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.banner {
  padding-top: 240px;
}

.banner img {
  width: 100% !important;
}

.banner .desktop {
  display: block;
}

.banner .mobile {
  display: none;
}

#sobre-nos {
  background-color: #0088b7;
}

#sobre-nos .conteudo {
  padding: 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

#sobre-nos .conteudo .informacoes {
  width: 60%;
}

#sobre-nos .conteudo .informacoes h1 {
  margin-bottom: 80px;
  position: relative;
}

#sobre-nos .conteudo .informacoes h1:after {
  left: 0px;
  bottom: -30px;
  position: absolute;
  content: ' ';
  width: 50px;
  height: 2px;
  background-color: #f2c229;
}

#sobre-nos .conteudo .informacoes p {
  text-align: justify;
}

#sobre-nos .bloco1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

#sobre-nos .bloco1 .imagem {
  background-image: url(../img/layout/img-sobre.jpg);
  background-position: center center;
  background-size: cover;
}

#sobre-nos .bloco2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

#sobre-nos .bloco2 .imagem {
  background-image: url(../img/layout/img-sobre-2.jpg);
  background-position: center center;
  background-size: cover;
}

#sobre-nos .bloco2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 50px;
}

#sobre-nos .bloco2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

#sobre-nos .bloco2 ul li .conteudo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px;
  padding: 0px;
}

#sobre-nos .bloco2 ul li .conteudo h3 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#servicos {
  background-color: #ed3237;
  padding: 100px 0px;
}

#servicos h1 {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

#servicos .item {
  height: 100%;
  background-color: #fff;
}

#servicos .item img {
  width: 100%;
}

#servicos .item h2 {
  margin: 0px;
  color: #2c3032;
  font-weight: 600;
  padding: 20px;
  border-bottom: 1px dotted #dfdfdf;
}

#servicos .item p {
  text-align: justify;
  padding: 20px;
  color: #777777;
}

#diferenciais {
  padding: 100px 0px;
  background-color: #ffc91e;
}

#diferenciais h1 {
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
}

#diferenciais .item {
  height: 100%;
}

#diferenciais .item img {
  width: 100%;
}

#diferenciais .item h3 {
  padding: 20px 0px 10px 0px;
  margin: 0px;
  color: #000000;
  font-weight: 600;
}

#diferenciais .item p {
  text-align: justify;
  color: #000000;
}

#contato iframe {
  margin-bottom: -7px;
}

footer {
  background-color: #22443b;
  padding: 100px 0px 0px 0px;
  text-align: center;
  color: #fff;
}

footer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

footer .item a {
  color: #fff;
}

footer .item .redes {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .rodape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #37554e;
  margin-top: 100px;
  font-size: 14px;
  color: #fff;
  padding: 30px 0px;
  text-align: center;
  color: #cccccc;
}

footer .rodape a {
  font-size: 14px;
  color: #cccccc;
}

@media (max-width: 980px) {
  header .topo {
    height: 160px !important;
  }
  header .itens {
    display: block !important;
    position: relative;
    height: 160px !important;
    top: 0px !important;
    position: absolute;
    width: 100%;
  }
  header .informacoes {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  header .informacoes li {
    display: none !important;
  }
  header .informacoes li:last-child {
    display: block !important;
  }
  header .navbar-brand {
    position: absolute;
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 160px !important;
  }
  header .navbar-brand img {
    height: 90%;
  }
  header .navbar-toggler {
    position: absolute;
    top: 50px;
    right: 15px;
    color: #fff;
  }
  header .navbar-collapse {
    position: absolute;
    width: 100%;
    margin-left: -15px;
    top: 95px;
    background-color: #ed3337;
  }
  header .navbar-collapse .navbar-nav {
    gap: 5px;
  }
  header .navbar-collapse .navbar-nav li {
    margin-top: 15px;
  }
  header .navbar-collapse .navbar-nav li:before {
    opacity: 0 !important;
  }
  header .navbar-collapse .navbar-nav li .redes {
    margin-bottom: 30px;
  }
  header.scroll {
    height: 105px !important;
  }
  header.scroll .topo {
    height: 105px !important;
  }
  header.scroll .navbar-brand {
    height: 105px !important;
  }
  header.scroll .navbar-brand img {
    margin-top: 5px;
  }
  .banner {
    padding-top: 160px;
  }
  .banner img {
    width: 100%;
  }
  .banner .desktop {
    display: none;
  }
  .banner .mobile {
    display: block;
  }
  #sobre-nos .imagem {
    display: none;
  }
  #sobre-nos .bloco1 {
    -ms-grid-columns: none;
        grid-template-columns: none;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  #sobre-nos .bloco1 .conteudo {
    padding: 100px 0px;
  }
  #sobre-nos .bloco1 .conteudo .informacoes {
    width: 100%;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sobre-nos .bloco2 {
    display: block;
  }
  #sobre-nos .bloco2 .imagem {
    -ms-grid-column: 1;
    grid-column: 1;
    height: 200px;
  }
  #sobre-nos .bloco2 .conteudo {
    padding: 100px 0px;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  #sobre-nos .bloco2 .conteudo .informacoes {
    width: 100%;
    padding: 0px 15px;
  }
  #sobre-nos .bloco2 .conteudo .informacoes ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #servicos {
    padding: 100px 0px;
  }
  #servicos h1 {
    margin-bottom: 0px;
  }
  #servicos .item {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    margin-top: 30px;
  }
  #diferenciais {
    padding: 100px 0px;
  }
  #diferenciais h1 {
    margin-bottom: 0px;
  }
  #diferenciais .item {
    margin-top: 30px;
  }
  footer {
    padding-top: 50px;
  }
  footer .item {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  footer .rodape {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=main.css.map */