/* === COLORS === */
/* === TRANSITIONS === */
/* === SIZES === */
/* New public web */
/* line 74, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pastel-orange {
  background-color: #fce6a6;
}

/* line 76, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pale-orange {
  background-color: #fef7e5;
}

/* line 78, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pale-green {
  background-color: #eef7e5;
}

/* line 80, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-white {
  background-color: #fff;
}

/* line 82, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.color-dark-red {
  color: #970b00;
}

/* line 2, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
a:hover {
  text-decoration: none;
}

/* line 5, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
ul {
  margin: 0;
  padding: 0;
}

/* line 9, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
li {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 15, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
.header {
  min-height: 5rem;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  top: 0;
}
/* line 25, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
.header .navbar-container {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (min-width: 1200px) {
  /* line 25, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
  .header .navbar-container {
    flex-direction: row;
  }
}
/* line 37, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
.header .navbar-brand {
  align-self: flex-start;
}
/* line 40, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
.header .menu-right {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  /* line 40, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
  .header .menu-right {
    display: none;
  }
}
/* line 50, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
.header .navbar-toggler {
  border: 0;
  align-self: flex-start;
  padding: 0 0;
  margin-top: 1rem;
  cursor: pointer;
  outline: none !important;
  transform: translate(-50%, 0);
  opacity: 1;
}
/* line 62, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
.header .menu-toggle-bar {
  width: 24px;
  height: 2px;
  background-color: #344054;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}
/* line 75, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
.header .navbar-collapse {
  width: 0;
}
@media screen and (max-width: 1200px) {
  /* line 75, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
  .header .navbar-collapse {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0;
  }
}
/* line 82, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
.header .drop-down-menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  /* line 82, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
  .header .drop-down-menu {
    padding-top: 2rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

/* line 90, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
.public-header-btn-green {
  grid-column-gap: 0.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #009b72;
  border: 1px #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}
/* line 109, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
.public-header-btn-green:hover {
  background-color: #31ad8c;
}

/* line 112, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
.public-header-btn-login {
  grid-column-gap: 0.5rem;
  color: #009b72;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
}
/* line 129, /mnt/quipuapp/app/assets/stylesheets/public/03-organisms/header.sass */
.public-header-btn-login:hover {
  background-color: #f9fafb;
}
