body {
    font-family: Montserrat-Regular,sans-serif;
    height: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

.bg-title-page {
    background-image: url('assets/background-header.png');
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 50px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
}

h2 {
    font-size: 1.75rem;
}

.bg-white {
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

p {
    color: #888;
    font-size: 15px;
    line-height: 1.7;
}

header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 80px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo {
    display: block;
    position: absolute;
    left: 52px;
    top: 50%;
    transform: translateY(-50%);
}

a {
    color: #666;
    transition: all .4s;
    text-decoration: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
    border-style: none;
}