html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Montserrat", Helvetica, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    line-height: 1.1em;
    color: #000;
    padding: 0;
    margin: 0;
    background-color: #fff;
}
header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b9bd58;
    padding: 20px 0px;
}
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
}
footer {
    padding: 28px 15px;
    text-align: center;
    background-color: #b9bd58;
}
.container {
    max-width: 940px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.logo {
    max-width: 210px;
    height: auto;
}
.title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 14px 0 30px 0;
    line-height: 1.1;
}
.title--dolc {
    color: #53a34f;
}
.title--rectoria {
    color: #942e3c;
}
.title--paquita-mut {
    color: #942e3c;
}
.title--lesfreses {
    color: #a9ad16;
}
.title--horabona {
    color: #a9ad16;
}
.title--cupertino {
    color: #752484;
}
.title--tallaruques {
    color: #a9ad16;
}
.title--amfora {
    color: #836138;
}
.title--xiulit {
    color: #791517;
}
.subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 18px 0;
}
.btn {
    display: block;
    background-color: #b9bd58;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
    padding: 15px 10px;
    min-width: 240px;
    text-align: center;
    border-radius: 10px;
    transition: background-color .25s;
}
.btn ~ .btn {
    margin-top: 12px;
}
.btn:hover {
    background-color: #858822
}
.link {
    color: #4d5002;
    text-decoration: none;
    transition: color .25s;
}
.link:hover {
    color: #000000;
}