
/*body {
  font-style: normal;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
}*/


.bg-color > .menu-logo {
  display: none;
}

.conteudo-servico {
	width: 95%;
    margin: 10px auto;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 10px 10px 15px rgba(0,0,0,.3);
}

.modal-dialog {
  display: table;
}

.img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .modal-dialog {
    max-width: 98%;
  }
  .img-mobile {
    display: block;
  }
  .img-normal {
    display: none;
  }
}

/*--- Banner Informativo ---*/
.info-delivery {
  font-family: auto, sans-serif !important;
  color: #fff824;
  position: absolute;
  right: 42%;
  top: 45%;
  transform: rotate(-23deg);
}
@media (max-width: 767px) {
  .info-delivery {
    right: 0%;
    top: 17%;
  }
}

/*--- Botão flutuante do whatsapp ---*/
.mbr-whatsapp {
  bottom: 25px;
  right: 195px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #fff;
  font-size: 37px;
}
@media (max-width: 767px) {
  .mbr-whatsapp {
    right: 10px;
  }
}

#linkWhatsapp a {
  border-radius: 100px;
}

.mbr-whatsapp a {
  color: rgb(255, 255, 255);
  display: inline-block;
  padding-top: 5px;
  height: 60px;
  width: 60px;
  position: relative;
  cursor: pointer;
  text-align: center;
  outline-style: none !important;
  background: #34ff01;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}