/*----GENERAL  HEADER MEDIA QUERIES-----*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");


.kubo-header {
  box-shadow: 0px 8px 8px 0px #00000014;
  z-index: 1000;
  height: 72px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: initial;
  -moz-font-smoothing: initial;
  -ms-font-smoothing: initial;
  -o-font-smoothing: initial;
  font-smoothing: initial;
}

/*estilo temporal*/
.push_header {
  top: 0;
  position: relative;
  height: 72px;
  width: 100%;
}

.kubo-header-container {
  align-items: center;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  grid-gap: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: fit-content(164px) 1fr fit-content(280px);
  z-index: 99;
}

.kubo-logo-mobile {
  display: none;
}

.kubo-header-logo {
  width: 163px;
  align-items: center;
  display: flex;
}

.kubo-nav-buttons {
  align-items: center;
  display: flex;
  text-align: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  display: flex;
}

.kubo-dot-badge:before {
  background-color: #2e9f30;
  border-radius: 2px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  width: 6px;
  height: 6px;
  background-color: #2e9f30;
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  content: "";
}

.kubo-badge {
  background: #e3fce4;
  border: 1px solid rgba(46, 159, 48, 0.23921568627450981);
  border-radius: 4px;
  padding: 0 4px;
  display: inline-block;
  color: #164d17;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 10px;
  height: 20px;
  box-sizing: border-box;
  line-height: 19px;
}

.kubo-mim-only-slot {
  border-radius: 0;
  grid-gap: 16px;
  grid-template-columns: 1fr fit-content(300px);
  align-items: center;
}

.kubo-arrow-drawer {
  display: none;
}

.kubo-sign-in {
  letter-spacing: 0.005em;
  border-radius: 8px;
  gap: 10px;
  min-width: 79px;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #2e9f30;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Open sans, sans-serif;
  text-decoration: none;
  display: flex;
  white-space: nowrap;
  margin-right: 8px;
  line-height: normal;
}

.kubo-sign-in:hover {
  background-color: #258026;
	color:#fff !important;
}
.kubo-menu-active img {
  rotate: 180deg;
}

.kubo-menu-title-mobile {
  display: none;
}

.kubo-menu-icon {
  display: none;
  width: 24px;
  height: auto;
}
.kubo-hamburguer-button-1 {
  display: none;
}

.kubo-menu-slider {
  display: none;
}

.kubo-hamburguer-button-2 {
  display: none;
}

.kubo-nav-option-home {
  display: none;
}

.kubo-sign-in-mobile {
  display: none;
}

.kubo-header-container-sesion {
  align-items: center;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  grid-gap: 20px;
  width: 100%;
  z-index: 99;
  justify-content: space-between;
  position: relative;
}
.kubo-header-container-sesion .kubo-nav-container {
  /* display: none; */
  opacity: 0;
}

.kubo-drawer-open {
}
.kubo-header-sesion-info {
  display: flex;
  gap: 11px;
  align-items:center;
}
.kubo-date-sesion p {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
  margin:0;
  padding:0;
  display: flex;
  align-items: center;
      color: #656566;
}
.kubo-date-sesion p strong {
  font-weight: 700;
  margin-right: 4px;
}
.kubo-date-sesion img {
  margin-right: 7px;
  width: 20px;
  height: auto;
}
.kubo-pipe-style {
  width: 1px;
  height: 24px;
  background: #cacbcc;
}
.kubo-header-sesion-user {
  border: solid 1px #e3e4e5;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  /* justify-content: center; */
  gap: 10px;
}

.kubo-sesion-user-navigator {
  display: none;
}
.kubo-sesion-avatar {
  width: 40px;
  height: 40px;
  background: #258026;
  color: #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.0015em;
  text-align: center;
  text-transform: uppercase;
}
.kubo-sesion-avatar span{width: 100%;height: 100%;text-align: center;white-space: nowrap;}


.kubo-sesion-name-prosp {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  row-gap: 8px;
}
.kubo-sesion-name-prosp p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.005em;
  text-align: left;
  color: #4c4c4d;
  margin:0;
  text-transform: capitalize;
}





.kubo-sesion-name-prosp span {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #656566;
}
.kubo-nav-option.kubo-nav-option-active:not(.kubo-option-submenu) {
	color:#4C4C4D;

 }
 
 
 .kubo-nav-sesion .kubo-menu-icon.kubo-request-icon{
 	display:none;
 }
