body {
  color: #6d6f6a;
  font: 13px/2em Roboto, sans-serif;
  background: #fff;
}

a:not([href]):hover {
  cursor: pointer;
}

ul {
  padding: 0;
  margin: 0;
}

.theme--light.v-input,
.theme--light.v-input input,
.theme--light.v-input textarea {
  color: #f8f9fa;
}

ul li {
  list-style: none;
}

.v-responsive {
  position: relative;
  overflow: hidden;
  flex: 1 0 auto;
  max-width: 200%;
  width: 150px;
  display: flex;
}

a {
  color: #00a9c6;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: #6d6f6a;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1em;
}

h1 {
  font: 700 5em Roboto, sans-serif;
  margin: 0.25em 0;
  text-transform: uppercase;
}

h2 {
  font: 300 2.5em Roboto, sans-serif;
  margin-bottom: 1.5em;
}

h3 {
  font: 300 2em Roboto, sans-serif;
  margin: 2em 0 1em;
}

h4 {
  font: 300 1.5em Roboto, sans-serif;
  margin-bottom: 1em;
}

h4 i {
  margin-right: 0.5em;
}

p {
  font-size: 1em;
  line-height: 1.7em;
  margin-bottom: 0.7em;
}

.mobile-none {
  display: block;
}

.mobile-only {
  display: none;
}

.sobre-title {
  font-size: 2.5rem;
  margin-top: 22px;
  font-weight: 500;
}

.card-info {
  border-radius: 10px;
  background: #01132d;
  padding: 1em 1em;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.card-info:hover {
  background-color: #245395;
  cursor: auto;
}

.item {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.item-title {
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}

.produtos a:hover .saibamais {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

.saibamais {
  margin: 0 auto;
  display: table;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 30px;
  padding: 10px 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.produtos {
  padding: 0;
}

.backgorund-bg {
  background-color: rgb(0 0 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.8;
}
.produtos a:hover .backgorund-bg {
  background-color: #01132d;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
}

.noticia-img {
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.noticia-itens {
  display: flex;
  padding: 0;
}

.noticia-paragrafo {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  padding-top: 50px;
  background: 0 0;
  font-weight: 500;
  text-transform: uppercase;
}

.contato {
  background-color: #01132d;
  color: #ffff;
  border-radius: 8px;
  padding: 2em 3em;
}
.v-text-field {
  padding-top: 0;
  margin-top: 0;
}
.contato-title {
  text-align: center;
  font-weight: bold;
  color: #ff5700;
  font-size: 2.5rem;
  display: flex;
  margin-top: 45px;
  justify-content: center;
  text-transform: uppercase;
}

.contato-form {
  padding: 100px;
}

.col-sm-3 {
  flex: 0 0 25%;
  max-width: 58%;
  width: auto;
}

.contato-info {
  max-width: 100%;
  padding: 1em;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 1em;
  border-radius: 8px;
  border: 1px solid #ccc;
  text-align: left;
  display: flex;
  align-self: center;
  align-items: center;
}

.theme--light.v-label {
  color: #f8f9fa;
}

.theme--light.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: #f8f9fa;
}

.contato-info img {
  display: block;
  margin: 0 auto;
}

.contato-info span {
  text-align: left;
  font-size: 16px;
}

.contato-info h2 {
  display: flex;
  justify-content: center;
}

.card-icon {
  width: 50px;
  margin-top: 15px;
  margin-bottom: 20px;
}
#infos-importantes .card:hover {
  cursor: none;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0;
  border: 0;
}

.solucoes h2 {
  text-align: center;
  font-weight: bold;
  color: #ff5700;
  display: flex;
  margin-top: 45px;
  justify-content: center;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.noticia-button {
  display: none;
}

a:hover .noticia-img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
  transform: scale(1.1);
}

a:hover .noticia-button {
  opacity: 1;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 2.77px;
  line-height: 48px;
  text-transform: uppercase;
  border: solid #f26d03;
  padding: 1px;
  margin-bottom: 9px;
  color: #ffff;
  display: block;
  margin: 0 auto;
  width: 150px;
}

.noticia-itens a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.menu-info {
  background-color: #f26d03;
  padding: 5px 0px;
}

.title-card {
  color: #f26d03 !important;
  font-weight: bold;
  font-size: 1.3rem;
}

.card-info p {
  color: #ffff;
  font-size: 13px;

  margin-top: 15px;
  height: 130px;
}

.sobre {
  margin-top: 2rem;
}

@media (min-width: 1904px) {
  .container {
    max-width: 1185px !important;
  }
}

#topo .btn-menu {
  position: absolute;
  background: transparent;

  box-shadow: none;
  padding: 0px;
}

#topo p {
  margin-bottom: 0;
  font-size: 12px;
}

#topo .v-icon.v-icon {
  font-size: 20px;
  color: rgb(255, 255, 255);
}

#topo .list-group-item {
  border: 0px;
  padding: 0px;
  background-color: transparent;
}

