@font-face {
  font-family: "Roboto";
  src: url("Roboto_Condensed-SemiBold.ttf") format("TrueType");
  font-display: block;
}
@font-face {
  font-family: "Kanit";
  src: url("Kanit-Regular.ttf") format("TrueType");
  font-display: block;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
body > * {
  flex-grow: 1;
}

.cabecalho {
  height: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  padding: 15px;
}
.cabecalho img {
  width: 100%;
}

.banner {
  background-color: #188eff;
  color: white;
  font-family: Kanit;
  font-size: 24px;
  font-style: bold;
}
.banner .cont_interno {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 50px;
  gap: 50px;
}
.banner .cont_interno .imagem {
  flex-shrink: 0;
  width: 250px;
}
.banner .cont_interno .imagem img {
  width: 100%;
}
.banner .cont_interno .texto {
  line-height: 1.5em;
  vertical-align: middle;
}

span.destaque, em.destaque {
  font-size: 1.5em;
  white-space: nowrap;
  font-style: normal;
}

.laranja {
  color: #ffd395;
}

.azul {
  color: #95faff;
}

.verde {
  color: #95ffa0;
}

.cinza {
  font-size: 1.6em !important;
}

.inteiro {
  white-space: nowrap;
}

@media (max-width: 480px) {
  .cont_interno {
    width: 100% !important;
  }
  .banner {
    font-size: 15px !important;
  }
  .barra_contato {
    padding: 20px !important;
    height: auto !important;
    text-align: center !important;
    flex-direction: column !important;
  }
  .secao#servicos .cont_interno .conteudo .card {
    width: 100% !important;
    height: 400px !important;
  }
  .secao .titulo {
    font-size: 8vw !important;
  }
  .secao#beneficios .conteudo .card {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cont_interno {
    width: 480px;
    align-items: stretch;
  }
  .banner .cont_interno {
    flex-direction: column;
    padding: 20px;
    align-items: center;
    gap: 20px !important;
  }
  .banner .imagem {
    max-width: 80% !important;
  }
  .banner .texto {
    text-align: center;
  }
  .barra_contato {
    padding: 20px !important;
    height: auto !important;
    text-align: center !important;
    flex-direction: column !important;
  }
  .secao#beneficios .conteudo {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .secao#beneficios .conteudo .card {
    width: 180px;
  }
  .secao#servicos .conteudo .card {
    width: calc(50% - 15px) !important;
  }
  .secao#portfolio .conteudo {
    flex-direction: column !important;
  }
  .secao#portfolio .conteudo .galeria {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .cont_interno {
    width: 768px;
  }
  .barra_contato {
    padding: 20px !important;
    height: auto !important;
    text-align: right !important;
  }
  .secao#beneficios .conteudo {
    gap: 10px !important;
  }
}
@media (min-width: 1281px) {
  .cont_interno {
    width: 900px;
  }
}
.secao {
  padding-bottom: 100px;
}
.secao .cont_interno {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 60px 40px;
  gap: 40px;
}
.secao .titulo {
  font-family: Roboto;
  font-size: 50px;
  color: gray;
  text-transform: uppercase;
  text-align: center;
}
.secao .conteudo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
}
.secao .conteudo .card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  border: solid 4px #3c98ff;
  border-radius: 13px;
  width: 195px;
  height: 230px;
  padding: 20px;
  background-color: #efefef;
}
.secao .conteudo .card .icone {
  width: 90px;
  height: 90px;
  position: relative;
  display: block;
}
.secao .conteudo .card .icone img {
  height: 90px;
  width: 90px;
  margin: auto;
  filter: invert(36%) sepia(91%) saturate(3025%) hue-rotate(200deg) brightness(102%) contrast(105%);
}
.secao .conteudo .card .texto {
  font-family: Roboto;
  color: grey;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.secao#servicos {
  background-color: lightgrey;
}
.secao#servicos .titulo {
  color: grey;
}
.secao#servicos .conteudo {
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 100px;
}
.secao#servicos .conteudo .card {
  border: none;
  background-color: grey;
  padding: 0px;
  width: calc(25% - 22.5px);
  position: relative;
}
.secao#servicos .conteudo .card img.imagem {
  position: relative;
  top: -30px;
  width: 100%;
}
.secao#servicos .conteudo .card .texto {
  width: 100%;
  height: 80px;
  background-color: #3680ff;
  position: absolute;
  bottom: 0px;
  border-radius: 13px;
  color: white;
  font-family: Roboto;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}

.secao#motivacao .conteudo {
  color: grey;
  font-family: Roboto;
  font-size: 40px;
  text-align: center;
}

.secao#portfolio {
  background-color: lightgrey;
}
.secao#portfolio .conteudo {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
}
.secao#portfolio .conteudo .galeria {
  width: calc(50% - 25px);
  display: grid;
  border-radius: 10px;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr) 70px;
  grid-template-areas: "none none none" "none none none" "none none none" "desc desc desc";
  height: 460px;
  place-items: stretch;
  background-color: #0889ff;
  gap: 1px;
  border: solid 4px #0889ff;
}
.secao#portfolio .conteudo .galeria .imagem {
  overflow: hidden;
  display: block;
}
.secao#portfolio .conteudo .galeria .imagem img {
  object-fit: cover; /* Crops and scales to fill the container */
  object-position: center; /* Centers the image within the container */
  width: 100%;
  height: 100%;
}
.secao#portfolio .conteudo .galeria .descricao {
  grid-area: desc;
  color: white;
  font-size: 18px;
  font-family: Roboto;
  padding: 5px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  text-align: center;
}

.secao#marcas {
  background-color: white;
}
.secao#marcas .conteudo {
  padding-top: 50px;
}
.secao#marcas .conteudo img {
  width: 100%;
}

.cont_interno {
  margin: 0px auto;
  position: relative;
}

.barra_contato {
  font-family: Roboto;
  font-size: 30px;
  color: grey;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 0px rgb(115, 115, 115);
  padding: 10px auto;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: lightgrey;
}
.barra_contato a {
  display: block;
  height: 60px;
  width: auto;
  background-image: url("logo-whatsapp.png");
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding: 0px 20px 0px 56px;
  line-height: 52px;
  border-radius: 20px;
  border: solid 4px #11be00;
  color: #11be00;
  text-decoration: none;
}
.barra_contato a.fundo_verde {
  background-image: url("logo-whatsapp.png"), linear-gradient(180deg, rgb(17, 190, 0) 0%, rgb(12, 117, 0) 100%);
  background-size: 32px auto, auto;
  background-repeat: no-repeat, no-repeat;
  background-position: 10px 10px, 0px;
  color: white;
  outline: solid 4px #11be00;
  border: solid 4px lightgrey;
}

/*# sourceMappingURL=index.css.map */
