﻿.fundoGeral {
    background-image: url("../img/404.png");
    background-size: 100% !important;
}

.main-content {
    position: relative;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.page-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%;
}

.display-1 {
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 1.5;
}

.text-primary {
    color: #e06baa !important;
}

.h2 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #32325d;
    font-size: 1.25rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.7;
    margin-top: 1.5rem;
}
.fontBotao {
    font-size: .875rem;
    padding-top: 12px;
}