/*----ONLY DESKTOP HEADER MEDIA QUERIES-----*/
@media screen and (min-width: 1440px) {
  .kubo-nav-sesion .kubo-nav-option {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    letter-spacing: 0.005em;
    /* text-align: left; */
    color: #656566;
    display: flex;
    padding: 8px 16px;
    cursor: pointer;
    text-decoration:none;
  }
  .kubo-nav-sesion .kubo-nav-option:hover {
    background: #ebeced;
     text-decoration:none;
  }

  .kubo-nav-sesion .kubo-menu-icon {
    display: block;
    margin: 0 12px 0 0;
  }
  .kubo-header-container .kubo-nav {
    align-items: center;
    display: flex;
  }

  .kubo-header-container .kubo-nav-option {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    letter-spacing: 0.005em;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    color: #4c4b54;
    margin-left: 8px;
    align-items: center;
    grid-template-columns: 1fr fit-content(300px);
    text-decoration:none;
  }

  .kubo-header-container .kubo-nav-option:hover {
    color: #258026;
    background-color: rgba(46, 159, 48, 0.0784313725490196);
    text-decoration:none;
  }

  .kubo-option-submenu {
    -moz-column-gap: 4px;
    column-gap: 4px;
    text-decoration: none;
    position: relative;
    padding: 8px 12px 8px 16px !important;
    margin-left: 1px !important;
    display: inline-grid;
    /* margin-right: 0; */
  }
	.kubo-option-submenu-box {
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
.kubo-arrow-option.kubo-arrow-desktop {
	margin-left:4px;
}
  .kubo-menu-active {
    background-color: #ebeced;
  }

  .kubo-submenu {
    display: none;
    background-color: #fff;
    border-radius: 16px;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    overflow: hidden;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.0784313725490196);
  }

  .kubo-nav-suboption {
  color: #656566;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 16px;
  text-decoration: none;
  display: grid;
  position: relative;
  text-align: left;
  /* color: #656566; */
  font-weight: 600;
  }

  .kubo-nav-suboption:hover {
    background-color: #ebeced;
    color: #656566;
  }

  .kubo-downloap-app {
    margin-right: 4px;
    padding-right: 12px;
  }

  .kubo-downloap-app:hover .kubo-card-qr {
    display: flex;
  }

  .kubo-download-button {
    letter-spacing: 0.005em;
    border-radius: 8px;
    gap: 10px;
    min-width: 79px;
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #2e9f30;
    background-color: transparent;
    border: 1px solid #2e9f30;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Open sans, sans-serif;
    text-decoration: none;
    display: flex;
    white-space: nowrap;
    line-height: normal;
  }

  .kubo-download-button:hover {
    background-color: rgba(46, 159, 48, 0.23921568627450981);
      color: #2e9f30;
  }

  .kubo-card.kubo-card-content-qr {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.0784313725490196);
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    white-space: normal;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kubo-card-qr {
    padding-top: 35px;
    width: 244px;
    height: 314px;
    position: absolute;
    z-index: 10;
    display: none;
  }

  .kubo-card-qr:hover {
    display: flex;
  }

  .kubo-title-download {
    font-size: 12px;
    font-weight: 400;
    color: rgb(50, 51, 51);
    padding-bottom: 15px;
    font-family: "Open sans";
    display: block;
  }

  .kubo-description-download {
    letter-spacing: 0.005em;
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    font-family: "Open sans";
    display: block;
    color: rgb(50, 51, 51);
    padding-bottom: 12px;
    line-height: 14px;
  }

  .kubo-img-qr {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }

  .kubo-scanner-container {
    background-color: #f6f6f6;
    position: relative;
    overflow: hidden;
    padding: 12px;
  }

  .kubo-scanner-container .kubo-scanner-img {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .kubo-scanner-container .kubo-scanner-img .kubo-scanner-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #2e9f30;
    border-radius: 16px;
    animation: scan 3s linear forwards, fadeOut 6s linear forwards;
  }
  @keyframes scan {
    0%,
    100% {
      top: 0;
      animation-timing-function: ease-in-out;
    }

    50% {
      top: 100%;
      animation-timing-function: ease-in-out;
    }
  }

  @keyframes fadeOut {
    0%,
    50% {
      opacity: 1;
    }

    50.01%,
    100% {
      opacity: 0;
    }
  }
  .kubo-header-container-sesion .kubo-nav-container {
    width: 231px;
    border-radius: 16px;
    position: absolute;
    right: 0;
    top: 100px;
    background: #fff;
    box-shadow: 0px 8px 8px 0px #00000014;
    padding: 10px 0;
    transition: all 0.15s linear;
    pointer-events: none;
  }
  .kubo-header-container-sesion .kubo-nav-container.kubo-drawer-open {
    opacity: 1;
    pointer-events: all;
  }
  .kubo-navigation-drawer .kubo-header-sesion-info {
    display: none;
  }
}

