* {
  font-family: 'Roboto', sans-serif;
}

body {
  background-color: #7FB1D6;
}

h1, h2, h4, h5, h6, p, hr {
  color: #404344;
}

.container-escolha {
  display: flex;
  justify-content: center;
  align-content: center;
}

.escolhas {
  display: flex;
  justify-content: center;
}

.bloco-escolha {
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
}

.container-resultado {
  text-align: center;
}

.bloco-escolha>.escolhas {
  display: grid;
  grid-template-columns: minmax(100px, 200px) minmax(100px, 200px);
  grid-template-rows: auto;
  column-gap: 10px;
}

.container-resultado-lottie {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.form {
  display: flex;
  flex-wrap: wrap;
  width: 450px;
}

.formulario-group {
  display: flex;
  justify-content: center;
}

.centralizar-itens {
  display: flex;
  justify-content: center;
}

.espacamento-padding {
  padding: 10px !important;
}

.form-group {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-group>input:focus {
  -webkit-box-shadow: -2px 4px 35px -11px rgba(0, 104, 182, 1);
  -moz-box-shadow: -2px 4px 35px -11px rgba(0, 104, 182, 1);
  box-shadow: -2px 4px 35px -11px rgba(0, 104, 182, 1);
  outline: 0;
}

.form-group>label {
  color: #404344;
  font-size: 14px;
  margin-bottom: 3px;
}

.form-group>input {
  color: #404344;
  width: 100%;
  border: 1px solid #0068B6;
  padding: 10px 0px;
  border-radius: 4px;
  padding-left: 4px;
}

.img-medium {
  max-width: 150px;
}

.button {
  color: #fff;
  width: 80%;
  background-color: #0068B6;
  padding: 10px 0px;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 4px;
}

.button:hover {
  background-color: #0c5286;
}

.button-group {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}

a {
  text-decoration: none;
}

.escolhas>.receituario {
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
  color: #404344;
}

.escolhas>.receituario:hover {
  background-color: #7FB1D6;
  color: #fff;
}

.title {
  text-align: center;
}

.escolhas>.atestado {
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
  color: #404344;
}

.escolhas>.atestado>.img, .escolhas>.receituario>.img {
  width: 90%;
}

.escolhas>.atestado:hover {
  background-color: #7FB1D6;
  color: #fff;
}

@media only screen and (min-width: 900px) {
  .bloco-escolha {
    min-width: 850px !important;
  }
}

@media only screen and (max-width: 400px) {
  .bloco-escolha {
    min-width: 100px;
  }
  .bloco-escolha>.escolhas {
    grid-template-columns: minmax(100px, 200px);
  }
}

/*Reset css estilos*/

button, input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio], select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, label, select, button, textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial;
}

#msg-alertas{
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}