/* WYSIWYG Editor */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/* adminbar */
#wpadminbar {
  display: none !important;
}
/* responsive iframe */
iframe,
object,
embed {
  max-width: 100%;
}
.bg {
  min-height: 520px;
}
.bg-investimentos {
  background-image: url("../img/bg-investimentos.webp");
  background-position: center center;
  background-size: cover;
}
.bg-seguros {
  background-image: url("../img/bg-seguros.webp");
  background-position: center right;
  background-size: cover;
}
.bg-cartao-conta-digital {
  background-image: url("../img/bg-cartao-conta-digital.webp");
  background-position: left center;
  background-size: cover;
}
.card-blue {
  background: linear-gradient(45deg, #5368BC, #48B2BF);
  border-radius: 0;
  padding: 30px;
  min-height: 340px;
  flex-direction: column;
  display: flex;
}
.bottom-div {
  flex-direction: column;
  display: flex;
  min-height: 520px;
}
.right {
  position: relative;
  z-index: 5;
  margin-top: -30px;
}
.title a {
  color: #000;
}
.gradient {
  background: linear-gradient(45deg, #5368BC 20%, #48B2BF 120%);
  position: relative;
}
.card-qr {
  background: linear-gradient(10deg, #5368BC 6.21%, #48B2BF 149.95%);
  border-radius: 5px;
  margin-bottom: -40px;
}
.card-white-qr {
  background-color: #fff;
  width: 160px;
  height: 160px;
  padding: 20px;
  margin: auto;
}
.txt {
  border-right: 2px solid #83BEFD;
  padding: 20px 20px 20px 0px;
  height: 160px;
}
footer {
  background-color: #2C2D2B;
  padding-top: 50px;
}
footer p,
footer span {
  font-size: 0.7rem !important;
  line-height: 0.9rem;
}
footer a {
  color: #fff;
}
footer hr {
  border-bottom: 0.5px solid #fff;
  padding-top: 15px;
}
.floating {
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 1;
}
.floating img {
  width: 45px;
  height: 45px;
}
.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
  }
}
@keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.about-tile {
  background-color: #F5F5F5;
}
.card-blue-team {
  background: linear-gradient(45deg, #5368BC, #48B2BF);
  border-radius: 0;
  padding: 30px 25px;
  min-height: 400px;
  flex-direction: column;
  display: flex;
}
.card-blue-team .work {
  color: #CCF4FF;
  font-size: 0.85rem;
}
/* pagination */
.pagination ul {
  list-style: none;
  display: flex;
}
.pagination .page-numbers {
  border: 2px solid #4F85BD;
  color: #4F85BD;
  background: #fff;
  margin: 0px 5px;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.pagination .page-numbers.current {
  border: 2px solid #4F85BD;
  color: #fff;
  background: #4F85BD;
}
.card-line {
  background: transparent;
  border-radius: 22px;
  padding: 30px;
  min-height: 340px;
  flex-direction: column;
  display: flex;
  border: 2px solid #CDCDCD;
}
.card-line a {
  color: #4F85BD;
  text-decoration: underline !important;
}
/* owl dots custom */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4F85BD;
}
.owl-theme .owl-dots .owl-dot span {
  background: #EAEAEA;
  height: 8px;
  margin: 5px 2px;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  height: 8px;
  margin: 5px 5px;
}
/* media queries */
/* X-Small devices (portrait phones, less than 576px) */
/* Small devices (landscape phones, less than 768px) */
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .txt {
    border: 0px;
    padding: 0px;
    height: auto;
  }
}
/* Large devices (desktops, less than 1200px) */
/* X-Large devices (large desktops, less than 1400px) */
.team-carousel .owl-item h3 img {
  display: inline-block;
  width: auto;
}