/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/09/2022, 17:56:29
    Author     : Fernando Sales Panont
*/

.barra-pesqisa-home {
    margin-top: 2.4%;
}
.barra-pesqisa-home2 {
    margin: 10px 0 10px 0;
}

.barra-pesqisa-home form {
    border: 1px solid rgba(255,255,255,1);
    border-radius: 15px;
}
.barra-pesqisa-home2 form {
    border: 1px solid rgb(93, 93, 93);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: right;
    background: #fff;
}

.input-pesquisar {
    /*background: rgba(0,0,0,0.1);*/
    width: 100%;
    padding: 2px 14px;
    margin: 5px 0px 5px 0px;
    border: 0 none;
    border-radius: 10px 0 0 10px;
    transition: 0.3s;
    font-size: 17px;
    border-color: #000000;
}

.input-pesquisar:focus {
    background: #FFF;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 

.input-pesquisar:focus ~ button {
    background: #FFF;
} 

.input-pesquisar:focus ~ form {
    border: 1px solid rgba(255,255,255,0.08);
}

.barra-pesqisa-home button {
    background: rgba(255,255,255,0.7);
    padding: 12px 15px;
    border: 0 none;
    border-radius: 0 10px 10px 0;
    transition: 0.3s;
}
.barra-pesqisa-home2 button {
    /*background: rgba(0,0,0,0.1);*/
    padding: 2px 15px;
    border: 0 none;
    border-radius: 0 16px 16px 0;
    transition: 0.3s;
    font-size: 25px;
    /*border-color: #000000;*/
}

.barra-pesquisa {    
/*    background: var(--cor-bg-barrapesquisa);    */
    /*box-shadow: 0 4px 30px rgb(0 0 0 / 10%);*/
    /*backdrop-filter: blur(4.8px);*/
    /*padding-bottom: 20px;*/
    padding: 25px 0 60px 0;
    /*background-color: rgba(0,0,0,0.01);*/    
}
