.elementor-4482 .elementor-element.elementor-element-3f04180 > .elementor-container{max-width:750px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4482 .elementor-element.elementor-element-2344944 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-4482 .elementor-element.elementor-element-2344944{text-align:center;}.elementor-4482 .elementor-element.elementor-element-2344944 .elementor-heading-title{font-family:"Brick Display", Sans-serif;font-size:40px;line-height:48px;color:#FDF4E3;}#elementor-popup-modal-4482 .dialog-widget-content{animation-duration:0.8s;background-color:#495057;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-4482{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4482 .dialog-message{width:910px;height:500px;align-items:center;}#elementor-popup-modal-4482 .dialog-close-button{display:block;top:60px;font-size:30px;}body:not(.rtl) #elementor-popup-modal-4482 .dialog-close-button{right:65px;}body.rtl #elementor-popup-modal-4482 .dialog-close-button{left:65px;}#elementor-popup-modal-4482 .dialog-close-button i{color:#FFFFFF;}@media(max-width:767px){.elementor-4482 .elementor-element.elementor-element-2344944 .elementor-heading-title{font-size:25px;}}/* Start custom CSS */#elementor-popup-modal-4482{
    box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.65)
}

.detail {
color: #F0AF90;
}


div#gform_1_validation_container {
    display: none;
}

div#gform_confirmation_message_1 {
    color: #F0AF90;
    font-size: 21px;
    font-family: "Domaine", Sans-serif;
    font-weight: 500;
}


/* Cor de fundo do autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}


  /* form starting stylings ------------------------------- */
  .group {
    position: relative;
  }

    input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
        border-bottom: 2px solid #FDF4E3;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-radius: 0px;
    }

  input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #f0af90;
    background: transparent !important;
    color: #FDF4E3;
  }
  input:focus {
    outline: none;
  }

  /* LABEL ======================================= */
  label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }

  /* active state */
  input:focus ~ label,
  input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #f0af90;
  }

  /* BOTTOM BARS ================================= */
  .bar {
    position: relative;
    display: block;
    width: 100%;
  }
  .bar:before,
  .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #f0af90;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  .bar:before {
    left: 50%;
  }
  .bar:after {
    right: 50%;
  }

  /* active state */
  input:focus ~ .bar:before,
  input:focus ~ .bar:after {
    width: 50%;
  }

  /* HIGHLIGHTER ================================== */
  .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
  }

  /* active state */
  input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
  }
  
  .button{
      position: absolute;
      top: 25px;
      right: 0;
      border: 0px;
      font-size: 0px;
      width: 0px;
      height: 0px;
      padding: 15px;
      background-color: transparent;
  }
  .button:hover, .button:active, .button:focus{
    background: transparent !important;
  }

  
 
  
    .clear:after {
        position: absolute;
        top: 30px;
        right: 0;
        content: '';
        background: url('https://dev-clarice.ims.com.br/wp-content/uploads/2021/05/Union.svg') no-repeat center center;
        background-position: cover;
        width: 25px;
        height: 25px;
        right: 6px;
        color: #fff;
        pointer-events: none;

    }

  /* ANIMATIONS ================ */
  @-webkit-keyframes inputHighlighter {
    from {
      background: #5264ae;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  @-moz-keyframes inputHighlighter {
    from {
      background: #5264ae;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  @keyframes inputHighlighter {
    from {
      background: #5264ae;
    }
    to {
      width: 0;
      background: transparent;

    }
  }/* End custom CSS */