.topo-left {
  color: rgb(255, 255, 255);
  margin-left: 10px;
  float: right;
}
.topo-right{
  color: rgb(255, 255, 255);
  margin-left: 10px;
  text-transform: uppercase;
}
#topo a{
  color: rgb(255, 255, 255);
}
#topo-mobile a {
  color: rgb(0, 0, 0);
  margin-left: 20px;
}
.carousel-item img {
  width: 100%;
}

#topo p span {
  font-size: 20px;
  font-weight: bold;
}

h2.heading {
  text-align: center;
  font-weight: bold;
  color: #ff5700;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.spacer {
  padding: 2em 0;
}

.img-infos-importantes {
  background: #ff5700;

  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 2px dashed #a6a6a6;
  border: 15px solid white;
  margin: 0 auto;
}

.blog-margin {
  margin-top: 100px;
}

#infos-importantes span {
  text-align: center;
  display: block;
  color: #ff5700;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
  text-transform: uppercase;
}

#infos-importantes span.descrip {
  margin-top: 10px;
  font-weight: bold;
}

#infos-importantes span.passos {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.img-infos-importantes.servicos-info {
  outline: 2px dashed #ff5700;
  background: #fff;
  border: 15px solid #ff5700;
}

/* .img-infos-importantes img {
	max-width: 60px;
} */

#servicos {
  background: #fff;
  color: #ff5700;
}

.chame-agora {
  background-color: #ff5700;
  color: #fff;
}

.chame-agora a {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.chame-agora a .v-icon.v-icon {
  font-size: 1.5em;
  color: #fff;
}

.chame-agora a p {
  margin-bottom: 0px;
}

#home {
  margin-top: 0em;
  background: #01132d;
}

#servicos a {
  transition: all 0.3s linear;
  color: #1e1e1e;
  display: flex;
  margin-bottom: 1em;
}

#servicos a img {
  transition: all 0.1s linear;
}

#servicos a:hover img {
  transform: scale(1.1);
}

#servicos a span.link {
  color: #ff5700;
}

.conteudo {
  min-height: 100vh;
  padding-top: 4em;
}

#servicos a span {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}

#servicos a img {
  align-self: center;
  border-radius: 100%;
  outline: 15px solid #fff;
}

#servicos .atendimento-24 span {
  font-size: 14px;
  margin-bottom: 0px;
}

#servicos .atendimento-24 p {
  font-size: 21px;
  margin-bottom: 0px;
}

#servicos .atendimento-24 p b {
  font-size: 34px;
  font-weight: bold;
}

#servicos .atendimento-24 .v-icon {
  font-size: 50px;
  color: #fff;
}

.v-footer .v-card {
  box-shadow: none;
  background: #000;
  border-radius: 0px;
  color: #fff !important;
}

.lined {
  background-color: #01132d;
  padding: 1px;
  width: 1500px;
  display: block;
  margin: 50px auto;
}

footer.v-footer {
}

.theme--light.v-footer {
  background-color: #fff;
}

.v-card__text {
}

footer .v-card__text {
  font-size: 12px;
  color: #ffff;
}

header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

