@charset "UTF-8";
.class[type=checkbox] {
    display: none;
}

.menutopo {
    cursor: pointer;
}

img.logo-index {
    width: 103%;
}

/*esconder-menu*/

.div-menu {
    width: 100%;
    height: 100vh;
    background-color: #f0f2f4;
    margin-right: -100%;
    position: absolute;
    right: 0;
    display: table;
    padding-top: 30px;
    position: fixed;
    border-bottom-right-radius: 22px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin-top: 30px;
}

/* Display the modal when targeted */

input.class[type=checkbox]:checked~.div-menu {
    margin-right: 0;
    z-index: 9;
    display: table;
}

header button.headerBtn i {
    font-size: 24px;
    margin-bottom: 6px;
}

div#area-categoria {
    position: fixed;
    margin-top: 86px;
    background: #ffffff;
    width: 100%;
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 7px;
    padding-bottom: 10px;
    overflow-x: scroll;
    z-index: 10;
    box-shadow: 0px 10px 15px 0px #00000012;
    border-top: 0.1em bold rgb(209 68 68);
}

#detalhes-empre>#title-local>h3 {
    text-transform: uppercase;
    color: #33a7db;
    font-size: 20px;
}
div#title-local-title {
    position: absolute;
    top: 0.7em;
    right: 10px;
}

/*css-area-menu*/

nav ul.ul-topo {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

button.bt-desktop {
    border: none;
    font-size: 18px;
    cursor: pointer;
    background-color: unset;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
   
}

button.btn-processa-alimento{
    border: none;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    background-color: unset;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    box-shadow: 2px 0px 8px -5px rgb(0 0 0 / 88%);
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #fff;
    border-right: 0.3em solid rgba(118, 235, 35, 0.35);
    display: flex;
    padding: 10px;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center; 
}

ul.ul-topo li {
    text-align: center;
    list-style: none;
    padding: 0em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0.1em solid #4444442b;
    font-size: 14px;
}

/*css-link-dentro-menu*/

nav ul li a.a-topo {
    display: block;
    color: #fff;
    text-decoration: none;
    list-style: none;
}

nav ul li a {
    color: #fff;
    margin: 3px;
    text-decoration: none;
    list-style: none;
}

/*MENU-PRINCIPAL*/

.btLogoutHeader {
    margin: 3px;
    text-decoration: none;
    list-style: none;
    text-align: center;
    list-style: none;
    padding: 0em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 400;
    letter-spacing: 1px;
}

header {
    width: 100%;
    height: 58px;
    box-shadow: 0px 10px 15px -9px #0000002b;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-end;
    z-index: 999;
    position: fixed;
}

.logoMenu {
    position: absolute;
    height: 60px;
    left: 0;
    top: 0;
    width: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border-bottom-right-radius: 10px;
    border: none;
    color: #fff;
    box-shadow: 0px -2px 10px -2px #ffffff;
}

/* DropDown Região */

.dropbtn {
    background-color: unset;
    font-size: 14px;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 53px;
    top: 36px;
    background: url(../icon/location-bairros.svg) no-repeat 2px -1px;
    background-size: 19px;
    padding-left: 22px;
    font-family: 'Roboto', sans-serif!important;
    padding-right: 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fefefe;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
    position: absolute;
    left: 50px;
    top: 30px;
    box-shadow: 0px 10px 15px -9px #0000002b;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div#myDropdown p {
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    border-bottom: solid 0.1px #55555514;
    padding-left: 24px;
    background: white url(../icon/location-bairros.svg) no-repeat 5px 6px;
    background-size: 18px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

div#myDropdown p:active {
    background-color: #f6f6f6;
}

div#myDropdown p:hover {
    background-color: #f6f6f6;
}

.dropdown-regiao a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

/* button.headerBtn.btnServCor {
    background: rgb(86, 179, 220);
    background: linear-gradient(
225deg, rgba(86, 179, 220, 1) 0%, rgba(47, 149, 194, 1) 29%, rgba(86, 179, 220, 1) 100%);
background: #33A7DB;
}

button.headerBtn.btnEstabCor {
    background: rgb(190, 15, 15);
    background: linear-gradient(
231deg, rgba(190, 15, 15, 1) 0%, rgba(231, 39, 39, 1) 7%, rgba(190, 15, 15, 1) 63%, rgba(190, 15, 15, 1) 100%);

background: #EB4942;
}

button.headerBtn.btnPousosCor {
    background: rgb(255,192,18);
    background: linear-gradient(49deg, rgba(255,192,18,1) 0%, rgba(255,169,18,1) 29%, rgba(255,192,18,1) 100%);
    background: #E8D62A;
} */
.headerBtn {
    margin-right: 5px;
    height: 60px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    color: #ffffff;
    border-top: none;
    box-shadow: 0px -2px 10px -2px #ffffff;
    flex-direction: column;
    font-size: 10px;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
}

img.headerBtnImg {
    height: 40%;
    margin-bottom: 8px;
}

h1.h1MenusDoSul a {
    font-size: 14px;
    left: 58px;
    position: absolute;
    top: 5px;
    text-shadow: none;
    font-weight: 500;
    color: #56b3dc;
}


.bt-icon {
    padding: 5px;
    padding-left: 8px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 4px;
    margin-right: 5px;
    letter-spacing: 1px;
    padding: 6px 8px 6px 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border:none;

}

/* Botão menor header */
button.headerBtn {
    width: 36px;
    height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  button.headerBtn p {
   display: none;
  }
  img.headerBtnImg {
    height: 50%;
    margin-bottom: 0px;
  }

  button.headerBtn.btn-home p {
    display: revert;
}

label.headerBtnMenu {
    margin-right: 8px;
    /* margin-left: 2px; */
    z-index: 999;
    width: 30px;
    background: #ebd9d9;
    background: url(../icon/iconMenu.svg) no-repeat 0px 7px;
    background-size: 30px;
}



@media screen and (max-width: 360px) {
    .dropbtn {
        background-color: unset;
        font-size: 12px;
        background: url(../icon/location-bairros.svg) no-repeat 2px 0px;
        background-size: 16px;
    }
}

@media screen and (max-width: 340px) {
    .dropbtn {
        background-color: unset;
        font-size: 12px;
        border: none;
        cursor: pointer;
        position: absolute;
        left: 46px;
        top: 30px;
        background: url(../icon/location-bairros.svg) no-repeat 5px 5px;
        background-size: 19px;
        padding-left: 22px;
        font-family: 'Roboto', sans-serif!important;
        padding-right: 20px;
        word-break: break-word;
        width: 111px;
        height: 30px;
    }
}