@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed&display=swap');

.button {
background-color: #886800;
color: #ffffff;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 4px 2px;
cursor: pointer;
border-radius: 5px;
text-transform: none;
border: 1px solid #886800;
font: bold 20px 'Fira Sans Condensed', sans-serif;
line-height: 30px;
letter-spacing: 0.3px;
}

.botonpeq {
color: #484848;
background-color: #f4f4f4;
padding: 5px 7px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 4px -4px;
cursor: pointer;
border-radius: 5px;
text-transform: none;
border: 1px solid #9c9c9c;
font: 16px 'Fira Sans Condensed', sans-serif;
}

.buttonsecc {
background-color: #886800;
color: #ffffff;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 4px 2px;
cursor: pointer;
border-radius: 5px;
text-transform: none;
border: 1px solid #886800;
font: 20px 'Fira Sans Condensed', sans-serif;
line-height: 30px;
letter-spacing: 0.3px;
}

.buttontelf {
background-color: #333333;
color: #ffffff;
padding: 8px 8px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 6px 4px;
cursor: pointer;
border-radius: 5px;
text-transform: none;
border: 1px solid #333333;
font: 20px 'Fira Sans Condensed', sans-serif;
line-height: 30px;
letter-spacing: 0.3px;
}

.small-text {
font-size: 0.95em;
color: #3b3b3b;
}

.data-text {
font-size: 1.20em;
color: #886800;
}

li {
  margin-top: 9px;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}

.centrado {
text-align: center;
}

.izquierda {
text-align: left;
}

.cerrado {
background: red;
color: white;
font: 18px 'Fira Sans Condensed', sans-serif;
border: 12px solid red;
text-align: center;
font-weight: bold;
}

blockquote {
font: 18px 'Fira Sans Condensed', sans-serif;
border-bottom: 1px solid #886800;
}

h2 {
font: 1.8em 'Fira Sans Condensed', sans-serif;
text-align: center;
margin-top: 30px;
margin-bottom: 20px;
border-bottom: 1px solid #886800;
}

h3 {
font: 1.6em 'Fira Sans Condensed', sans-serif;
text-align: center;
margin-top: 30px;
margin-bottom: 0px;
border-bottom: 1px solid #886800;
}

h4 {
font: 1.4em 'Fira Sans Condensed', sans-serif;
text-align: center;
margin-top: 30px;
margin-bottom: 20px;
border-bottom: 1px solid #886800;
}

h5 {
font: 1.2em 'Fira Sans Condensed', sans-serif;
text-align: center;
margin-top: 30px;
margin-bottom: 20px;
border-bottom: 1px solid #886800;
}
hr {
height: 1px;
width: 100%;
margin-top: 5px;
margin-bottom: 20px;
background-color: #886800;
}



