@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  background-color: rgba(255,255,255,0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1001
}

header .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 72px
}

header .content>a img {
  width: 200px;
  height: auto
}

header .content .headerNav {
  display: -ms-flexbox;
  display: flex
}

header .content .headerNav a {
  font-size: 16.5px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  margin-right: 32px
}

footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 0 0;
  background: #003337
}

footer .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 96px
}

footer .content>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff
}

footer .content>div.spanLogo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

footer .content>div.spanLogo>span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center
}

footer .content>div.spanLogo>span:first-of-type a {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 24px;
  border-radius: 8px
}

footer .content>div.spanLogo>span:first-of-type a img {
  width: 140px;
  height: auto
}

footer .content>div.spanLogo>span:last-of-type {
  margin-top: 24px;
  border-radius: 4px
}

footer .content>div.spanLogo>span:last-of-type img:first-of-type {
  max-width: 124px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  background: #fff;
  border-radius: 8px
}

footer .content>div.spanLogo>span:last-of-type img:last-of-type {
  background: #fff;
  border-radius: 8px;
  max-width: 148px;
  height: auto;
  margin-left: 24px
}

footer .content>div>strong {
  font-size: 18px;
  margin-bottom: 4px
}

footer .content>div.spanServices a,footer .content>div.spanLinks a,footer .content>div.spanContact a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
  margin-top: 10px
}

footer .content>div.spanServices a:hover,footer .content>div.spanLinks a:hover,footer .content>div.spanContact a:hover {
  opacity: 0.7
}

footer .content>div.spanContact a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

footer .content>div.spanContact a svg {
  width: 16px;
  height: auto;
  margin-top: 2px;
  margin-right: 8px
}

footer .copyrightContent {
  width: 100%;
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #232323
}

footer .copyrightContent p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8
}

* {
  margin: 0;
  padding: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  outline: none
}

header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  background-color: rgba(255,255,255,0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1001;
  border-bottom: 4px solid #4ACBD3
}

header .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 72px
}

header .content>a img {
  width: 200px;
  height: auto
}

header .content .headerNav {
  display: -ms-flexbox;
  display: flex
}

header .content .headerNav a {
  font-size: 16.5px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  margin-right: 32px
}

footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 0 0;
  background: #003337
}

footer .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 96px
}

footer .content>div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff
}

footer .content>div.spanLogo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

footer .content>div.spanLogo>span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center
}

footer .content>div.spanLogo>span:first-of-type a {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 24px;
  border-radius: 8px
}

footer .content>div.spanLogo>span:first-of-type a img {
  width: 140px;
  height: auto
}

footer .content>div.spanLogo>span:last-of-type {
  margin-top: 24px;
  border-radius: 4px
}

footer .content>div.spanLogo>span:last-of-type img:first-of-type {
  max-width: 124px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  background: #fff;
  border-radius: 8px
}

footer .content>div.spanLogo>span:last-of-type img:last-of-type {
  background: #fff;
  border-radius: 8px;
  max-width: 148px;
  height: auto;
  margin-left: 24px
}

footer .content>div>strong {
  font-size: 18px;
  margin-bottom: 4px
}

footer .content>div.spanServices a,footer .content>div.spanLinks a,footer .content>div.spanContact a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
  margin-top: 10px
}

footer .content>div.spanServices a:hover,footer .content>div.spanLinks a:hover,footer .content>div.spanContact a:hover {
  opacity: 0.7
}

footer .content>div.spanContact a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

footer .content>div.spanContact a svg {
  width: 16px;
  height: auto;
  margin-top: 2px;
  margin-right: 8px
}

footer .copyrightContent {
  width: 100%;
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #232323
}

footer .copyrightContent p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8
}

.blogContent {
  padding: 80px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.blogContent a.post-link {
  text-decoration: none;
  width: 360px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  margin: 0 20px 20px;
  color: #232323
}

.blogContent a.post-link:hover {
  opacity: 0.8
}

.blogContent a.post-link img {
  width: 100%;
  height: auto
}

.blogContent a.post-link>h2 {
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  padding: 24px 16px 0
}

.blogContent a.post-link .blogDesc {
  display: block;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  border-top: 1px solid #ddd;
  padding: 12px 16px 0;
  margin-top: 12px
}

.blogContent a.post-link .blogDate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  border-top: 1px solid #ddd;
  padding: 12px 16px;
  margin-top: 12px
}

.blogContent a.post-link .blogDate p {
  font-size: 14px
}

.blogTop {
  position: relative;
  width: 100%;
  background-image: url("https://antifraudebrasil.com/blog/wp-content/themes/antifraudebrasil/blog-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 124px 0;
  margin-top: 76px
}

.blogTop:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4)
}

.blogTop .content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.blogTop .content h1 {
  font-size: 32px;
  max-width: 340px;
  font-weight: 700;
  padding-left: 14px;
  color: #fff;
  padding-bottom: 18px;
}

