.bg-white {
  background-color: #ffffff !important;
}

.text-white {
  color: #ffffff !important;
}

.border-white {
  border-width: 2px;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border-style: solid;
  border-color: #ffffff !important;
}

.line-left-white {
  border-left: 4px solid #ffffff !important;
}
@media (max-width: 1200px) {
  .line-left-white {
    border-left: 0px !important;
  }
}

.line-top-white {
  border-top: 4px solid #ffffff !important;
}
@media (max-width: 1200px) {
  .line-top-white {
    border-top: 0px !important;
  }
}

.line-bottom-white {
  border-bottom: 4px solid #ffffff !important;
}

.button-white {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid transparent;
  color: white;
  background-color: #ffffff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}
.button-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
}
.button-white span {
  position: relative;
  z-index: 2;
}
.button-white:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
}
.button-white:hover::before {
  transform: translateX(-100%);
}

.button-empty-white {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}
.button-empty-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-100%);
}
.button-empty-white span {
  position: relative;
  z-index: 2;
}
.button-empty-white:hover {
  color: white !important;
  background-color: transparent !important;
}
.button-empty-white:hover::before {
  transform: translateX(0);
}

.button-enlarge-white {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid transparent;
  color: white;
  background-color: #ffffff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s, padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-enlarge-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1;
  transition: none;
  transform: none;
}
.button-enlarge-white span {
  position: relative;
  z-index: 2;
}
.button-enlarge-white:hover {
  color: white !important;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.bg-lime {
  background-color: #0aa83e !important;
}

.text-lime {
  color: #0aa83e !important;
}

.border-lime {
  border-width: 2px;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border-style: solid;
  border-color: #0aa83e !important;
}

.line-left-lime {
  border-left: 4px solid #0aa83e !important;
}
@media (max-width: 1200px) {
  .line-left-lime {
    border-left: 0px !important;
  }
}

.line-top-lime {
  border-top: 4px solid #0aa83e !important;
}
@media (max-width: 1200px) {
  .line-top-lime {
    border-top: 0px !important;
  }
}

.line-bottom-lime {
  border-bottom: 4px solid #0aa83e !important;
}

.button-lime {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid transparent;
  color: white;
  background-color: #0aa83e;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}
.button-lime::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0aa83e;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
}
.button-lime span {
  position: relative;
  z-index: 2;
}
.button-lime:hover {
  color: #0aa83e !important;
  background-color: transparent !important;
  border: 2px solid #0aa83e !important;
}
.button-lime:hover::before {
  transform: translateX(-100%);
}

.button-empty-lime {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid #0aa83e;
  color: #0aa83e;
  background-color: transparent;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}
.button-empty-lime::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0aa83e;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-100%);
}
.button-empty-lime span {
  position: relative;
  z-index: 2;
}
.button-empty-lime:hover {
  color: white !important;
  background-color: transparent !important;
}
.button-empty-lime:hover::before {
  transform: translateX(0);
}

.button-enlarge-lime {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid transparent;
  color: white;
  background-color: #0aa83e;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s, padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-enlarge-lime::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0aa83e;
  z-index: 1;
  transition: none;
  transform: none;
}
.button-enlarge-lime span {
  position: relative;
  z-index: 2;
}
.button-enlarge-lime:hover {
  color: white !important;
  background-color: transparent !important;
  border: 2px solid #0aa83e !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.bg-olive {
  background-color: #025237 !important;
}

.text-olive {
  color: #025237 !important;
}

.border-olive {
  border-width: 2px;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border-style: solid;
  border-color: #025237 !important;
}

.line-left-olive {
  border-left: 4px solid #025237 !important;
}
@media (max-width: 1200px) {
  .line-left-olive {
    border-left: 0px !important;
  }
}

.line-top-olive {
  border-top: 4px solid #025237 !important;
}
@media (max-width: 1200px) {
  .line-top-olive {
    border-top: 0px !important;
  }
}

.line-bottom-olive {
  border-bottom: 4px solid #025237 !important;
}

.button-olive {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid transparent;
  color: white;
  background-color: #025237;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}
.button-olive::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #025237;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
}
.button-olive span {
  position: relative;
  z-index: 2;
}
.button-olive:hover {
  color: #025237 !important;
  background-color: transparent !important;
  border: 2px solid #025237 !important;
}
.button-olive:hover::before {
  transform: translateX(-100%);
}

.button-empty-olive {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid #025237;
  color: #025237;
  background-color: transparent;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}
