.f-w-400 {
  font-weight: 400;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700;
}

:root {
  --tj-color-heading-primary: #020202;
  --tj-color-theme-primary: var(--color1);
  --tj-color-text-body: #3f3f42;
  --tj-color-theme-bg: rgba(226, 224, 225, 0.7);
  --tj-color-text-body-2: #9faab4;
  /* --tj-ff-body: "Mona Sans", sans-serif; */
  /* --tj-ff-heading: "ElMessiri-Bold", sans-serif; */
  --tj-fs-h1: 56px;
  --tj-fs-h2: 44px;
  --tj-fs-h3: 32px;
  --tj-fs-h4: 24px;
  --tj-fs-h5: 20px;
  --tj-fs-h6: 18px;
  /* ============ */
  --color1: #dc5800 !important;
  --color2: #262626 !important;
  --color3: #020202 !important;
  --color4: #222222 !important;

  /* White ==================================================================================================== */
  --white-005: rgba(255, 255, 255, 0.05);
  --white-01: rgba(255, 255, 255, 0.1);
  --white-02: rgba(255, 255, 255, 0.2);
  --white-03: rgba(255, 255, 255, 0.3);
  --white-04: rgba(255, 255, 255, 0.4);
  --white-05: rgba(255, 255, 255, 0.5);
  --white-06: rgba(255, 255, 255, 0.6);
  --white-07: rgba(255, 255, 255, 0.7);
  --white-08: rgba(255, 255, 255, 0.8);
  --white-09: rgba(255, 255, 255, 0.9);
  --white: #ffffff;
  /* Black ==================================================================================================== */
  --black-005: rgba(0, 0, 0, 0.05);
  --black-01: rgba(0, 0, 0, 0.1);
  --black-02: rgba(0, 0, 0, 0.2);
  --black-03: rgba(0, 0, 0, 0.3);
  --black-04: rgba(0, 0, 0, 0.4);
  --black-05: rgba(0, 0, 0, 0.5);
  --black-06: rgba(0, 0, 0, 0.6);
  --black-07: rgba(0, 0, 0, 0.7);
  --black-08: rgba(0, 0, 0, 0.8);
  --black-09: rgba(0, 0, 0, 0.9);
  --black: #0c0c0c !important;
}

body {
  font-family: var(--tj-ff-body);
  background: #f2f2f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--tj-fw-sbold);
  letter-spacing: 0.02rem;
}

/* White ==================================================================================================== */
.white-005 {
  color: var(--white-005);
}

.white-01 {
  color: var(--white-01);
}

.white-02 {
  color: var(--white-02);
}

.white-03 {
  color: var(--white-03);
}

.white-04 {
  color: var(--white-04);
}

.white-05 {
  color: var(--white-05);
}

.white-06 {
  color: var(--white-06);
}

.white-07 {
  color: var(--white-07);
}

.white-08 {
  color: var(--white-08);
}

.white-09 {
  color: var(--white-09);
}

.white {
  color: var(--white);
}

.bg-white-02 {
  background: var(--white-02);
}

/* Black ==================================================================================================== */
.black-005 {
  color: var(--black-005);
}

.black-01 {
  color: var(--black-01);
}

.black-02 {
  color: var(--black-02);
}

.black-03 {
  color: var(--black-03);
}

.black-04 {
  color: var(--black-04);
}

.black-05 {
  color: var(--black-05);
}

.black-06 {
  color: var(--black-06);
}

.black-07 {
  color: var(--black-07);
}

.black-08 {
  color: var(--black-08);
}

.black-09 {
  color: var(--black-09);
}

.black {
  color: var(--black);
}

/* Colors ==================================================================================================== */

.color1 {
  color: var(--color1);
}

.color2 {
  color: var(--color2);
}

.color3 {
  color: var(--color3);
}

.color4 {
  color: var(--color4);
}

.color5 {
  color: var(--color5);
}

.bgcolor1 {
  background: var(--color1);
}

