body,
html {
  width: 100vw !important;
  overflow-x: hidden;
}
.c-livro::before{
    content: none !important;
}
.socialchat-box {
  position: fixed;
  right: -170px;
  top: 50%;
  z-index: 999;
  width: 230px;
  height: 60px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px 0px 0px 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  line-height: 10px;
  color: #0060ac;
}
.choose-image4 .img1 {
  height: 100%;
}

.th-btn.style11 {
  background-color: #ddf1ff;
  color: var(--theme-color);
}

.th-btn.style11:hover:before,
.th-btn.style11:hover:after {
  background-color: var(--theme-color);
}
.choose-image4 .img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover; /* Or use 'contain' if you don't want cropping */
  display: block;
}
.socialchat-box:hover {
  right: 0;
}
.c-project {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  text-shadow: 1px 1px 2px #000;
  mix-blend-mode: normal;
  border-radius: 12px;

  z-index: 3;
}
.c-project-img img {
  filter: brightness(0.7);
}

.project-card3 .icon-btn i {
  line-height: 56px;
}
.swiper-slide,
.swiper-wrapper {
  height: fit-content !important;
}
.footer-wrapper .th-social a i {
  line-height: 46px;
}
.c-image-page .img1 {
  height: 100%;
}

.c-image-page .img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover; /* Or use 'contain' if you don't want cropping */
  display: block;
}
.hero-inner {
  z-index: 2;
  position: relative;
}
.hero-15 .th-hero15-img {
  z-index: 0;
}

@media (max-width: 775px) {
  .hero-15 .th-hero15-img {
    position: absolute;
    right: -631px;
    z-index: 0;
    top: 10px;
    max-width: none;
    left: 236px;
  }
}
@media (max-width: 575px) {
  .c-project-img img {
    width: 100% !important;
  }
  .hero-style15 {
    padding: 50px 0 50px 0 !important;
  }
  .hero-15 .th-hero15-img {
    position: absolute;
    right: -631px;
    z-index: 0;
    top: 10px;
    max-width: none;
    left: 236px;
  }

  .counter-card_icon {
    width: 89px !important;
    height: 83px !important;
    padding-left: 32px !important;
    margin-bottom: -10px !important;
  }
  .counter-card_number {
    font-size: 26px;
  }
  .footer-widget .widget_title {
    font-size: 16px;
  }
  .footer-layout3 .widget-area {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    margin-bottom: 7px;
  }
  .footer-widget.widget_meta p,
  .footer-widget.widget_pages p,
  .footer-widget.widget_archive p,
  .footer-widget.widget_categories p,
  .footer-widget.widget_nav_menu p {
    margin-bottom: 7px !important;
  }
  .widget_nav_menu li,
  .widget_meta li,
  .widget_pages li,
  .widget_archive li,
  .widget_categories li {
    margin-bottom: 0 !important;
  }
}

.socialchat-box2 {
  position: fixed;
  right: -78px;
  top: 50%;
  z-index: 999;
  width: 205px;
  height: 60px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px 20px 0px 0px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  line-height: 10px;
  color: #0060ac;
}
.header-links li,
.header-social a,
.header-social {
  font-size: 13px;
  line-height: 13px;
}
.header-layout2 .header-top a:hover {
  color: #ddf1ff !important;
}
.title-area .sec-title {
  font-size: 32px;
}
.choose-feature3 .box-title {
  font-size: 18px;
}
@media (max-width: 1399px) {
  .project-card3 .project-img img {
    width: 100% !important;
  }
}
.c-sub-title {
  font-size: 25px;
}
.c-sub-title .icon-masking img {
  height: 30px !important;
  width: 30px !important;
  padding-bottom: 3px;
}
.c-py {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.mfp-bg,
.mfp-wrap {
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  position: fixed !important;
}
.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  height: 100%;
  overflow-y: hidden;
}
@media (min-width: 1200px) {
.c-text-height{
  min-height: 350px;
}
}