/*============================rigth-card=========================*/
/*.right-card {
  flex: 1.2;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center; 
  align-items: flex-start; 
  padding-top: 20px; 
  background-color: #000000;
}*/

.rigth-card {
  /*  flex: 1.4;
  padding: 20px 0; /* Espaçamento opcional a partir do topo 
    padding-top: 20px;*/
  flex: 1;
  background-color: #dfdfdf;
}

#resizableCard {
  transform-origin: top center; /* Define o ponto de origem da escala no topo central */
  margin-top: 1rem; /* Mantém 1rem do topo */
}
.download-card {
  transform: scale(
    1
  ) !important; /* Reseta a escala para 1 durante o download */
}
/*======================conatiner======================*/
.container4 {
  width: 210mm;
  height: 297mm;
  margin: 0 auto;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-rows: 1fr 3.5fr;
}

/*======================Top-conatiner======================*/
.top-container4 {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.left-top-wrapper4 {
  background-color: rgb(28, 28, 28);
}
.fotos {
  width: 100%; /* Faz a imagem ocupar 100% da largura do wrapper */

  height: 300px; /* Garante que a imagem não exceda a altura do wrapper */
  background-size: cover; /* Para cobrir completamente a div */
  background-position: center; /* Para centralizar a imagem */
  display: flex; /* Para centralizar qualquer conteúdo que você possa adicionar mais tarde */
  justify-content: center; /* Para centralizar horizontalmente */
  align-items: center; /* Para centralizar verticalmente */
}
.right-top-wrapper4 {
  background-color: rgb(210, 210, 210);
  padding-left: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.right-top-wrapper4 h1,
.right-top-wrapper4 h3 {
  text-transform: uppercase; /* Mantém o texto em maiúsculas */
  margin: 0.5rem 0; /* Espaçamento entre os elementos */
}

.nomee4 {
  font-size: 44px; /* Tamanho da fonte para o h1 */
  color: #333; /* Cor do texto do h1 */
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 5px;
}

.sobrenomee4 {
  font-size: 44px; /* Tamanho da fonte para o h1 */
  color: #333; /* Cor do texto do h1 */
  font-weight: 100;
  letter-spacing: 5px;
}

.right-top-wrapper4 h3 {
  font-size: 18px; /* Tamanho da fonte para o h3 */
  color: #666; /* Cor do texto do h3 */
  font-style: italic;
  font-weight: 100;
  letter-spacing: 2px;
}
/*======================bottom-conatiner======================*/
.bottom-container4 {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.left-bottom-wrapper4 {
  background-color: rgb(222, 239, 255);
  background-color: rgba(118, 153, 160, 0.98);
  padding: 0.5rem 1rem;
}
.left-bottom-wrapper4 h3 {
  letter-spacing: 4px;
  font-size: 20px;
  margin: 25px 0 5px 0;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.contact-info4 {
  list-style-type: none; /* Remove marcadores de lista */
  padding: 0; /* Remove padding padrão */
  margin: 0; /* Remove margem padrão */
}

.contact-info4 li {
  display: flex; /* Exibe ícone e texto na mesma linha */
  align-items: center; /* Alinha verticalmente os itens */
  font-size: 16px; /* Tamanho da fonte */
  margin: 10px 0; /* Espaçamento entre itens */
  color: #f6f6f6;
}

.contact-info4 i {
  margin-right: 10px; /* Espaçamento entre ícone e texto */
}

.descricao4 {
  font-size: 16px; /* Tamanho da fonte */
  font-weight: 400; /* Peso da fonte */

  text-align: justify;
  color: #f6f6f6;
}

.right-bottom-wrapper4 {
  padding: 1rem;
  background-color: rgb(255, 255, 255);
}

.right-bottom-wrapper4 h3 {
  letter-spacing: 4px;
  font-size: 20px;
  margin: 10px 0 5px 0;
  color: #414141f5;
}

.education4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 2rem;
}

.grade4 h4 {
  font-size: 16px;
  margin: 5px 0;
  font-weight: 100;
}
.grade4 p {
  font-size: 14px;
  margin: 5px 0;
  font-weight: 100;
}

.university4 h4 {
  font-size: 16px;
  margin: 5px 0;
  font-weight: 100;
}

.experience4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 1rem;
}
/*---------------css de linguas-----------------*/
.no-titulo4 {
  padding-left: 0px;
  color: #f6f6f6;
}
/*=======================adicionado doi= test.css==================*/

.input-car form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 5px;
}

.input-car.experiencia form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1rem;
}

.download2 {
  display: none;
}
/* @media (max-width: 1024px) */
@media (max-width: 1024px) {
  .zoom-controls {
    display: none;
  }
}

/* @media (max-width: 768px) */
@media (max-width: 768px) {
  .input-car.experiencia form {
    grid-template-columns: 1fr;
  }

  .input-car.experiencia form div:nth-child(5) {
    grid-column: span 1;
  }

  .input-car form {
    grid-template-columns: 1fr;
  }

  .left-card {
    flex: 1;
    width: 100%;
    min-width: 350px;
    overflow-y: hidden;
    height: 100%;
  }

  .camera-label {
    position: absolute;
    top: 86.5%;
    left: 50%;
  }

  .input-car {
    width: 85%;
  }

  .left-inner-card p {
    text-align: center;
  }
}

/* Media queries para diferentes tamanhos */

/* Telas pequenas (celulares) */

.camera-label {
  position: absolute;

  transform: translate(-50%, -50%);
  cursor: pointer;
  margin: 30px 0 0 0;
}

/* Estilos para o ícone */
.camera-icon {
  font-size: 20px;
  color: white;
  background-color: rgba(4, 56, 62, 0.604);
  border-radius: 50%;
  padding: 10px;
}

/* Media queries para diferentes tamanhos */

/* Telas pequenas (celulares) */
@media (max-width: 480px) {
  .camera-label {
    top: 86%;
    left: 50%;
  }
}

/* Telas médias (tablets) */
@media (max-width: 768px) and (min-width: 481px) {
  .camera-label {
    top: 67%;
    left: 50%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .camera-label {
    top: 87%;
    left: 50%;
  }
}

/* Telas grandes (desktop) */
@media (min-width: 1025px) {
  .camera-label {
    top: 67%;
    left: 72%;
  }
}