.blogTop .content span {
  font-size: 64px;
  color: #fff;
  font-weight: 700;
  margin: 12px 0
}

.blogTop .content a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 240px;
  height: 56px;
  font-size: 20px;
  font-weight: 400;
  color: #003337;
  border-radius: 6px;
  background: #4ACBD3;
  border: none;
  cursor: pointer;
  margin-left: 16px
}

.blogTop .content a:hover {
  opacity: 0.8
}

.postContent {
  width: 100%;
  max-width: 1200px;
  margin: 124px auto 104px
}

.postContent>h1 {
  font-size: 32px;
  padding-top: 16px
}

.postContent>p {
  padding: 12px 0
}

.postContent .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 12px
}

.postContent .post-content {
  padding-top: 40px
}

.postContent .post-content p {
  font-size: 16px;
  line-height: 32px
}

.postContent .post-content a {
  color: #003337;
  font-weight: 700
}

.postContent .post-content>h2,.postContent .post-content>h3,.postContent .post-content>h4 {
  padding-top: 32px
}

.postContent .post-content ul,.postContent .post-content ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 32px
}

.postContent .post-content ul li,.postContent .post-content ol li {
  margin-top: 12px;
  line-height: 24px
}

.postContent .post-content ul li br,.postContent .post-content ol li br {
  display: none
}

.postContent .post-content ul li>strong,.postContent .post-content ol li>strong {
  display: block;
  margin-bottom: 8px
}

.postContent .post-meta {
  display: none !important
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .mobile {
      display:none !important
  }

  header .content {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 24px
  }

  footer .content {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 24px 96px
  }
}

@media screen and (min-width: 1200px) {
  .mobile {
      display:none !important
  }
}

@media screen and (max-width: 1023px) {
  header .content {
      height:64px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 24px
  }

  header .content #openMenuMobile {
      position: absolute;
      background: transparent;
      border: none;
      top: 20px;
      left: 16px;
      cursor: pointer
  }

  header .content #openMenuMobile svg {
      width: 32px;
      height: auto
  }

  header .content>a {
      margin: 0 auto
  }

  header .content .headerNav {
      position: fixed;
      top: 0;
      left: -120%;
      width: 100vw;
      height: 100vh;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center;
      background: #fff;
      z-index: 10;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 24px 0 0 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s
  }

  header .content .headerNav>a img {
      width: 220px;
      height: auto
  }

  header .content .headerNav.active {
      left: 0
  }

  header .content .headerNav #closeMenuMobile {
      position: absolute;
      background: transparent;
      border: none;
      top: 12px;
      right: 12px;
      padding: 12px;
      cursor: pointer
  }

  header .content .headerNav #closeMenuMobile svg {
      width: 16px;
      height: auto
  }

  header .content .headerNav a {
      font-size: 20px;
      margin: 24px 0 0
  }

  footer .content {
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 24px 48px
  }

  footer .content>div {
      margin-bottom: 40px
  }

  footer .content>div:last-of-type {
      margin-bottom: 24px
  }

  footer .content>div.spanLogo>span {
      -ms-flex-pack: start;
      justify-content: flex-start
  }

  .blogTop {
      margin-top: 64px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 72px 16px
  }

  .blogTop .content span {
      font-size: 32px
  }

  .postContent {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 24px;
      margin-top: 88px
  }

  .postContent img {
      max-width: 100%;
      height: auto
  }

  .postContent>h1 {
      font-size: 24px
  }
}



#placaForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 48px 32px;
  background: #f9f9f9;
  border-radius: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

#placaForm>span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

#placaForm>span:first-of-type {
  width: 320px;
  margin-right: 16px
}

#placaForm>span:last-of-type {
  width: 320px
}

#placaForm>span label {
  font-size: 20px;
  font-weight: 400
}

#placaForm>span input {
  width: 100%;
  height: 56px;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  border-radius: 6px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  margin-top: 4px;
  border: none
}

#placaForm>span input[name="placa"] {
  text-transform: uppercase
}

#placaForm>button {
  width: 240px;
  height: 56px;
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  border-radius: 6px;
  background: #074246;
  border: none;
  cursor: pointer;
  margin-left: 16px
}

#placaForm>button.disabled {
  opacity: 0.6 !important;
  cursor: default;
}

#placaForm>button.waiting {
  opacity: 0.6;
  pointer-events: none;
  cursor: default
}

#placaForm>button:hover {
  opacity: 0.9
}

@media screen and (max-width: 1100px) {
  
#placaForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 32px 24px;
  background: #f9f9f9;
  border-radius: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

#placaForm>span:first-of-type {
  margin-right: 0;
  font-size: 16px;
}

#placaForm>span:first-of-type {
  width: 100%;
  font-size: 16px;
  margin-bottom: 12px;
}

#placaForm>span:last-of-type {
  width: 100%;
  margin-bottom: 12px;
}

#placaForm > span input {
  font-size: 16px;
}

}