.v-sheet.v-footer:not(.v-sheet--outlined) {
  box-shadow: 0 0 0 0rgba (0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
  background-color: #01132d;
}

header .v-sheet.menu-fixo {
  background-color: #01132d;
}

.theme--dark.v-btn.v-btn--has-bg {
  background-color: #f26d03;
  margin-top: 1em;
}

header .v-sheet.menu-fixo a.logo {
  width: 100%;
}

header .v-sheet {
  border-bottom: 1px solid #dfdfdf !important;
}

.v-navigation-drawer {
  height: 100vh !important;
}

.telefones-top a {
  background: #1c991f;
  color: #fff !important;
  padding: 5px 15px;
  font-size: 14px !important;
  border-radius: 8px;
  line-height: 30px;
  text-transform: none !important;
  font-weight: 500 !important;
}

.telefones-top a:hover {
  background-color: #0e5a0f;
}

#topo .list-group-item.telefones-fone {
  padding-top: 8px;
  margin-left: 2em;
  font-size: 14px;
}

#topo .list-group-item.telefones-fone a {
  color: #f38222;
  margin-left: 5px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

#topo .list-group-item.telefones-fone a:hover {
  text-decoration: underline;
}

.telefones-top a i {
  color: #fff !important;
}

.alert-warning {
  margin-bottom: 0px;
}

.coks-acepts {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.absolute-rodape-infos {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #1c991f;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.absolute-rodape-infos li {
  background-color: transparent;
  border: 0px;
  padding: 0;
  margin: 0;
  margin-right: 2em;
}

.absolute-rodape-infos a {
  background: #ffffff;
  color: #000;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid rgb(0 0 0);
}

.absolute-rodape-infos a .v-icon.v-icon {
  font-size: 40px;
  color: #ff5700;
  margin-right: 10px;
}

.absolute-rodape-infos a p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 1.2em;
  padding-right: 10px;
}

#topo a.logo {
  padding: 0;
  margin: 0px;
  /* top: 0; */
  max-width: fit-content;
}

.theme--light.v-sheet {
  background: #01132d;
  box-shadow: none;
  border-bottom: 0px !important;
}

#topo ul li a {
  color: #fff;
  margin-left: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

#topo ul li a.active{
  color: #f48221;
}

#topo ul li a:hover {
  color: #f48221;
  margin-left: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

#infos-importantes .img-infos-importantes {
  width: 150px;
  height: 150px;
}

.noticia_individual a h3 {
  margin: 0px;
  font-weight: 500;
  color: #666;
  font-size: 18px;
}

.noticia_individual a p {
  color: #000;
  height: auto;
  overflow: hidden;
}

.btn-precos {
  background: #ff5700;
  color: #fff;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 8px;
  line-height: 30px;
  font-weight: bold !important;
  margin: 0 auto;
  text-transform: uppercase;
  display: table;
  margin-top: 2em;
}

.btn-precos:hover {
  background: #f48221;
  color: #fff;
}

.social-icons .v-icon.v-icon {
  font-size: 50px;

  color: #f38222;
}

.social-icons .v-icon.v-icon:hover {
  color: #ff5700;
}

footer .sobre-links a {
  color: #ffff;
  font-weight: 500;
}

footer {
  border-top: 1px solid #dbdbdb;
}

