/*
*  html5resetcss
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&family=Roboto:ital,wght@0,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

a,
a:visited {
  color: #3862a4;
}

a:hover {
  color: #f0e639;
}

body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  background-image: url("/_/images/sfondo-velamp.jpg");
  background-size: auto 100%;
}

div#content {
  background-color: white;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Open Sans", sans-serif;
  padding: 1% 2.5%;
}

h1 {
  color: #f0e639;
  font-size: 2.4rem;
  margin: 0 0 1.2rem 0;
  text-transform: uppercase;
}

h2 {
  color: #e5e5e5;
  text-transform: uppercase;
  font-size: 2rem;
}

h3 {
  color: #3862a4;
  font-size: 1.7rem;
}

h4 {
  color: #4e88e5;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin: 0;
}

ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0.5rem 1rem;
  line-height: 1.5rem;
  font-size: 0.95rem;
}

p {
  width: 90%;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  margin: 1rem 0;
  letter-spacing: 0.03rem;
  font-size: 0.95rem;
  color: #6b6b6b;
}

p.quote {
  font-style: italic;
  font-weight: bolder;
  color: #f0e639;
  font-size: 1.2em;
}

p.quote::before {
  content: "\201C";
  font-size: 1rem;
}

p.quote::after {
  content: "\201D";
  font-size: 1rem;
}

.navbar-brand img {
  min-width: 10rem;
  max-width: 25-rem;
}

.navbar-nav a {
  font-family: "Lato", sans-serif;
}

.bg-gray {
  background-color: #e5e5e5;
}

p {
  padding: 0 2.5%;
}

p.lead {
  font-family: "Lato", sans-serif;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  color: #3862a4;
  font-weight: 700;
  font-style: italic;
}

.card-body h2 {
  max-width: 80%;
}

.card-footer {
  background-color: inherit;
  border: 0px solid black;
  text-align: center;
}

.btn-outline-primary {
  color: #3862a4;
}

.btn-outline-primary:hover {
  background-color: #3862a4;
}

footer {
  background-color: #3862a4;
  color: white;
  margin-bottom: 0;
}

footer .form-group label,
footer .form-check-label,
footer .form-check-input {
  font-size: 0.75rem;
}

footer form .error {
  color: #ff0000;
}

footer label.form-check-label a {
  font-weight: bolder;
  color: white;
}

footer .form-check-label a:hover {
  color: #f0e639;
}

footer p,
footer h3 {
  color: white;
}

footer h3 {
  padding-top: 1rem;
}

footer p.small {
  color: white;
  font-size: 0.75rem;
}

footer .map-container {
  border-radius: 0.3rem;
  margin-top: 1rem;
}

footer #legal {
  background-color: #f0e639;
}

footer #legal p.small {
  color: black;
  width: 100%;
}

footer #legal p.small span {
  cursor: pointer;
  color: #3862a4;
}

footer #legal p.small span:hover {
  cursor: pointer;
  color: #4e88e5;
}
/*# sourceMappingURL=velamp.css.map */