
.goog-te-gadget-simple {
  background-color: transparent !important;
  border-left: none !important; 
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;;
}

.goog-te-gadget-simple .goog-te-menu-value {
  color: white !important;
}

.goog-te-menu-value > span{
  color: white !important;
}

.goog-te-gadget-icon{
  display: none !important;
}

.goog-te-menu-value span:nth-child(3){
  display: none;
}

.goog-te-menu-value span:nth-child(5){
  margin-left: -10px;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{
    color:#767676 !important;
    
}



.label-img{
	width: 150px;
	height: 150px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}

.input-img{
	visibility: hidden;
	position: absolute;
}

.preview-img{
	width: 100% !important;
	height: 100% !important;
	border: 5px solid #83c331;
	border-radius: 100px;
}

.plus_foto_perfil{
	/*background: #83c331;*/
	background: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 1;
	border-radius: 100px;
	border: 5px solid #83c331;
	text-align: center;
	padding-top: 33%;
	text-align: center;
	padding-top: 23%;
	color: #83c331;
	font-size: 50px;
	transition: .5s all ease;
}

.plus_foto_perfil:hover{
	/*background: #83c331;*/
	background: #83c331;
	color: white;
	opacity: .5;

}

/*-------------------------------------*/


.hide
{
    display: none;
    visibility: hidden;
}

.mini-profile-img{
	    height: 40px;
    border: 4px solid #80c236;
    border-radius: 100px;
    width: 40px;
    margin-right: 4px;
}


.modal-profile-img{
	width: 50%;
    display: block;
    margin: auto;
    border: 4px solid #80c236;
    border-radius: 13px;
}

.green{
	    color: #83c331;
}