@font-face {
  font-family: "Cerebri Sans";
  src: url("/fonts/Cerebri-Sans-Book.ttf");
}

@font-face {
  font-family: "Cerebri Sans" Bold;
  src: url("/fonts/Cerebri-Sans-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "Cerebri Sans" Heavy;
  src: url("/fonts/Cerebri-Sans-Heavy.ttf");
  font-weight: heavy;
}

@font-face {
  font-family: "Roboto";
  src: url("https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxK.woff2");
}

html {
  margin: 0 auto;
  padding: 0;
  background: linear-gradient(
    136deg,
    rgb(0, 158, 253) 0%,
    rgb(42, 245, 152) 100%
  );
  background: -webkit-linear-gradient(
    136deg,
    rgb(0, 158, 253) 0%,
    rgb(42, 245, 152) 100%
  );
  background: -o-linear-gradient(
    136deg,
    rgb(0, 158, 253) 0%,
    rgb(42, 245, 152) 100%
  );
  background: -moz-linear-gradient(
    136deg,
    rgb(0, 158, 253) 0%,
    rgb(42, 245, 152) 100%
  );
  background: -ms-linear-gradient(
    136deg,
    rgb(0, 158, 253) 0%,
    rgb(42, 245, 152) 100%
  );
}

body {
  margin: 0 auto;
  padding: 0;
  overflow: auto;
  border: none;
  font-family: "Cerebri Sans", "Roboto", "Arial", "sans-serif";
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-color: none;
  grid-template-rows:
    minmax(min-content, max-content) minmax(min-content, max-content)
    minmax(min-content, max-content);
  gap: 0rem;
  grid-template-areas:
    "header"
    "main"
    "share";
}

section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

h1 {
  color: white;
  text-align: center;
  text-shadow: 2px 2px 5px black;
  font-weight: bold;
  font-size: 2rem;
}

button {
  background-color: white;
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 2px 0 rgba(0, 0, 0, 0.19);
  color: blue;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-family: "Cerebri Sans", "Arial", sans-serif;
  font-size: 1em;
  font-weight: bold;
}

button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

button:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.field_set {
  border: none;
  padding: 1em;
}

fieldset {
  background-color: #ffffff;
  border: none;
  border-radius: 9px;
  max-width: 500px;
  padding: 1rem;
}

input[type="text"] {
  border: 2px solid #000;
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
  width: 200px;
}

input[type="text"]:focus {
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #f7fbfc;
  padding: 8px;
  box-sizing: border-box;
  width: 200px;
}

input[type="email"] {
  border: 2px solid #000;
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
  width: 200px;
}

input[type="email"]:focus {
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #f7fbfc;
  padding: 8px;
  box-sizing: border-box;
  width: 200px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  background-color: white;
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 2px 0 rgba(0, 0, 0, 0.19);
  color: blue;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-family: "Cerebri Sans", "Arial", sans-serif;
  font-size: 1em;
  font-weight: bold;
}

legend {
  color: darkblue;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: left;
}

::placeholder {
  color: #75b1c0;
  font-family: "Cerebri Sans", "Arial", sans-serif;
  font-size: 1rem;
  font-style: italic;
}

label {
  font-size: 1rem;
  padding: 15px 15px 15px 15px;
}

.entradas {
  padding: 15px 10px 15px 10px;
}

.tb td {
  padding: 0.5rem 1.2rem 0.5rem 0.5rem;
  border: none;
}

td.tb-noBorder {
  border: none;
}

.tb {
  border: none;
  border-collapse: collapse;
  border-radius: 25px;
  margin: auto;
}

.tablaforma td {
  padding: 0.5rem;
  border: solid 1px #000;
}

td.tablaforma-noBorder {
  border: none;
}

.tablaforma {
  border: none;
  border-collapse: collapse;
  margin: auto;
  cellspacing: 0;
  cellpadding: 0;
}

h2 {
  color: white;
  text-align: center;
  text-shadow: 2px 2px 5px black;
  font-weight: bold;
  font-size: 2rem;
}

p {
  color: white;
  text-align: center;
  text-shadow: 2px 2px 5px black;
  font-weight: bold;
  font-size: 1.5rem;
}

.para2 {
  color: black;
  text-align: justify;
  font-size: 1.1rem;
  padding: 10px;
  font-weight: 500;
}

hr {
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: black;
}