

.pulsar {
text-align: center;
font-size:30px;
color: #FFFFFF;  
padding: 10px;
box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
border-radius: 10px;
background-color: #FF0000;
-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);

transition: all 300ms ease-in-out;
}
a.pulsar:hover {
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
animation: none;
color: #ffffff;
}
@-webkit-keyframes pulsing {
to {
box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
}
}

@-moz-keyframes pulsing {
to {
box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
}
}

@-ms-keyframes pulsing {
to {
box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
}
}

@keyframes pulsing {
to {
box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
}
}

.fechar_botao{
color:#FFFFFF!important; border-radius: 3px!important;background-color:#dd3333!important;
}
.ir_botao{
color:#FFFFFF!important;border-radius: 3px!important; background-color:#3085d6!important;
}

.localizacao_1{font-size:18px; font-weight:900; margin-bottom:10px; color:#666;}
.localizacao_2{font-size:9px;margin-bottom:10px;color:#666;}
.localizacao_3{}



/*loanding mensagens*/
.geral_1{
text-align:center; font-size:10px
}
.geral_2{
width:20px!important;
}
.geral_3{
text-align:center
}
.geral_4{
width:70px!important;}
/*loanding mensagens*/

/*circulos posições*/
.circulo_posicao_3_mais {
text-align: center;
    line-height: 30px;
    font-size: 10px;
    top: -10px;
    position: relative;
    background-color: #ffc61b;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    color: #FFFFFF;
    left: 19px;
}
	.circulo_posicao_100_mais{
	text-align: center;
    line-height: 30px;
    font-size: 10px;
    top: -10px;
    position: relative;
    background-color: #b9b3a3;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    color: #FFFFFF;
    left: 19px;
	
	
}
	/*circulos posições*/
	.direita0{ padding-right:0px; margin-right:0px;}
.esquerda0{ padding-left:0px; margin-left:0px;}


 .circulo_imagem{
 border: 2px solid rgba(0, 0, 0, 0.3);
 }
 
/*LOGIN*/


:root {
    --cor_fonte: #5b5b64 !important;
    --botao_envio_tamanho: 100% !important;
	--cor_principal_site: #902455 !important;
  }
  
  
  


  .botao_chama_motorista{
color:#FFFFFF!important; font-size:12px!important; width:250px!important; background-color:  var(--cor_principal_site)!important; 
}
 .titulo_principal_site {color : var(--cor_principal_site);text-align:left; margin-bottom:10px; font-size:20px}
   body {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    color: var(--cor_fonte);
	
	 font-style: normal;
	
  }

  
  
  @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
  
    50% {
        background-position: 100% 50%;
    }
  
    100% {
        background-position: 0% 50%;
    }
  }
  
  .menu_1_topo{
  margin:20px 0px; font-size:9px;}
  
 
  
  .centro_da_pagina {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .quadrado_70_porcento {
    width: 70%;
    height: 70%;
  }
  
  .quadrado_90_porcento{
   width: 90%;
    height: 70%;}
  
  .quadrado_100_porcento{
   width: 100%;
    height: 70%;}
  
  label {
    font-weight: 600;
    font-size: 14px !important;
  }
  
  .form-control {
    height: 50px;
    line-height: 37px;
    display: inline-block;
    font-size: 14px;
    border: 2px #eee solid;
  }
  
  .botao_enviar_lilas {
    padding: 1rem !important;
    width: var(--botao_envio_tamanho);
    font-size: 14px !important;
    font-weight: 600 !important;
    background: #902455;
    border-color: #902455;
    color: #ffffff;
  }
  
  

  
  .botao_enviar_lilas:hover {
    background: #7e1c49;
    color: #ffffff;
  }
  
  .espaco5 {
  
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
   .espaco10 {
  
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .distancia3 {
  
    padding: 3px !important;
    
  }
  
  .espaco20 {
  
    padding-top: 20px !important;
    padding-bottom: 43px !important;
  }
  
  .margin5 {
  
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  
  .margin20 {
  
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .fbranco {
    color: #ffffff;
  }
  
  .flaranja {
    color: #ffa500 !important;
  }
  
  .f9 {
    font-size: 9px !important;
  }
  
  .f12 {
    font-size: 12px !important;
  }
  
  .f14 {
    font-size: 14px !important;
  }
  
  .alinhar_centro {
    text-align: center !important;
  }
  
  .texto_pequeno_paises {
    color: #333333 !important;
    text-decoration: none !important;
    font-size: 9px;
  }
  

  .modal-header { 
    padding: 1.1rem 1.3rem!important;    
    background: #902455!important;
    
}
  .seta_voltar_branca{  
    width: 16px;    
  }
  .modal-header>a>span{
    font-size: 18px;
    padding-left: 10px;
  }
  .link_modal-header{
    font-size:18px; 
    color:#ffffff!important;
    text-decoration: none !important;
  }
  .link_modal-header a:hover{
    color:#ffffff!important;
    text-decoration: none !important;

  }
  
 

  .social_network_login_validate_reenviar>div>div>h3{
font-size: 16px;
color:#5b5b64;
padding-bottom: 10px;

  }

  .social_network_login_validate_reenviar>div>div>h4{
    font-size: 12px;
    color:#5b5b64;
      }

      .social_network_login_validate_alterar_senha{
        
       
          }
		  
		  
		  
	
	/*REDE*/
	
	.img-circle{border-radius: 50%;}
	
			 
.estrela_av_pedido_r{
color:gold!important;    
-webkit-text-stroke-width: 1px!important;    
-webkit-text-stroke-color: orange!important; 
font-size:30px!important; 
margin-left:10px!important;
}
.espacamento_130{
margin-top:130px!important;

}
.espacamento_80{
margin-top:80px!important;

}

.espacamento_45{
margin-top:45px!important;

}

.espacamento_75{
margin-top:75px!important;

}

.botao_seguir {
    height: 28px;
    font-size: 9px;
	background-color:#398439!important;
	color:#FFFFFF!important;
	border-color: #398439!important;
}

.botao_deseguir{
height: 28px;
    font-size: 9px;
	background-color:#ac2925!important;
color:#FFFFFF!important;
    border-color: #ac2925!important;
}

.botao_bate_papo{
height: 28px;
    font-size: 9px;
	background-color:#d58512!important;
color:#FFFFFF!important;
    border-color: #d58512!important;
}


.texto_da_mensagem_texto{
font-weight:600; font-size:11px; color:#898989;
}


.input_grande_icone { 
    padding: 15px 25px 15px 16px;
	height: 59px;
	border-color: #e8e7e7;
	border-radius: 5px;
	margin-bottom:10px;
	font-size: 13px;
} 

.formulario_centralizado_login {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.formulario_centralizado_login .checkbox {
  font-weight: 400;
}

.fixo_topo_modal{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 62px;
    background: #fff;
    padding: 9px;
    border-bottom: 1px solid #e5e5e5;
	z-index:9999999;


}

.formulario_centralizado_login  {
  z-index: 2;
}


.resposta_chat {
    overflow: hidden;
    margin: 26px 0 26px;
}

.resposta_chat_img {
    display: inline-block;
    width: 12%;
}
.resposta_chat_img img {
    width: 100%;
}


.resposta_chat_img2 {
    display: inline-block;
    width: 12%;
}
.resposta_chat_img2 img {
    width: 100%;
}


.texto_resposta {
    display: inline-block;
  
    vertical-align: top;
    width: 77%;
}
.texto_resposta_m {
    width: 100%;
}
.texto_resposta_m p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 0 15px 15px 15px;
    color: #646464;
    font-size: 11px;
    margin: 0;
    padding: 12px 10px 12px 12px;
    width: 100%;
}
.data_chat_m {
    color: #747474;
    display: block;
    font-size: 9px;
    margin: 8px 0 0;
}

.eu_chat {
    overflow: hidden;
    margin: 26px 0 26px;
}

.resposta_chat_eu {
    float: left;
    width: 87%;
}

.resposta_chat_eu p {
   
    border-radius: 12px 0px 15px 15px;
    font-size: 11px;
    margin: 0;
   
    padding: 12px 10px 12px 12px;
    width: 100%;
}

.mdc-icon-button {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    fill: currentColor;
    color: inherit;
    font-size: 22px;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 44px;
    height: 48px;
    padding: 12px;
}



.icone_topo_menu{
font-size:22px!important;
  width: 34px!important;
  height:34px!important;
  padding-left:23px;
  padding-right:23px;
  padding-top:10px!important;
}



.direita_barra_superior a {
    color: #fff!important;
    text-decoration: none!important;
}
a {
    color: #333333!important;
    text-decoration: none!important;
}
.home_login{ font-size:12px; padding-top:100px;}
.home_login .form-control{margin:10px}
.modalcadastro{ font-size:12px}

 .modal-dialog {
    width: 100%!important;
    height: 100%!important;
    padding: 0!important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1501!important;
}
.modal-dialog {
   
    margin: 0px auto!important;
}
.modal-content {
    height: 100%!important;
    border-radius: 0!important;
	border:#FFFFFF!important;
	 overflow-y: auto;
 
}
.close {
    float: right;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    color: #fff!important;
    text-shadow: 0 0px 0 #fff!important;

    opacity: 100!important;
}

.fecharrede {
  float: left;
    font-size: 34px;

    line-height: 14px;
    color: #fff;
    padding-left: 10px;
    
}


/*.dizeres_topo_modal {
  float: right;
    font-size: 1.25rem;
    line-height: 14px;
    color: #fff;
	padding-right: 10px;
    
    
}
*/


.modal-header .close {
    margin-top: -14px;
}

.modal-body {
    padding-left: 10px!important;
	padding-right:10px!important;
}


.modal-header {
   padding-left: 10px!important;
	padding-right:10px!important;
	height:47px;
	background: #fff;
}

.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
}

.barra_superior {
	height: 47px;
	position:fixed;
	top:0px;
    background-color: #902455;
    width: 100%;
    overflow: hidden;
    z-index: 1500;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	
}

.barra_inferior {
	height: 47px;
	position:fixed;
	bottom:0px;
    background-color: #902455;
    width: 100%;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 8;
	color:#FFFFFF;
	
}

.esquerda_barra_superior {
    padding: 0px 16px;
	display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    z-index: 1;
	justify-content: flex-start;
    order: -1;
}

.direita_barra_superior {
    padding: 0px 4px;
	display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    z-index: 1;
	justify-content: flex-end;
    order: 1;
}

.minha_row {
    display: flex;
    position: relative;
    box-sizing: border-box;
    width: 100%;

}
.centro_barra_superior{

position:fixed;
	top:46px;
	width:100%;
	box-shadow:0 4px 2px -2px rgba(0, 0, 0, 0.12);
	background-color:#FFFFFF;
	z-index: 1500;
}

.minha_row_centro {
display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
	background-color:#FFFFFF
 

}

.centraliza_botao{
 -webkit-box-flex: 1;
    flex: 1 1 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 5px 5px;
    min-width: 54px;
    max-width: 63px;
    box-sizing: border-box;
    color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-size: .600rem!important;
	height: 44px;
	margin: 7px ; 
}










.tamanho_icones_pequenos_topo {
   
    width: 20px !important;
    height: 20px!important;
    font-size: 20px!important;

}
.tamanho_fonte_pequenos_topo {
   
    }
	.cor_do_site_fontes{ color:#ababad }
	.cor_do_site_fontes_icones1{ color:#ababad; padding:5px; font-size:14px }




#label {
  position: absolute;
  font-size: 1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: gray;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: .1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}
#input {
  font-size: 1rem;
  outline: none;
  border: 1px solid #2f2f2f!important;
  border-radius: 5px;  
  padding: 1rem 0.7rem;
  color: #2f2f2f!important;
  transition: 0.1s ease-out;
  width:100%;
  height:53px !important;
  margin:10px 0;
}
#input:focus {
  border-color: #902455;  
}
#input:focus + label {
  color: #902455;
  top: 0;
  transform: translateY(-50%) scale(.9);
}
#input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(.9);
}




.botao_transparente_100 {
    width: 100%;
    height: 54px;
    line-height: 54px;
    border: 1px solid #2f2f2f;
    font-size: 19px;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin: 10px 0;
}
.botao_transparente_100:hover{
background-color: #000;
}
.botao_transparente_100:hover, 
.botao_transparente_100:focus, 
.botao_transparente_100:active { 
background-color: <?php echo $cor; ?> ; 
color: #fff ;
transition: 0.6s;
border: 0px solid #fff;}




/*
.like_e_deslike{
font-weight: 700;font-style: normal;  padding-top:5px; margin:22px 0;
}
 */
 
 .like_e_deslike {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

.like_e_deslike a{
/* color:#902455; */text-decoration: none;
}
.margin0 { padding:0; margin:0;}



.c_notificacoes {
    left: -12px;
    
top: -25px;
    width: 17px;
    height: 17px;
 position: relative;
}

.c_notificacoes_sim {
   
    font-size: 10px;   
    background-color: #f9603e;
    border-radius: 50%;    
    color: #FFFFFF;
	text-align: center;
	line-height: 17px;
}




        #carregando_mais{
            display: block;
            margin: auto;
        }
		
		#carregando_mais_perfil{
            display: block;
            margin: auto;
        }

	
	
	.botao_azul{
color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}


.botao_verde{
color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.botao_lilas_pesquisar {
    color: #fff !important;
    background-color: #902455 !important;
    border-color: #902455 !important;
    height: 35px;
    font-size: 14px;
    padding: 7px;
}







.tam_100 {
width: 100% !important;

}

.esquerda {
text-align:left !important;
}

.branco {
color:#FFFFFF !important;
}
.preto {
color:#000 !important;
}

.cinza_7 {
color:#777 !important;
}
.icone_topo_fonte{
font-size:10px;
font-weight:900;
}

.texto_14 {
font-size:14px!important;
}

.texto_10 {
font-size:10px!important;
}

.espaco_top_10 {
padding-top:10px;}

.espaco_top_20 {
padding-top:20px;}


.tamanho_icone_superior {
font-size:24px !important;
}

.sem_espaco {
margin:0px !important;
padding:0px !important;
}













.espacamento_postagens_foto {
padding-left:0px !important;

}

.espacamento_notificacoes_foto{
padding-left:5px !important;


}

.espacamento_notificacoes{
margin:0px !important;
padding-right:10px;

}


.formulario_fixo_bottom{
width:100%;
position: fixed; 
bottom:0px; 
left:0px; 
background-color:#fff; 
padding:10px;

}


.modal_fixo_top{
width:100%;
position: fixed; 
top:0px;
left:0px; 
background-color:#fff;
z-index:999999;


}

.barra_de_rolagem_comentarios{
margin-top:60px;
overflow-y: auto;
 margin-bottom:60px;

 padding-bottom:60px;
 
 }
 

 

 
 .icones_perfil {
 font-size:18px !important; }
 
 








.texto_pequeno_notificacoes{
font-size:10px;

}

.texto_do_comentario{
font-size:12px;
}




.notificacao_espaco_ {
    font-size: 13px;   
    padding-bottom: 10px;
    border-bottom: dashed #e4e4e4 1px;
    margin-bottom: 9px;
    margin-left: 23px;
    margin-right: 23px;
}

.icone_notificacao_espaco {
margin-top:3px;
}


.icone_notificacao_comentario_ {
text-align: center;
    line-height: 25px;
    font-size: 16px;
    top: -13px;
    position: relative;
    background-color: #921bff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #FFFFFF;
}


.icone_notificacao_like_ {
text-align: center;
    line-height: 25px;
    font-size: 16px;
    top: -13px;
    position: relative;
    background-color: #ff0000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #FFFFFF;
}

.icone_notificacao_seguir_ {
text-align: center;
    line-height: 25px;
    font-size: 16px;
    top: -13px;
    position: relative;
    background-color: #05c325;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #FFFFFF;
}

.texto_da_notificacao_{
font-weight:200; font-size:14px; color:#747474;
}


.texto_da_mensagem_nome{
font-weight: 900;
    font-size: 13px;
    color: #444343;
}


.botao_enviar_mesagem_chat_{

    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
	}
	
.campo_enviar_mesagem_chat_{	
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
	}
	.tamanho_enviar_mesagem_chat_{
	width:100%; height:100px; position: fixed; bottom:0px; left:0px; background-color:#fff; padding-top:30px;z-index:99999; 
	}
	
	
	
	.placeholder_textarea::placeholder {
line-height: 40px!important;
}


.icone_circulo{
    font-size: 30px!important;
	margin-top:5px!important;
	color:#8e2354!important;

}

.icone_circulo2{
    padding-top: 8px;
    color: #ffffff!important;
    background-color: #adadad;
    border-radius: 100%;
    display: inline-block;
    font-size: 18px!important;
    height: 33px;
    width: 33px;

}

.icone_circulo_cor{  
	color:#757575!important;

}

.icone_circulo_cor2{  
	color:#757575!important;
	font-size: 10px;
	padding-top:20px;

}







textarea.form-control {
    min-height: calc(0.5em + (2.75rem + 2px))!important;
}




/*CARRINHO*/
.carrinho_celular{
display: none;
}


.topo_bairro{
text-align:center;
font-size:11px!important;
}

.teste_pequenos{
font-size:11px!important;
}

.centro{
text-align:center!important;
}
.padding_top_1{
padding-top:1px!important;
padding-bottom:10px!important;
}

.botao_buscar2 {
padding: 4px 4px;
font-size: 12px;
line-height: 1.3333333;
border-radius: 1px;
width:100%;
height: 40px;
}

.botao_buscar {
font-size: 12px;
height: 40px;
border-radius: 1px;
width:100%;
}

.pargin{


}

.direita{
text-align:right!important;
padding-top:1px!important;

} 
.esquerda{text-align:left!important;}
.botom0{
margin-bottom:0px!important; 
} 
.deze{
padding-bottom: 17px!important; 
}
.carrinho_celular {
position: fixed; 
z-index: 9;
bottom:20px;
right:10px; 
background-color:#ff0a0a;
width: 80px;
height: 80px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin:0px auto;
padding:3%;
color:#FFFFFF;
font-size:24px;
}

.entrar_botao_localizacao{}

.100_height {
  height: 100%; 
}

.flex_display {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.nome_formulario {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 5px;
  font-size:10px !important;
  color: #777777!important;

}














/*social_network_home*/	

		  
		  
		.social_network_home_container{}
.social_network_home_row{}
.social_network_home_foto_perfil{}
.social_network_home_postar{}
.social_network_home_icones{}
.social_network_home_icone1{}
.social_network_home_icone1{}
.social_network_home_icone3{}


/*Ver_Publicacoes*/
.ver_publicacao_post_arroba{padding-top:3px; font-size:12px}
.ver_publicacao_post_a_quanto_tempo{padding-top:3px; font-size:10px; color:#818181;}
.ver_publicacao_post_nome{font-weight: 700;font-style: normal; padding-top:5px}
.ver_publicacao_post_coracao{font-size:10px; color:#919191;}
.ver_publicacao_post_comentarios{text-align:right!important; font-size:12px; color:#919191;}

.ver_publicacao_post_postagens_a_quanto_tempo{padding-top:3px; font-size:12px; color:#9f9f9f;}
.ver_publicacao_post_postagens_nome{font-weight: 500;font-style: normal; padding-top:5px; color:#3c3c3c;}
.ver_publicacao_post_postagens_texto{font-size:13px}




/*social_network_profile*/
.social_network_profile_1{
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:20px 20px; }
.social_network_profile_2{margin-bottom:10px;}
.social_network_profile_3{border: 3px solid rgba(255, 255, 255, 1);width:100px!important; height:100px!important;}
.social_network_profile_4{
text-align: center;
    line-height: 31px;
    font-size: 11px;
    top: -19px;
    left: 4px;
    position: relative;
    background-color: #ffc61b;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    color: #FFFFFF;
    margin: -18px;
    border: solid #FFFFFF 1px;
	 }
.social_network_profile_5{
text-align: center;
    line-height: 31px;
    font-size: 11px;
    top: -19px;
    left: 4px;
    position: relative;
    background-color: #b9b3a3;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    color: #FFFFFF;
    margin: -18px;
    border: solid #FFFFFF 1px;}
	
	
	.social_network_profile_6{margin-bottom:5px;}
	
	
	
	
.social_network_profile_7{
display: inline;
   padding: 3px;
 
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	background-color: #181818 !important;
	font-size:18px; }

.social_network_profile_8{
display: inline;
    padding: 3px; 
 
    font-weight: 200;
    line-height: 1;
    color: #fff;
    text-align: center;
    
    border-radius: .25em;
	background-color: #565656 !important;
	font-size:12px; }
	

.social_network_profile_9>input{  display: none;}



.social_network_profile_10 {
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    top: 4px;
    left: 13px;
    position: absolute;
    background-color: #565656;
    width: 140px;
    height: 20px;
    color: #FFFFFF;
    border-radius: .25em;

}

.social_network_profile_11{
text-align:center
}
.social_network_profile_12{
width:100%; margin-top:30px;text-align:center
}
.social_network_profile_13{
width:100%; background-color:var(--cor_principal_site);
}

.social_network_profile_14>input{  display: none;}



.social_network_profile_15{
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    top: 4px;
    right: 13px;
    position: absolute;
    background-color: #565656;
    width: 140px;
    height: 20px;
    color: #FFFFFF;
    border-radius: .25em;
}
.social_network_profile_16{
margin:10px 0;
}

.social_network_profile_17{
text-align:right; 
}

.social_network_profile_18{
margin-right:5px;
}

.social_network_profile_19{
font-size:12px; border-width: 1px!important;    border-style: solid;    border-color: #ffffff85!important;border-radius: 50px !important;
}

.social_network_profile_20{
padding: 6px 6px !important;   
    font-size: 13px !important;    
    border-radius: 50px !important; 
}

.social_network_profile_21{
border-color: #ffffff85!important;
}
.social_network_profile_22{
padding: 6px 6px !important;   
    font-size: 13px !important;    
    border-radius: 50px !important; 
}
.social_network_profile_23{
margin-top:120px; text-align:center;
}
.social_network_profile_24{
font-weight: 400;font-size:10px
}
.social_network_profile_25{
padding-left:15px; padding-right:15px
}
.social_network_profile_26{
padding-right: 0px;    padding-left: 0px;
}
.social_network_profile_27{
background: #f5f4f8 ; border: 1px solid #eaeaea;
    color: #4a4a4b;
    font-size: 12px;
    min-height: 39px;
    width: 100%;

	padding-right: 46px !important;
}
.social_network_profile_28{
position:relative;
background: #f5f4f8;border: medium none;
    border-radius: 50%;
    color: #939393;
    cursor: pointer;
    font-size: 23px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 7px;
    width: 33px;

}
.social_network_profile_29{
padding-bottom:15px;  padding-left:15px; padding-right:15px;text-align:right
}
.social_network_profile_30{
 border-radius: 50%;
    background-color: #ffffff3d;
    color: #757575;
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    text-decoration: inherit;
    text-transform: inherit;
    height: 32px;
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 11px;
    border-width: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.social_network_profile_31{
cursor: pointer;
   position: relative;
    background: #f5f4f8;
    color: #4a4a4b;
    font-size: 12px;
    margin-top: 10px;
	  
	  width:100%;
	  padding:10px;
	  font-weight: 200;
	  text-align:center;}
.social_network_profile_32{
position: relative;
  background: #f5f4f8;
    color: #4a4a4b;
    font-size: 12px; margin-top:10px;
	}
.social_network_profile_33{
  position: relative;
  background: #f5f4f8;
    color: #4a4a4b;
    font-size: 12px; margin-top:10px; 
	}
.social_network_profile_34{ 
padding-top:100px
}
.social_network_profile_35{
text-align:center; font-size:16px;
}

/*Ver_Publicacoes*/

.Ver_Publicacoes_1{
border-bottom:dashed  #e4e4e4 2px;
padding-bottom:30px;
}

.Ver_Publicacoes_2{
padding:15px 0 0px 0;

}
.Ver_Publicacoes_3{
margin:0px !important;
padding:2px !important;

}
.Ver_Publicacoes_4{
width:50px; height:50px;

}
.Ver_Publicacoes_5{
font-weight: 700;font-style: normal; padding-top:5px

}
.Ver_Publicacoes_6{
padding-top:3px; font-size:12px

}
.Ver_Publicacoes_7{
padding-top:3px; font-size:10px; color:#818181;

}
.Ver_Publicacoes_8{
text-align:right

}
.Ver_Publicacoes_9{
font-size:19px;

}
.Ver_Publicacoes_10{
font-size: 14px;

}
.Ver_Publicacoes_11{
width: 100%;height: 500px;object-fit: cover;

}

.Ver_Publicacoes_12{
width:100%

}
.Ver_Publicacoes_13{
width:100%;
height:250px;

}

.Ver_Publicacoes_14{
padding-top:20px;

}

.Ver_Publicacoes_15{
font-size:12px; color:#919191;

}

.Ver_Publicacoes_16{
text-align:right; font-size:12px; color:#919191;

}

.Ver_Publicacoes_17{
padding-top:20px;
}
.Ver_Publicacoes_18{
text-align: center
}
.Ver_Publicacoes_19{
margin-bottom:10px;
}


.Ver_Publicacoes_20{
background: #f5f4f8 ; border: 1px solid #eaeaea;
    color: #4a4a4b;
    font-size: 12px;
    min-height: 39px;
    width: 100%;
	padding-right: 30px;
	}
.Ver_Publicacoes_21{

border: medium none;
    border-radius: 50%;
    color: #939393;
    cursor: pointer;
    font-size: 17px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 7px;
    width: 33px;
	
	}
.Ver_Publicacoes_22{
overflow-y: auto;
max-height: 150px;
}
.Ver_Publicacoes_23{
width:35px;
height:35px;
}
.Ver_Publicacoes_24{
background-color:#f8f8f8; 
 border-radius: 5px; 
 margin-bottom: 26px;
 text-align:left 
 }
.Ver_Publicacoes_25{
font-weight: 500;font-style: normal; padding-top:5px; color:#3c3c3c;
}

.Ver_Publicacoes_26{padding-top:3px; font-size:12px; color:#9f9f9f;}

.Ver_Publicacoes_27{font-size:13px}



/*social_network_publish_edit*/

.social_network_publish_edit1{
width:100%; height:220px; position: fixed; bottom:0px; left:0px; background-color:#fff; padding-top:30px;z-index:99999;bottom: 70px;
}
.social_network_publish_edit2{
margin:15px;}
.social_network_publish_edit3{
padding:5px;
}
.social_network_publish_edit4{
/* cursor: pointer;
   position: relative;
    background: #f5f4f8;
    color: #4a4a4b;
    font-size: 12px;
    margin-top: 10px;
	  
	  width:100%;
	  padding:10px;
	  font-weight: 200;
	  text-align:center;*/
}
.social_network_publish_edit5{
position: relative;
  background: #f5f4f8;
    color: #4a4a4b;
    font-size: 12px; margin-top:10px; }
.social_network_publish_edit6{margin:15px;}
.social_network_publish_edit7{border-top: 1px solid #c4c4c4;position: relative;}
.social_network_publish_edit8{
background: #f5f4f8 ; border: 1px solid #eaeaea;
    color: #4a4a4b;
    font-size: 12px;
    min-height: 39px;
    width: 100%;

	padding-right: 46px !important;height: 107px;
	}
.social_network_publish_edit9{
background: #f5f4f8;border: medium none;
    border-radius: 50%;
    color: #939393;
    cursor: pointer;
    font-size: 23px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 7px;
    width: 33px;

}
.social_network_publish_edit10{font-size:12px}

/*social_network_ranking*/

.social_network_ranking1{margin-top:20px;}
.social_network_ranking2{ width:100%!important;}
.social_network_ranking3{font-size:13px; color:#000}
.social_network_ranking4{font-size:17px; color:#f5ad3f; margin-top:5px}
.social_network_ranking5{ width:17px!important;}
.social_network_ranking6{text-align:right}
.social_network_ranking7{width:100%; border-radius: 10px!important;}
.social_network_ranking8{
    margin-top: 5px!important;
    margin-bottom: 5px!important;
	}
.social_network_ranking9{}
.social_network_ranking10{}
.{}
.{}
.{}
.{}
.{}
