@charset "UTF-8";
/*
Plugin Name: Tempero Parceiros
Plugin URI: https://temperopropaganda.com.br
Author: Elton Baroncello
Description: Plugin de leads e formulários de contato Tempero Propaganda
Version: 0.3
License: Private License
License URI: https://temperopropaganda.com.br

  _______                                  _____                                             _       
 |__   __|                                |  __ \                                           | |      
    | | ___ _ __ ___  _ __   ___ _ __ ___ | |__) | __ ___  _ __   __ _  __ _  __ _ _ __   __| | __ _ 
    | |/ _ \ '_ ` _ \| '_ \ / _ \ '__/ _ \|  ___/ '__/ _ \| '_ \ / _` |/ _` |/ _` | '_ \ / _` |/ _` |
    | |  __/ | | | | | |_) |  __/ | | (_) | |   | | | (_) | |_) | (_| | (_| | (_| | | | | (_| | (_| |
    |_|\___|_| |_| |_| .__/ \___|_|  \___/|_|   |_|  \___/| .__/ \__,_|\__, |\__,_|_| |_|\__,_|\__,_|
                     | |                                  | |           __/ |                        
                     |_|                                  |_|          |___/                         
					 https://temperopropaganda.com.br



MASTER CSS
*/
.tempero_parceiro_form {
  /*
  border-radius: $border-radius;
  /* */
}
.tempero_parceiro_form * {
  background-color: transparent !important;
}
.tempero_parceiro_form .tempero_parceiros_return {
  padding: 36px;
  background-color: rgba(255, 174, 0, 0.3) !important;
  display: none;
}
.tempero_parceiro_form .forminputwrap_file label {
  font-weight: 700;
  padding-top: 18px;
}
.tempero_parceiro_form .forminputwrap_file [type=file] {
  /* Style the color of the message that says 'No file chosen' */
  color: hsl(0, 0%, 50%);
  margin-bottom: 32px;
}
.tempero_parceiro_form .forminputwrap_file [type=file]::-webkit-file-upload-button {
  background: hsl(0, 0%, 50%);
  border: 2px solid hsl(0, 0%, 50%);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 1s ease;
}
.tempero_parceiro_form .forminputwrap_file [type=file]::-webkit-file-upload-button:hover {
  background: #fff;
  border: 2px solid #213a6e;
  color: #213a6e;
}
.tempero_parceiro_form .tempero_form_fields {
  /** {
  	background-color: rgba($color: magenta, $alpha: 0.2);
  	outline: 1px dotted limegreen!important;
  }*/
  position: relative;
}
.tempero_parceiro_form .tempero_form_fields input:not(input[type=radio]), .tempero_parceiro_form .tempero_form_fields select, .tempero_parceiro_form .tempero_form_fields label, .tempero_parceiro_form .tempero_form_fields span, .tempero_parceiro_form .tempero_form_fields textarea {
  box-sizing: border-box;
  display: block;
}
.tempero_parceiro_form .tempero_form_fields .input_wrapper {
  position: relative;
  height: 60px;
  overflow: hidden;
  display: block;
}
.tempero_parceiro_form .tempero_form_fields .input_wrapper label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid #213a6e;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
}
.tempero_parceiro_form .tempero_form_fields .input_wrapper label:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #ff914c;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.tempero_parceiro_form .tempero_form_fields .input_wrapper label .content-name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-bottom: 5px;
  transition: all 0.3s ease;
  width: 100%;
}
.tempero_parceiro_form .tempero_form_fields .input_wrapper select,
.tempero_parceiro_form .tempero_form_fields .input_wrapper textarea,
.tempero_parceiro_form .tempero_form_fields .input_wrapper input:not([type=radio]):not([type=checkbox]) {
  position: absolute;
  outline: 1px solid limegreen;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 20px 0 0 0 !important;
  line-height: 1;
  border: none;
  background-color: #FFFFFF;
  margin: 0px;
  box-shadow: none;
  color: #213a6e;
}
.tempero_parceiro_form .tempero_form_fields .input_wrapper select:focus,
.tempero_parceiro_form .tempero_form_fields .input_wrapper textarea:focus,
.tempero_parceiro_form .tempero_form_fields .input_wrapper input:not([type=radio]):not([type=checkbox]):focus {
  outline: none;
}
.tempero_parceiro_form .tempero_form_fields .input_wrapper select:focus + .label-name .content-name, .tempero_parceiro_form .tempero_form_fields .input_wrapper select:valid + .label-name .content-name,
.tempero_parceiro_form .tempero_form_fields .input_wrapper textarea:focus + .label-name .content-name,
.tempero_parceiro_form .tempero_form_fields .input_wrapper textarea:valid + .label-name .content-name,
.tempero_parceiro_form .tempero_form_fields .input_wrapper input:not([type=radio]):not([type=checkbox]):focus + .label-name .content-name,
.tempero_parceiro_form .tempero_form_fields .input_wrapper input:not([type=radio]):not([type=checkbox]):valid + .label-name .content-name {
  transform: translateY(-100%);
  font-size: 14px;
  left: 0px;
  color: hsl(0, 0%, 50%);
}
.tempero_parceiro_form .tempero_form_fields .input_wrapper select:focus + .label-name::after, .tempero_parceiro_form .tempero_form_fields .input_wrapper select:valid + .label-name::after,
.tempero_parceiro_form .tempero_form_fields .input_wrapper textarea:focus + .label-name::after,
.tempero_parceiro_form .tempero_form_fields .input_wrapper textarea:valid + .label-name::after,
.tempero_parceiro_form .tempero_form_fields .input_wrapper input:not([type=radio]):not([type=checkbox]):focus + .label-name::after,
.tempero_parceiro_form .tempero_form_fields .input_wrapper input:not([type=radio]):not([type=checkbox]):valid + .label-name::after {
  transform: translateX(0%);
}
.tempero_parceiro_form .tempero_form_fields .radio-contato-wrapper {
  display: flex;
  padding: 0px;
}
.tempero_parceiro_form .tempero_form_fields .radio-contato-wrapper input[type=radio] + label {
  padding: 0px;
  border: 2px solid #213a6e;
  width: 50%;
  margin: 0;
  text-align: left;
  color: #213a6e;
  font-weight: 700;
  padding: 9px;
}
.tempero_parceiro_form .tempero_form_fields .radio-contato-wrapper input[type=radio]:checked + label {
  background-color: #213a6e;
  color: #FFFFFF;
}
.tempero_parceiro_form .tempero_form_fields .radio-contato-wrapper input[type=radio] {
  display: none;
}
.tempero_parceiro_form .produtos-cta-wrap {
  text-align: center;
}
.tempero_parceiro_form .produtos-cta-wrap button.button_tempero_primary {
  text-align: none;
  padding: 9px;
  min-width: 150px;
  background-color: #FFFFFF;
  color: #213a6e;
  text-transform: uppercase;
  border: 1px solid #213a6e;
  border-radius: 6px;
  margin: 18px auto;
  font-weight: 700;
}
.tempero_parceiro_form .produtos-cta-wrap button.button_tempero_primary:hover, .tempero_parceiro_form .produtos-cta-wrap button.button_tempero_primary:focus {
  background-color: #213a6e;
  color: #FFFFFF;
}
.tempero_parceiro_form .submit_button_wrapper {
  padding: 32px 0;
  text-align: center;
}
.tempero_parceiro_form .submit_button_wrapper button {
  background-color: #213a6e !important;
  margin: 0 auto;
  width: 100%;
}

