.agendamento-iframe {
  border-radius: 5px 0 0 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: var(--cor-bg-2);
}
.agendamento-iframe .calendar-wrapper {
  position: relative;
  overflow: hidden;
  height: 572px;
}
.agendamento-iframe .calendar-mask {
  display: none !important;
}
.agendamento p{
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .agendamento-iframe .calendar-wrapper {
    height: 568px;
  }
}
.contato-dados.agendamento-iframe {
  background: transparent;
}


