html {
    font-family: 'Fira Sans', sans-serif;
}

a.limpo:hover {
    text-decoration: none;
}

.fjalla {
    font-family: 'Fjalla One', sans-serif;
}

.fira {
    font-family: 'Fira Sans', sans-serif;
}

.centralizar {
    display: table;
    margin: 0 auto;
}

div.content {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
}

div.separator {
    display: block;
    float: left;
    height: 1px;
    margin: 20px 0;
    width: 100%;
}

div.clean-sep {    
    background-color: #b5b5b5;
}

nav {
    background-color: #ffffff !important;
    min-height: 80px !important;
}

nav ul {
    padding: 14px !important;
}

nav ul li {
    padding-left: 20px !important; 
}

div.tv {
    width: 100%;
    background-color: #1b1b1b;
}

h2 {
    text-align: center;
    border-bottom: 2px solid;
    color: #c21b1b;
    margin-bottom: 30px;
}

input.inputForm, textarea.inputForm {
  border: 1px #191511 solid;
  border-radius: 5px;
  margin-bottom: 10px;
  max-width: 80%;
  min-width: 80%;
  padding: 10px;
  width: 80%;
}

textarea.inputForm {
  max-width: 94%;
  min-width: 94%;
  width: 94% !important;
  min-height: 150px;
}

div.footer {
    background-color: #c21b1b;
    color: #f5f5f5;
    font-family: 'Titillium Web', sans-serif;
    min-height: 50px;
    padding-top: 15px;
    text-align: center;
}

img.patrocinio {
    max-width: 80%;
    margin: 0 auto;
    display: table;
}