@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

body {
    margin-top: 50px;
    margin-bottom: 50px;
	background-color: transparent;/* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: 'Roboto Condensed', sans-serif;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
    background: url('/imagens/bgk2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-color: #07081A;
	max-height: 100%;
	max-width: auto;
}
.content {
	margin:0px;
	padding:0px;
	background-color: none;
	background-image: url('/imagens/blank.png');
	background-repeat: repeat;
}
.content h1 {
	font-size: 36px;
	font-weight: 600;
	color: #3B46F1;
	text-transform:uppercase;
	text-align:center;
}
.content h1 {
	font-size: 36px;
	font-weight: 500;
	color: #FFF;
	text-transform:uppercase;
	text-align:center;
}
.content h1 .azul {
	color: #3B46F1;
	font-weight: 700;
}
.content h1 .rosa {
	color: #BB00AA;
	font-weight: 700;
}
.content h2 {
	font-size: 22px;
	font-weight: 500;
	color: #FFF;
	text-transform:uppercase;
	text-align:center;
}
.counter-class > div{
	display: inline-block;
	color:#FFF;
}
.counter-class .counter-days,
.counter-class .counter-hours,
.counter-class .counter-minutes,
.counter-class .counter-seconds{
	font-weight: 100;
	font-size: 50px;
}
.cor-dias {
	color: #3B46F1;
}