.bgcolor2 {
  background: var(--color2);
}

.bgcolor3 {
  background: var(--color3);
}

.bgcolor4 {
  background: var(--color4);
}

.bgcolor5 {
  background: var(--color5);
}

/* Default ==================================================================================================== */
.home {
  background: #e3e3e3;
  height: 80vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color2);
}

a.logo img,
.hamburger_logo a img {
  min-height: 70px;
}

.site_logo .logo,
.hamburger_logo .mobile_logo {
  max-width: 230px;
}

.mainmenu ul>li>a {
  font-weight: 600;
}

.mainmenu ul>li>.mega-menu-service-single .mega-menu-service-title,
.mobile_menu ul>li>.mega-menu-service-single .mega-menu-service-title {
  font-weight: 600;
}

.mainmenu ul>li>.sub-menu {
  width: max-content;
}

.mainmenu ul>li>.sub-menu .mega-menu-service {
  width: max-content;
}

.mainmenu ul>li>.sub-menu>li>a {
  /* padding: 15px 25px; */
  padding: 15px 5px 15px 25px;
}

.mainmenu ul>li>.mega-menu-service,
.mobile_menu ul>li>.mega-menu-service {
  padding: 0;
}

.tj-primary-btn:hover {
  background: #ed6000;
}

.mega-menu-service-icon img {
  max-height: 32px;
}

.mainmenu ul>li>.mega-menu-service-single .mega-menu-service-icon,
.mobile_menu ul>li>.mega-menu-service-single .mega-menu-service-icon {
  background: linear-gradient(45deg,
      rgba(150, 150, 151, 0.2) 0%,
      rgba(150, 150, 151, 0) 70%);
  color: var(--tj-color-theme-primary);
  transition: 0.3s ease-out;
}

.mainmenu ul>li>.mega-menu-service-single:hover .mega-menu-service-icon img,
.mobile_menu ul>li>.mega-menu-service-single:hover .mega-menu-service-icon img {
  filter: brightness(0) invert(1);
}

.mainmenu ul>li>.mega-menu-service-single .mega-menu-service-nav,
.mobile_menu ul>li>.mega-menu-service-single .mega-menu-service-nav {
  font-size: 1.4em;
}

span.mega-menu-service-descricao {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  color: #808080;
}

.mainmenu ul>li>.mega-menu-service-single .mega-menu-service-title,
.mobile_menu ul>li>.mega-menu-service-single .mega-menu-service-title {
  line-height: 1.1;
}

.menu_bar.mobile_menu_bar {
  background: var(--color2);
  border-radius: 2px;
  width: 40px;
  height: 40px;
  padding: 10px;
}


.menu_bar span {
  width: 16px;
}

.menu_bar span:last-child,
.menu_bar span:first-child {
  width: 20px;
}

.menu_bar.mobile_menu_bar span {
  background-color: var(--white);
}

.hamburger_menu .mean-nav ul li .sub-menu li {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
}

.hamburger-area,
.hamburger_bg {
  border-radius: 0px;
}

.hamburger-area {
  box-shadow: none;
}

.hamburger_wrapper::before {
  display: none;
  content: none;
}

.hamburger_top,
.hamburger_menu .mean-container .mean-bar {
  margin-bottom: 70px;
}

.hamburger_menu .mean-nav ul li.dropdown-opened>a {
  font-weight: 600;
}

.hamburger_menu .mean-container .mean-nav ul li .mega-menu-service li a,
.hamburger_menu .mean-container .mean-nav ul li .mega-menu-pages li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hamburger_menu .mean-nav ul li a:hover,
.hamburger_menu .mean-nav ul li.dropdown-opened>a,
.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--color1);
}

.footer-logo {
  max-width: 200px;
}

.mainmenu ul {
  column-gap: 40px;
}

.tj-primary-btn {
  padding: 5px 5px 5px 15px;
  text-align: center;
  border-radius: 2px;
  background: var(--color1);
  gap: 0;
}

