@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
html, body{
    font-family: "Dosis", sans-serif;
}
body, th, td {
    letter-spacing: 0.5px;
}
header{
    top: 0;
    width: 100%;
    z-index: 200;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #900024;
    text-decoration: underline;
}
.socialtop {
    display: block;
    position: absolute;
    right: 10px;
    margin-right: 25px;
    padding-top: 25px;
    top: 10px;
}
main{
    margin-top: 110px;
}
footer {
    position: relative;
    padding: 50px 0;
    border-top: 1px solid #fff;
    color: #fff;
    background-color: rgb(20, 20, 20);
    font-weight: 300;
    font-size: 11pt;
}
footer a{
    color: #ffffff;
    text-decoration: none;
}
footer a:hover {
    outline: 0;
    color: rgb(255, 255, 255);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
footer p{
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}
.subtiel {
    color: rgba(255, 255, 255, 0.7);
    font-size: 9pt;
}
.subtiel a:hover {
    color: #900024;
    opacity: 1;
}
footer h4{
    font-weight: 800;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}
.btn{
    font-weight: 600;
    color: #900024;
    background-color: transparent;
    white-space: normal;
    font-size: 11pt;
    border-radius: 0px;
    margin-bottom: 5px;
    border: 2px solid #900024;
    text-decoration: none;
    transition: all 0.3s linear;
}
.btn:hover{
     color: #fff ;
     background-color: #900024;
     border: 2px solid #900024;
     text-decoration: none;
}
h1, .h1 {
    font-family: 'Lora';
    color: #900024;
    font-size: 20pt;
    line-height: 30px;
    font-weight: 300;
}
h2, .h2 {
    font-weight: 600;
    color: #900024;
    font-size: 18pt;
    margin: 0px;
    padding-bottom: 15px;
}