.whatsappme {
  position: fixed;
  z-index: 400;
  right: 20px;
  bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #262626;
  transform: scale3d(0, 0, 0);
  transition: transform 0.3s ease-in-out;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.whatsappme--show {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.whatsappme__button {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 8px;
  height: 60px;
  min-width: 60px;
  max-width: 95vw;
  background-color: #25d366;
  color: #fff;
  border-radius: 30px;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.whatsappme__button:hover {
  background-color: #128c7e;
  transition: background-color 1.5s linear;
}

.whatsappme--dialog .whatsappme__button {
  transition: background-color 0.2s linear;
}

.whatsappme__button:active {
  background-color: #075e54;
  transition: none;
}

.whatsappme__button svg {
  width: 36px;
  height: 60px;
  margin: 0 12px;
}

.whatsappme__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: #e82c0c;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
}

.whatsappme__badge.whatsappme__badge--in {
  animation: badge--in 500ms cubic-bezier(0.27, 0.9, 0.41, 1.28) 1 both;
}

.whatsappme__badge.whatsappme__badge--out {
  animation: badge--out 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 1 both;
}

.whatsappme--dialog .whatsappme__button {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.whatsappme__box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: calc(100vw - 40px);
  max-width: 400px;
  min-height: 280px;
  padding-bottom: 60px;
  border-radius: 32px;
  background: #ede4dd url(../images/background.png) center repeat-y;
  background-size: 100% auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transform: scale3d(0, 0, 0);
  opacity: 0;
  transition: opacity 400ms ease-out, transform 0ms linear 300ms;
}

.whatsappme--dialog .whatsappme__box {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 200ms ease-out, transform 0ms linear;
}

.whatsappme__header {
  display: block;
  position: static;
  width: 100%;
  height: 70px;
  padding: 0 26px;
  margin: 0;
  background-color: #2e8c7d;
  color: rgba(255, 255, 255, 0.5);
}

.whatsappme__header svg {
  height: 100%;
}

.whatsappme__close {
  position: absolute;
  top: 18px;
  right: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  line-height: 34px;
  font-size: 25px;
  text-align: center;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 300ms ease-out;
}

.whatsappme__close:hover {
  opacity: 0.6;
}

.whatsappme__message {
  position: relative;
  min-height: 80px;
  padding: 20px 22px;
  margin: 34px 26px;
  border-radius: 32px;
  background-color: #fff;
  color: #4a4a4a;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.whatsappme__message:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  left: -18px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA1CAYAAADlE3NNAAAEr0lEQVRo3t2aT0gjVxzHf++9mcn8zWhW6bpELWzcogFNaRar7a4tBNy2WATbHpacpdZ6redeZE+9CL02B1ktXsRD/xwsilhoSwsqag/xYK09hCQlmCiTf28vGRnGmZhE183MFx5vmGQy7zO/P/P7PYLAHUIAQCqDAwDPxMREG3IpHL+zs/MZcgkYAgAMAIwOl8lkYm6xGgYAFgAEAGgZHx9/vVwun7nJJTkAEAGgdW9v73NKKXWLSzIA4AEAGQDazs/P/3ALnNEl1a2trY9oRW6wmu6SEgC0ZrPZn9wCp2dIHgCU1dXVtymlZafDIatEksvlfqYGueG9xgOAcnBw8JSa5GR3vIi1aDTaUSwWj5wOZ3RHPUN6U6nUN9RCTnZHDwDI+/v745TSkpPhrOpHcWlpqbdcLieojZwGpseZMDo66svn87/RKnIaGAsAfCAQ8J6dnX1Pr5DjwABAzmazMVqDHAd2enr6La1RjgGLRCJqLpeL0TrUjFDGrMgCAD8/P38vn8//QutUs1pLT/fC5ubmQKFQOKANqNmspbuhBwDEZDL5BaX0lDaoZoK62NxZXFzs1DRthV5TrxrKGFue/v5+KZ1Of1kul5P0BtQUUAAgxOPx9wuFwl/0BvWq3O8C6vDw8F1N036gL0G3ZaVLUEdHRxFN036kL1E3DWMHxAEAPzc3dyedTk+XSqUdegu6CRijy5mBPLOzs2oikfhU07RFSmmG3qKuaxkdxuhy/MzMjDeRSHyiadrz2wYyClUBMh9bzRfAu7u7PX6//z1RFB9zHBcBALUZKoRqUMgEgyvHeHt7+353d/cjQRBGWJZ9jBDqaMYKHKpYBAEAXltbawsGg2FFUd7iOO4hIeQhQuiOEzpdOzCSTCaftLS0fEUIGXbiHiBjU5njVCr1sc/nW6wkDcduS1u1HKRUKv2KMR4ABwvbAWKMA+BwYbsasFgs/uMWuEtxd3x8/J3b4C4Ag8Hg83g8/iyfz//n5IRi1eZzla00HgA8oijyDMNwlFJCCGH0axiGQQAAXq+XyLLMeL1eRlEURpZlRpIkhud5oigK297eLvl8Prm1tVVSFEWSJEkWRVESBMGrqupriqLcFQThLsaYu612n6vUip4KMFv5HJssjhooEi5laoZh0NjYWNvw8PC9np6ejkAg8MDv9w+oqnrfxsNqhgNTh2wE1MGYChyyWGA9RYJVFWTM3MhwjMPhsDw9PT0QDocHOjs731RV9Y1rv+cMlb4Oiy3garWW1b2sPMfceZgHmZqa6pycnPywr6/vA47jfPXAWbU0xOCOqE44u2K8Wl9oBUfMa+rq6hIWFhbGBwcHn9pBohogcRWwRiCRTUiACQ6ZYpxY9JAkFAopy8vLM4FAYKyRrgA1GGf1JperLGgEM4cNG4vF3olGo18TQkT9JsRmAdQw66NsGlbn7Ibdd0um2XzOblz6/ZWVlX8JIb8PDQ090gFJDU+e2sBeZ1hBU9NcqvIQzDMFALq+vp7GGP85MjLyBCHE1tPO1LP4eq4FG/hqnlGyeSiwsbHxfygUOu7t7Y00059JUY3ZHFm8k1lT0cGfnJw8c0ojepWFzd6CMpnM3y8AJPEkZ9khO4IAAAAASUVORK5CYII=");
  background-size: 100%;
}

/* Align left */

.whatsappme--left {
  right: auto;
  left: 20px;
}

.whatsappme--left .whatsappme__button {
  right: auto;
  left: 8px;
}

.whatsappme--left .whatsappme__box {
  right: auto;
  left: 0;
}

@media (max-width: 480px) {
  .whatsappme {
    bottom: 6px;
    right: 6px;
  }

  .whatsappme--left {
    right: auto;
    left: 6px;
  }

  .whatsappme__box {
    width: calc(100vw - 12px);
    min-height: 0;
  }

  .whatsappme__header {
    height: 55px;
  }

  .whatsappme__close {
    top: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }

  .whatsappme__message {
    padding: 14px 20px;
    margin: 15px 21px 20px;
    line-height: 24px;
  }

  footer .logo img {
    max-width: 200px;
  }
}

@keyframes badge--in {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes badge--out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.absolute-center-home {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.absolute-center-home h2 {
  color: #fff;
  font-size: 7em;
  font-weight: bold;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.absolute-center-home p {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 0px;
  text-transform: uppercase;
}

/* sobre */

.fundoCinza {
  background-color: rgb(238, 238, 238);
}
/* .about {
  display: flex;
  margin-top: 130px;
  margin-bottom: 70px;
} */

.sobre-escrita {
  border-radius: 50px;
  text-align: center;
  padding: 40px;
  background-color: #9e9e9e1a;
  height: 100%;
}

.about h1 {
  font-size: 30px;
  font-weight: bold;
  color: #f26d03;
  text-transform: uppercase;
}

.about p {
  color: #000;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 600;
}

.about-title {
  text-align: center;
  font-size: 50px;
  padding: 10px;
  margin-top: 250px;
  font-weight: bold;
  color: #01132d;
}

@keyframes animate {
  0%,
  18%,
  20%,
  50.1%,
  60%,
  65.1%,
  80%,
  90.1%,
  92% {
    color: #fb6107;
    text-shadow: none;
  }

  18.1%,
  20.1%,
  30%,
  50%,
  60.1%,
  65%,
  80.1%,
  90%,
  92.1%,
  100% {
    color: #fb6107;
    text-shadow: 0 0 10px #03bcf4, 0 0 20px #03bcf4, 0 0 40px #03bcf4,
      0 0 80px #03bcf4, 0 0 160px #03bcf4, 0 0 400px #03bcf4;
  }
}

.about img {
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(odd) .head::after,
  #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(odd) .head::before,
  #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f26d03;
  }
}

/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}

/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */
body {
  font-family: "Montserrat", Sans-serif;
}

#timeline {
  padding: 100px 0;
}

#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}

#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}

#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}

@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1650px;
    margin: 0 auto;
  }
}

