@font-face {
  font-family: "Lilita One";
  src: url("../fonts/Lilita_One/LilitaOne-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/Montserrat_Alternates/MontserratAlternates-Medium.ttf");
  font-weight: 400;
  font-style: normal;
}

:root {
  --marron: #c8b482;
  --marronHover: #775217;
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: "Montserrat Alternates";
}

h1,
h2,
h3,
a,
span {
  font-family: "Lilita One";
}

h1 {
  font-size: 50px;
  padding: 40px;
  background-color: var(--marron);
}

h2 {
  border-bottom: solid black;
  margin: 20px 0;
}

h3 {
  font-size: 24px;
}

header img {
  margin: 20px;
  width: 100px;
  background-color: white;
  border-radius: 50%;
  border: 5px solid white;
}
header,
footer {
  background-color: black;
}

header a {
  color: white;
}

#hero p {
  font-size: 20px;
  color: black;
}

#hero {
  background-image: url(../imagenes/bg.png);
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
  color: black;
}

input {
  padding: 5px;
}
img {
  max-width: 100%;
  height: auto;
}
img[alt="logo"] {
  height: 100px;
  width: auto;
}
thead {
  color: var(--marron);
}

.verMas {
  text-align: center;
  width: 100%;
  color: white;
  background-color: var(--marron);
  text-decoration: none;
}

.verMas:hover {
  background-color: #775217;
}

.btn-dark {
  border-radius: 20px;
}