.button-empty-olive::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #025237;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-100%);
}
.button-empty-olive span {
  position: relative;
  z-index: 2;
}
.button-empty-olive:hover {
  color: white !important;
  background-color: transparent !important;
}
.button-empty-olive:hover::before {
  transform: translateX(0);
}

.button-enlarge-olive {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid transparent;
  color: white;
  background-color: #025237;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s, padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-enlarge-olive::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #025237;
  z-index: 1;
  transition: none;
  transform: none;
}
.button-enlarge-olive span {
  position: relative;
  z-index: 2;
}
.button-enlarge-olive:hover {
  color: white !important;
  background-color: transparent !important;
  border: 2px solid #025237 !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.bg-forest {
  background-color: #001C12 !important;
}

.text-forest {
  color: #001C12 !important;
}

.border-forest {
  border-width: 2px;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border-style: solid;
  border-color: #001C12 !important;
}

.line-left-forest {
  border-left: 4px solid #001C12 !important;
}
@media (max-width: 1200px) {
  .line-left-forest {
    border-left: 0px !important;
  }
}

.line-top-forest {
  border-top: 4px solid #001C12 !important;
}
@media (max-width: 1200px) {
  .line-top-forest {
    border-top: 0px !important;
  }
}

.line-bottom-forest {
  border-bottom: 4px solid #001C12 !important;
}

.button-forest {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid transparent;
  color: white;
  background-color: #001C12;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}
.button-forest::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #001C12;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
}
.button-forest span {
  position: relative;
  z-index: 2;
}
.button-forest:hover {
  color: #001C12 !important;
  background-color: transparent !important;
  border: 2px solid #001C12 !important;
}
.button-forest:hover::before {
  transform: translateX(-100%);
}

.button-empty-forest {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid #001C12;
  color: #001C12;
  background-color: transparent;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}
.button-empty-forest::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #001C12;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-100%);
}
.button-empty-forest span {
  position: relative;
  z-index: 2;
}
.button-empty-forest:hover {
  color: white !important;
  background-color: transparent !important;
}
.button-empty-forest:hover::before {
  transform: translateX(0);
}

.button-enlarge-forest {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid transparent;
  color: white;
  background-color: #001C12;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s, padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-enlarge-forest::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #001C12;
  z-index: 1;
  transition: none;
  transform: none;
}
.button-enlarge-forest span {
  position: relative;
  z-index: 2;
}
.button-enlarge-forest:hover {
  color: white !important;
  background-color: transparent !important;
  border: 2px solid #001C12 !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.bg-brick {
  background-color: #f23131 !important;
}

.text-brick {
  color: #f23131 !important;
}

.border-brick {
  border-width: 2px;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border-style: solid;
  border-color: #f23131 !important;
}

.line-left-brick {
  border-left: 4px solid #f23131 !important;
}
@media (max-width: 1200px) {
  .line-left-brick {
    border-left: 0px !important;
  }
}

.line-top-brick {
  border-top: 4px solid #f23131 !important;
}
@media (max-width: 1200px) {
  .line-top-brick {
    border-top: 0px !important;
  }
}

.line-bottom-brick {
  border-bottom: 4px solid #f23131 !important;
}

.button-brick {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid transparent;
  color: white;
  background-color: #f23131;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}
.button-brick::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f23131;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
}
.button-brick span {
  position: relative;
  z-index: 2;
}
.button-brick:hover {
  color: #f23131 !important;
  background-color: transparent !important;
  border: 2px solid #f23131 !important;
}
.button-brick:hover::before {
  transform: translateX(-100%);
}

.button-empty-brick {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid #f23131;
  color: #f23131;
  background-color: transparent;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}
.button-empty-brick::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f23131;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-100%);
}
.button-empty-brick span {
  position: relative;
  z-index: 2;
}
.button-empty-brick:hover {
  color: white !important;
  background-color: transparent !important;
}
.button-empty-brick:hover::before {
  transform: translateX(0);
}

.button-enlarge-brick {
  padding: 8px 20px !important;
  border-radius: 0rem 1.2rem 0rem 1.2rem;
  border: 2px solid transparent;
  color: white;
  background-color: #f23131;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: color 0.3s, padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-enlarge-brick::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f23131;
  z-index: 1;
  transition: none;
  transform: none;
}
.button-enlarge-brick span {
  position: relative;
  z-index: 2;
}
.button-enlarge-brick:hover {
  color: white !important;
  background-color: transparent !important;
  border: 2px solid #f23131 !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}/*# sourceMappingURL=color.css.map */