.hero-background-image {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.margin-parallax-card {
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
}

.loading-height {
  min-height: 99vh;
}

.yellow-background {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FCB833;
  color: #FFFFFF;
}

.gray-background {
  display: block;
  position: relative;
  width: 100%;
  background-color: gray;
  color: #FFFFFF;
  text-align: center;
}

.ececec-background {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ECECEC;
  color: #f16670;
  text-align: center;
}

.violet-background {
  display: block;
  position: relative;
  width: 100%;
  background-color: #4E1297;
  color: #FFFFFF;
}

.soft-gray-background {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FAFAFA;
  color: #FFFFFF;
}

.brands-logos > div {
  margin-bottom: 1rem;
}

.side-image {
  display: block;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-image-plant {
  background-position: right bottom;
  width: 400px;
  height: 400px;
  left: -200px;
  margin-top: -250px;
  z-index: 1;
  background-image: url(../../img/sections/brands/side-plant.png);
}

.workWithUs {
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../../img/sections/about-us/work-with-us.jpg);
}

.side-image-glasses {
  background-position: right bottom;
  width: 400px;
  height: 400px;
  left: -200px;
  margin-top: 200px;
  background-image: url(../../img/sections/brands/side-glasses.png);
}

.side-image-coffee {
  background-position: left top;
  width: 400px;
  height: 400px;
  right: -200px;
  margin-top: 450px;
  background-image: url(../../img/sections/brands/side-coffee.png);
}

.number {
  position: relative;
  display: block;
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.number p {
  line-height: 32px;
}

.line {
  position: absolute;
  display: block;
  height: 3px;
  width: 0px;
  margin-top: -15px;
  background: #ffffff;
  transition: width linear 0.2s;
  -moz-transition: width linear 0.2s;
  -ms-transition: width linear 0.2s;
  -o-transition: width linear 0.2s;
  -webkit-transition: width linear 0.2s;
}

.preload-img {
  background: no-repeat -9999px -9999px;
}

.brands-logos > div {
  opacity: 0;
  transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
}

.brands-logos > div.show {
  opacity: 1;
}

@media all and (max-width: 768px) {
  .side-image-glasses,
  .side-image-coffee {
    display: none;
  }
}
.purple-box-text {
  white-space: pre-line;
}

/* Marcas contact form input typography */
.common-form .form_group input,
.common-form .form_group select,
.common-form .form_group textarea {
  font-size: 13.4px;
  font-weight: 400;
  color: #1A1A1A;
}

.common-form .form_group input::placeholder,
.common-form .form_group textarea::placeholder {
  color: #A5A5A5;
  opacity: 1;
}

.common-form .form_group select {
  color: #A5A5A5;
}

/* Marcas newsletter checkbox */
.marcas .checkbox .helper {
  width: 19px;
  height: 19px;
  border-radius: 1px;
  border: 2px solid #FC5C3F;
  background-color: #7141AC;
}

.marcas .checkbox .helper::before,
.marcas .checkbox .helper::after {
  background-color: #FC5C3F !important;
}

.marcas .checkbox .helper::before {
  box-shadow: 0 0 0 0.0625rem #7141AC;
}

.marcas .checkbox label:hover .helper,
.marcas .checkbox input:checked ~ .helper {
  color: #FC5C3F;
  border-color: #FC5C3F;
  background-color: #7141AC;
}

/*# sourceMappingURL=brands.css.map */
