@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');

.trial-header {
  /*background-color: #152941;*/
  background-color: #172f57;
  padding: 28px 0;
}

.teste {
  border: 1px solid red;
}

.row {
  width: 100% !important;
  margin-left: 2px !important;
}

div {
  margin: 0 auto;
}

.trial-header-container p {
  color: #FFF;
  /*font-family: 'Open Sans';*/
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  text-align: center;
}

.text-mark {
  color: #F9DA2F;
}

.text-mark-2 {
  /*color: #00A5E4;*/
  color: #326ac2;
  font-weight: 600;
  font-size: 20px;
}

#logo {
  width: 135px;
  align-self: center;
}

#trial-title {
  /*color: #094E69;*/
  color: #172f57;
  /*font-family: 'Hinted branding', sans-serif;*/
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  text-align: center;
}

.trial-empresas {
  margin-left: 8px;
}

.trial-empresas img {
  margin: 0 24px;
}

.trial-vantagens p {
  text-align: center;
  color: #094E69;
  margin-top: 12px;
  font-size: 16px;
}

.trial-vantagens {
  min-height: 440px;
}

.trial-vantagens img {
  width: 60px;
}

.trial-form {
  /*background-color: #00A5E4;*/
  background-color: #326ac2;
  border-radius: 14px;
}

.trial-form .field {
  -webkit-appearance:none;
  background-color: #FFFFFF !important;
  border: solid 1px #B9E1F1 !important;
  color: #172f57 !important;
  font-size: 12px;
  height: 44px !important;
  box-shadow: none;
}


.trial-form .field::placeholder {
  /*color: #C7E6F1 !important;*/
  color: #172f57 !important;
}



.trial-form .field:focus {
  border: solid 2px #B9E1F1 !important;
}

.trial-form .select-trial {
  -webkit-appearance: none !important;
  height: 44px;
  padding-left: 30px;
  border-style: none;
  border-radius: 50px;
  background-image: url('../../../images/selecticontrial.png'), url('../../../images/selectbackground-white.png');
  background-position: 96% 50%, 0px 0px;
  background-size: 12px, 31px;
  background-color: #FFFFFF !important;
  background-repeat: no-repeat, repeat;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif;
  color: #172f57!important;
  font-size: 12px;
  cursor: pointer;
  border: solid 2px #51B5DB;
  text-align-last:center !important;
}

.trial-form .select-trial option {
  color: #172f57 !important;
}

#trial-form-termos {
  color: #FFF;
  text-align: center;
}

#trial-form-termos a {
  color: #FFF;
  font-weight: 600;
}

#trial-form-title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.trial-numeros {
  min-height: 540px;
}

.trial-numeros p {
  font-size: 16px;
  color: #094E69;
  text-align: center;
}

.trial-footer {
  background-color: #172f57;
  padding: 32px 0;
}

.trial-footer p {
  color: #FFF;
  text-align: center;
  margin: 0;
  font-size: 12px;
}

#divider {
  background-color: #B9E1F1 !important;
  height: 1px;
  width: 95%;
  margin: 64px auto;
}

.funarte {
  width: 100px;
  height: 35px;
  background: url('../../../images/funarte.png') no-repeat;
  background-size: contain;
}

.funarte:hover {
  background: url('../../../images/funarte-overlay.png') no-repeat;
  background-size: contain;
}

#codigo-container {
  text-align: center;
}

.link-nav.cta.pad50 {
  border: none;
  background-color: #2cbe86 !important;
  color: #fafafa !important;
}

.label-codigo {
  background-color: #4FDCA9;
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 10px;
  /*font-family: "Open Sans", sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif;
  color: #094E69;
  padding: 10px 10px;
  margin-bottom: 10px;
}

.label-message {
  font-family: 'Source Sans Pro', sans-serif;
  /*font-family: "Open Sans", sans-serif;*/
  color: #000;
}

.label-codigo-error {
  color: #fff;
  background-color: #DC4F4F;
}

.check-icon {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.field.error, .select.error {
  border: 2px solid #ec7575!important;
  box-shadow: none;
}