﻿@charset "UTF-8";

.left-Perfil{
	float: left;
	/* padding-top: 50px; */
}
.right-Perfil{
	float: right;
	/* padding-top: 50px; */
}
.left-Perfil-Contatos{
	float: left;
	padding-top: 20px;
	width: 50%;
	max-width: 157px;
}
.right-Perfil-Contatos{
	float: right;
	padding-top: 20px;
	width: 50%;
	max-width: 157px;
}
.Principal-Perfil{
	float:left;
	width:100%;
	text-align: center;
	background-color: #ECEFF1;
}
.Principal-Perfil > .PrincipalPerfilLocal{
	margin: auto;
	width: 100%;
	max-width: 1600px;
}

.Principal-Perfil > .PrincipalPerfilLocal > .PrincipalPerfilItens{
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin:0px;
	padding-top:20px;
}
.PrincipalPerfilItens img{
	width: 50%;
	max-width: 178px;
	height: 100%;
	max-height: 178px;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 178 / 178;
	/* vertical-align: middle; */
	padding-top: 2px;
	padding-bottom: 2px;
}
@media(max-width: 740px){
    .PrincipalPerfilItens img{
		width: 50%;
		max-width: 178px;
		height: 100%;
		max-height: 256px;
		object-fit: cover;
		object-position: center;
		aspect-ratio: 178 / 256;
		/* vertical-align: middle; */
		padding-top: 2px;
		padding-bottom: 2px;
	}
}
.PrincipalPerfilItens h2{
	max-width: 678px;
	display:inline-block;
	color: #e91173;
	/* text-shadow: #000 -1px -1px 0.5px; */
	font-size: xx-large;
	font-family:sans-serif;
	text-transform: uppercase;
}
.PrincipalPerfilItens h3{
	display:inline-block;
	color: #101010;
	/* text-shadow: #000 -1px -1px 0.5px; */
	font-size: xx-large;
	font-family:sans-serif;
	text-transform: uppercase;
}
.PrincipalPerfilItens p{
	color: #202020;
	font-size: medium;
}


