html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none !important;
  display: block;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after, .clearfix:before {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}

@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 12px;
  }
  100% {
    top: 0;
  }
}

@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}

@-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}

@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.linha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.coluna {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: .75rem;
  padding-right: .75rem;
}

.coluna-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  -webkit-flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.coluna-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666%;
  flex: 0 0 16.66666%;
  -webkit-flex: 0 0 16.66666%;
  max-width: 16.66666%;
}

.coluna-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  max-width: 25%;
}

.coluna-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  -webkit-flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.coluna-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666%;
  flex: 0 0 41.66666%;
  -webkit-flex: 0 0 41.66666%;
  max-width: 41.66666%;
}

.coluna-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  max-width: 50%;
}

.coluna-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  -webkit-flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.coluna-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  -webkit-flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

.coluna-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  max-width: 75%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.icon-loading {
  height: 11.5px;
  width: 45px;
}

.titulo {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 60px;
  font-size: 3.75rem;
  color: #FFF;
}

.subtitulo {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #FFF;
}

.texto {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #FFF;
}

.texto strong {
  font-weight: 700;
}

.btn {
  padding: 1.25rem 2rem;
  color: #FFF;
  border-radius: 45px;
  background: #D4114D;
  font-family: "Montserrat", sans-serif;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
}

.btn-icone {
  width: 28px;
  height: 16px;
  fill: #FFF;
  margin-left: 1.5rem;
}

.popup-sweet {
  border-radius: 10px !important;
}

.titulo-sweet {
  margin-bottom: 2rem !important;
  font-family: "Montserrat", sans-serif;
  color: #21262C !important;
}

.conteudo-sweet {
  color: #21262C !important;
  font-family: "Montserrat", sans-serif;
}

.botao-sweet {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.clique-sweet {
  display: inline;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-decoration: underline !important;
}

.clique-sweet:hover {
  opacity: .7;
}

.backdrop {
  background: rgba(0, 0, 0, 0.32);
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  visibility: hidden;
  width: 100vw;
  will-change: opacity;
  z-index: 10;
}

.backdrop.is-active {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.mensagem-backdrop {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mensagem-backdrop p {
  color: white;
  padding: 2.5rem 4rem;
  background: var(--cor-2);
  border-radius: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
}

.form-campo {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
  position: relative;
}

.form-campo:last-child {
  margin-bottom: 0;
}

.form-campo label {
  color: #848484;
  letter-spacing: 0;
  margin-bottom: .25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.form-campo input,
.form-campo textarea {
  outline: 0;
  border-radius: .25rem;
  height: 56px;
  padding: .5rem 0;
  color: #2B1944;
  border: 0;
  border-bottom: 1px solid #CCC;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}

.form-campo input::placeholder,
.form-campo textarea::placeholder {
  color: #2B1944;
  opacity: 1;
  /* Firefox */
}

.form-campo input:-ms-input-placeholder,
.form-campo textarea:-ms-input-placeholder {
  color: #2B1944;
}

.form-campo input::-ms-input-placeholder,
.form-campo textarea::-ms-input-placeholder {
  color: #2B1944;
}

.form-campo select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: 0;
  cursor: pointer;
  height: 45px;
  color: #2B1944;
  padding: .5rem 1rem;
  border-radius: .25rem;
  border: 0;
  border-bottom: 1px solid #CCC;
  text-transform: uppercase;
  background: url(../../images/icone/seta_baixo.png) no-repeat;
  background-size: 16px;
  background-position-y: center;
  background-position-x: 96%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.form-campo input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  background: #f0f0f0;
  margin-right: .5rem;
}

.swal2-styled:focus {
  box-shadow: none !important;
}

.jq-toast-wrap {
  width: 360px;
}

.jq-toast-wrap .jq-has-icon {
  padding: 1.5rem 1.5rem 1.5rem 50px;
  border-radius: 7px 7px 0 0;
  line-height: 1.3;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Ubuntu';
}

.jq-toast-wrap .jq-has-icon h2 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'Ubuntu';
}

.jq-toast-wrap .jq-icon-info {
  color: var(--cor-1);
  background-color: var(--cor-2);
  border-color: rgba(255, 255, 255, 0.3);
}

.jq-toast-wrap .jq-icon-info .jq-toast-loader {
  background: var(--cor-1) !important;
}

.jq-toast-wrap .jq-icon-error {
  background-color: #980e0e;
  border-color: rgba(255, 255, 255, 0.3);
}

.jq-toast-wrap .jq-icon-error .jq-toast-loader {
  background: white !important;
}

.jq-toast-wrap .jq-icon-success {
  background-color: #7BB25F;
  border-color: rgba(255, 255, 255, 0.3);
}

.jq-toast-wrap .jq-icon-success .jq-toast-loader {
  background: white !important;
}

.help-block {
  margin-top: 6px;
  color: #FFF;
  padding: .125rem .25rem;
  border-radius: .125rem;
  background-color: #D4114D;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: -1.125rem;
  left: 0;
  font-size: 10px;
  font-size: 0.625rem;
}

.has-error input,
.has-error textarea {
  border-color: #21262C;
}

.z-index-100 {
  z-index: 100;
}

@media (max-width: 1680px) {
  .container {
    max-width: 1440px;
  }
  .titulo {
    font-size: 48px;
    font-size: 3rem;
  }
  .texto {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1441px) {
  .container {
    max-width: 1272px;
  }
  .titulo {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .texto {
    font-size: 16px;
    font-size: 1rem;
  }
  .btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
    font-size: 1rem;
  }
  .form-campo label {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .form-campo input {
    height: 44px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1281px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1025px) {
  .container {
    max-width: 978px;
  }
  .titulo {
    font-size: 32px;
    font-size: 2rem;
  }
  .texto {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .form-campo {
    margin-bottom: 1rem;
  }
  .form-campo label {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .form-campo input {
    height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