#timeline .demo-card-wrapper::after {
  /* z-index: 1; */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}

@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}

#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  /* z-index: 2; */
}

@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}

@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}

@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 290px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }

  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }

  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }

  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }

  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }

  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }

  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}

#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}

#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}

#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}

@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}

#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}

@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}

#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}

@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 205px;
  }
}

#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}

#timeline .demo-card .body img {
  display: block;
  width: 100%;
}

#timeline .demo-card--step1 {
  background-color: #01132d;
}

#timeline .demo-card--step1 .head::after {
  border-color: #01132d;
}

#timeline .demo-card--step2 {
  background-color: #f26d03;
}

#timeline .demo-card--step2 .head::after {
  border-color: #f26d03;
}

#timeline .demo-card--step3 {
  background-color: #01132d;
}

#timeline .demo-card--step3 .head::after {
  border-color: #01132d;
}

#timeline .demo-card--step4 {
  background-color: #f26d03;
}

#timeline .demo-card--step4 .head::after {
  border-color: #f26d03;
}

#timeline .demo-card--step5 {
  background-color: #01132d;
}

#timeline .demo-card--step5 .head::after {
  border-color: #01132d;
}

/* beneficios */

.banner-beneficios {
  background: rgba(0, 0, 0, 0.7) url("../../images/beneficios1.png");
  background-size: cover;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  width: 100%;
  position: relative;
  height: 350px;
}

