@charset "UTF-8";
.checkbox-control {
  font-size: 0.8rem !important;
  line-height: 1.1;
  display: flex;
  gap: 1em;
  align-items: center;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: white;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #333333 !important;
  width: 2em;
  height: 2em;
  border: 0.15em solid #333333;
  border-radius: 0.4em !important;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 1em;
  height: 1em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #5ebad5;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid #333333;
  outline-offset: max(2px, 0.15em);
}

#breadcrumb-cube {
  background-color: #FFFFFF;
}
#breadcrumb-cube .breadcrumb {
  display: flex;
  gap: 1em;
  background-color: #FFFFFF;
}

.botoiav2 {
  border-radius: 31px;
  border: 3px solid #333333;
  box-shadow: 0px 0px 24px #00000029;
  padding: 0.4em 1.4em;
  display: inline-block;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.2s ease-in;
}
.botoiav2 span {
  font-size: 11px !important;
}
.botoiav2 span::after {
  content: "ᐳ";
  margin-left: 4em;
  font-size: 9px;
}
.botoiav2:hover {
  transform: scale(99%);
  opacity: 80%;
  text-decoration: none;
  box-shadow: none;
}

.botoi-urdina {
  background-color: #B9DFEB;
}

.botoi-morea {
  background-color: #968FB5;
}

.botoi-berdea {
  background-color: #C1D9BD;
}

.botoi-linka {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  line-height: normal;
  padding: 0 !important;
}

.botoia-s {
  padding: 1px 0.8em;
}
.botoia-s span::after {
  content: "ᐳ";
  margin-left: 1em;
  font-size: 9px;
}

.btn-double-container {
  border: 3px solid #030303;
  display: flex;
  width: 200px;
  height: 40px;
  background-color: #ffffff;
  position: relative;
}
.btn-double-container button {
  position: absolute;
  background-color: #9ED5E6;
  text-transform: uppercase;
  width: 200px;
  height: 40px;
  top: 6px;
  left: 6px;
  font-weight: 700;
  transition: all 0.2s ease-in;
}
.btn-double-container button:hover {
  top: 4px;
  left: 4px;
}

.text-gorria {
  color: #FD4C60 !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.separator-l {
  height: 3em;
}
