/* natal.css */
/*@keyframes snowfall {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(100vh);
    }
}

.snowflake,
.ice-star {
    position: fixed;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    animation: snowfall linear infinite;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.ice-star {
    background-color: #b3e0ff; 
}*/


.noBordersPadd40 tr, .noBordersPadd40 td {
	background: none !important;
	border: none !important;
}

.noBorders tr, .noBorders td {
	background: none !important;
	border: none !important;
}

th {
	padding: 5px !important;
}

.center {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* Cor do logo */
header a.logo {
	background-color: #3c8dbc !important;
}

.news-text a {
	color: #3c8dbc !important;
}

.news-text {
	text-align: justify !important;
	text-justify: inter-word !important;
}

.font-webinar-size {
	text-align: justify !important;
	text-justify: inter-word !important;
	font-size: 11px;
}