/*
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% !important;
}
.barra-pesqisa-home2 {
    margin: 16px 0 16px 0 !important;
}

.barra-pesqisa-home form {
    border: 1px solid rgba(255,255,255,1) !important;
    border-radius: 15px !important;
}
.barra-pesqisa-home2 form {
    border: 1px solid rgba(0,0,0,1) !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.input-pesquisar {
    background: rgba(255,255,255,0.7) !important;
    width: 95% !important;
    padding: 7px 15px !important;
    margin: 5px -4px 5px 5px !important;
    border: 0 none !important;
    border-radius: 10px 0 0 10px !important;
    transition: 0.3s !important;
}

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

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

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

.barra-pesqisa-home button {
    background: rgba(255,255,255,0.7) !important;
    padding: 12px 15px !important;
    border: 0 none !important;
    border-radius: 0 10px 10px 0 !important;
    transition: 0.3s !important;
}
.barra-pesqisa-home2 button {
    background: rgba(255,255,255,0.7) !important;
    padding: 7px 15px !important;
    border: 0 none !important;
    border-radius: 0 10px 10px 0 !important;
    transition: 0.3s !important;
}

.barra-pesquisa {    
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
}