body {
  color: #FEFEFE;
  font-family: 'globotipo_textoregular', serif;
  background: linear-gradient(212.06deg, #970E7B 10.47%, #4F0E83 77.24%);
}

b, strong {
  font-family: 'globotipo_textobold', serif;
}

/*Flexbox e propriedades*/

.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}

.uppercase {
  text-transform: uppercase;
}

.container {
  max-width: 600px;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 768px)  {
  .container {
    max-width: 320px;
    margin: 0 auto;
  }
}
.wrapper {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.header {
  margin-bottom: 20px;
}

.gap {
  gap: 70px;
}
@media screen and (max-width: 1200px) {
  .gap {
    gap: 30px;
  }
}

@media screen and (max-width: 860px) {
  .wrapper {
    margin-bottom: 150px;
  }
  .header__img {
    max-width: 150px;
  }
}

.posters {
  margin-bottom: 54px;
  max-width: 554px;
  flex: 1;
}
.poster-1 {

}
.poster-2 {
  flex: 1 1 150px;
  max-width: 300px;
}

.title {
  font-family: 'globotipo_textobold', serif;
  font-size: 35px;
  line-height: 38px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
}

.title__confirm {
  font-family: 'globotipo_textoblack', serif;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
}
.confirm__ico-location {
  margin-bottom: 28px;
}

@media screen and (max-width: 860px) {
  .title {
    font-size: 26px;
    line-height: 32px;
  }
  .title__confirm {
    font-size: 36px;
    line-height: 38px;
  }
}

.footer {
  width: 100%;
  position: relative;
}
.footer-polygon {
  width: 100%;
  height: 165px;
  background: #28003D;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  position: absolute;
  z-index: 1;
}
.logo__footer {
  width: 52px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}
.footer__container {
  max-width: 1440px;
  padding: 0 40px;
  z-index: 2;
  position: relative;
  top: -30px;
}

.footer__title {
  font-family: 'globotipo_textoblack', serif;
  font-size: 36px;
  line-height: 42px;
  text-align: right;
  text-transform: uppercase;
  color: #FEFEFE;
  font-weight: 900;
}
.gradient {
  background-image: linear-gradient(90.69deg, #FF2174 46.11%, #FF2F41 54.81%, #FF3430 57.67%, #FF9B19 72.09%), linear-gradient(277.46deg, #7E29E7 83.8%, #DA1C87 96.91%);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 860px) {
  .footer__title {
    font-size: 24px;
    line-height: 33px;
  }
  .logo__footer {
    top: -115px;
  }
}


/*FormulÃ¡rio*/
.form__perso {
  max-width: 592px;
  flex: 1;
}

.hbspt-form {
  width: 100%;
  color: #fff;
}
.form__perso label {
  font-size: 13px;
  line-height: 13px;

}
.form__perso .hs-error-msg {
  font-size: 10px;
  color: red !important;
}
.form__perso .hs-error-msgs {
}
.form__perso .hs-form-b277ee5f-0af7-47d5-87e0-a719c1b018a0_2ed0863c-fcf6-43eb-b888-4cf341198e45 .hs-form-field label:not(.hs-error-msg) {
  color: #FFFFFF !important;
}
.hs-form-b277ee5f-0af7-47d5-87e0-a719c1b018a0_e393514d-21b8-4a0b-82f8-b472190a2113 label {
  color: #ffffff;
}
.form__perso .field {
  font-family: 'globotipo_textoregular', serif;
  background: #7D3C99;
  min-height: 69px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 300;
  padding: 15px 20px;
  transition: all 0.2s;
}
.form__perso .field:hover, .form__perso .field:active, .form__perso .field:visited, .form__perso .field:focus, .form__perso .field:focus-visible, .form__perso .field:focus-within {
  font-family: 'globotipo_textobold', serif;
  background: #fff;
  color: #8E25F6;
  font-weight: 900;
  border-left: 3px solid #AE3898;
  border-top: 0;
  border-bottom: 0;
}
.form__perso .input input {
  background: transparent !important;
  border: none;
  width: 100%;
  color: #fff;
}
.form__perso .input input:hover, .form__perso .input input:active, .form__perso .input input:visited, .form__perso .input input:focus, .form__perso .input input:focus-visible {
  color: #8E25F6;
}

.actions {
  text-align: center;
  margin-top: 30px;
}
.form__perso .hs-button {
  font-family: 'globotipo_textoblack', serif;
  width: 592px;
  height: 63px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  border: none;
  margin: 0 auto;
  background: linear-gradient(90.15deg, #FFA600 3.08%, #FF3132 100.32%);
  border-radius: 58px;
  cursor: pointer;
}

.br-desktop {
  display: block;
}

@media screen and (max-width: 1080px) {
  .form__perso .hs-button {
    width: 450px;
  }
}

@media screen and (max-width: 860px) {
  .form__perso .hs-button {
    font-family: 'globotipo_textoblack', serif;
    width: 320px;
    height: 50px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }
  .br-desktop {
    display: none;
  }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.4; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
  opacity: 0.4;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
  opacity: 0.4;
}

.hs_error_rollup, .hs-error-msg {
  display: block;
  padding-top: 20px;
}

.hs_error_rollup .hs-main-font-element {
  font-size: 20px !important;
}

.hs-main-font-element {
  font-size: 16px !important;
}
