:root {

  --font: 'Nunito', sans-serif;



  --color-stars: #FFDE59;
}

.background-fundo {}

body {
  margin: 0;
  font-family: var(--font);
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}

.main {}

#title {
  flex-direction: column;
  line-height: 10px;
}

li {
  display: inline-block;
  margin: 20px;
}

h1 {
  font-weight: 200;
}

main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

h2 {
  font-size: 2.5rem;
}

span {
  color: #1D63AE;
  font-weight: bold;
}

article>img {
  max-width: 600px;
}

p {
  line-height: 20px;
  height: 100px;
  font-size: 20px;
}

img {
  width: 700px;
}

.footer {
  width: 100%;
  background-color: #1D63AE;
  color: white;
}

.hospital-food {
  max-width: 200px;
  border-radius: 100%;
}

.centralizar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.mac-screen {
  width: 800px;
  height: 500px;
  background-color: #f0f0f0;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  max-width: 100%;
}

.mac-buttons {
  position: absolute;
  top: 8px;
  right: 12px;
  display: flex;
}

.mac-button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 5px;
}

.close {
  background-color: #FF5F56;
}

.minimize {
  background-color: #FFBD2E;
}

.maximize {
  background-color: #27C93F;
}

.mac-image {
  position: absolute;
  left: -60px;
  top: 50px;
  Bottom: 50px;
  max-width: 260px;
}

.texto {
  position: absolute;
  top: 20%;
  right: 1%;
  transform: translateY(-50%);
  width: 80%;
  margin-bottom: 200px;

}

.texto h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.texto p {
  font-size: 20px;

}

.text-content-rating {
  font-size: 1.2rem;
  height: 0;
  line-height: normal;
}

.w100 {
  width: 100%;
}

.text-align-center {
  text-align: center;
}

span.primary-color {
  color: #1D63AE;
}

.text-title-rating {
  font-size: 2rem;
}

.rating__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-card);
  padding: 2.5em;
  border-radius: 25px;
  margin-top: 60px;
}

.main-container {
  max-width: 1200px;
  margin: 0 auto;
}

#lottie {
  max-width: 300px;
  margin: 0 auto;
}

.mw200 {
  max-width: 200px;
}

.white-color {
  color: white;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.rating__emoji {
  font-size: 2.5rem;
}

.rating__text {
  font-size: 20px;
  color: #242323;
  font-weight: 500;
  margin-bottom: 0.25em;
}

.rating__stars {
  display: flex;
  cursor: pointer;
  flex-direction: row-reverse;
}

aside {
  max-width: 500px;
}

small {
  font-size: 1rem !important;
  color: #101010 !important;
  display: none;
}

.rating__star {
  font-size: 6rem;
  color: #fff;

  transition: all .2s ease;
}

.rating__star:hover,
.rating__star:hover~.rating__star {
  color: var(--color-stars);
}

.active {
  color: var(--color-stars);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.imagem {}

.imagem div {
  width: 100%;
  height: 100%;
}

.imagem img {
  width: 250px;
  height: 250px;
  display: block;
  border-radius: 100%;

}

.conteudo {
  display: flex;
  justify-content: space-between;
}

.imagem {
  flex: 1;
  margin-right: 20px;
}

.titulo {
  flex: 2;
}

.lista-compras li {
  display: block;
  margin-left: 50px;
}

.container {
  padding-left: 20px;
}

.jconfirm-box {
  max-width: 500px;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-check-inline {
  display: flex;
  align-items: center;
}

.form-check-label {
  margin-left: 4px;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

input:not([type="radio"]),
textarea {
  width: 100%;
  max-width: 400px;
  display: block;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 12px;
  margin-top: 12px;
  border-radius: 4px;
  border: 1px solid #505050;
}

.btn-primary {
  border: none;
  background: #1D63AE;
  padding: 12px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.btn-primary:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .mac-image {
    display: none;
  }

  body {
    padding: 12px;
  }

  .mac-screen {
    margin: 6px;
    max-width: 90%;
    padding: 12px;
  }

  .rating__star {
    font-size: 4rem;
  }

  .main-container {
    width: 100%;
  }

  article>img {
    max-width: 100%;
  }

  ul {
    margin: 0;
    padding: 0;
  }

  .hospital-food {
    max-width: 200px;
  }

  input:not([type="radio"]),
  textarea {
    width: 100%;
    max-width: 240px;
    display: block;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 12px;
    margin-top: 12px;
    border-radius: 4px;
    border: 1px solid #505050;
  }

  .jconfirm-box {
    max-width: 300px;
  }
}