.tempero_parceiro_form_busca {
  margin-top: 72px;
}
.tempero_parceiro_form_busca .form_row {
  display: flex;
  flex-direction: row;
}
.tempero_parceiro_form_busca .form_row .form_cel {
  width: 50%;
}
.tempero_parceiro_form_busca .form_row .form_cel label {
  font-weight: 700;
  color: #213a6e;
}
.tempero_parceiro_form_busca .form_row .form_cel select {
  background-color: #213a6e;
  color: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #ff914c;
}
.tempero_parceiro_form_busca .form_row .form_cel.form_cel_estado {
  width: 175px;
  min-width: 175px;
  margin-right: 18px;
}
.tempero_parceiro_form_busca .form_row .form_cel.form_cel_cidade {
  width: 100%;
}
.tempero_parceiro_form_busca .submit_button_wrapper {
  display: none;
}

#registrar-beneficiario-unitalles input.field_invalid {
  border: 1px solid red;
}
#registrar-beneficiario-unitalles input.field_valid {
  border: 1px solid green;
}

input[type=password].weak-password,
#registro_password.weak-password {
  border-color: red;
}
input[type=password].medium-password,
#registro_password.medium-password {
  border-color: blue;
}
input[type=password].strong-password,
#registro_password.strong-password {
  border-color: green;
}

