/*
 Theme Name: CERTPONTO 
 Theme URI: https://certponto.com.br
 Author: Rafael Tosta
 Author URI: https://certponto.com.br
 Description: Tema do site da Certponto.
 Version: 1.0
 */
body {
  font-family: "Roboto Flex", sans-serif;
}

button:focus-visible {
  outline: none;
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

header {
  transition: ease 0.4s;
}

.flickity-button, .flickity-button:hover {
  background: none !important;
}

.flickity-button {
  color: #16435e;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
  font-weight: bold;
  margin: 1.75rem 0 1rem;
  color: #1b4b6a;
}
.blog-content h2 {
  font-size: 1.4rem;
  line-height: 1.25;
}
.blog-content h3 {
  font-size: 1.25rem;
}
.blog-content p {
  font-weight: 300;
  margin-bottom: 1rem;
}
.blog-content strong {
  font-weight: bold;
}
.blog-content p > a {
  transition: all 0.1s;
  text-decoration: none;
  color: #1b4b6a;
}
.blog-content p > a:hover {
  color: #dc1539;
}

.modal.closed {
  display: none !important;
}

#particles-js canvas {
  position: absolute;
  z-index: 1;
  width: 80% !important;
  height: 200px !important;
  top: 70px;
}

@media screen and (max-width: 640px) {
  #clock {
    width: 60vw;
  }
}
