body {
  padding-top: 330px;
}
body.admin-bar {
  padding-top: 330px;
}
body.admin-bar .mt-hellobar {
  top: 259px;
}
body:not(:has(.mt-hellobar:not(.hidden))), body:not(:has(.mt-hellobar:not(.hide))) {
  padding-top: 259px;
}

body:has(#wrapper .section-lp):not(:has(#wpadminbar)) {
  margin-top: 0;
}
body:has(#wrapper .section-lp):not(:has(#wpadminbar)):has(.mt-hellobar) {
  margin-top: 135px;
}
body:has(#wrapper .section-lp):not(:has(#wpadminbar)):has(.mt-hellobar) .mt-hellobar {
  top: 0;
}
body:has(#wrapper .section-lp):not(:has(#wpadminbar)):has(.mt-hellobar.hidden), body:has(#wrapper .section-lp):not(:has(#wpadminbar)):has(.mt-hellobar.hide) {
  margin-top: 0;
}
body:has(#wrapper .section-lp):has(#wpadminbar) {
  margin-top: 32px;
}
body:has(#wrapper .section-lp):has(#wpadminbar):has(.mt-hellobar) {
  margin-top: 167px;
}
body:has(#wrapper .section-lp):has(#wpadminbar):has(.mt-hellobar) .mt-hellobar {
  top: 32px;
}
body:has(#wrapper .section-lp):has(#wpadminbar):has(.mt-hellobar.hidden), body:has(#wrapper .section-lp):has(#wpadminbar):has(.mt-hellobar.hide) {
  margin-top: 32px;
}

