/*.card-promocao {
    height: 50%;
    width: 50%;
}

.card-promocao {
    height: 100%;
    width: 100%;
    max-height: 700px;
    min-height: 700px;
    min-width: 600px;
}

@media (max-width: 576px){
    .card-promocao {
        height: 100%;
        width: 100%;
        min-width: 0px;
    }
}

.card-promocao img.img-fluid {
    width: 50%;
}

.card-promocao img.imagem-promocional {
    width: 50%;
}

.card-promocao img.logo-muth {
    width: 10%;
}

.card-promocao .text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-promocao li {
    font-weight: bold;
    text-align: center; 
}*/

.titulo-promocoes {
    text-align: center;
    font-weight: normal;
    color: gray;
    margin: 2rem;
    font-size: 1.2rem;
}

.titulo-promocoes span {
    color: #EA4D3E;
    font-weight: bold;
    font-size: 2.5rem;
}

.item-promocao .card {
    width: 100%;
    height: 200px;
    background-color: white;/*rgba(234, 77, 62, 0.8);*/
    box-shadow: 0px -5px 0px rgba(234, 77, 62, 0.9);
    /*border-radius: 0;*/
}

.item-promocao h3 {
    color: #EA4D3E;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: bold;
}

.item-promocao h5 {
    font-weight: bold;
    margin-bottom: 0;
}

.item-promocao i {
    color: #EA4D3E;
}

.item-promocao .logo-parceiro {
    display: flex;
    justify-content: end;
    align-items: start;
}

.item-promocao .logo-parceiro img {
    max-width: 70%;
}

.body-descontos, .body-contato, .body-observacao {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.body-descontos h5 {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #EA4D3E;
}

.body-descontos ol {
    padding-left: 0!important;
    margin-top: 1rem;
    margin-left: 1rem;
}

.body-descontos ol li {
    list-style-type: disclosure-closed;
    font-size: 1.2rem;
    color: black;
    font-weight: 500;
    text-align: left;
}

.body-contato a {
    text-decoration: none;
    margin-bottom: 7px;
}

.body-contato .logradouro, .body-contato .dectacs {
    font-size: 1.2rem;
    color: black;
    font-weight: 500;
    text-align: center;
}

.body-observacao p {
    font-size: 1.2rem;
    color: black;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 767px) {
    .item-promocao {
        margin-top: 1rem;
    }

    .item-promocao .card {
        margin-bottom: 1rem;
    }

    .item-promocao .logo-parceiro {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .item-promocao .logo-parceiro img {
        max-width: 40%;
    }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel2,.owl-carousel2 .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel2 {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel2 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel2 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel2 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel2 .owl-item,.owl-carousel2 .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel2 .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel2 .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel2 .owl-dots.disabled,.owl-carousel2 .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel2,.owl-carousel2.owl-loaded {
    display: block
}

.owl-carousel2 .owl-dot,.owl-carousel2 .owl-nav .owl-next,.owl-carousel2 .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel2 .owl-nav button.owl-next,.owl-carousel2 .owl-nav button.owl-prev,.owl-carousel2 button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel2.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel2.owl-hidden {
    opacity: 0
}

.owl-carousel2.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel2.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel2.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel2.owl-rtl {
    direction: rtl
}

.owl-carousel2.owl-rtl .owl-item {
    float: right
}

.owl-carousel2 .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel2 .owl-animated-in {
    z-index: 0
}

.owl-carousel2 .owl-animated-out {
    z-index: 1
}

.owl-carousel2 .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel2 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel2 .owl-item .owl-lazy:not([src]),.owl-carousel2 .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel2 .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel2 .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel2 .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel2 .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel2 .owl-video-playing .owl-video-play-icon,.owl-carousel2 .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel2 .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel2 .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.item-notificacao h4 {
  margin-bottom: 1rem;
}

.item-notificacao h4, .item-notificacao p {
  color: white;
  text-align: justify;
}

@media (max-width: 600px){
  .item-notificacao .div-imagem {
    margin-bottom: 3rem;
  }
}