@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
	text-decoration: none;
	-webkit-text-size-adjust: none;
	/* color: #FFFFFF; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing:border-box;
	font-family: 'Montserrat', sans-serif;
}
.contPrev{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 7em;
    padding: 20px;
}
.contLogoP{}
	.contLogoP img{
    max-width: 230px;
}
.contTxP{}
	.contTxP h1{
    font-weight: bold;
    font-size: 2em;
    color: #6a5fcc;
}
	.contTxP h2{
    color: #00cece;
    font-weight: bold;
}
.contCP{
    text-align: center;
}
.unc{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1em;
}
.unc a{
    display: inline-flex;
    align-items: center;
    gap: .8em;
    font-size: 1em;
    font-weight: bold;
    color: white;
    background-color: #6b63cd;
    padding: 13px 22px;
    border-radius: 10px;
}

.social{
    margin: 30px 0px;
}
	.social a{
    font-size: 2em;
    margin: 10px;
    padding: 5px;
    color: #695fca;
}
.txsmall{
    color: gray;
}