/*
#password-strength-status {
	&.weak-password {
		color: red;
	}
	&.medium-password {
		color: blue;
	}
	&.strong-password {
		color: green;
	}
}*/
.show-field-validation {
  font-size: 9px;
  top: -9px;
  position: relative;
}
.show-field-validation.weak-password {
  color: red;
}
.show-field-validation.medium-password {
  color: blue;
}
.show-field-validation.strong-password {
  color: green;
}

#registrar-beneficiario-unitalles .grid-x.grid-padding-x {
  gap: 18px 0;
}
#registrar-beneficiario-unitalles .cell label {
  padding: 0 9px;
  top: -22px;
  left: 0px;
  color: #213a6e;
  font-weight: 700;
}
#registrar-beneficiario-unitalles .cell > input,
#registrar-beneficiario-unitalles .cell > select {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border: rgba(33, 58, 110, 0.2) 1px solid;
  padding: 9px 9px 9px 9px;
  margin: 0px;
  color: #213a6e;
  border-radius: 6px;
}
#registrar-beneficiario-unitalles .cell > select {
  padding: 9px 32px 9px 9px;
}

table.table-cadastro-beneficiario {
  display: block;
  margin-top: 36px;
}
table.table-cadastro-beneficiario > thead {
  display: none;
}
table.table-cadastro-beneficiario > tbody {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
  border: none;
}
table.table-cadastro-beneficiario > tbody tr {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 0px 18px 0px;
  border: none;
  background-color: rgba(33, 58, 110, 0.02);
  border-radius: 6px;
  border: 1px solid #213a6e;
}
@media screen and (min-width: 40em) {
  table.table-cadastro-beneficiario > tbody tr {
    flex-direction: row;
    gap: 18px;
    padding: 18px 0;
  }
}
table.table-cadastro-beneficiario > tbody tr:first-child .td-cell.td-cell-action {
  display: none;
}
@media screen and (min-width: 40em) {
  table.table-cadastro-beneficiario > tbody tr:first-child .td-cell.td-cell-action {
    display: block;
    width: 220px;
  }
}
table.table-cadastro-beneficiario > tbody tr td.td-cell {
  position: relative;
  display: block;
  padding: 0px;
  margin: 18px 0;
  width: 100%;
}
table.table-cadastro-beneficiario > tbody tr td.td-cell input,
table.table-cadastro-beneficiario > tbody tr td.td-cell select {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border: rgba(33, 58, 110, 0.2) 1px solid;
  padding: 9px 9px 9px 9px;
  margin: 0px;
  color: #213a6e;
  border-radius: 6px;
}
table.table-cadastro-beneficiario > tbody tr td.td-cell select {
  padding: 9px 32px 9px 9px;
}
table.table-cadastro-beneficiario > tbody tr td.td-cell::before {
  content: "";
  display: block;
  position: absolute;
  padding: 0 9px;
  top: -22px;
  left: 0px;
  color: #213a6e;
  font-weight: 700;
}
table.table-cadastro-beneficiario > tbody tr td.td-cell.td-cell-n {
  position: relative;
  top: -40px;
}
@media screen and (min-width: 40em) {
  table.table-cadastro-beneficiario > tbody tr td.td-cell.td-cell-n {
    position: static;
    display: block;
    width: 90px;
    padding: 0px 9px;
  }
}
table.table-cadastro-beneficiario > tbody tr td.td-cell.td-cell-n input {
  width: 30px;
  border: none;
  background-color: #F5F5F5;
  padding: 0px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #213a6e;
  border-radius: 6px;
  border: #213a6e 1px solid;
  position: absolute;
}
table.table-cadastro-beneficiario > tbody tr td.td-cell.td-cell-n::before {
  content: "-";
  display: none;
}
table.table-cadastro-beneficiario > tbody tr td.td-cell.td-cell-nome-completo::before {
  content: "Nome Completo";
}
table.table-cadastro-beneficiario > tbody tr td.td-cell.td-cell-cpf::before {
  content: "CPF";
}
table.table-cadastro-beneficiario > tbody tr td.td-cell.td-cell-parentesco::before {
  content: "Parentesco";
}
table.table-cadastro-beneficiario > tbody tr td.td-cell.td-cell-mensalidade::before {
  content: "Mensalidade";
}
table.table-cadastro-beneficiario > tbody tr td.td-cell.td-cell-action {
  position: relative;
}
@media screen and (min-width: 40em) {
  table.table-cadastro-beneficiario > tbody tr td.td-cell.td-cell-action {
    position: static;
    width: 90px;
    padding: 2px 9px 0 0;
  }
}
table.table-cadastro-beneficiario > tbody tr td.td-cell.td-cell-action::before {
  content: "-";
  display: none;
}
table.table-cadastro-beneficiario > tbody tr td.td-cell button.remove-line-button {
  background-color: #213a6e;
  width: 100%;
  color: #FFFFFF;
  padding: 9px;
  border-radius: 6px;
  position: absolute;
  width: 50px;
  left: calc(50% - 25px);
}
@media screen and (min-width: 40em) {
  table.table-cadastro-beneficiario > tbody tr td.td-cell button.remove-line-button {
    position: static;
  }
}
table.table-cadastro-beneficiario > tfoot {
  display: block;
  margin-top: 18px;
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 0px;
  border: none;
}
table.table-cadastro-beneficiario > tfoot * {
  margin: 0px;
  padding: 0px;
}
table.table-cadastro-beneficiario > tfoot tr {
  display: flex;
  flex-direction: column-reverse;
  gap: 9px;
  border: none;
}
table.table-cadastro-beneficiario > tfoot tr td, table.table-cadastro-beneficiario > tfoot tr th {
  border: none;
  width: 100%;
  text-align: center;
}
table.table-cadastro-beneficiario > tfoot tr td:last-child, table.table-cadastro-beneficiario > tfoot tr td:first-child, table.table-cadastro-beneficiario > tfoot tr th:last-child, table.table-cadastro-beneficiario > tfoot tr th:first-child {
  display: none;
}
table.table-cadastro-beneficiario > tfoot tr td button, table.table-cadastro-beneficiario > tfoot tr th button {
  background-color: #ff914c;
  width: 100%;
  padding: 9px;
  border-radius: 6px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (min-width: 40em) {
  table.table-cadastro-beneficiario > tfoot tr td button, table.table-cadastro-beneficiario > tfoot tr th button {
    max-width: 400px;
  }
}
table.table-cadastro-beneficiario > tfoot tr td.table-cell-mensalidade-td, table.table-cadastro-beneficiario > tfoot tr th.table-cell-mensalidade-td {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
table.table-cadastro-beneficiario > tfoot tr td.table-cell-mensalidade-td:before, table.table-cadastro-beneficiario > tfoot tr th.table-cell-mensalidade-td:before {
  content: "Total R$";
  display: block;
  width: 33%;
  padding: 9px 9px 9px 18px;
  text-align: right;
}
table.table-cadastro-beneficiario > tfoot tr td.table-cell-mensalidade-td input, table.table-cadastro-beneficiario > tfoot tr th.table-cell-mensalidade-td input {
  width: 33%;
  padding: 9px 18px 9px 9px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  text-align: left;
}

.forma-de-pagamento-wrap {
  margin-top: 18px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.pagamento-card {
  border: 1px solid #ff914c;
  padding: 18px;
  border-radius: 9px;
  position: relative;
}
.pagamento-card:before {
  content: "Pagamento";
  position: absolute;
  top: -12px;
  font-size: 12px;
  line-height: 1;
  padding: 6px;
  border-radius: 6px;
  color: #FFFFFF;
  background-color: #ff914c;
  width: 90px;
  left: calc(50% - 45px);
  text-align: center;
  font-weight: 700;
}
.pagamento-card h3 {
  color: #ff914c;
  text-align: center;
}
.pagamento-card p {
  color: #213a6e;
  text-align: center;
}
.pagamento-card p strong {
  font-size: 24px;
}
.pagamento-card button {
  border-radius: 6px;
  background-color: #ff914c;
  margin: auto;
}

/*# sourceMappingURL=tempero-unitalles.css.map */
