@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background: #009CD8;
  background: linear-gradient(90deg, rgb(0, 156, 216) 0%, rgb(142, 199, 65) 100%);
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

* {
  transition: all 0.5s ease;
}

h2.titulo {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  color: #95f01d;
  margin-bottom: 30px;
}
h2.titulo::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  margin-top: -6px;
}

p {
  font-size: 16px;
  color: #112243;
  font-weight: 500;
}

.botao {
  border-radius: 6px;
  padding: 1px;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 9%, rgba(255, 255, 255, 0) 74%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
}
.botao a,
.botao button {
  border-radius: 6px;
  background: #81D432;
  background: linear-gradient(90deg, rgb(129, 212, 50) 0%, rgb(60, 108, 18) 100%);
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border: 0;
}
.botao:hover {
  background: #fff !important;
}

header {
  height: 120px;
  position: sticky;
  z-index: 22;
  top: 0;
  background: #009CD8;
  background: linear-gradient(90deg, rgb(0, 156, 216) 0%, rgb(142, 199, 65) 100%);
}
header nav {
  height: 120px;
  margin: 0px;
  padding: 0px;
}
header nav .navbar-brand img {
  height: 80px;
}
header nav #navbarNav {
  justify-content: end;
  z-index: 10000;
}
header nav #navbarNav ul {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
header nav #navbarNav ul .nav-item .nav-link {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
header nav #navbarNav ul .nav-item .nav-link:hover {
  color: #112243;
}
header.scroll {
  height: 50px;
}
header.scroll nav {
  height: 50px;
}
header.scroll nav .navbar-brand img {
  height: 30px;
}
header.scroll nav #navbarNav ul .nav-item .nav-link {
  font-size: 18px;
}