.Grupo-Dados{
	width: 100%;
	display: initial;
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.Grupo-Dados {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    max-width: 900px;  /* Largura máxima de 900px */
    margin: 0 auto; /* Centraliza a tabela */
    font-size: medium;
}

/* Estilo das células de dados */
.Dados {
    flex: 1 1 100%;
    margin: 4px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Cor do título dentro de cada célula */
.Dados-Cor {
    font-weight: bold;
    color: #e91173;
    font-size: large;
    text-transform: uppercase;
}

/* Estilo específico para o valor do cachê */
.ValorDoCache {
    font-size: medium;
    color: #222;
}

/* Estilo para o fundo da tabela de dados */
/* .Grupo-Dados:nth-child(odd) .Dados {
    background-color: #f1f1f1;
} */

/* Responsividade para desktop */
@media (min-width: 1024px) {
    .Grupo-Dados {
        justify-content: space-between;
    }
    .Dados {
        flex: 1 1 calc(33.33% - 20px); /* 3 itens por linha */
        box-sizing: border-box;
    }
}

/* Responsividade para tablets */
@media (max-width: 1023px) and (min-width: 768px) {
    .Dados {
        flex: 1 1 calc(50% - 20px); /* 2 itens por linha */
    }
}

/* Responsividade para smartphones */
@media (max-width: 767px) {
    .Dados {
        flex: 1 1 100%; /* 1 item por linha */
    }
}


.TextoContadorPerfil {
	color:#FFF;
	margin-top :-7px;
}
.IcconCache {
    font-size: medium;
    vertical-align: middle;
}
.ValorDoCache {
	font-size: x-large;
}
.Centro {
	width: 100%;
	/* max-width: 180px; */
	display: inline-table;
	float: left;
}
.Centro img{
	width: 100%;
	max-width: 178px;
	height: 100%;
	max-height: 140px;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 178 / 140;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
.perfilcontatos{
	display:inline-block;
	float: none;
	width:100%;
	max-width: 900px;
	background-color: #ECEFF1;
	text-align: center;
	font-family:sans-serif;
}
.perfilcontatos img{
	width:96%;
	/*! padding-right:5px; */
	/*! padding-left:5px; */
	max-width: 157px;
}
.perfilcontatos h2{
	color: #e91173;
	font-size:1.1em;
	word-wrap: break-word;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.perfilcontatos h3{
	color: #e91173;
	font-size:1.1em;
}
.perfilcontatos p{
	color: #202020;
	font-size:1.1em;
}
.perfilcontatos a{
	color: #202020;
	text-decoration:none;
}
.perfilcontatos a:hover{
	color: #202020;
	text-decoration: none;
}
.perfilcontatos a:visited{
	color:#fff;
	text-decoration: none;
}
.perfilcontatos a:active{
	color: #202020;
	text-decoration: none;
}
#FrameContadorPerfil{
	border: 0;
	width: 28%;
	min-width: 105px;
	max-height: 37px;
}

/* CSS Fotos e Vídeos do Perfil */
.FotosPerfil {
	float: none;
	display: inline-block;
	/* width: 100%; */
	max-width: 900px;
	padding-bottom: 4px;
	background-color: #f9f9f9;
	color: #202020;
	text-align: center;
	font-family:sans-serif;
	border-radius: 8px;
	margin-top: 26px;
	margin-bottom: 8px;
	margin-left: 4px;
	margin-right: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.FotosPerfil img{
	width: 47%;
	max-width: 450px;
	height: 100%;
	max-height: 600px;
	object-fit: contain;
	background-color: #e4e4e4;
	border: solid #ffffff 4px;
	margin: 6px;
	object-position: center;
	float: none;
	display: inline-table;
	aspect-ratio: 900 / 900;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
@media(max-width: 740px){
    .FotosPerfil img{
		width: 98%;
		max-width: 900px;
		height: 100%;
		max-height: 600px;
		object-fit: scale-down;
		margin: 0px;
		object-position: center;
		float: none;
		display: inline-table;
		aspect-ratio: 900 / 900;
		vertical-align: middle;
		padding-top: 2px;
		padding-bottom: 2px;
	}
}
.FotosPerfil h2{
	/* width: 100%; */
	max-width: 678px;
	display: inline-block;
	font-size: larger;
	font-weight: bold;
	color: #e91173;
	/* text-shadow: #000 -1px -1px 0.5px; */
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
}
.FotosPerfil h3{
	font-size: larger;
	color: #101010;
	/* text-shadow: #000 -1px -1px 0.5px; */
	padding-top:10px;
	padding-left: 5px;
	padding-right: 5px;
}
.FotosPerfil p{
	font-size: medium;
	text-align: justify;
	max-width: 678px;
	display: inline-block;
	padding: 5px;
	padding-top: 0px;
}
.FotosPerfil video{
	width:100%;
	max-width:450px;
}
/* CSS Fotos e Vídeos do Perfil */


/* css contatos */
/* Barra de Contatos */
    .barra-contatos {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #222;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 6px 10px;
      box-sizing: border-box;
      border-top: 2px solid #e91173;
    }

    /* Botão "Ver Telefone" */
    .botao {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #e91173;
      color: #fff;
      border: none;
      padding: 12px 20px;
      font-size: large;
      font-weight: bold;
      border-radius: 50px;
      cursor: pointer;
      transition: background-color 0.3s, transform 0.3s;
      text-decoration: none;
      width: 180px;
      text-align: center;
    }

    .botao:hover {
      background-color: #d40963;
      transform: scale(1.05);
    }

    .botao i {
      margin-right: 8px;
    }

    /* Pop-up */
    .pop-up-contatos {
      display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 9999;
        justify-content: center;
        align-items: center;
        }

    .pop-up-contatos-content {
      background-color: #fff;
      color: #222;
      padding: 30px;
      border-radius: 12px;
      max-width: 400px;
      width: 90%;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      position: relative;
    }

    /* Imagem da Acompanhante */
    .pop-up-contatos-content img {
      border-radius: 50%;
      width: 120px;
      height: 120px;
      object-fit: cover;
      margin-bottom: 20px;
      border: 4px solid #e91173;
    }

    /* Nome da Acompanhante */
    .pop-up-contatos-content h2 {
      font-size: xx-large;
      color: #e91173;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .pop-up-contatos-content p {
      font-size: medium;
      margin-bottom: 20px;
    }

    .pop-up-contatos-content .numero {
      font-size: xx-large;
      font-weight: bold;
      margin-bottom: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .pop-up-contatos-content .copiar {
      background-color: #ddd;
      color: #222;
      border: none;
      padding: 5px 10px;
      font-size: 14px;
      border-radius: 5px;
      cursor: pointer;
      margin-left: 10px;
      transition: background-color 0.3s;
    }

    .pop-up-contatos-content .copiar:hover {
      background-color: #ccc;
    }

    .pop-up-contatos-content .botoes {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      margin-top: 20px;
    }

    .botoes .botao {
      width: 45%;
    }

    .botao-close {
      background-color: #e91173;
      color: #fff;
      border: none;
      padding: 8px 16px;
      font-size: large;
      border-radius: 25px;
      cursor: pointer;
      transition: background-color 0.3s;
      margin-top: 10px;
      width: 100%;
    }

    .botao-close:hover {
      background-color: #d40963;
    }

    /* Responsividade */
    @media (max-width: 768px) {
      .pop-up-contatos-content {
        width: 85%;
      }

      .pop-up-contatos-content h2 {
        font-size: xx-large;
      }

      .pop-up-contatos-content p {
        font-size: medium;
      }

      .pop-up-contatos-content .numero {
        font-size: xx-large;
      }

      .botoes {
        flex-direction: row; /* Mantém os botões lado a lado */
        justify-content: space-between;
        gap: 10px;
      }

      .botoes .botao {
        width: 45%;
      }

      .botao-close {
        width: 100%;
      }
    }

    @media (max-width: 480px) {
      .pop-up-contatos-content {
        width: 90%;
        padding: 20px;
      }

      .pop-up-contatos-content h2 {
        font-size: x-large;
      }

      .pop-up-contatos-content p {
        font-size: medium;
      }

      .pop-up-contatos-content .numero {
        font-size: 7.96vw;
      }

      .botoes .botao {
        font-size: 4.96vw;
        padding: 10px;
      }

      .botao-close {
        padding: 10px;
        font-size: 4.96vw;
      }
    }