@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600");
@font-face {
  font-family: 'Champion Lightweight';
  src: url("/CSS/Resengo/fonts/Champion-HTF-Lightweight.otf") format("opentype");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar-thumb {
  background-color: #afb8c2;
  color: #afb8c2;
  border-radius: 25px;
  border-width: 0;
}

::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  height: 6px;
  width: 6px;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #2a343e;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fafafa;
}

h1 {
  font-family: 'Champion Lightweight', Montserrat, sans-serif;
  font-size: 50px;
  letter-spacing: 1px;
  line-height: 75px;
  margin-bottom: 20px;
}

b, strong {
  font-weight: 600;
}

p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

a {
  color: #e41e2b;
  text-decoration: underline;
}

a:hover {
  color: #2a343e;
}

label {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  color: #2a343e;
}

label[for] {
  cursor: pointer;
}

.description {
  color: #727f8e;
  margin-bottom: 40px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center input[type="submit"] {
  margin: 20px auto;
}

section {
  margin-bottom: 50px;
}

input, textarea, select {
  font-family: Montserrat, sans-serif;
  border: 0;
  border-radius: 0;
}

select, select:focus {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAMAAAAc7xz/AAAAPFBMVEUAAACAgICAgICIiIiHh4d7hISAgIB7e4SAgIB8fIN6fH57e316e317fHx6fH17e3x7fHx6fH16e3x6e3xW9ceaAAAAE3RSTlMACgwPERseHyAhjKy+w8jN3uH69RYKugAAAExJREFUeNp1yDcCgCAQRcFVMIEB/Pe/q6l4bOGUY7+WHAwxj99W7YE9VJ6fqnQ/K5XBrN/0Pqu1M94v75af2fZP1j3Ls/5Z/6z71OwFvk4HPhxotvEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 11px 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="number"],
select, textarea {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  padding: 15px 28px;
  color: #2a343e;
  background-color: #f2f3f4;
}

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder,
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Edge */
  color: #727f8e;
}

input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder,
select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727f8e;
}

input[type="text"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder,
select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #727f8e;
}

input[type="text"]::placeholder, input[type="tel"]::placeholder, input[type="email"]::placeholder, input[type="number"]::placeholder,
select::placeholder, textarea::placeholder {
  color: #727f8e;
}

input[type="submit"] {
  -webkit-appearance: none;
  background-color: #e41e2b;
  border-radius: 5px;
  -webkit-transition: all 0.16s ease 0s;
  transition: all 0.16s ease 0s;
  font-size: 22px;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 16px 0 rgba(228, 30, 43, 0.2);
          box-shadow: 0 2px 16px 0 rgba(228, 30, 43, 0.2);
  height: 60px;
  padding: 0 40px 0 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
}

input[type="submit"]:hover {
  -webkit-transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1.08, 1.08, 1);
          transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1.08, 1.08, 1);
  background-color: rgba(228, 30, 43, 0.8);
}

input[type="checkbox"] {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: top;
  margin: 0;
  -webkit-appearance: none;
  z-index: 2;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

input[type="checkbox"] + label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 0.6em 0;
  min-height: 20px;
  line-height: 22px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

input[type="checkbox"] + label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(114, 127, 142, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -10px;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
}

input[type="checkbox"] + label svg {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  fill: #ffffff;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
}

input[type="checkbox"]:checked + label svg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="checkbox"]:checked + label::before {
  background-color: #e41e2b;
  border-color: #e41e2b;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-bottom: 20px;
}

.form-row.split {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 667px) {
  .form-row.split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 667px) {
  .form-row {
    margin-bottom: 0;
  }
}

.form-field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.form-field:not(:last-child) {
  margin-right: 50px;
}

.form-field.promo {
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(35, 35, 35, 0.02);
          box-shadow: 0 6px 16px 0 rgba(35, 35, 35, 0.02);
  background-color: #fff;
  padding: 35px 20px;
  cursor: pointer;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-field.promo > * {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-field.promo:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(35, 35, 35, 0.04);
          box-shadow: 0 8px 16px 0 rgba(35, 35, 35, 0.04);
}

@media only screen and (max-width: 667px) {
  .form-field {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 667px) {
  .promo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .promo > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}

.promo__img {
  margin: 0 20px;
}

.promo__img img {
  width: 80px;
}

@media only screen and (max-width: 667px) {
  .promo__img {
    margin: 20px 0;
  }
}

.promo__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form-input {
  width: 100%;
}

.info-message, .error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  font-size: 15px;
  line-height: 24px;
  background: #f2f3f4;
  color: #727f8e;
}

.info-message__header, .error-message__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-message__icon, .error-message__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.info-message__icon svg, .error-message__icon svg {
  fill: #e41e2b;
}

.info-message__body, .error-message__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.error-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    font-size: 15px;
    line-height: 24px;
    background: #e41e2b;
    color: #f2f3f4;
}

.error-message__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.error-message__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
}

    .error-message__icon svg {
        fill: #f2f3f4;
    }

.error-message__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/*# sourceMappingURL=horeca-comeback.css.map */