@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;

400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500&display=swap);* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #222222;
  -webkit-font-smoothing: antialiased;
}

body,
input,
button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 500;
  font-family: "Roboto Slab", serif;
}

.titulo {
  font-size: 32px;
  color: #000000;
  margin-bottom: 30px;
  padding: 20px 10px;
  position: relative;
  display: inline-block;
}

.titulo::before {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background: #0E71B6;
  margin-bottom: 10px;
  left: 0;
}

.titulo::after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background: #04033B;
  margin-top: 10px;
  right: 0;
  position: absolute;
}

.titulo-p {
  font-size: 22px;
  color: #000000;
  padding: 20px 10px;
  position: relative;
  display: inline-block;
}

.titulo-p::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0E71B6;
  margin-top: 10px;
  left: 0;
  position: absolute;
}

.bg-title {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 3px 6px #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-title-text {
  color: #04033B;
}

.image-card {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  width: 100%;
  background: #f0f0f5;
  padding: 120px 0;
}

.section-contato {
  width: 100%;
  background: #f0f0f5;
  padding: 120px 0;
}

.whatsapp-link {
  text-decoration: none;
  color: #00A759;
}

.whatsapp-link:hover {
  color: #00A759;
}

.titulo-contato i {
  color: #0E71B6;
}

.card-title {
  font-size: 1.1rem;
}

a[href="#top"] {
  padding: 5px 10px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  display: none;
  font-size: 30px;
  color: #000000;
}

a[href="#top"]:hover {
  text-decoration: none;
}

.faixa-topo {
  width: 100%;
  padding: 5px;
  background: #04033B;
  color: #ffffff;
  font-weight: 300;
}

.faixa-topo .i-2 {
  font-size: 1.3rem;
}

.faixa-topo a {
  text-decoration: none;
  color: inherit;
}

.faixa-topo a:hover {
  color: #0E71B6;
}

.navbar {
  padding: 1rem;
}

.bg-light {
  background-color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #04033B;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #0E71B6;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #0E71B6;
}

.dropdown-item {
  font-weight: 500;
  color: #04033B;
  text-transform: uppercase;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #0E71B6;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #04033B;
}

.rodape-redes-sociais {
  width: 100%;
  padding: 15px;
  background: #04033B;
  color: #ffffff;
  border-bottom: 1px solid #0E71B6;
}

.rodape-text-slim {
  font-weight: 300;
}

.rodape-link {
  color: #ffffff;
  text-decoration: none;
}

.rodape-link:hover {
  color: #0E71B6;
}

.rodape {
  width: 100%;
  padding: 15px 30px;
  background: #04033B;
  color: #ffffff;
}

.whats-button {
  width: 50px;
  height: 50px;
  background-color: #06D756;
  border-radius: 50%;
  box-shadow: 0 3px 6px #999999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whats-button:hover {
  box-shadow: 0 3px 8px #777777;
  transform: scale(1.1);
}

.icon {
  font-size: 2rem;
  color: #ffffff;
}

.logo-client {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 5px;
}