.header-2.header-absolute .mainmenu>ul>li>a {
  color: var(--color2);
}

.tj-primary-btn .btn-icon {
  background-color: var(--color2);
  border-radius: 2px;
  margin-left: 10px;
}

.tj-slider-section {
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 0px;
  overflow: hidden;
}

.header-area.header-2.header-absolute .header-wrapper {
  background-color: white;
  backdrop-filter: blur(10);
  padding: 10px 30px;
  border-radius: 2px;
}

.header-area.sticky {
  position: fixed;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.service-item.style-5 .service-content-area {
  /* justify-content: end; */
}

.service-item.style-5 .service-content,
.service-item.style-5 .title {
  max-width: 400px;
}

.h6-project-item .project-content .categories {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--tj-color-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  display: inline-block;
  padding: 0px 5px;
}

.h6-project-item .project-content .project-text {
  margin-top: 10px;
}

.sec-heading .sub-title {
  font-size: 12px;
  letter-spacing: 1px;
}

.h6-project-item-inner::after {
  background: rgba(44, 44, 44, 0.8);
  opacity: 1;
}

.service-item.style-5 .desc,
.h4-banner-content .banner-desc {
  color: var(--white-08);
}

.h4-banner-content {
  padding-top: 220px;
}

.h4-banner-section {
  background-color: var(--color1);
}

.h4-banner-section .banner-img-area .banner-img::before {
  display: none;
  background: linear-gradient(90deg, rgb(38, 38, 38) 0%, rgba(38, 38, 38, 0.4) 50%, rgba(38, 38, 38, 0) 100%);
  opacity: 0.5;
}

.h4-banner-content::before {
  bottom: -35%;
}

.h4-banner-content .banner-title {
  max-width: 1000px;
}

.h4-banner-section .banner-img-area .banner-img,
.h4-banner-section .banner-img-area .banner-img img,
.h4-banner-section .banner-img-area .h4-rating-box {
  border-start-start-radius: 4px;
  border-start-end-radius: 4px;
}

.service-item .service-icon {
  border-radius: 6px;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.2) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.tj-slider-item::after {
  background: linear-gradient(65deg,
      rgba(16, 47, 71, 1) 36%,
      rgba(16, 47, 71, 0.73) 68%,
      rgba(16, 47, 71, 0.52) 83%,
      rgba(16, 47, 71, 0) 100%);
}

.header-2.header-absolute .mainmenu>ul>li:hover>a,
.header-2.header-absolute .mainmenu>ul>li.current-menu-ancestor>a {
  color: var(--color1);
}

.tj-slider-item .slider-wrapper {
  padding: 280px 0 280px;
  /* min-height: 500px; */
}

.tj-service-section {
  background-color: var(--color2);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.bg-shape-2,
.bg-shape-1 {
  max-width: 100%;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.service-item.style-2:hover {
  background-color: rgba(10, 32, 50, 0.8);
  border-color: var(--white-01);
}

.service-item.style-2 {
  background-color: transparent;
  border: 1px solid var(--white-01);
}

.h8-about-video {
  border-radius: 10%;
  width: 248px;
  height: 248px;
}

.h8-about-item-wrapper {
  border: 1px solid var(--tj-color-border-1);
  -webkit-border-start: 0;
  border-inline-start: 0;
  -webkit-border-end: 0;
  border-inline-end: 0;
}

.h8-about-item-counter {
  -webkit-border-end: 1px solid var(--tj-color-border-1);
  border-inline-end: 1px solid var(--tj-color-border-1);
}

i.simbolo-detalhe {
  width: 20px;
  height: 18px;
  background: url(../icon/simbolo-detalhe.svg) no-repeat center;
  display: inline-block;
}

.tj-footer-section.h7-footer .h7-footer-copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.choose-box .choose-icon i {
  font-size: 40px;
}

.choose-box:hover .choose-icon {
  color: var(--tj-color-common-white);
  animation: none;
}

.list-items li i {
  margin-top: 0px;
}

.location-indicator.loc-3 {
  inset-inline-start: 31%;
}

.location-tooltip {
  padding: 15px 20px 20px;
  border-radius: 8px;
  width: max-content;
}

.location-tooltip a {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-widget .title {
  margin-bottom: 28px;
}

.tj-contact-section {
  background-color: var(--color2);
  border-radius: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section-gap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.h8-about.section-gap {
  padding-bottom: 60px;
}

.contact-form.style-2 .form-input .nice-select::after {
  font-size: 10px;
  margin-top: 1px;
}

.nice-select .list {
  border-radius: 0px;
  overflow-y: auto;
  max-height: 270px;
}

.hamburger_bg {
  background: var(--color4);
}

.hamburger-area {
  border-radius: 0px;
}

.h8-about-item-wrapper {
  align-items: center;
}

.space-for-header {
  padding-top: 115px;
}

.tj-page-header {
  background-color: var(--color2);
}

.tj-page-link {
  background: transparent;
}

.tj-error-section {
  padding: 0px;
  height: 80vh;
  display: flex;
  align-items: center;
}

h1.error-title-404 {
  font-size: 150px;
}

.countup-item.style-2 .inline-content .odometer .odometer-digit,
.countup-item.style-2 .inline-content .odometer span {
  color: var(--color1);
}

.h8-about-item-desc {
  width: 100%;
  max-width: 530px;
}

.contato-home {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 200px 60px 50px 120px;
  z-index: 10;
}

.contato-home-link h3 {
  display: inline-block;
  color: #9faab4;
  font-family: var(--tj-ff-heading);
}

.contato-home-link h3 span {
  display: inline-block;
  color: #9faab4;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1.4px;
  padding-right: 15px;
  margin-bottom: 10px;
}

.contato-home-link a {
  color: var(--white);
  display: inline-block;
}

.contato-home-link a:hover {
  color: #9faab4;
}

.location-indicator {
  z-index: 12;
}

.contact-form a {
  color: var(--white);
}

.contact-form a:hover {
  color: var(--color1);
}

.tj-slider-item .slider-content .slider-desc {
  max-width: 500px;
}

.slider-bg-image,
.tj-slider-item::after {
  min-height: 1200px;
}

.service-item {
  border-radius: 4px;
}

.social-links ul li a {
  border-radius: 2px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.social-links.style-3 ul li a {
  background: var(--white);
  opacity: 1;
}

.hamburger-title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0px;
  margin-right: 5px;
}

.social-links ul {
  align-items: center;
}

.hamburger_close_btn {
  font-size: 18px;
  margin-top: 10px;
  color: var(--white-05);
}

.hamburger_close_btn:hover {
  transform: rotate(180deg);
  color: var(--white);
}

.h6-project {
  background-color: var(--color2);
}

.sec-heading .sub-title {
  border: none;
  background-color: var(--black-005);
  border-radius: 2px;
}

.service-item.style-5 {
  background-color: var(--color2);
}

.service-bottom-text a::after {
  display: none;
}

.service-bottom-text a::before {
  bottom: -2px;
}

.service-bottom-text a {
  padding-inline-end: 0px;
}

.service-bottom-text i {
  font-size: 18px;
  color: var(--color2);
  transition: 0.3 ease-in-out;
}

.service-bottom-text a:hover i {
  color: var(--color1);
}

.service-bottom-text .desc span {
  gap: 5px;
}

.sec-heading .sub-title {
  padding: 5px 10px;
}

.btn-whatsapp {
  background-color: #25d366;
}

.btn-whatsapp:hover {
  background-color: #1da74f;
}

.social-links ul li a {
  background-color: var(--color2);
}

.social-links ul li a i {
  color: var(--white);
}

.space-for-header {
  padding-top: 15px;
}

.tj-page-header {
  border-radius: 4px;
  padding-top: 250px;
}

.footer-widget .footer-text {
  max-width: 100%;
}

.footer-logo {
  max-width: 230px;
}

.h6-about-img {
  margin-inline-start: 0px;
  margin-inline-end: 60px;
}

.about-img-area .about-img,
.about-img-area .about-img img,
.h6-about-box .customers-box,
.contact-form,
.map-area {
  border-radius: 4px;
}

.contact-form {
  margin-inline-end: 0px;
}

.map-area {
  filter: grayscale(100%);
  transition: 0.2s ease-in-out;
}

.map-area:hover {
  filter: grayscale(0%);
}

.h6-project-item,
.h6-project,
.cta-area {
  border-radius: 4px;
}

.tj-footer-section {
  border-radius: 0px;
}

.tj-footer-section.h7-footer {
  padding-top: 280px;
}

.contact-form .form-input textarea,
.contact-form .form-input select,
.contact-form .form-input .nice-select,
.contact-form .form-input input[type="tel"],
.contact-form .form-input input[type="text"],
.contact-form .form-input input[type="email"] {
  border-bottom: 1px solid var(--tj-color-border-1);
}

.gap-bottom,
.section-bottom-gap {
  padding: 100px 0px;
}

.cta-area .cta-content .title {
  font-size: var(--tj-fs-h2);
  line-height: 1.125;
  margin-bottom: 17px;
}

.cta-area .cta-content {
  padding: 100px;
}

.tj-primary-btn.btn-dark:hover {
  background-color: var(--color2);
}

.h4-banner-section {
  margin-top: 15px;
  border-radius: 4px;
}

.h4-banner-section .banner-img-area .h4-rating-box {
  max-width: max-content;
}

.h4-banner-content .banner-desc {
  max-width: 500px;
}

.header-area.header-2.header-absolute {
  top: 0px;
  inset-inline-start: 0px;
  width: 100%;
  border-radius: 0;
}

.h6-project-item.active .h6-project-item-inner::after {
  opacity: 0;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  color: #FFF;
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 26px;
  }
}

/* Responsive ========================================================================================== */
@media (max-width: 1500px) {
  .contato-home {
    padding: 200px 60px 50px 80px;
    top: -65px;
  }

  .mainmenu ul {
    column-gap: 24px;
  }

  .mainmenu ul>li>a {
    font-size: 15px;
  }

  .header-area.header-2.header-absolute .header-wrapper {
    padding: 0 14px;
  }

  .header-right-item .tj-primary-btn {
    font-size: 14px;
    padding: 4px 4px 4px 14px;
  }

  .header-right-item .tj-primary-btn .btn-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .contato-home {
    inset-inline-start: 0;
    inset-inline-end: 0;
    max-width: 100%;
    box-sizing: border-box;
    padding: 200px 45px 40px 60px;
  }

  .contato-home-link,
  .contato-home-link h3 {
    width: 100%;
    max-width: 100%;
  }

  .contato-home-link a {
    display: inline;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .contact-form.style-2 {
    padding: 60px 45px;
  }

  .global-map-img {
    margin-bottom: 0;
  }
}

@media (max-width: 1399px) {
  .contato-home {
    padding: 20px 60px 0px 60px;
  }

  .contato-home-link h3,
  .contato-home-link h3 a:hover {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .global-map {
    width: 100%;
    max-width: 100%;
    inset-inline-start: 0;
  }

  .contato-home-link a {
    font-size: 18px;
  }
}

@media (max-width: 1201px) {

  .contato-home-link h3,
  .contato-home-link h3 a:hover {
    font-size: 18px !important;
  }

  .contato-home {
    padding: 60px 50px;
  }

  .contact-form.style-2 {
    padding: 60px 50px;
  }
}

@media (max-width: 991px) {
  .h4-banner-content {
    padding-top: 150px;
  }

  .tj-page-header {
    padding-top: 150px;
  }

  h1.error-title-404 {
    font-size: 80px;
  }

  .section-gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mainmenu ul>li>.mega-menu-service-single:hover .mega-menu-service-icon img,
  .mobile_menu ul>li>.mega-menu-service-single:hover .mega-menu-service-icon img {
    fill: var(--color5) !important;
    color: var(--color5) !important;
  }

  .mainmenu ul>li>.mega-menu-service-single:hover .mega-menu-service-icon,
  .mobile_menu ul>li>.mega-menu-service-single:hover .mega-menu-service-icon {
    background-color: var(--color5);
  }

  .hamburger_bg {
    border-radius: 0px;
  }
}

@media (max-width: 769px) {
  .h6-project-item .project-content {
    padding: 30px;
  }

  .h6-project-item-inner::after {
    opacity: 0.3;
  }

  .h4-banner-content::before {
    left: 50px;
  }

  .tj-footer-section.h7-footer {
    padding-top: 340px;
  }

  .hamburger-area {
    width: 415px;
  }

  .header-area.header-2.header-absolute {
    top: 0px;
    inset-inline-start: 0px;
    width: 100%;
  }

  .slider-bg-image,
  .tj-slider-item::after {
    min-height: 900px;
  }

  .tj-slider-section {
    height: 680px;
  }

  .contato-home-link h3 a {
    font-size: 18px !important;
  }

  .contato-home-link h3 a:hover {
    font-size: 18px !important;
  }

  .contato-home-link h3 span {
    font-size: 20px;
  }

  .tj-slider-item .slider-wrapper {
    padding: 260px 0 180px;
  }

  .contato-home-link a {
    font-size: 16px !important;
  }
}

@media (max-width: 600px) {
  .cta-area .cta-content {
    padding: 60px;
  }

  .h6-about-img {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }

  .hamburger-area {
    width: 350px;
  }

  .contato-home {
    padding: 40px 25px;
  }

  .contact-form.style-2 {
    padding: 40px 30px;
  }

  .h8-about-item-counter .countup-item.style-2 .count-inner {
    padding: 0;
    display: flex;
    gap: 20px;
  }

  .h8-about-item-counter {
    border-bottom: none;
    border-inline-end: none;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .service-item-wrapper {
    margin-bottom: 20px;
  }

  .h8-about-item-desc {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .h8-about-item-wrapper {
    border: none;
  }

  .section-gap-x {
    margin: 0;
    border-radius: 0;
  }

  .header-area.header-2.header-absolute .header-wrapper {
    padding: 10px 20px;
  }
}

@media (max-width: 575px) {
  .h6-project-item .project-content {
    padding: 15px;
  }

  .hamburger_wrapper {
    padding: 8px 25px 45px 30px;
  }

  .location-tooltip {
    display: none;
  }

  .h8-about-video {
    margin-bottom: 16px;
  }

  .team-details__experience__list ul li {
    border-right: 0;
  }

  .team-details__experience__list ul li:nth-last-child(2) {
    border-bottom: 1px solid var(--tj-color-border-1);
  }

  .mainmenu ul>li.link-menu-2>.mega-menu-service-single .mega-menu-service-nav,
  .mobile_menu ul>li>.mega-menu-service-single .mega-menu-service-nav {
    top: 2px;
    inset-inline-end: 0px;
  }

  .tj-footer-section {
    margin: 0;
    border-radius: 0;
  }

  .mainmenu ul>li>.mega-menu-service-single .mega-menu-service-title,
  .mobile_menu ul>li>.mega-menu-service-single .mega-menu-service-title {
    max-width: 180px;
  }

  .mainmenu ul>li>.mega-menu-service-single .mega-menu-service-title,
  .mobile_menu ul>li>.mega-menu-service-single .mega-menu-service-title {
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .contato-home {
    top: -70px;
  }

  .global-map-img {
    top: 20px;
  }

  .contato-home-link,
  .contato-home-link h3 {
    margin-bottom: 0px;
  }

  .contato-home-link h3 span {
    font-size: 12px !important;
    padding-right: 5px !important;
  }

  .contato-home-link h3 a,
  .contato-home-link h3 a:hover {
    font-size: 14px !important;
  }
}