.banner {
  height: calc(100vh - 150px);
  background-color: #112243;
}
.banner img {
  height: calc(100vh - 150px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  border-radius: 0 0 70px 70px;
  overflow: hidden;
}

.sobre {
  background-color: #009cd8;
}
.sobre .box {
  background-color: #112243;
  border-radius: 0 0 70px 70px;
  overflow: hidden;
  padding: 70px 0;
}
.sobre .box img {
  width: 100%;
}
.sobre .box .conteudo {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 70px 0;
}
.sobre .box .conteudo p {
  color: #fff;
}

.servicos {
  background-color: #fff;
}
.servicos .box {
  background-color: #009cd8;
  border-radius: 0 0 70px 70px;
  overflow: hidden;
  padding: 70px 0;
}
.servicos .box .box-servico {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  padding: 2px;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 9%, rgba(255, 255, 255, 0) 74%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
}
.servicos .box .box-servico .conteudo {
  height: 100%;
  background: #0278A6;
  background: linear-gradient(147deg, rgb(2, 120, 166) 0%, rgb(17, 35, 68) 100%);
  padding: 30px 15px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 15px;
}
.servicos .box .box-servico .conteudo h3 {
  font-size: 18px;
  color: #95f01d;
  margin: 0px;
  padding: 0px;
}
.servicos .box .box-servico .conteudo p {
  margin: 0px;
  padding: 0px 15px;
  color: #fff;
}

.marcas {
  background-color: #112243;
}
.marcas .box {
  background-color: #fff;
  border-radius: 0 0 70px 70px;
  overflow: hidden;
  padding: 70px 0;
}
.marcas .box h2.titulo {
  color: #112243;
}
.marcas .box h2.titulo::before {
  border-left: 10px solid #009cd8;
}
.marcas .box .box-marca {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  padding: 2px;
  background: #FFF;
  background: #23578A;
  background: linear-gradient(147deg, rgb(35, 87, 138) 1%, rgb(158, 209, 239) 14%, rgb(78, 121, 161) 50%, rgb(136, 197, 234) 83%, rgb(35, 87, 138) 100%);
}
.marcas .box .box-marca .conteudo {
  height: 100%;
  background-color: #fff;
  padding: 70px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
}
.marcas .box .box-marca .conteudo p {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
}

.contato .box {
  background-color: #112243;
  border-radius: 0 0 70px 70px;
  overflow: hidden;
  padding: 70px 0 70px 0;
}
.contato .box .conteudo {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.contato .box .conteudo a {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}
.contato .box .conteudo a:hover {
  color: #95f01d !important;
}
.contato .box .conteudo ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  row-gap: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contato .box .conteudo address {
  margin: 0px;
  padding: 0px;
  line-height: 26px;
}
.contato .box .conteudo address svg {
  margin-left: -3px;
}
.contato .box .conteudo address svg path {
  color: #95f01d !important;
  fill: #95f01d !important;
}
.contato .box-form {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  padding: 2px;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 9%, rgba(255, 255, 255, 0) 74%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
}
.contato .box-form form {
  height: 100%;
  background: #0278A6;
  background: linear-gradient(147deg, rgb(2, 120, 166) 0%, rgb(17, 35, 68) 100%);
  padding: 30px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 15px;
}
.contato .box-form form .form-group {
  width: 100%;
}
.contato .box-form form input,
.contato .box-form form textarea {
  background-color: transparent;
  padding: 7px 15px;
  color: #fff;
  font-size: 18px;
  width: 100%;
}
.contato .box-form form input::-moz-placeholder, .contato .box-form form textarea::-moz-placeholder {
  color: #fff;
}
.contato .box-form form input::placeholder,
.contato .box-form form textarea::placeholder {
  color: #fff;
}

footer {
  padding: 70px 0;
}
footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  -moz-column-gap: 15px;
       column-gap: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}
footer ul li a svg {
  width: 50px;
}
footer ul li a svg path {
  fill: #fff;
  stroke: none;
}
footer ul li a svg.insta path {
  stroke: #fff;
  fill: none;
  stroke-width: 2px;
}
footer ul li a:hover svg path {
  fill: #112243;
}
footer ul li a:hover svg.insta path {
  fill: none !important;
  stroke: #112243 !important;
}

@media (max-width: 780px) {
  .botao {
    width: 100%;
  }
  .botao a,
  .botao button {
    width: 100%;
    text-align: center;
  }
  header {
    height: 70px;
  }
  header nav {
    height: 70px;
    padding: 0px !important;
    margin: 0px !important;
  }
  header nav button {
    font-size: small !important;
  }
  header nav .navbar-brand img {
    height: 40px;
  }
  header nav #navbarNav {
    background-color: #fff;
    padding: 30px;
    position: fixed;
    top: 70px;
    width: 100%;
    left: 0;
  }
  header nav #navbarNav .nav-link {
    color: #112243 !important;
  }
  header.scroll {
    height: 50px;
  }
  header.scroll nav {
    height: 50px;
  }
  header.scroll nav .navbar-brand img {
    height: 30px;
  }
  header.scroll nav #navbarNav {
    top: 50px;
  }
  .banner {
    height: 280px;
  }
  .banner img {
    height: 280px;
    border-radius: 0 0 35px 35px;
  }
  .banner .box {
    border-radius: 0 0 35px 35px;
  }
  .banner .box .conteudo h1 {
    font-size: 54px;
    line-height: 54px;
  }
  .sobre .box {
    border-radius: 0 0 35px 35px;
  }
  .sobre .box img {
    display: none;
  }
  .sobre .box .conteudo {
    padding: 0px;
  }
  .servicos .box {
    border-radius: 0 0 35px 35px;
  }
  .servicos .box .linha {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .marcas .box {
    border-radius: 0 0 35px 35px;
  }
  .marcas .box .box-marca {
    margin-top: 30px;
  }
  .marcas .box .box-marca .conteudo {
    padding: 30px !important;
  }
  .marcas .box .box-marca .conteudo img {
    width: 70%;
  }
  .marcas .box .box-marca .conteudo p {
    font-size: 18px;
  }
  .marcas .box .linha {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .contato .box {
    border-radius: 0 0 35px 35px;
  }
  .contato .box .conteudo {
    margin-bottom: 50px;
    display: block;
  }
  .contato .box .conteudo ul {
    height: -moz-min-content;
    height: min-content;
  }
  footer {
    display: flex;
    align-items: center;
  }
  footer img {
    height: 70px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 30px;
  }
  footer ul {
    justify-content: center;
  }
  footer ul li a svg {
    width: 30px;
  }
}/*# sourceMappingURL=style.css.map */