@media (max-width: 768px) {
  body:has(#wrapper .section-lp):not(:has(#wpadminbar)):has(.mt-hellobar) {
    margin-top: 100px;
  }
  body:has(#wrapper .section-lp):not(:has(#wpadminbar)):has(.mt-hellobar) .mt-hellobar {
    top: 0;
  }
  body:has(#wrapper .section-lp):not(:has(#wpadminbar)):has(.mt-hellobar.hidden), body:has(#wrapper .section-lp):not(:has(#wpadminbar)):has(.mt-hellobar.hide) {
    margin-top: 0;
  }
  body:has(#wrapper .section-lp):has(#wpadminbar) {
    margin-top: 46px;
  }
  body:has(#wrapper .section-lp):has(#wpadminbar):has(.mt-hellobar) {
    margin-top: 146px;
  }
  body:has(#wrapper .section-lp):has(#wpadminbar):has(.mt-hellobar) .mt-hellobar {
    top: 46px;
  }
  body:has(#wrapper .section-lp):has(#wpadminbar):has(.mt-hellobar.hidden), body:has(#wrapper .section-lp):has(#wpadminbar):has(.mt-hellobar.hide) {
    margin-top: 46px;
  }
  body {
    padding-top: 242px;
  }
  body .mt-hellobar {
    top: 141px;
  }
  body.admin-bar {
    padding-top: 242px;
  }
  body.admin-bar .mt-hellobar {
    top: 188px;
  }
  body:not(:has(.mt-hellobar:not(.hidden))), body:not(:has(.mt-hellobar:not(.hide))) {
    padding-top: 141px;
  }
}
@media (min-width: 768px) and (max-width: 991.8px) {
  body {
    padding-top: 302px;
  }
  body .mt-hellobar {
    top: 141px;
  }
  body.admin-bar {
    padding-top: 302px;
  }
  body.admin-bar .mt-hellobar {
    top: 173px;
  }
  body:not(:has(.mt-hellobar:not(.hidden))), body:not(:has(.mt-hellobar:not(.hide))) {
    padding-top: 141px;
  }
}
@media (width: 768px) {
  body {
    padding-top: 242px;
  }
  body .mt-hellobar {
    top: 142px;
  }
  body.admin-bar {
    padding-top: 242px;
  }
  body.admin-bar .mt-hellobar {
    top: 172px;
  }
  body:not(:has(.mt-hellobar:not(.hidden))), body:not(:has(.mt-hellobar:not(.hide))) {
    padding-top: 141px;
  }
}
.mt-hellobar {
  z-index: 800;
  min-height: 100px;
  width: 100%;
  position: fixed;
  top: 227px;
  left: 0;
  box-shadow: -5px 20px 33.3px -11px rgba(0, 0, 0, 0.2509803922);
}
.mt-hellobar.mt-hellobar--scroll {
  min-height: 73px;
}
@media (max-width: 991px) {
  .mt-hellobar.mt-hellobar--scroll {
    min-height: 58px;
  }
}
.mt-hellobar.hide {
  display: none;
}
.mt-hellobar .mt-hellobar-content {
  height: auto !important;
}
.mt-hellobar .container {
  position: relative;
}
.mt-hellobar:has(.subscribe) .row {
  flex-direction: row;
}
.mt-hellobar:has(.subscribe) .subscribe {
  flex-wrap: nowrap;
}
.mt-hellobar:has(.subscribe) .subscribe .btn button {
  width: auto;
  min-width: 150px;
  border-radius: 14px;
  white-space: nowrap;
}
.mt-hellobar .row {
  align-items: center;
  margin-bottom: 0 !important;
}
.mt-hellobar .image {
  display: flex;
}
.mt-hellobar .image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: 135px;
  width: auto;
  height: auto;
}
.mt-hellobar .infos {
  display: flex;
  align-items: center;
  min-height: 100px;
  padding: 20px 25px 15px;
}
.mt-hellobar p.desktop {
  min-height: 84px;
}
.mt-hellobar .desktop {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 23px;
  line-height: 1.1;
  margin-bottom: 0;
}
.mt-hellobar .desktop span {
  display: inline-block;
}
.mt-hellobar .mobile {
  display: none;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.mt-hellobar .mobile span {
  display: inline-block;
}
.mt-hellobar .ctas {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mt-hellobar .ctas a {
  min-width: 175px;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 5px;
  padding: 5px 30px;
  text-align: center;
  border-radius: 14px;
  transition: all 0.3s;
  max-width: 100%;
  height: 40px;
  white-space: nowrap;
}
.mt-hellobar .ctas a:hover {
  text-decoration: none;
  box-shadow: 0 7px 20px 0 rgba(100, 100, 111, 0.2);
}
.mt-hellobar .ctas a.desktop {
  display: block;
  max-height: 40px;
}
.mt-hellobar .ctas a.mobile {
  display: none;
}
.mt-hellobar .close {
  position: absolute;
  top: 7px;
  right: 0px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
.mt-hellobar .close svg {
  width: 18px;
  height: 18px;
}
.mt-hellobar .close:hover {
  opacity: 0.2;
}
@media (max-width: 991.8px) {
  .mt-hellobar {
    top: 81px;
  }
}
@media (max-width: 768px) {
  .mt-hellobar {
    max-height: 100px;
    top: 81px;
  }
  .mt-hellobar .row {
    flex-direction: column;
    gap: 5px;
  }
  .mt-hellobar:has(.subscribe) .row {
    flex-direction: column;
  }
  .mt-hellobar:has(.subscribe) .subscribe {
    padding: 0;
    padding-inline: 10px;
    flex-wrap: nowrap;
  }
  .mt-hellobar:has(.subscribe) .subscribe .identification {
    display: none;
  }
  .mt-hellobar:has(.subscribe) .subscribe .btn button {
    width: auto;
    margin-top: 0;
    min-width: 150px;
    font-size: 13px !important;
    line-height: 1.1;
    padding: 5px 10px;
    height: 25px;
    border-radius: 9px;
  }
  .mt-hellobar:has(.subscribe) .subscribe .counter {
    display: none;
  }
  .mt-hellobar .image {
    display: none;
  }
  .mt-hellobar .image img {
    display: none;
  }
  .mt-hellobar .infos {
    justify-content: center !important;
    padding: 15px 25px 0;
    min-height: 60px;
  }
  .mt-hellobar .desktop {
    display: none;
  }
  .mt-hellobar .mobile {
    display: flex;
    text-align: center;
    line-height: 1.1;
  }
  .mt-hellobar .mobile span:first-child {
    font-size: 12px;
  }
  .mt-hellobar .mobile span:nth-child(2) {
    font-size: 10px;
    font-weight: 500;
  }
  .mt-hellobar .ctas {
    padding-inline: 0;
    padding-bottom: 5px;
    flex: none;
    min-height: 35px;
    margin: 0 auto;
  }
  .mt-hellobar .ctas a {
    margin-top: 0;
    min-width: 150px;
    font-size: 13px;
    line-height: 1.1;
    padding: 5px 10px;
    height: 25px;
    border-radius: 9px;
    white-space: nowrap;
  }
  .mt-hellobar .ctas a.desktop {
    display: none;
  }
  .mt-hellobar .ctas a.mobile {
    display: block;
    width: 100%;
  }
  .mt-hellobar .close {
    top: 5px;
    right: 0px;
  }
}
.mt-hellobar .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}
.mt-hellobar .marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 18s linear infinite;
  z-index: 99;
  position: relative;
  margin-top: 18px;
}
@media (max-width: 991px) {
  .mt-hellobar .marquee .track {
    margin-top: 12px;
    animation: marquee 10s linear infinite;
  }
}
.mt-hellobar .marquee .track .content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mt-hellobar .marquee .track .content a {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.mt-hellobar .marquee .track .content span {
  font-size: 24px;
  font-weight: 100;
}
@media (max-width: 991px) {
  .mt-hellobar .marquee .track .content {
    gap: 15px;
  }
  .mt-hellobar .marquee .track .content a {
    font-size: 16px;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.contador-hellobar {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .contador-hellobar {
    padding-left: 10px;
    margin-bottom: 12px;
    margin-top: 5px;
  }
}
.contador-hellobar .contador-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
@media (max-width: 991px) {
  .contador-hellobar .contador-content {
    gap: 5px;
  }
}
.contador-hellobar .contador-content .item {
  padding: 7px;
  border-radius: 12px;
  background-color: #dadada;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .contador-hellobar .contador-content .item {
    padding: 6px;
    border-radius: 8px;
  }
}
.contador-hellobar .contador-content .item strong {
  font-weight: bold;
  color: #d80073;
  font-size: 21px;
}
@media (max-width: 991px) {
  .contador-hellobar .contador-content .item strong {
    font-size: 16px;
  }
}
.contador-hellobar .contador-content .item span {
  font-weight: 600;
  text-transform: uppercase;
  color: #1d1d1d;
  font-size: 11px;
}
@media (max-width: 991px) {
  .contador-hellobar .contador-content .item span {
    font-size: 9px;
  }
}/*# sourceMappingURL=hellobar.css.map */