
/****************************PESQUISA GOOGLE INDEX***********************************************/

.form-group .form-control {
    /*padding-left: 2.375rem;*/
    font-family: 'Open Sans Regular', 'Open Sans', Arial; 
    font-size: 13px; 
    
}

.form-group .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
   /* height: 2.375rem;*/
    line-height: 2.3rem;
    text-align: center;
    pointer-events: none;
    color: #31c078;
}

 .area_bj_pesquisa {
     text-align: right;
     padding: 15px 0 0 0 ;
 }
 .area_pesquisagoogle {
     display: inline-flex;
 padding-left: 33px;
 width: 320px;
 }
 
  .input_text{
      color:#787878;
  }
 
  .campovazio{
    display:none;
    font-weight: 400;
    font-style: normal;
    font-size: 0.6875rem;
    color: rgb(255, 160, 160);
    padding: 3px 5px;
    text-align: right;
  }

 .modal-content2 {
     position: relative;
     background-color: #fff;
     border: 1px solid #999;
     border: 1px solid rgba(0,0,0,0.2);
     border-radius: 6px;
     -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
     box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
     background-clip: padding-box;
     outline: 0;
     padding: 20px 30px;
    }
    .modal-title-pesq {
        font-family: Oswald, "Oswald Regular Regular", "Oswald Regular";
        padding: 7px 4px 0px 0px;
        text-decoration: none;
        line-height: 18px;
        color: #31c078;
        font-size: 13px;
         display: inline-block;  
    }
    /*validacao campo*/
    .alertavazio{
        display: none;
    }

    @media (max-width: 768px) {
        .modal-content2 {
            position: relative;
            background-color: #fff;
            border: 1px solid #999;
            border: 1px solid rgba(0,0,0,0.2);
            border-radius: 6px;
            -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
            box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
            background-clip: padding-box;
            outline: 0;
            padding: 0px 0px;
           }


           .modal-title-pesq {
            font-family: Oswald, "Oswald Regular Regular", "Oswald Regular";
            padding: 7px 4px 0px 0px;
            text-decoration: none;
            line-height: 18px;
            color: #31c078;
            font-size: 13px;
            /* display: inline-block; */
        }
    }