/*----TABLET HEADER MEDIA QUERIES-----*/
@media screen and (max-width: 1439px) {
  .kubo-header-container {
    grid-template-columns: 24px auto 130px;
    grid-gap: 10px;
  }

  .kubo-hamburguer-button-1 {
    display: block;
    cursor: pointer;
    padding: 3px;
    margin-left: -3px;
  }

  .kubo-hamburguer-button-1 img {
    width: 18px;
  }

  .kubo-navigation-drawer {
    opacity: 0;
    background-color: #fff;
    padding: 0;
    transition: left 0.2s linear, max-height 0.2s linear;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.0784313725490196),
      inset 0 0.5rem 1rem 2px rgba(0, 0, 0, 0.0784313725490196);
    border-radius: 0;
    grid-template-rows: fit-content(164px) 1fr fit-content(140px);
    width: 320px;
    display: grid;
    top: 72px;
    left: -320px;
    z-index: 2;
  }

  .kubo-navigation-drawer.kubo-drawer-open {
    opacity: 1;
    left: 0;
  }

  .kubo-menu-title-mobile {
    padding: 24px 24px 0 24px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.001em;
    text-align: left;
    font-family: Open sans, sans-serif;
    justify-content: space-between;
    align-items: center;
    display: flex;
    color: #383b42;
    margin: 0;
  }

  .kubo-menu-title-mobile img {
    cursor: pointer;
    width: 12px;
    height: auto;
  }

  .kubo-nav {
    overflow-y: auto;
    scrollbar-color: #b1b2b2;
    scrollbar-width: thin;
    padding: 16px;
  }

  .kubo-nav-option:not(.kubo-option-submenu) {
    grid-gap: 16px;
    grid-template-columns: 24px 1fr;
    align-items: center;
    color: #656566;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 16px 0px 16px 16px;
    text-decoration: none;
    display: grid;
    position: relative;
  }

  .kubo-option-submenu {
    position: relative;
    border-radius: 16px;
  }

  .kubo-option-submenu.kubo-menu-active {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-radius: 16px;
  }

  .kubo-option-submenu.kubo-menu-active .kubo-option-submenu-box {
    padding-bottom: 0;
  }

  .kubo-option-submenu.kubo-menu-active.kubo-dot-badge:before {
    display: none;
  }

  .kubo-option-submenu-box {
    grid-gap: 16px;
    grid-template-columns: 24px 1fr 24px;
    align-items: center;
    color: #656566;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 16px;
    text-decoration: none;
    display: grid;
    position: relative;
  }

  .kubo-nav-suboption {
    color: #656566;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 16px;
    grid-template-columns: 1fr;
    padding: 16px;
    text-decoration: none;
    display: grid;
    position: relative;
    letter-spacing: 0.001em;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 8px;
  }

  .kubo-nav-option:not(.kubo-option-submenu):hover,
  .kubo-nav-suboption:hover {
    background-color: #ebeced;
  }

  .kubo-nav-option:hover .kubo-menu-txt,
  .kubo-nav-suboption:hover .kubo-menu-txt {
    color: #323333;
  }

  .kubo-submenu {
    display: none;
    box-sizing: border-box;
    max-height: 2000px;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    border-radius: 16px;
    grid-template-columns: 1fr;
    row-gap: 16px;
    padding: 16px;
  }

  .kubo-navigation-drawer .kubo-nav-suboption:last-of-type {
    margin-bottom: 0px;
  }

  .kubo-mim-only-slot {
    grid-gap: 16px;
    grid-template-columns: 1fr fit-content(300px);
    align-items: center;
  }

  .kubo-menu-txt {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.001em;
    color: #656566;
  }

  .kubo-navigation-drawer .kubo-menu-icon {
    display: block;
  }

  .kubo-arrow-drawer {
    display: block;
  }

  .kubo-arrow-desktop {
    display: none;
  }

  .kubo-downloap-app {
    display: none;
  }

  .kubo-sign-in-mobile {
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Open sans, sans-serif;
    text-decoration: none;
    display: flex;
    letter-spacing: 0.005em;
    border-radius: 16px;
    gap: 10px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    min-width: 86px;
    height: 54px;
    color: #2e9f30;
    background-color: transparent;
    border: 1px solid #2e9f30;
    display: flex;
    width: -webkit-fit-content;
    width: fit-content;
    line-height: normal;
  }

  .kubo-nav-bottom {
    padding: 16px 16px 24px;
  }

  .kubo-menu-background-opacity {
    pointer-events: none;
    background: none;
    z-index: 10;
    width: 100%;
    height: 100vh;
    transition: all 0.15s linear;
    position: fixed;
    top: 0;
    left: 0;
  }

  .kubo-menu-background-active {
    pointer-events: all;
    background: rgba(0, 0, 0, 0.72);
  }
  .kubo-header-container-sesion {
    display: grid;
    grid-template-columns: 18px 1fr fit-content(250px);
    justify-content: initial;
  }
 
  .kubo-header-sesion-info {
    display: none;
  }
  .kubo-navigation-drawer .kubo-header-sesion-info {
    display: block;
    border-top: solid 1px #cacbcc;
    padding: 12px 16px 16px;
  }
  .kubo-navigation-drawer .kubo-date-sesion p {
    font-size: 12px;
  }
  .kubo-pipe-style {
    display: none;
  }
  .kubo-date-sesion img {
    width: 16px;
    margin-right: 8px;
  }
  .kubo-date-sesion {
    margin: 7px 0 0;
  }
}

