.mod-whatsapp {
  position: fixed;
  z-index: 9999999999;
  right: 10px;
}
.mod-mw-1 {
  bottom: 5px;
  cursor: pointer;
  bottom: 10px;
  right: 15px;
}
.mod-mw-2 {
  bottom: 30px;
}
.mw-duvidas {
  font-size: 16px;
  color: #fff;
  background: #422407;
  padding: 7px 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 1px 1px 5px -1px #000;
  box-sizing: border-box;
  position: absolute;
  right: 75px;
  bottom: 10px;
  width: 200px;
  font-family: 'Lato', sans-serif;
}
.mw-icon {
  width: 70px;
  height: 70px;
  background: #4DC247;
  border-radius: 50%;
  text-align: center;
  padding-top: 14px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  box-shadow: 0px 2px 7px 0px #000;
}
.mw-icon-close {
  right: 5px;
  bottom: -20px;
  z-index: 99999999999;
  cursor: pointer;
}
.mw-box {
  width: 423px;
  box-shadow: 2px 2px 10px -1px #000;
}
@media (max-width: 480px) {
  .mw-box {
    width: 342px;
  }
}
@media (max-width: 320px) {
  .mw-box {
    width: 302px;
  }
}
.mw-title {
  font-size: 22px;
  color: #fff;
  background: #4DC247;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  height: 66px;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .mw-title {
    font-size: 19px;
  }
}
@media (max-width: 320px) {
  .mw-title {
    font-size: 16px;
  }
}
.mw-title-icon {
  float: left;
}
.mw-title-align {
  float: left;
  margin: 7px 0 0 15px;
}
@media (max-width: 320px) {
  .mw-title-align {
    margin-top: 12px;
  }
}
.mw-content {
  padding: 30px 25px 45px;
  background: #FFF;
}
@media (max-width: 480px) {
  .mw-content {
    padding-bottom: 60px;
  }
}
.mw-content .form-group {
  margin-bottom: 16px;
}
.mw-content .form-control {
  padding: 6px 12px;
  height: 38px;
}
.mw-content textarea.form-control {
  height: auto;
  min-height: 86px;
}
.mw-content select.form-control {
  -webkit-appearance: menulist;
}
.mw-content-back {
  padding-bottom: 20px;
}
.mw-msg {
  background: #E8E8E8;
  width: 300px;
  height: 81px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  color: #422407;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
  text-align: left;
}
.mw-msg:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #e8e8e8;
  margin-left: -33px;
  position: absolute;
  margin-top: 13px;
}
.mw-item-option {
  width: 300px;
  height: 60px;
  background: #FF7A48;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 18px !important;
  cursor: pointer;
}
@media (max-width: 320px) {
  .mw-item-option {
    width: 252px;
  }
}
.mw-item-option-icon {
  float: left;
}
.mw-item-option-align {
  float: left;
  margin: 10px 0 0 15px;
}
.mw-item-option-arrow {
  float: right;
  margin-top: 10px;
}
.btn-mw {
  background: #FF7A48;
  width: 100%;
  height: 58px;
  font-size: 18px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
@media (max-width: 320px) {
  .btn-mw {
    height: 40px;
    font-size: 16px;
  }
}
.btn-mw:hover {
  background: #fd6025;
}
.mw-checked {
  background: #FF7A48;
  width: 38px;
  height: 38px;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
  margin-right: 7px;
  vertical-align: bottom;
  cursor: pointer;
}
@media (max-width: 320px) {
  .mw-checked {
    width: 30px;
    height: 30px;
    padding-top: 5px;
  }
}

@media (max-width: 480px) {
  .mw-checked-mb {
    width: 34px;
    height: 34px;
  }
}
.label-check-mw {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  color: #808080;
}
@media (max-width: 480px) {
  .label-check-mw-mb {
    float: right;
    margin: 10px -15px 0 0;
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .label-check-mw-mb {
    font-size: 12px;
  }
}
.box-mw-back {
  margin-top: 20px;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  float: left;
}
.mw-back {
  transform: rotate(180deg);
  vertical-align: middle;
}
.text-mw-back {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #808080;
  font-weight: bold;
  margin-left: 5px;
}
.mw-content-legend {
  padding-top: 15px;
}
.mw-legend {
  font-size: 18px;
  color: #422407;
  margin: 0 0 8px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  border: none;
  text-align: left;
}
.mw-content-msg-success {
  padding-bottom: 60px;
}
.mw-msg-success {
  width: 100%;
  height: auto;
  padding: 20px 20px 5px;
  font-size: 13px;
}
.mw-tit-msg-success {
  color: #4DC247;
  font-size: 16px;
}
.mw-hide {
  display: none;
}