

.bg_blue {
    background-color: rgb(34, 103, 172) !important;
}

.nav-link {
    color: #fff;
}

.color-white {
    color: #fff;

}

.padding0 {
    padding: 0px !important;
}

.height_full {
    height: 100%;
}

.pink {
    background-color: #E3427E !important;
    border: none;
}

.btn_vaga {
    background-color: #fff;
    color: #E3427E;
    padding: 5px 20px;
    font-weight: bold;
    border: none;
    border-radius: 3px;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}

#btn_top {
	background: #f22ea6;
	border-radius: 5px;
	font-weight: bold;
}

#escolas-participantes img {
    border-radius: 5px;
}