
fieldset.fieldset-visita{
	border: 1px solid rgba(0,0,0,.125);
	padding: 10px;
}
fieldset.fieldset-visita:first-child{
	margin: 0px auto 20px auto;
	
}

.card{
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.30);
		
}


.div-fot{
	display: grid;
}

.input-icon{
	position: relative;

}

.input-icon i{
	position: absolute;
	right:3px;
	top: 10px;
}

.input-icon i:hover{
	color:#17a2b8;
	cursor: pointer;
}


.botao-foto{
	text-align: center;
    height: 45px;
    width: 100%;
    color: black;
    border-radius: 10% 10% 250% 250%;
	background-color: rgba(6, 145, 255, 0.2);
	cursor: pointer;
}

.botao{
	border-radius: 20px 20px 20px 20px;
	border: 1px solid grey;
	background-color: rgba(6, 145, 255, 0.2);; 
	width: 50%;
	height: 50px;
	margin-top: 50px;
	
}

#botao-seguir{
	margin-top: 50px;
}

.botao:hover{
	color:white;
	background: #0B243B; 
}


.hide{
	display: none;
}

.div-foto{
	border: 1px solid black;
	background-color: #0B243B;
	border-radius: 25px 25px 0px 0px;
}


    #my_cmera{
        border: 5px solid black;
    }

    .div-foto{
    	display: grid;
	}

	.card-header{
		border-radius: 0px 0px 20px 20px !important;
	}
	

/*RODAPE - posicionamento do footer manter ele sempre no fim da página*/
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 40px;
	margin-top: 10px;
	background-color: #12A79D;
	/*background-color: #f5f5f5;*/
}