@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@700&amp;display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
body {
  min-height: 100vh;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 17px;
  color: #333;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

h3, h2, h1 {
  font-family: "Rubik", sans-serif;
  color: #960f3e;
  background: linear-gradient(90deg, #960f3e, #e99725);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: table;
}

a {
  color: #960f3e;
  text-decoration: underline;
}
a:hover {
  color: #e99725;
}
a:active {
  color: #960f3e;
}

footer {
  color: white;
  margin-top: 100px;
  background: linear-gradient(-25deg, rgba(190, 66, 101, 0.8), rgba(190, 66, 101, 0) 50%), linear-gradient(to right, #960f3e, black);
  /*linear-gradient(336deg, #604, rgba(0,0,255,0) 70.71%);*/
  padding-bottom: 50px;
}
footer svg {
  display: block;
}
footer svg path {
  fill: #fff;
}
footer a {
  color: white;
  text-decoration: none;
}
footer ul {
  margin-top: 30px;
  margin-left: 50px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
footer ul::first-line {
  color: lightpink;
  font-size: 0.9em;
  text-transform: uppercase;
}
footer ul li {
  padding-top: 0.5em;
  font-size: 0.9em;
}
footer ul li:before {
  font-family: "Material Icons";
  font-size: 1.5em;
  vertical-align: middle;
  display: inline-block;
  width: 1.3em;
}
footer ul li.telefono:before {
  content: "phone";
}
footer ul li.email:before {
  content: "email";
}
footer ul li.casa:before {
  content: "home";
}

@media screen and (max-width: 768px) {
  footer ul {
    margin-left: 0;
    padding-left: 20px;
    display: block;
  }
}
body {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: space-between;
}

header.testatina {
  padding: 1em 0 1em;
  background: linear-gradient(to right, #be4265, #960f3e);
  margin-bottom: 50px;
}
header.testatina .logo {
  font-family: "Playfair Display", serif;
  font-size: 1.8em;
  color: white;
  cursor: pointer;
}
header.testatina .logo img {
  max-width: 40px;
  margin-right: 10px;
  vertical-align: sub;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2em;
  margin: 1em 0 0.5em;
}

h3 {
  margin: 30px 0 -10px;
}

.linkbox:link {
  display: block;
  border: 2px solid #960f3e;
  padding: 1em 2em;
  background: linear-gradient(23deg, rgba(233, 151, 37, 0.1), rgba(233, 151, 37, 0.5));
  margin-bottom: 50px;
  transition: 0.3s;
  text-decoration: none;
}
.linkbox:link h2 {
  margin-top: 0;
}

.linkbox:hover {
  border-color: #e99725;
  background: linear-gradient(23deg, white, rgba(233, 151, 37, 0.4));
  color: #960f3e;
}
.linkbox:hover strong {
  color: #e99725;
  text-decoration: underline;
}

.disclaimer {
  margin-top: 25px;
  border-radius: 5px;
  padding: 10px 15px 13px;
  background: rgba(233, 151, 37, 0.25);
  color: #300;
}

td {
  padding: 5px 10px;
}

code {
  display: block;
  border-radius: 4px;
  padding: 20px 30px;
  background: #EEE;
  color: #555;
}

/*# sourceMappingURL=pagina.css.map */
