.btn-whats,
.btn-whats:hover {
  position: fixed;
  right: 19px;
  bottom: 20px;
  z-index: 999;
  color: #6fdf51;
}

.btn-whats span {
  font-size: 35px;
}

.fdez-localização {
  position: relative;
  display: block;
  padding: 0 0 0;
}
.fdez-localização p {
  margin-bottom: -10px;
}
.site-footer-shape {
  background: #4b5082;
}
.blog-one__img {
  height: 265px;
}
.blog-one__img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.blog-one__img>a>span {
  display: none;
}
.counter-one h1 {
  color: #fff;
}
.project-one__img img {
  height: 180px;
  object-fit: cover;
}
.main-slider.fdez-main-slider {
  height: 725px;
}
.main-slider h2 {
  font-size: 90px;
  line-height: 90px;
}
.cta-one {
  padding: 90px 0;
}
.why-choose-one__right {
  padding-top: 50px;
  margin-left: 60px;
}
.why-choose-one__right:before {
  left: -90px;
}
.list-unstyled.why-choose-one__points {
  column-count: 2;
  column-gap: 30px;
  margin-left: 0;
}
.why-choose-one__points li .text {
  font-size: 16px;
}
.blog-one__title {
  margin-bottom: 0;
}
.blog-one__content {
  height: 170px;
}
.wp-block-embed iframe {
  height: 180px;
}
.project-one__single {
  height: 180px;
}
.fdez-icon-x {
  color: #fff;
  width: 20px;
}
#fdez-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 24px;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.service-details iframe {
  width: 100%;
  height: 430px;
  margin: 0 auto;
  display: table;
}
.service-item.current,
.service-item.current:hover {
  background-color: rgb(255, 255, 255);
  color: var(--qutiiz-black);
}
.service-item .icon-right-arrow {
  display: none;
}
.service-item.current .icon-right-arrow {
  display: block;
  margin-left: 15px;
}
.service-item.current a,
.service-item a {
  display: flex;
  align-items: center;
  color: var(--qutiiz-gray);
  font-size: 18px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: none;
  padding: 10px 20px;
  border-radius: var(--qutiiz-bdr-radius);
}

/* #sobre .video-container {
  position: relative;
  width: 100%;
  max-width: 855px;  
  margin: 0 auto;
}

#sobre .video-container video {
  width: 100%;
  height: auto;
  display: block;
} */

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.service-details__thumbnail img {
  width: 100%;
  height: 100%;
}

/* Estilo para as abas */
.nav-tabs .nav-link, .link-interno {
  position: relative;
  padding-bottom: 0;
  color: var(--qutiiz-gray);
  font-size: 16px;
  font-weight: 500;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  z-index: 1;
  font-family: var(--qutiiz-font-two);
  margin-bottom: -1px;
  background: 0 0;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.nav-tabs .nav-link.focus,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid var(--qutiiz-black);;
}
.nav-tabs {
  border-bottom: none;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 10px;
}
.link-interno, a.link-interno {
  padding: 10px 20px;
  display: inline;
  color: var(--qutiiz-gray);
}
 
a.link-interno.active,
.link-interno.active {
  padding: 10px 20px;
  color: var(--qutiiz-gray);
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid var(--qutiiz-black);;
}

.tab-content {
  margin-top: 20px;
}

.project-one__single {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

.project-one__single:hover {
  transform: translateY(-5px);
}

.project-one__img img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.project-one__hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  transition: bottom 0.3s ease;
}

.project-one__single:hover .project-one__hover {
  bottom: 0;
}

.tab-pane {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@media (min-width: 576px) {
  .modal-content {
    border: 1px solid transparent;
    background: transparent !important;
  }

  .modal-dialog {
    max-width: 70%;
    margin: 1.75rem auto;
  }
}

@media (max-width: 1023px) {
  .main-slider h2 {
    font-size: 46px;
    line-height: 59px;
  }
  .get-to-know {
    padding: 0;
  }
  .services-one__single {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .services-one__title {
    font-size: 20px;
    line-height: 26px;
  }
  .cta-one__inner {
    padding: 30px 15px 5px;
  }
  .get-to-know__video-icon {
    height: 50px;
    width: 90px;
  }
  .section-title__title {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }
  .cta-one__title {
    font-size: 34px;
    line-height: 42px;
  }
  .get-to-know__text-1 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 34px;
  }
  .why-choose-one__right {
    padding-top: 50px;
  }
  .list-unstyled.why-choose-one__points {
    column-count: 1;
  }
  .brand-one,
  .project-one {
    padding: 80px 0 50px;
  }
  .btn-whats,
  .btn-whats:hover {
    right: 0px;
    bottom: 0px;
  }
  .mobile-nav__content .main-menu__list li a button {
    display: none;
  }
  #imageModal img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 90vh;
  }
  .scroll-to-top {
    bottom: 80px;
    right: 20px;
  }
}

@media (min-width: 1024px) {
  #imageModal img {
    max-width: initial;
    width: 1024px;
    height: 680px;
    object-fit: cover;
  }
}