/*----MOBILE HEADER MEDIA QUERIES-----*/
@media screen and (max-width: 833px) {
  .kubo-hamburguer-button-1 {
    display: none;
  }

  .kubo-hamburguer-button-2 {
    display: block;
    cursor: pointer;
    text-align: right;
    padding: 3px;
    margin-right: -3px;
  }

  .kubo-menu-title-mobile {
    padding: 44px 30px 0 24px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.001em;
    text-align: left;
    font-family: Open sans, sans-serif;
    justify-content: space-between;
    align-items: center;
    display: flex;
    color: #383b42;
  }

  .kubo-hamburguer-button-2 img {
    width: 18px;
    height: auto;
  }

  .kubo-navigation-drawer {
    top: auto;
    border-radius: 16px 16px 0 0;
    width: 100%;
    max-height: 0;
    left: 0;
    box-shadow: none;
  }

  .kubo-navigation-drawer.kubo-drawer-open {
    max-height: 79vh;
    grid-template-rows: inherit;
  }

  .kubo-nav-bottom {
    border-top: 1px solid #d9d9d9;
    padding: 16px 16px 16px;
  }

  .kubo-nav {
    max-height: calc(79vh - 184px);
    padding: 16px 16px 10px;
  }

  .kubo-menu-slider {
    margin: 24px auto 0;
    background-color: #d9d9d9;
    width: 64px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
  }

  .kubo-header-container {
    grid-template-columns: auto 132px 24px;
  }

  .kubo-sign-in {
    color: #2e9f30;
    background-color: transparent;
    border: 1px solid #2e9f30;
  }

  .kubo-sign-in:hover {
    background-color: rgba(46, 159, 48, 0.23921568627450981);
  }

  .kubo-header-sesion-user {
    display: none;
    /* gap: 14px; */
  }
  .kubo-header-container-sesion {
    display: flex;
    grid-template-columns: 163px 188px;
    justify-content: space-between;
  }

  .kubo-sesion-user-navigator {
    padding: 24px 16px 11px 16px;
    display: flex;
    border: none;
    border-bottom: solid 1px #cacbcc;
    border-radius: inherit;
    /* align-items: center; */
    gap: 14px;
  }
  .kubo-sesion-name-prosp p {
    font-size: 16px;
  }
  .kubo-sesion-name-prosp span {
    font-size: 14px;
  }
}

@media screen and (max-width: 420px) {
  .kubo-header-container {
    grid-gap: 8px;
  }
}

@media screen and (max-width: 359px) {
  .kubo-header-container {
    grid-template-columns: auto 123px 35px;
  }

  .kubo-logo {
    display: none;
  }

  .kubo-logo-mobile {
    display: block;
    width: 24px;
  }

  .kubo-header-logo {
    width: 24px;
  }
}
