ul.cardapio {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.cardapio li {
    padding: 15px 0;
    line-height: 1em;
    border-bottom: 1px dotted lightgray;
}

ul.cardapio li span.title {
    font-family: 'Pacifico';
    /* text-transform: capitalize; */
    font-size: 1.2em;
}

ul.cardapio li span.description {
    font-size: .9em;
    margin-left: 15px;
}

.highlight {
    border-bottom: 2px solid orangered;
}

.galeria {
    /* width: 100%;
    height: 200px;
    overflow: hidden;
    display: table; */
}

.galeria a{
    width: 100%;
    height: 250px;
    background-position: center center; 
    background-size: cover;
    display: block;
    border: 10px solid white;
    box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.rotate-r {
    transform: rotate(5deg);
}

.rotate-l {
    transform: rotate(-5deg);
}



.galeria img {
    min-width: 300px;
    min-height: 200px;
    object-fit: cover;

}

.midia_posts .bx-wrapper {
    margin-bottom: 10px !important;
}

.midia_posts a {
    width: 100%;
}

.midia_posts a img {
    margin: 0 auto;
    height: 280px;
    object-fit: cover;
}

.midia_posts .bx-viewport {
    /* background: url(../images/logo.png) center center;
    filter: blur(15px); */
}

.midia_posts .bx-viewport{
    position: relative;
}

.midia_posts .bx-viewport::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url(../images/clipping/1.jpeg) center center;
    background-size: 120% 120%;
    filter: blur(3px) opacity(50%);
}

.midia-slides-aux {
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
    width: 100%;
    height: auto;
}

.midia-slides-aux div img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bxslider div img {
    width: 600px;
    height: 300px;
    object-fit: cover;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: orangered;
}



