@charset "UTF-8";
/*
Plugin Name: Leads Tempero
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
*/
/* HSL *
$light-gray: hsl(0, 0%, 91%) !default;
$medium-gray: hsl(270, 1%, 64%) !default;
$dark-gray: hsl(0, 0%, 27%) !default;
/* HEX */
/* FIM */
.tempero_contato_wrap form#tempero_contato_form .forminputwrap_file label {
  font-weight: 700;
  padding-top: 18px;
}
.tempero_contato_wrap form#tempero_contato_form .forminputwrap_file [type=file] {
  /* Style the color of the message that says 'No file chosen' */
  color: #A2A1A3;
  margin-bottom: 32px;
}
.tempero_contato_wrap form#tempero_contato_form .forminputwrap_file [type=file]::-webkit-file-upload-button {
  background: #A2A1A3;
  border: 2px solid #A2A1A3;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 1s ease;
}
.tempero_contato_wrap form#tempero_contato_form .forminputwrap_file [type=file]::-webkit-file-upload-button:hover {
  background: #fff;
  border: 2px solid #3b3b3b;
  color: #3b3b3b;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields {
  /** {
      background-color: rgba($color: magenta, $alpha: 0.2);
      outline: 1px dotted limegreen!important;
  }*/
  position: relative;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields input:not(input[type=radio]), .tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields select, .tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields label, .tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields span, .tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields textarea {
  box-sizing: border-box;
  display: block;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper {
  position: relative;
  height: 60px;
  overflow: hidden;
  display: block;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid #3b3b3b;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper label:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #ebebeb;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper label .content-name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-bottom: 5px;
  transition: all 0.3s ease;
  width: 100%;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper:focus-within .label-name .content-name {
  transform: translateY(-100%);
  font-size: 14px;
  left: 0px;
  color: #A2A1A3;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper:focus-within .label-name::after {
  transform: translateX(0%);
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input.unrequired_field {
  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: transparent;
  margin: 0px;
  box-shadow: none;
  color: #3b3b3b;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input.unrequired_field:focus {
  outline: none;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input.unrequired_field:focus + .label-name .content-name, .tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input.unrequired_field.fill + .label-name .content-name {
  transform: translateY(-100%);
  font-size: 14px;
  left: 0px;
  color: #A2A1A3;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input.unrequired_field:focus + .label-name::after, .tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input.unrequired_field.fill + .label-name::after {
  transform: translateX(0%);
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper select,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper textarea,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input:not(.unrequired_field):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: transparent;
  margin: 0px;
  box-shadow: none;
  color: #3b3b3b;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper select:focus,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper textarea:focus,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input:not(.unrequired_field):not([type=radio]):not([type=checkbox]):focus {
  outline: none;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper select.unrequired_field.fill + .label-name .content-name, .tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper select:focus + .label-name .content-name, .tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper select:valid + .label-name .content-name,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper textarea.unrequired_field.fill + .label-name .content-name,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper textarea:focus + .label-name .content-name,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper textarea:valid + .label-name .content-name,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input:not(.unrequired_field):not([type=radio]):not([type=checkbox]).unrequired_field.fill + .label-name .content-name,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input:not(.unrequired_field):not([type=radio]):not([type=checkbox]):focus + .label-name .content-name,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input:not(.unrequired_field):not([type=radio]):not([type=checkbox]):valid + .label-name .content-name {
  transform: translateY(-100%);
  font-size: 14px;
  left: 0px;
  color: #A2A1A3;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper select:focus + .label-name::after, .tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper select:valid + .label-name::after,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper textarea:focus + .label-name::after,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper textarea:valid + .label-name::after,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input:not(.unrequired_field):not([type=radio]):not([type=checkbox]):focus + .label-name::after,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input:not(.unrequired_field):not([type=radio]):not([type=checkbox]):valid + .label-name::after {
  transform: translateX(0%);
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper select.unrequired_field.fill + .label-name .content-name,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper textarea.unrequired_field.fill + .label-name .content-name,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input:not(.unrequired_field):not([type=radio]):not([type=checkbox]).unrequired_field.fill + .label-name .content-name {
  transform: translateY(-100%);
  font-size: 14px;
  left: 0px;
  color: #A2A1A3;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper select.unrequired_field.fill + .label-name::after,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper textarea.unrequired_field.fill + .label-name::after,
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .input_wrapper input:not(.unrequired_field):not([type=radio]):not([type=checkbox]).unrequired_field.fill + .label-name::after {
  transform: translateX(0%);
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .radio-contato-wrapper {
  display: flex;
  padding: 0px;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 40em) {
  .tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .radio-contato-wrapper {
    flex-direction: row;
  }
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .radio-contato-wrapper input[type=radio] + label {
  padding: 0px;
  border: 1px solid #790101;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #790101;
  font-weight: 700;
  padding: 9px;
  text-align: center;
  border-radius: var(--border-radius-medio);
}
@media screen and (min-width: 40em) {
  .tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .radio-contato-wrapper input[type=radio] + label {
    border: 1px solid #790101;
  }
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .radio-contato-wrapper input[type=radio] + label:last-child {
  border: 1px solid #790101;
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .radio-contato-wrapper input[type=radio]:checked + label {
  background-color: #790101;
  color: hsl(0, 0%, 100%);
}
.tempero_contato_wrap form#tempero_contato_form .tempero_contato_form_fields .radio-contato-wrapper input[type=radio] {
  display: none;
}
.tempero_contato_wrap form#tempero_contato_form .produtos-cta-wrap {
  text-align: center;
}
.tempero_contato_wrap form#tempero_contato_form .produtos-cta-wrap button.button_tempero_primary {
  text-align: none;
  padding: 9px;
  min-width: 150px;
  background-color: hsl(0, 0%, 100%);
  color: #3b3b3b;
  text-transform: uppercase;
  border: 1px solid #3b3b3b;
  border-radius: 6px;
  margin: 18px auto;
  font-weight: 700;
}
.tempero_contato_wrap form#tempero_contato_form .produtos-cta-wrap button.button_tempero_primary:hover, .tempero_contato_wrap form#tempero_contato_form .produtos-cta-wrap button.button_tempero_primary:focus {
  background-color: #3b3b3b;
  color: hsl(0, 0%, 100%);
}

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