/* 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%;
}
.blocks-tile {
  background-color: #F1F1F1;
}
.card-custom {
  border-radius: 30px;
  padding: 40px 40px;
  height: 500px;
  flex-direction: column;
  display: flex;
}
.card-custom.white {
  background-color: #fff;
}
.card-custom.white-2 {
  background-color: #fff;
  height: 380px;
}
.card-custom.orange {
  background-color: #DF783A;
  height: 540px;
}
.card-custom.grey {
  background-color: #E7E7E7;
}
.depoimentos {
  width: 100%;
  background-image: url('../img/banner-depoimentos.webp');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}
.depoimentos .card-custom {
  height: 350px;
}
.txt {
  padding: 10px;
  border-left: 2px solid #DF783A;
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 300;
}
.posts .img {
  border-radius: 30px;
  position: relative;
}
.posts .img a {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.posts h3 a {
  color: #191516;
}
.partners {
  background-color: #F1F1F1;
}
.subfooter {
  background-color: #2f2f2f;
}
.subfooter hr {
  border-top: 0.5px solid #fff;
}
.subfooter ul {
  list-style: none;
  padding-left: 0px;
}
footer {
  background-color: #272727;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 100;
}
footer a {
  color: #fff;
}
.floating {
  position: fixed;
  bottom: 30px;
  right: 30px;
  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;
}
.team-carousel img {
  width: auto !important;
}
.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}
.team-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.team-carousel .nav-btn {
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: 180px !important;
}
.team-carousel .owl-prev.disabled,
.team-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 1;
}
.team-carousel .prev-slide {
  background: url("../img/arrow-left.svg") no-repeat scroll 0 0;
  left: -10px;
}
.team-carousel .next-slide {
  background: url("../img/arrow-right.svg") no-repeat scroll 0 0;
  right: -10px;
}
.service-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.service-carousel .nav-btn {
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: 180px !important;
}
.service-carousel .owl-prev.disabled,
.service-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 1;
}
.service-carousel .prev-slide {
  background: url("../img/arrow-left-2.svg") no-repeat scroll 0 0;
  left: -46px;
}
.service-carousel .next-slide {
  background: url("../img/arrow-right-2.svg") no-repeat scroll 0 0;
  right: -46px;
}
.line-1 {
  background-color: #F1F1F1;
}
.line-2 {
  background-color: #E2E2E2;
}
.line-3 {
  background-color: #D3D3D3;
}
/* pagination */
.pagination ul {
  list-style: none;
  display: flex;
}
.pagination .page-numbers {
  border: 1px solid transparent;
  color: #191516;
  background: white;
  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: 1px solid #DF783A;
  color: white;
  background: #DF783A;
}
.content b {
  font-weight: bold;
}
.round {
  border-radius: 30px;
}
/* media queries */
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  header h1,
  .head h1 {
    font-size: 2.1rem;
  }
}
/* Small devices (landscape phones, less than 768px) */
/* Medium devices (tablets, less than 992px) */
/* Large devices (desktops, less than 1200px) */
/* X-Large devices (large desktops, less than 1400px) */
