html[data-sidenav-size=condensed]:not(.authentication-bg) .topteleton, html[data-sidenav-size=full]:not(.authentication-bg) .topteleton {
  display: none;
}

.topteleton {
  left: 0;
  top: 0;
  width: 100%;
  overflow-x: auto;
  z-index: 1000;
  position: fixed;
  height: 68px;
  background-color: #e63742;
  color: #fff;
}

.topteleton-header {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  padding: 5px 0;
  z-index: 999;
}

.topteleton-header .visible-header {
  width: 95%;
  margin: 0 auto;
  padding: 0;
}

.topteleton-header * {
  box-sizing: border-box;
}

.topteleton-header div {
  margin: 0;
  padding: 0;
}

.topteleton-header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.topteleton-header .content .rrss-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.topteleton-header .content .rrss-area .rrss-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topteleton-header .content .rrss-area .rrss-links .rrss-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 150rem;
  background-color: #fff;
  color: #e63742;
  font-size: 0.85rem;
  margin: 0 5px;
  border: 1px solid #fff;
  transition: all 0.25s ease-in-out;
}

.topteleton-header .content .extra-links-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.topteleton-header .content .extra-links-area .text-link {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 15px;
  flex: 1;
}

.topteleton-header .text-link {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25rem;
}

.topteleton-header .content .extra-links-area .text-link i {
  font-size: 1.25rem;
  transition: all 0.25s ease-in-out;
}

.topteleton-header .content .extra-links-area .text-link.has-icon .text {
  display: inline-block;
  margin-left: 5px;
}

.topteleton-header .content .extra-links-area .text-link .text {
  font-size: 0.68rem;
  font-weight: 800;
}

.topteleton-header .content .extra-links-area .btn, .topteleton-header .content .extra-links-area .tabs-campana ul li a, .topteleton-header .content .extra-links-area a {
  margin: 0 15px;
}

.topteleton-header button.size-s, .topteleton-header .btn.size-s, .topteleton-header .tabs-campana ul li a.size-s {
  padding-bottom: calc(0.5rem - 1px);
  padding-left: calc(1.25rem - 1px);
  padding-right: calc(1.25rem - 1px);
  padding-top: calc(0.5rem - 1px);
  font-size: 0.75rem;
}

.topteleton-header button.has-icon, .topteleton-header .btn.has-icon, .topteleton-header .tabs-campana ul li a.has-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.topteleton-header button.is-blanco, .topteleton-header .btn.is-blanco, .topteleton-header .tabs-campana ul li a {
  background-color: #fff;
  color: #e63742;
  border-color: #fff;
}

.topteleton-header button.is-rounded, .topteleton-header .btn.is-rounded, .topteleton-header .tabs-campana ul li a {
  padding-left: calc(2rem - 1px);
  padding-right: calc(2rem - 1px);
  border-radius: 100rem;
}

.topteleton-header button, .topteleton-header .btn, .topteleton-header .tabs-campana ul li a {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 12px;
  text-transform: uppercase;
  /* height: auto; */
  line-height: 0;
  padding-bottom: calc(1.25rem - 1px);
  padding-left: calc(1.25rem - 1px);
  padding-right: calc(1.25rem - 1px);
  padding-top: calc(1.25rem - 1px);
  position: relative;
  vertical-align: top;
  font-weight: 800;
  font-family: "Inter", sans-serif;
}