body {
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
}

.flexdiv {
    align-items: center;
    justify-content: center;
}

.centerpage {
    padding-top: 250px;
    padding-bottom: auto;
}

.backfoto {
    background-image: url("fundo.jpg");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titulo {
    color: #5b2a1b;
    font-weight: 700;
}

.subtit {
    color: #36413E;
    font-weight: 700;
}

.texto {
    font-weight: 500;
    font-size: 16pt;
    color: #808080;
}

.texto a:link {
    text-decoration: none;
    color: #808080;
}

.texto a:hover {
    text-decoration: none;
    color: #5b2a1b;
}

.texto a:visited {
    text-decoration: none;
    color: #808080;
}
