/* responsive iframe */
iframe,
object,
embed {
  max-width: 100%;
}
.font {
  font-family: "Hurricane", cursive;
  font-size: 80px;
  line-height: 50px;
  display: block;
}
.tag {
  background-color: #6292C7;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
  border-radius: 14px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl-carousel .owl-item img {
  width: auto !important;
  height: auto !important;
}
.card-custom {
  border-radius: 32px;
  padding: 20px;
  min-height: 500px;
  flex-direction: column;
  display: flex;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
}
/* buttons */
.btn-custom {
  color: #fff;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  font-weight: 400 !important;
  letter-spacing: 1px;
  padding: 12px 22px 14px 22px;
  font-size: 12px;
  display: inline-block;
}
.btn-custom.btn-blue {
  color: #fff;
  background: #6292C7;
}
.btn-custom.btn-blue:hover {
  color: #fff;
  background: #6292C7;
}
span.name,
span.work {
  display: block;
}
.name {
  font-weight: 600;
  font-size: 13px;
}
.work {
  font-weight: 400;
  font-size: 12px;
}
.card-grey {
  background-color: #F7F7F7;
  border-radius: 30px;
}
.banner-footer {
  background-image: url("../img/banner-footer.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  min-height: 490px;
}
.links a {
  color: #3D3D3D;
}
.partners-carousel {
  vertical-align: middle;
}
.grey-card {
  background-color: #F7F7F7;
  border-radius: 30px;
}
/* nav custom */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #E9A931 !important;
  border-radius: 100px;
  color: #fff;
}
.nav-pills .nav-link.active .filter,
.nav-pills .show > .nav-link .filter {
  filter: invert(100%) sepia(3%) saturate(12%) hue-rotate(103deg) brightness(105%) contrast(105%);
  width: 20px;
  height: 20px;
}
.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link:hover {
  color: #fff !important;
}
.nav-pills .nav-link.active:hover .filter,
.nav-pills .show > .nav-link:hover .filter {
  filter: invert(100%) sepia(3%) saturate(12%) hue-rotate(103deg) brightness(105%) contrast(105%);
}
.nav-pills .nav-link {
  color: #3D3D3D;
  font-size: 0.8rem;
  background-color: #F7F7F7 !important;
  border-radius: 100px !important;
  margin: 5px 4px;
  padding: 14px 15px;
}
.nav-pills .nav-link:hover {
  color: #CE9426 !important;
}
.nav-pills .nav-link:hover .filter {
  filter: invert(48%) sepia(86%) saturate(422%) hue-rotate(1deg) brightness(98%) contrast(89%);
}
.nav-pills .nav-link .filter {
  width: 20px;
  height: 20px;
}
.curve {
  border-radius: 20px;
}
.content {
  background-color: #F7F7F7;
}
.card-white {
  background-color: #fff;
}
.card-green {
  background-color: #89AFD7;
}
.card-green h2 {
  font-size: 11px;
}
.card-green a {
  color: #3D3D3D;
}
.card-green a:hover {
  color: #89AFD7;
}
.tag-custom {
  border-radius: 5px;
  color: #fff;
  width: auto !important;
  font-size: 10px;
}
.tag-custom.green {
  background-color: #3CABCA;
  padding: 5px 10px;
}
.tag-custom.orange {
  background-color: #E9A931;
  padding: 5px 10px 5px 5px;
}
.tag-custom.orange .filter {
  filter: invert(100%) sepia(3%) saturate(12%) hue-rotate(103deg) brightness(105%) contrast(105%);
  width: 12px;
  height: 12px;
}
.local {
  font-size: 10px;
  font-weight: regular;
}
.box-material {
  background-color: #fff;
  border-radius: 15px;
  min-height: 160px;
  flex-direction: column;
  display: flex;
  font-size: 11px;
  font-weight: bolder;
  line-height: 16px;
}
.box-material:hover .icon {
  -webkit-animation: wobble-hor-bottom 0.5s both;
  animation: wobble-hor-bottom 0.5s both;
}
.box-material:hover .view {
  filter: invert(62%) sepia(68%) saturate(207%) hue-rotate(170deg) brightness(99%) contrast(81%);
}
p.small {
  font-size: 11px;
}
.footer-city h3 {
  font-size: 10px;
}
@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }
  15% {
    -webkit-transform: translateX(-6px) rotate(-6deg);
    transform: translateX(-6px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(6px) rotate(6deg);
    transform: translateX(6px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-6px) rotate(-1.6deg);
    transform: translateX(-6px) rotate(-1.6deg);
  }
  60% {
    -webkit-transform: translateX(6px) rotate(1.4deg);
    transform: translateX(6px) rotate(1.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }
  15% {
    -webkit-transform: translateX(-6px) rotate(-6deg);
    transform: translateX(-6px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(6px) rotate(6deg);
    transform: translateX(6px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-6px) rotate(-1.6deg);
    transform: translateX(-6px) rotate(-1.6deg);
  }
  60% {
    -webkit-transform: translateX(6px) rotate(1.4deg);
    transform: translateX(6px) rotate(1.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
/* video */
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-header {
  border: none !important;
}
footer {
  font-size: 11px;
  font-weight: lighter;
  border-top: 1px solid #DCD7D7;
}
/* 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) {
  .font {
    font-size: 75px;
    line-height: 60px;
  }
  .banner-footer {
    background-image: url("../img/banner-footer-mobile.png");
    /* min-height: 280px; */
  }
}
/* Large devices (desktops, less than 1200px) */
/* X-Large devices (large desktops, less than 1400px) */

/* pagination */
.pagination ul {
  list-style: none;
  display: flex;
}
.pagination .page-numbers {
  border: 1px solid transparent;
  color: #6292C7;
  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 #6292C7;
  color: #fff;
  background: #6292C7;
}