/* Botão do menu responsivo */
label[for="bt_menu"]{
    padding: 1px;
    background: transparent;
    color: #cd0009;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

#bt_menu {
    display: none;
}

label[for="bt_menu"]{
    display: none;
}  

@media(min-width: 50px) and (max-width: 360px){
    #sobre .logoRodape{
        width: 250px;
    }

    #sobre .numeroAtendimento {
        font-size: 25px;
    }
}

/* Menu Responsivo */
@media(max-width: 727px){ 
    #sobre .pNumeroAtendimento {
        text-align: center;
    }

    #home .logo {
        width: 230px;
    }

    #preApresentacao .descricaoPreApresentacao {
        font-size: 18px;
        text-align: center;
    }

    #preApresentacao .tituloPreApresentacao {
        font-size: 30px;
        text-align: center;
        margin-top: 0;
    }

    #itens .conteudoItensAll {
        padding: 10px 0;
    }

    #preApresentacao {
        background-size: unset;
    }

    #preApresentacao .tituloPreApresentacao {
        font-size: 30px;
    }

    #preApresentacao .descricaoPreApresentacao {
        font-size: 18px;
    }

    #preApresentacao .botaoChamar {
        margin-top: 30px;
        margin-bottom: 50px;
    }

	#sobre {
	    background-size: unset;	
    }

    .ulInstitucional {
        text-align: center;
    }

    .ulInstitucionalRight {
        text-align: center;
    }

    .tituloSobreRight {
        text-align: center;
    }

    #categorias .itemContCategoria1 {
        margin: 0 15px;
    }

    #categorias .itemContCategoria2 {
        margin: 0 15px;
    }

    #categorias .itemContCategoria3 {
        margin: 0 15px;
    }

    #categorias .itemContCategoria4 {
        margin: 0 15px;
    }



    #categorias .botaoVerMaisCategoria{
        margin: 0 15px 30px 15px;
    }

    #contato {
        background-size: unset;
    }

    #quemSomos {
        padding-bottom: unset;
        background-image: unset;
        background-size: unset;
    }

    #quemSomos .imgQuemSomos {
        height: unset;
        max-height: unset;
        margin-bottom: 30px;
    }

    .containerFlexCenterMenu {
        max-width: unset;
        margin: unset;
        display: unset;
    }

    .centerFlexCenterMenu {
        justify-content: unset;
    }

    .tituloSobre {
        text-align: center;
    }

    .ulInstitucional li {
        text-align: center;
    }

    #sobre .titleRedesSociais {
        text-align: center;
    }

    .flex-end {
        justify-content: center;
    }  

    .containerFlex {
        display: flex;
    }

    .logoRodape {
        width: 100%;
    }

    #itens {
        background-size: unset;
    }

    #itens .conteudoItem {
        margin: 30px 30px;
    }

    .dividerPagina {
        margin-top: 0;
    }


    #apresentacao .tituloApresentacaoCima {
        text-align: center;
    }

    #apresentacao .conteudoPoliticasItem {
        margin-bottom: 40px;
    }

    .menuCima{
        height: 30px;
    }
    .foneMenu{
        margin-bottom: 0px;
    }
    .ruaMenu{
        display: none;
    }
    .horaMenu{
        display: none;
    }   
    #bt_menu:checked ~ .nav{
        margin-left: -5px;
        transition: all .4s;
        opacity: 1;
    }

    #contato .itemFomulario{
        padding-left: 0px;
    }

    #menu .nav{
        position: absolute;
        margin-top: -1px;
        margin-left: -2000px;
        width: 100%;
        background:#ff2e29;
        opacity: 0;
        z-index: 99999;
        transition: all .5s;
    }

    #produtos .itensProduto {
        margin-top: 8px;
        margin-left: 3px;
    }

    #menu  {
        background: #000;
        padding: 0;
    }

    #menu .nav .ulCima .liCima:hover .a {
        background: #241855;
    }

    #menu .nav {
        padding-right: 0;
    }

    #menu .nav .a {
        border-radius: 0;
    }

    .nav ul ul li a {
        background: #7e0000;
    }

    .nav ul li{
        width: 100%;
        float: none;
        padding: 0px;
    }
    .nav ul ul{
        position: static;
        overflow: hidden;
        max-height: 0;
        transition: all .4s; 
        margin-top: unset;
    }
    .nav ul ul li{
        width: 100%; 
    }
    .nav ul li:hover ul{
        height: auto;
        max-height: 500px;     
    }


    #home .caixa-pesquisa {
        position: absolute;
        margin-top: 18px;
        height: 40px;
        background: transparent;
        border-radius: 40px 0 0 40px;
        padding: 10px 0px 10px 10px;
        margin-left: 0%;
        width: 69%;
    }

    .pesquisa-btn {
        width: 40px;
        height: 39px;
        margin-top: -30px;
        margin-left: 10px;
        /* border-radius: 40px 0 0 40px; */
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        outline: none;
    }

    #home .nav .a {
        padding-left: 20px;
        color: white;
    }

    label[for="bt_menu"] {
        display: block;
        margin-left: 83%;
        margin-top: -65px;
        
    }

    .centerFlexCenter {
        justify-content: left;
    }

    .containerFlexCenter {
        max-width: unset;
    }
}


@media(min-width: 30px) and (max-width: 960px) {
    #contato .conteudoContatoFormulario {
        padding: 0;
    }
}

@media(min-width: 30px) and (max-width: 400px) {
    #produtos .tituloProdutosBaixo {
        font-size: 45px;
    }
}

@media(min-width: 444px) and (max-width: 1167px) {
    #produtos .imgProduto {
        height: unset;
        max-width: 100%;
        max-height: 200px;
    }
}

@media(min-width: 1400px) and (max-width: 2029px){
    #sociais {
        margin-top: -112px;
    }

    #sociais .tituloRedesSociaisCima {
        margin-top: 160px;
    }
}

@media(min-width: 2030px) and (max-width: 2500px){
    #sociais {
        margin-top: -134px;
    }

    #sociais .tituloRedesSociaisCima {
        margin-top: 211px;
    }
}

@media(min-width: 2501px) {
    #sociais {
        margin-top: -168px;
    }
}

@media(min-width: 501px) and (max-width: 727px){
    .pesquisa-btn{
        margin-top: -10px;
    }
}

@media(min-width: 728px) and (max-width: 1000px){
   

}

@media(min-width: 728px) and (max-width: 1150px){
    .pesquisa-btn {
        margin-top: -33px;
    }
}

@media(min-width: 728px) {
    .mapaContatoResponsivo {
        display:none;
       
    }
}

#sociais img{
    height: 90px;
}

#sociais .contSocial{
    width: 33%;
}

.containerSocial {
    max-width: 300px;
}