/*cabeçalho*/
.cabecalho{
	padding: 2% 0 5% 0;
	background-color: black;
	
}
.btn-acao-header{
    padding: 6px 0px 0px 0px;
}
.logo-header{
	vertical-align: middle;
    width: 60%;
}
#icon-notificacoes{
	font-size: 25px;
    margin-right: 15px;
    color: white;
    vertical-align: middle;
}
.img-perfil{
    width: 25%;
    border-radius: 100px;
}
.info-login{
	padding: 4% 0px 0px 2%;
}
.nome-usuario {
    color: #fff;
    font-weight: 500;
}
.text-setor {
    color: #fff;
    font-size: 16px;
}
/*cabeçalho*/

/*Menu*/
.secao-menu {
    margin-top: -2.0%;
    margin-bottom: -2.5%;
}
.nome-igreja {
    background: #f7f7f7;
    border: solid 1px #e5eaf2;
    border-radius: 20px;
    padding: 20px 0px;
}
.title-igreja{
	font-size: 18px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.nome-igreja {
    background: #f7f7f7;
    border: solid 1px #e5eaf2;
    border-radius: 20px;
    padding: 20px 0px;
}
.link-menu{
	background: #f7f7f7 !important;
    border: solid 1px #e5eaf2;
    border-radius: 20px;
    padding: 20px 0px;
    text-align: center;
}
.title-menu{
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}
/*Fim menu*/


/*main*/
.main-app{
	min-height: 500px;
	padding: 5%;
	background-color: #EFF2F7 !important;
}
.logo-criarevento {
	position: relative;
	margin: 0 auto;
	background-image: url(/assets/images/img-logo-lagoinha-escala-app.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px !important;
	height: 75px;
}


/*Fim main*/


/*Login*/
.main-login {
    width: 100vw; 
    height: 100vh;
    color: #fff;
    background-color: #000;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.column-L {
    width: 35%;
    position: relative;
    float: left;
    margin: 20px 0;
}
.column-R {
    width: 65%;
    height: 100%;
    padding: 0;
    opacity: 0.5;
    position: relative;
    float: right;
}
/*Fim login*/

.icon-background {
    background-color: #6e00ff;
    border-radius: 20px;
    font-size: 1.5em;
    width: 75px;
    height: 75px;
    padding: 20px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Botão add tarefa*/
.btn-add-task {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: none;
    border-radius: 25px;
    font-size: 25px;
    color: #fff;
    background-color: #000;
}
.btn-add-task a {
    color: #fff !important;
}
/*Fim botão add tarefa*/

.avatar {
    position: relative;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 50px;
    height: 50px;
}
.avatar-lg {
    width: 75px;
    height: 75px;
    font-size: 1.25rem;
}
.fa-calendar-day::before {
    content: "\f783";
}

.container-tarefa {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
}
.tarefaResposta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.tarefaResposta button {
    border-radius: 50px;
    padding: 10px;
    color: #000;
    font-size: 20px;
}


/*rodapé*/

.rodape {
	background-color: #FAFBFE !important;
	padding: 25px 0 25px 0;
}
.copy{
	text-align: center;
}
.social-rodape{
	text-align: right;
}
#social-icon{
	font-size: 20px;
	margin-left: 10px;
}
@media screen and (max-width: 760px) {
    .column-L {
        width: 55%;
    }
    .column-R {
        display: none;
    }
}
