@charset "UTF-8";
/*estilo global */

body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: radial-gradient(
    rgb(227, 219, 217),
    rgb(177, 176, 163),
    rgb(16, 16, 31)
  );
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin: 0;
  padding: 0;
}

.pc-conteiner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  padding: 10px;
  box-sizing: border-box;

  /* border-color: red;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box; */
}

.pc-div-box {
  background-color: rgb(233, 226, 226);
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
  margin: 5px;

  border-color: rgb(4, 13, 58);
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  font-style: italic;
  color: rgb(48, 44, 44);
  text-shadow: 1px 1px 1px rgb(171, 108, 97);
  padding: 10px;
}

li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-style: italic;
  color: rgb(25, 21, 21);
  text-shadow: 1px 1px 1px rgb(118, 105, 102);
  text-align: left;
  padding: 5px;
}

/* .pc-div-linhas {
  display: flex;
  align-items: center;
  margin: 5px;
  padding: 5px;
  border-radius: 30px;
  background-color: #e6d5d5;
  box-sizing: border-box;
  border-color: rgb(38, 27, 27);
  border-style: solid;
  border-width: 1px;
} */

@media screen and (min-width: 48.75em) {
  body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: radial-gradient(
      rgb(227, 219, 217),
      rgb(177, 176, 163),
      rgb(79, 79, 102)
    );
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
  }

  .pc-conteiner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    padding: 20px;
    box-sizing: border-box;

    /* border-color: red;
      border-style: solid;
      border-width: 2px;
      box-sizing: border-box; */
  }

  .pc-div-box {
    background-color: rgb(233, 226, 226);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    margin: 10px;

    border-color: rgb(67, 81, 153);
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
  }

  h2 h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-style: italic;
    color: rgb(48, 44, 44);
    text-shadow: 1px 1px 1px rgb(171, 108, 97);
  }
}