.banner-about {
  background: rgba(0, 0, 0, 0.7) url("../../images/quem somos1.png");
  background-size: cover;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  width: 100%;
  position: relative;
  height: 350px;
}

.banner-fornecedores {
  background: rgba(0, 0, 0, 0.7) url("../../images/fornecedores1.png");
  background-size: cover;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  width: 100%;
  position: relative;
  height: 350px;
}
.banner-produtos {
  background: rgba(0, 0, 0, 0.7) url("../../images/produtos1.png");
  background-size: cover;
  margin-top: 0px;
  position: relative;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  width: 100%;
  height: 350px;
}
.bg-gray{
  
  background: whitesmoke;
}
.banner-beneficios h2 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  top: 60%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-produtos h2 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  top: 60%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-about h2 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  top: 60%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-fornecedores h2 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  top: 60%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lined {
  background: none repeat scroll 0 0 #0d6efd;
  border-top: 1px solid #e6e6e6;
  height: 1px;
}

.beneficios h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #01132d;
  font-weight: 600;
  text-align: center;
}

/* .beneficios h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #f26d03;
} */

.beneficios-title {
  position: relative;
}

.beneficios p {
  color: #6d6f6a;
}
h3{
  margin-top: 0px;
}
.beneficios button {
  border: solid 3px #f26d03;
  width: 100%;
  padding: 5px;
  font-size: 15px;
  color: #01132d;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
}
.solicitar-orcamento a {
  background: #f26d03;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 1em;
}

#servicos .beneficios {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 1em 2em;
}

.beneficios button:hover {
  border: solid 3px #01132d;
  background-color: #01132d;

  color: #ffffff;
}

.parcerias button {
  border: solid 3px #f26d03;
  padding: 2px 100px;
  margin: 30px auto;
  font-size: 15px;
  display: block;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.parcerias button:hover {
  border: solid 3px #f26d03;
  background-color: #f26d03;
  padding: 2px 100px;
  margin: 30px auto;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

/* .solucoes {
  background: #01132d;
} */
#infos-importantes .card-button {
  border: solid 3px #f26d03;
  padding: 5px 20px;
  display: flex;
  font-size: 14px;
  color: #01132d;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;

  font-weight: 600;

  border-radius: 8px;
}

#infos-importantes .card-button:hover {
  border: solid 3px #01132d;
  background-color: #01132d;
  color: #fff;
}
.parceiro-button {
  border: solid 3px #f26d03;
  padding: 7px 133px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 40px;
  text-transform: uppercase;
  justify-content: center;
}

.parceiro-button:hover {
  border: solid 3px #f26d03;
  background-color: #f26d03;
  padding: 7px 133px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 40px;
  text-transform: uppercase;
  justify-content: center;
}
.icon {
  display: flex;
}
.icon img {
  margin: 5px;
}

.fornecedores {
  background-color: #01132d;
}

.filter {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
    hue-rotate(0deg);
}

.filter:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
}

.benefits {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.benefits h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #01132d;
  font-weight: 600;
}

.benefits h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #f26d03;
}

.benefits-title {
  position: relative;
}

.benefits p {
  font-size: 15px;
  text-transform: uppercase;
  color: #6d6f6a;
  font-weight: 600;
}

.parcerias {
  display: flex;
  align-items: center;
  margin-top: 2em;
}

.parcerias img {
  width: 280px;
  display: block;
  margin: 0 auto;
}

.parcerias h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #ffff;
  font-weight: 500;
}

.parcerias p {
  font-size: 20px;
  font-weight: 600;
}

.parcerias-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.parcerias span {
  color: #f26d03;
}

