#home {
	background: #ffc107;
	color: white;
	width: 100%;
}

.caixa {
	padding: 60px 0;
	border-bottom: 1px solid #e5e5e5;
}

footer p a {
	margin: 5px 15px;
}

#lembreme{margin-right: 10px;}
#btnLogin{margin-right: 100px;}

.marcador-caixa{
	background: #F8D379;
}

.marcador-total{
	background: #ADFF2F;
}

.marcador-movdia{
	background: #79A3F8;
}
.marcador-vermelho{
	background: #F97575;
}
.marcador-vermelho-filho{
	background: #FB9494;
}
.marcador-azul{
	background: #8178F8;
}
.marcador-azul-filho{
	background: #B0ABF9;
}
.marcador-cli{
	background: #83DB69;
}
.marcador-cli-filho{
	background: #AEE59E;
	border-bottom: 1px solid #156209;
	padding: 2px;
}

.marcador{
		background: #F58A8C;
		border: 1px solid #F71619;
	}
.marcador-container{
		background: #8AD2F5;
		border: 1px solid #3A2FC9;
	}

#atv{
	color: #695EF8;
}
#atv hover{
	color: #2414F5 !important;
}

.marcador-ama{
	background: #EBF728;
}
.marcador-ama-filho{
	background: #E4F186;
	border-bottom: 1px solid #030303;
	padding: 2px;
}

.marcador-cinza{
	background: #787878;
}
.marcador-cinza-filho{
	background: #D5D5D0;
	border-bottom: 1px solid #030303;
	padding: 2px;
}

.mulher{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mulherimg{
    height: 100%;
    width: 100%;
    margin: 10px;
    background-position: center; //centraliza imagem
    background-size: cover; //imagem cobre toda área do div
  }