.dfs-txt-center {
  text-align: center;
}
.dfs-txt-right {
  text-align: right;
}
.dfs-txt-left {
  text-align: left;
}
.dfs-button,
.dfs-button-blue,
.dfs-button-blue-280,
.dfs-button-blue-360,
.dfs-button-blue-308,
.dfs-button-white,
.dfs-button-white-152 {
  display: inline-block;
  width: 176px;
  height: 47px;
  line-height: 47px;
  border-radius: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 8px;
}
.dfs-button-white,
.dfs-button-white-152 {
  background: none;
  border: solid;
  border-color: #0d0d0d;
  border-width: 1px;
}
.dfs-button-white:hover,
.dfs-button-white-152:hover {
  background-color: #0d0d0d;
  color: #fff;
  transition: 0.5s;
}
.dfs-button-white-152 {
  width: 152px;
}
.dfs-button-blue,
.dfs-button-blue-280,
.dfs-button-blue-360,
.dfs-button-blue-308 {
  color: #fff;
  background-color: #065fd4;
}
.dfs-button-blue:hover,
.dfs-button-blue-280:hover,
.dfs-button-blue-360:hover,
.dfs-button-blue-308:hover {
  background-color: #0a4087;
  cursor: pointer;
  transition: 0.2s;
}
.dfs-button-blue-280,
.dfs-button-blue-360,
.dfs-button-blue-308 {
  width: 280px;
  height: 63px;
  line-height: 63px;
  border-radius: 29px;
}
.dfs-button-blue-308 {
  width: 308px;
}
.dfs-button-blue-360 {
  width: 360px;
  margin: 0;
  border-style: none;
  font-family:
    Plus Jakarta Sans,
    sans-serif;
}
.dfs-text-underline {
  text-decoration: underline;
}
.dfs-link {
  color: #0555c8;
  text-decoration: underline;
}
.dfs-link:hover {
  color: #065fd4;
}
.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
.square {
  width: 41px;
  height: 43px;
  background-color: #646464;
  border-radius: 8px;
}
.dfs-button-plus {
  height: 34px;
  width: 34px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  color: #0d0d0d;
  margin: 0;
  padding: 0;
}
.dfs-button-plus:hover {
  background-color: #b5b5b5;
  transition: 0.5s;
}
.vertical-line {
  height: auto;
  width: 6px;
  background-color: #0d0d0d;
  margin-right: 20px;
}
.dfs-justify-c-c {
  justify-content: center;
}
.dfs-justify-c-sb {
  justify-content: space-between;
}
.dfs-align-i-c {
  align-items: center;
}
.dfs-align-i-bl {
  align-items: baseline;
}
.dfs-align-c-c {
  align-content: center;
}
.dfs-align-i-fs {
  align-items: flex-start;
}
.dfs-va-s {
  vertical-align: super;
}
.dfs-va-bl {
  vertical-align: baseline;
}
.dfs-font-plus-jakarta {
  font-family:
    Plus Jakarta Sans,
    sans-serif !important;
}
.dfs-font-roboto {
  font-family: Roboto, sans-serif !important;
}
.dfs-font-italic {
  font-style: italic;
}
.dfs-font-10 {
  font-size: 10px;
}
.dfs-font-12 {
  font-size: 12px;
}
.dfs-font-14 {
  font-size: 14px;
}
.dfs-font-16 {
  font-size: 16px;
}
.dfs-font-18 {
  font-size: 18px;
}
.dfs-font-20 {
  font-size: 20px;
}
.dfs-font-22 {
  font-size: 22px;
}
.dfs-font-24 {
  font-size: 24px;
}
.dfs-font-32 {
  font-size: 32px;
}
.dfs-font-36 {
  font-size: 36px;
}
.dfs-font-38 {
  font-size: 38px;
}
.dfs-font-40 {
  font-size: 40px;
}
.dfs-font-48 {
  font-size: 48px;
}
.dfs-font-56 {
  font-size: 56px;
}
.dfs-ls-9 {
  letter-spacing: 0.9px;
}
.dfs-font-w-500 {
  font-weight: 500;
}
.dfs-font-w-600 {
  font-weight: 600;
}
.dfs-font-w-900 {
  font-weight: 800;
}
.dfs-font-w-bold {
  font-weight: 700;
}
.dfs-color-w {
  color: #fff;
}
.dfs-color-db {
  color: #065fd4;
}
.dfs-color-green-aqua {
  color: #217d96;
}
.dfs-lh-60 {
  line-height: 60px;
}
.dfs-lh-150p {
  line-height: 150%;
}
.dfs-grid {
  display: grid;
}
.dfs-gap-20 {
  gap: 20px;
}
.dfs-bg-lg {
  background-color: #f1f3f6;
}
.dfs-bg-gray {
  background-color: #b5b5b5;
}
.dfs-bg-black {
  background-color: #0d0d0d;
}
.dfs-bg-w {
  background-color: #fff;
}
.dfs-bg-blue {
  background-color: #0a4087;
}
.dfs-bg-light-green-button {
  background-color: #34a853;
}
.dfs-bg-light-green-button:hover {
  background-color: #237238;
}
.dfs-bg-black-button {
  background-color: #0d0d0d;
}
.dfs-bg-black-button:hover {
  background-color: #4f4f4f;
}
.dfs-border-r-28 {
  border-radius: 28px;
}
.dfs-border-r-30 {
  border-radius: 30px;
}
.dfs-border-r-32 {
  border-radius: 32px;
}
.dfs-border-t-35 {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
.dfs-flex {
  display: flex;
}
.dfs-flex-column {
  display: flex;
  flex-direction: column;
}
.dfs-flex-wrap {
  flex-wrap: wrap;
}
.dfs-display-none {
  display: none;
}
.dfs-display-ib {
  display: inline-block;
}
.dfs-display-if {
  display: inline-flex;
}
.dfs-display-ib-li {
  list-style: none;
}
.dfs-display-ib-li li {
  display: inline-block;
  padding: 0 4.5px;
}
.dfs-mh-3 {
  margin: 0 3px;
}
.dfs-mh-8 {
  margin: 0 8px;
}
.dfs-mh-18 {
  margin: 0 18px;
}
.dfs-mh-20 {
  margin: 0 22px;
}
.dfs-mh-25 {
  margin: 0 25px;
}
.dfs-mh-30 {
  margin: 0 30px;
}
.dfs-mv-3 {
  margin: 3px 0;
}
.dfs-mv-13 {
  margin: 13px 0;
}
.dfs-mv-25 {
  margin: 25px 0;
}
.dfs-mv-70 {
  margin: 70px 0;
}
.dfs-mt-60 {
  margin-top: 60px;
}
.dfs-mr-8 {
  margin-right: 8px;
}
.dfs-mr-17 {
  margin-right: 17px;
}
.dfs-mr-24 {
  margin-right: 24px;
}
.dfs-mr-40 {
  margin-right: 40px;
}
.dfs-mr-60 {
  margin-right: 60px;
}
.dfs-mr-100 {
  margin-right: 100px;
}
.dfs-mb-10 {
  margin-bottom: 10px;
}
.dfs-mb-16 {
  margin-bottom: 16px;
}
.dfs-mb-20 {
  margin-bottom: 20px;
}
.dfs-mb-25 {
  margin-bottom: 25px;
}
.dfs-mb-30 {
  margin-bottom: 30px;
}
.dfs-mb-40 {
  margin-bottom: 40px;
}
.dfs-mb-50 {
  margin-bottom: 50px;
}
.dfs-mb-70 {
  margin-bottom: 70px;
}
.dfs-mb-80 {
  margin-bottom: 80px;
}
.dfs-mb-90 {
  margin-bottom: 90px;
}
.dfs-mb-100 {
  margin-bottom: 100px;
}
.dfs-mb-130 {
  margin-bottom: 130px;
}
.dfs-mb-180 {
  margin-bottom: 180px;
}
.dfs-ml-30 {
  margin-left: 30px;
}
.dfs-ml-40 {
  margin-left: 40px;
}
.dfs-ml-50 {
  margin-left: 50px;
}
.dfs-ml-60 {
  margin-left: 60px;
}
.dfs-ml-120 {
  margin-left: 120px;
}
.dfs-pd-20 {
  padding: 20px;
}
.dfs-pd-30 {
  padding: 30px;
}
.dfs-pd-110 {
  padding: 110px;
}
.dfs-pd-22-28 {
  padding: 22px 28px;
}
.dfs-pt-0 {
  padding-top: 0;
}
.dfs-pt-10 {
  padding-top: 30px;
}
.dfs-pt-20 {
  padding-top: 20px;
}
.dfs-pt-30 {
  padding-top: 30px;
}
.dfs-pt-50 {
  padding-top: 50px;
}
.dfs-pt-60 {
  padding-top: 60px;
}
.dfs-pt-70 {
  padding-top: 70px;
}
.dfs-pt-80 {
  padding-top: 80px;
}
.dfs-pt-100 {
  padding-top: 100px;
}
.dfs-pt-110 {
  padding-top: 110px;
}
.dfs-pt-120 {
  padding-top: 120px;
}
.dfs-pt-150 {
  padding-top: 150px;
}
.dfs-pt-280 {
  padding-top: 280px;
}
.dfs-pr-20 {
  padding-right: 20px;
}
.dfs-pr-40 {
  padding-right: 40px;
}
.dfs-pr-60 {
  padding-right: 60px;
}
.dfs-pr-70 {
  padding-right: 70px;
}
.dfs-pr-100 {
  padding-right: 100px;
}
.dfs-pr-110 {
  padding-right: 110px;
}
.dfs-pr-180 {
  padding-right: 180px;
}
.dfs-pr-210 {
  padding-right: 210px;
}
.dfs-pr-270 {
  padding-right: 270px;
}
.dfs-pr-750 {
  padding-right: 750px;
}
.dfs-pb-12 {
  padding-bottom: 12px;
}
.dfs-pb-40 {
  padding-bottom: 40px;
}
.dfs-pb-70 {
  padding-bottom: 70px;
}
.dfs-pd-100 {
  padding-bottom: 100px;
}
.dfs-pb-110 {
  padding-bottom: 110px;
}
.dfs-pb-130 {
  padding-bottom: 130px;
}
.dfs-pb-150 {
  padding-bottom: 150px;
}
.dfs-pb-230 {
  padding-bottom: 230px;
}
.dfs-pl-6 {
  padding-left: 6px;
}
.dfs-pl-10 {
  padding-left: 10px;
}
.dfs-pl-15 {
  padding-left: 15px;
}
.dfs-pl-20 {
  padding-left: 20px;
}
.dfs-pl-40 {
  padding-left: 40px;
}
.dfs-pl-50 {
  padding-left: 50px;
}
.dfs-pl-60 {
  padding-left: 60px;
}
.dfs-pl-80 {
  padding-left: 80px;
}
.dfs-pl-90 {
  padding-left: 90px;
}
.dfs-pl-110 {
  padding-left: 110px;
}
.dfs-pl-220 {
  padding-left: 220px;
}
.dfs-pl-270 {
  padding-left: 270px;
}
.dfs-ph-10 {
  padding: 0 10px;
}
.dfs-ph-20 {
  padding: 0 20px;
}
.dfs-ph-30 {
  padding: 0 30px;
}
.dfs-ph-110 {
  padding: 0 110px;
}
.dfs-ph-140 {
  padding: 0 140px;
}
.dfs-pv-0 {
  padding: 0;
}
.dfs-pv-10 {
  padding: 10px 0;
}
.dfs-pv-20 {
  padding: 20px 0;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-h {
  overflow: hidden;
}
.dfs-pos-relative {
  position: relative;
}
.dfs-pos-absolute {
  position: absolute;
}
.dfs-bottom-5-n {
  bottom: -5px;
}
.dfs-bottom-0 {
  bottom: 0;
}
.dfs-bottom-40 {
  bottom: 40px;
}
.dfs-top-n130 {
  top: -130px;
}
.dfs-top-n160 {
  top: -160px;
}
.dfs-top-0 {
  top: 0;
}
.dfs-top-m-11-prcnt {
  top: -11%;
}
.dfs-top-m-5-prcnt {
  top: -5%;
}
.dfs-left-0 {
  left: 0;
}
.dfs-left-m-13-prcnt {
  left: -13%;
}
.dfs-left-157 {
  left: 157px;
}
.dfs-left-50-prcnt {
  left: 50%;
}
.dfs-transfor-tx-50-prcnt {
  transform: translate(-50%);
}
.dfs-right-0 {
  right: 0;
}
.dfs-width-1000 {
  width: 1000px;
}
.dfs-width-14 {
  width: 14px;
}
.dfs-width-20 {
  width: 20px;
}
.dfs-width-300 {
  width: 300px;
}
.dfs-width-100-prcnt {
  width: 100%;
}
.dfs-width-115-prcnt {
  width: 115%;
}
.dfs-width-125-prcnt {
  width: 125%;
}
.dfs-width-150-prcnt {
  width: 150%;
}
.dfs-height-27 {
  height: 27px;
}
.dfs-height-110 {
  height: 110px;
}
.dfs-height-143 {
  height: 143px;
}
.dfs-height-444 {
  height: 444px;
}
.dfs-height-600 {
  height: 500px;
}
.dfs-height-700 {
  height: 700px;
}
.dfs-height-100-prcnt {
  height: 100%;
}
.dfs-height-225-prcnt {
  height: 255%;
}
.dfs-height-100-vh {
  height: 100vh;
}
.dfs-max-height-595 {
  max-height: 467px;
}
.dfs-z-index-n {
  z-index: -1;
}
.dfs-z-index-0 {
  z-index: 0;
}
.dfs-z-index-1 {
  z-index: 1;
}
.dfs-z-index-2 {
  z-index: 2;
}
.dfs-z-index-3 {
  z-index: 3;
}
.dfs-gradient-black {
  opacity: 0.8;
  background: #586578;
  background: linear-gradient(344deg, #58657866 63%, #0000 65%, #000713 81%);
}
.dfs-home-section-bg-img {
  background-image:
    linear-gradient(180deg, #00000057 21.47%, #0000 33.55%),
    url(https://bumo.cloud/img/bumo-home-section.webp);
  background-size: 112%;
  background-position-x: 80%;
  background-position-y: 100%;
  background-repeat: no-repeat;
}
.dfs-home-slide-1-bg {
  background-image: url(https://bumo.cloud/img/bumo-home-slide-1.webp);
}
.dfs-home-slide-2-bg {
  background-image: url(https://bumo.cloud/img/bumo-home-slide-2.webp);
}
.dfs-home-slide-3-bg {
  background-image: url(https://bumo.cloud/img/bumo-home-slide-3.webp);
}
.dfs-platform-section-bg-img {
  background-image:
    linear-gradient(270.27deg, #0000 18.2%, #03050633 56.11%, #101a1f 98.36%),
    url(https://bumo.cloud/img/bumo-plataforma-1.webp);
  background-size: 150%;
  background-position: 0% 35%;
  background-repeat: no-repeat;
}
.circle {
  /* width: 500px;
  height: 250px; */
  border-top-left-radius: 1400px;
  border-top-right-radius: 1400px;
  box-sizing: border-box;
  position: absolute;
  /* bottom: 0; */
}
/* .circle:first-child {
  border: 70px solid rgb(6, 95, 212);
  border-bottom: 0;
  transform: translate(-250px);
} */
.circle:last-child {
  width: 800px;
  height: 490px;
  border: 100px solid rgb(6, 95, 212);
  border-bottom: 0;
  right: 0;
  transform: translate(510px);
}
.slide-object {
  width: 381px;
  height: 580px;
}
.dfs-cursor-p {
  cursor: pointer;
}
.dfs-bussines-box {
  background-color: #d3d3d3;
  height: 115px;
  width: 115px;
  border-radius: 6px;
}
.dfs-border-solid {
  border: 2px solid #e5e5e5;
}
.dfs-hr-login {
  width: 360px;
  height: 1px;
  border: none;
  background-color: #e5e5e5;
}
/* .dfs-input,
.dfs-input-login {
  font-family:
    Plus Jakarta Sans,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  width: 544px;
  height: 48px;
  background: #f1f3f6;
  border: 0.5px solid #e5e5e5;
  border-radius: 12px;
  padding-left: 15px;
}
.dfs-input-login {
  width: 341px;
} */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  cursor: pointer;
}
.toggle-switch input[type="checkbox"] {
  display: none;
}
.toggle-switch-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #ddd;
  transition: background-color 0.3s ease-in-out;
}
.toggle-switch-handle {
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px #0003;
  transition: transform 0.3s ease-in-out;
}
.toggle-switch:before {
  content: "";
  position: absolute;
  top: -25px;
  right: -35px;
  font-size: 12px;
  font-weight: 700;
  color: #aaa;
  text-shadow: 1px 1px #fff;
  transition: color 0.3s ease-in-out;
}
.toggle-switch input[type="checkbox"]:checked + .toggle-switch-handle {
  transform: translate(45px);
  box-shadow:
    0 2px 5px #0003,
    0 0 0 3px #0a4087;
}
.toggle-switch input[type="checkbox"]:checked + .toggle-switch-background {
  background-color: #0a4087;
  box-shadow: inset 0 0 0 2px #0a4087;
}
.toggle-switch input[type="checkbox"]:checked + .toggle-switch:before {
  content: "On";
  color: #0a4087;
  right: -15px;
}
.toggle-switch
  input[type="checkbox"]:checked
  + .toggle-switch-background
  .toggle-switch-handle {
  transform: translate(21px);
}
.dfs-slides-arrow {
  cursor: pointer;
  font-size: 44px;
  transition: 0.6s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #b5b5b5;
}
.dfs-slides-arrow:hover {
  color: #0d0d0d;
  transition: 0.2s;
}
.scrollbar-none {
  scrollbar-width: none;
}
.slide-container {
  max-width: 1250px;
}
.planos {
  transition: transform 0.5s ease-in-out;
}
.dfs-opacity-0 {
  opacity: 0;
}
.dfs-flex-shrink-0 {
  flex-shrink: 0;
}
header .header-bumo-b {
  width: 120px;
  display: block;
}
header .header-bumo-w {
  width: 120px;
  display: none;
}
header .header-container {
  grid-template-columns: auto auto;
  background-color: #fff;
  justify-content: space-between;
  padding: 23px 44px 48px 53px;
}
header .header-container.home {
  background: none;
}
header .header-container.home a {
  color: #000;
}
header .header-container.home .activeURL div {
  background-color: #000;
}
header .header-container.home .header-bumo-b {
  display: none;
}
header .header-container.home .header-bumo-w {
  display: block;
}
header .header-nav {
  grid-template-columns: repeat(6, auto);
  gap: 44px;
  /* padding-bottom: 10px; */
  height: 60px;
}
header .header-nav a {
  font-weight: 500;
  text-decoration: none;
  color: #0d0d0d;
}
header .header-nav .activeURL div {
  width: 21px;
  height: 3px;
  background-color: #1A2C5B;
  border-radius: 3px;
  position: relative;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%);
}
header .header-nav .login-button {
  width: auto;
  height: 39px;
  background-color: #1A2C5B;
  border-radius: 20px;
  text-align: center;
  align-content: center;
  line-height: 0;
}
header .header-nav .login-button a {
  color: #fff;
  font-weight: 700;
}
.home-container-planes-options {
  grid-template-columns: auto auto;
  gap: 48px;
}
.home-container-planes-option-box {
  width: 464px;
  height: 364px;
}
.grid-container-5 {
  grid-template-columns: repeat(5, 1fr);
}
.home-bumo-box {
  width: 381px;
  height: 580px;
  padding: 22px 28px;
}
.dfs-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #1a2c5be6;
  overflow-x: hidden;
  transition: 0.5s;
}
.dfs-overlay .dfs-closebtn {
  position: relative;
  top: 0 px;
  left: 45px;
  font-size: 60px;
}
.dfs-display-none,
.dfs-mobile-menu {
  display: none;
}
.preloader {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.formspinner {
  position: relative;
  height: 100%;
}
.contact-us .preloader {
  height: 700px;
}
.messageresponse {
  max-width: 350px;
  margin: 10px auto;
}
.messageresponse .error {
  color: red;
}
.messageresponse .success {
  font-weight: 700;
}
@media screen and (min-width: 3440px) {
  #home-img-cont.dfs-pb-130 {
    padding-bottom: 500px !important;
  }
  .dfs-platform-section-bg-img {
    background-size: 110% !important;
  }
}
@media screen and (min-width: 2560px) {
  #home-img-cont.dfs-pb-130 {
    padding-bottom: 300px;
  }
  .dfs-home-section-bg-img {
    background-size: 100%;
    background-position-x: 80%;
    background-position-y: 50%;
  }
  #platform-img-cont.dfs-pb-150 {
    padding-bottom: 300px;
  }
  .dfs-platform-section-bg-img {
    background-size: 130%;
  }
  .query-column {
    flex-direction: column;
  }
  .query-mb-100 {
    margin-bottom: 100px;
  }
  #meeting-img {
    border-radius: 30px;
    width: 800px;
  }
  .query-center-text {
    text-align: center;
  }
  .query-pl-0 {
    padding-left: 0;
  }
  .query-pt-40 {
    padding-top: 40px;
  }
  .dfs-width-1000 {
    width: 1400px;
  }
}
@media screen and (max-width: 1366px) {
  .slide-container {
    max-width: 834px;
  }
  #tab-img {
    height: 400px;
  }
}
@media screen and (max-width: 1280px) {
  #left-arc {
    width: 104px;
    height: 104px;
  }
  #right-arc {
    width: 133px;
    height: 164px;
    right: -16px;
  }
  .dfs-home-section-bg-img {
    background-size: 150%;
    background-position-x: 90%;
    background-position-y: 70%;
  }
  .dfs-font-48 {
    font-size: 38px;
  }
  .dfs-font-56 {
    font-size: 46px;
  }
  .query-footer div:nth-child(2) nav a {
    padding-bottom: 10px;
  }
  .us-container {
    align-items: baseline;
    padding-top: 50px;
  }
  .us-container article {
    padding: 60px 40px 0;
  }
  .query-display-block {
    display: block;
  }
  .query-display-none {
    display: none;
  }
  .query-flex-to-column {
    flex-direction: column;
  }
  .query-pl-0 {
    padding-left: 0;
  }
  .query-pl-100 {
    padding-left: 100px;
  }
  .query-pb-50 {
    padding-bottom: 50px;
  }
  .query-pr-0 {
    padding-right: 0;
  }
  .query-mb-0 {
    margin-bottom: 0;
  }
  .query-mb-50 {
    margin-bottom: 50px;
  }
  .query-mb-100 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  header .header-container.home a {
    color: #fff;
    text-decoration: none;
  }
  .dfs-home-section-bg-img {
    background-size: 180%;
    background-position-x: 80%;
    background-position-y: 70%;
  }
  .slide-object {
    width: 330px;
    height: 502px;
  }
  .slide-container {
    max-width: 368px;
  }
  .dfs-mobile-menu {
    display: block;
    color: #000;
  }
  #dektop-nav {
    display: none;
  }
  #BUMO-BLACK-BOX {
    width: 39.27px;
    height: 12.82px;
  }
  .query-font-11 {
    font-size: 11px;
  }
  .dfs-grid {
    display: inline-flex;
  }
  .dfs-width-1000 {
    width: 700px;
  }
}
@media screen and (max-width: 810px) {
  #dots-container .dot {
    height: 18px;
    width: 18px;
    margin: 8px 6px 0;
  }
  #home-img-cont {
    padding-bottom: 240px !important;
  }
  #meeting-img {
    width: 350px;
  }
  #buttonToLink {
    width: auto;
    height: auto;
    border: none;
    text-decoration: underline;
  }
  .dfs-home-section-bg-img {
    background-image:
      linear-gradient(180deg, #00000057 21.47%, #0000 33.55%),
      url(https://bumo.cloud/img/mobile-home-section.webp);
    background-size: 100%;
    background-position-x: 80%;
    background-position-y: 80%;
  }
  .dfs-platform-section-bg-img {
    background-size: 160%;
    background-position-x: 10%;
    background-position-y: 30%;
  }
  #platform-img-cont {
    padding: 28px 0 180px 18px;
    font-size: 20px;
  }
  .img-bumo-holding-phone {
    width: auto;
    height: 520px;
    left: 81px;
  }
  #tab-img {
    width: 327px;
    height: auto;
  }
  .home-container-planes-option-box {
    width: 330px;
    height: 302px;
  }
  .formContainer {
    padding: 50px 20px;
  }
  .formContainer p,
  .formContainer h1 {
    display: none;
  }
  .queryPlansContainer {
    max-width: 350px;
    overflow-x: auto;
    overflow: hidden;
  }
  .queryPlanObjects {
    display: block;
  }
  .dfs-max-height-595 {
    max-height: 349px;
  }
  .blockContainer {
    width: 330px;
  }
  .subBlock > div:first-child {
    padding: 35px 25px 0;
  }
  .subBlock > div:first-child img {
    width: 270px;
    height: 134px;
  }
  .subBlock > div:first-child p:first-child {
    margin-bottom: 10px;
  }
  .subBlock > div:first-child p:nth-child(2) {
    margin-bottom: 45px;
  }
  .subBlock div:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .dfs-width-1000 {
    width: 300px;
  }
  #slider-button {
    display: none;
  }
  .dfs-home-section-bg-img {
    background-size: 110%;
    background-position-x: 80%;
    background-position-y: 30%;
  }
  .dfs-platform-section-bg-img {
    background-size: 220%;
    background-position-x: 20%;
    background-position-y: 30%;
  }
  #header-bumo {
    height: 50px !important;
  }
  .dfs-ph-110 {
    padding: 0 64px;
  }
  .dfs-pl-110 {
    padding-left: 20px;
  }
  .dfs-pb-110 {
    padding-bottom: 20px;
  }
  .dfs-input {
    width: 240px;
  }
}
@media screen and (max-width: 375px) {
  .dfs-width-1000 {
    width: 250px;
  }
}
nav .child-menu {
  position: relative;
  min-width: 300px;
  margin-top: 5px;
  text-align: left;
  padding: 10px 5px;
  background-color: rgba(26, 44, 91, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  display: none;
}
nav .child-menu > div > a {
  padding: 4px 10px;
  display: block;
  color: white;
}
nav .child-menu > div > a:hover {
  color: #0a4087;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
nav .industrias {
  width: 80px;
}
header .header-container.home nav .industrias {
  color: #fff;
}
header .header-container.home nav .child-menu > div > a {
  /* color: #343c48; */
  color: white;
}
header .header-container.home nav .child-menu > div > a:hover {
  color: #1A2C5B;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
nav .industrias:hover .child-menu {
  display: block;
}

.button-white {
  background-color: white !important;
  color: #000 !important;
  transition: transform 0.3s ease;
}
.button-white:hover {
  transform: scale(1.1);
}
