@import url('cores-barra-pesquisa.css');

/*
------- FOLHA DE ESTILOS -------
* 0 - CONTEUDO
* 1 - CAMPO PESQUISA
* 2 - CORPO DA PÁGINA NOTICIA
* 3 - LINKS RELACIONADOS
* 4 - DESTAQUES
* 5 - BOTÃO LEIA MAIS
* 6 - CSS PARA LANDPAGE
*/

/* ANCHOR 0 - CONTEUDO */
.principal {
    max-height: initial;    
}
@media (min-width: 576px) {
.menu_principal {     
    max-height: calc(100vh - 0.7407407407407407vh - 5.185185185185185vh - 1.4814814814814814vh - 1.4814814814814814vh - 2.7777777777777777vh - 2.2222222222222223vh);
}
}
@media (max-width: 575px) {
.principal {    
    max-height: calc(100vh - 2.2222222222222223vh);
    max-height: initial;
}
}
.conteudo {
    padding: 0 0 30px 0;
}

/* ANCHOR 1 - CAMPO PESQUISA */
.campo-pesquisa {
    /*    position: fixed;
    top: 0;
    left: 25vw;
    width: 100%;
    height: 88px;
    padding: 24px 24px 8px 0px;*/
}
.campo-pesquisa #searchform div, .campo-pesquisa #search-form {    
    background-color: var(--surface-container-High-bps, #E6E8EE);
    height: 56px;    
    height: 5.185185185185185vh;
    min-height: 30px;
    /*width: 48vw;*/
    width: calc((83.333vw - 1rem) * 0.75 * 0.6);
    width: calc((100vw - 1rem) * 0.5 * 0.5);
    border: none;
    border-radius: 70px;
    padding: 15px 16px;    
    padding: 1.3888888888888888vh 0.8333333333333334vw;
    padding: 1.3888888888888888vh 16px;
}
@media (max-width: 991px) {
.campo-pesquisa #search-form {
    width: calc((83.333vw - 1rem) * 1 * 0.6);
    width: calc((100vw - 1rem) * 1 * 1 - 102px);
    width: calc((100vw - 1rem) * 0.6 * 1 - 102px);
}
}
@media (max-width: 767px) {
.campo-pesquisa #search-form {
    width: calc((100vw - 1rem) * 1 * 1 - 102px);
}
}
.campo-pesquisa #searchform div .screen-reader-text {
    display: none;    
}
.campo-pesquisa #searchform div #s, .campo-pesquisa #search-form #search-input {
    border: 0;
    background-color: transparent;
    width: calc(100% - 25px);
    width: calc(100% - 1.3020833333333333vw);
    font-family: 'open_sansregular', sans-serif;
    font-size: 14px;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    line-height: calc(20 * 1/14);
    letter-spacing: 0.25px;
    letter-spacing: 0.013020833333333334vw;
    color: var(--color-texto-bps, #390A00);
}
.campo-pesquisa #search-form #search-input::placeholder {
    color: var(--color-texto-bps, #390A00);
}
.campo-pesquisa #search-form #search-input::-webkit-search-cancel-button {
    position: relative;
    right: 20px;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    /*background: #00C0F3;*/
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../images/blocos-template/barra-pesquisa/close_FILL0_wght400_GRAD0_opsz48.svg) !important; 
    cursor: pointer;
}
.campo-pesquisa #search-form #search-input.form-control {
    padding: 0;
}
.campo-pesquisa #search-form #search-input.form-control:focus {
    box-shadow: none;
}
.campo-pesquisa #searchform div #s:focus-visible, .campo-pesquisa #search-form #search-input:focus-visible {
    outline: 0;
}
.campo-pesquisa #searchform div #searchsubmit, .campo-pesquisa #search-form .input-group-append {
    width: 25px;
    width: 1.3020833333333333vw;
    min-width: 14px;
    /*min-width: 24px;*/
    /*min-width: 1.25vw;*/
    height: 25px;
    height: 2.314814814814815vh;
    min-height: 14px;
    /*min-height: 24px;*/
    /*min-height: 2.2222222222222223vh;*/
    border: 0;
    background-color: #E6E8EE;
    background-color: var(--surface-container-High-bps, #E6E8EE);
    color: transparent;
    background-size: 18px;
    /*background-size: 1.6666666666666667vh 0.9375vw;*/
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../images/blocos-template/barra-pesquisa/search_FILL0_wght400_GRAD0_opsz48.svg) !important;
    display: flex;
    align-self: center;
    justify-content: center;
    cursor: pointer;
}
.campo-pesquisa #searchform div input#s:-webkit-autofill,
.campo-pesquisa #searchform div input#s:-webkit-autofill:hover,
.campo-pesquisa #searchform div input#s:-webkit-autofill:focus,
.campo-pesquisa #search-form input#search-input:-webkit-autofill,
.campo-pesquisa #search-form input#search-input:-webkit-autofill:hover,
.campo-pesquisa #search-form input#search-input:-webkit-autofill:focus {
    border: 1px solid #E6E8EE;
    border: 1px solid var(--surface-container-High-bps, #E6E8EE);
    -webkit-text-fill-color: var(--color-texto-bps, #390A00) !important;
    -webkit-box-shadow: 0 0 0px 1000px #E6E8EE inset;
    -webkit-box-shadow: 0 0 0px 1000px var(--surface-container-High-bps, #E6E8EE) inset;
    transition: background-color 5000s ease-in-out 0s;
}
.busca-subtitulo {
    color: var(--color-card-noticias-bps, #390A00);
    font-family: 'open_sansbold', sans-serif;
    font-size: 16px;
    font-size: 1.143em;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    line-height: calc(24 * 1/16);
    letter-spacing: 0.5px;
    letter-spacing: 0.0390625vw;
    margin-top: -16px;
    margin-bottom: -16px;
}
/* corrige erro no icone de busca do site */
.campo-pesquisa .fa-search:before {
    content: "";
}