/*============================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;
}

.inner-rigth-card {
  background-color: salmon;
  width: 210mm;
  height: 297mm;
  background-color: rgb(62, 62, 44);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
  display: flex;
  position: relative;

  box-shadow: rgba(28, 29, 50, 0.16) 0px 23px 23px 0px;
}
#resizableCard {
  transform-origin: top center; /* Define o ponto de origem da escala no topo central */
  margin: 1rem 0; /* Mantém 1rem do topo */
}
.download-card {
  transform: scale(
    1
  ) !important; /* Reseta a escala para 1 durante o download */
}

/* ========== */
.bar4 {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%; /* Largura igual à largura da janela */
  height: 200px; /* Altura de 70px */
  background-color: rgba(4, 56, 62, 0.604);
  z-index: 3; /* Z-index de 3 para a barra */
  display: flex;
  align-items: center;
}

.left-bar4 {
  margin-right: 0.1rem; /* Espaçamento entre a imagem e o texto */
}

.rigth-bar4 h1,
.rigth-bar4 h3 {
  margin: 0; /* Remove margens padrão */
  color: #fff; /* Cor do texto */
  font-size: 3.2rem;
}

.fotos {
  width: 16rem; /* Largura da imagem */
  height: 16rem; /* Altura da imagem */
  border-radius: 50%; /* Torna a imagem redonda */
  z-index: 6; /* Z-index de 6 para a imagem */
  background-color: rgba(4, 56, 62, 0.604);
  margin-left: 4rem;
  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 */
}
.left-card4 {
  transition: background-color 0.9s; /* Transição suave ao mudar a cor */
  background-color: #000000;
  display: flex;
  flex-direction: column;
  flex: 1.5;
}
.left-inner-card4 {
  width: 80%;
  margin: 20rem auto;
  text-align: justify;
}
.left-inner-card4 p {
  color: #fcfcfc;
  margin-bottom: 8px;
  text-align: center;
}
.left-inner-card4 h3 {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 8px;
  margin: 16px 0 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: rgba(4, 56, 62, 0.604);
  height: 26px;
  text-transform: capitalize;
}
ul.contact-info4 {
  padding-left: 40px;
}
.contact-info4 li {
  margin-bottom: 5px; /* Espaçamento entre os itens da lista */
  font-size: 16px; /* Tamanho da fonte */
  color: #2f2f2f;
  color: #ffffff;
}
.contact-info4 li i {
  margin-right: 10px; /* Espaçamento entre o ícone e o texto 
  background-color: #ca1e1edf;*/
  font-size: 16px;
}

#idioma-list-right {
  width: 80%;
  margin-left: -5px;
}
ul.contact-info4.sem-pontos4 {
  padding-left: 0px;
  margin: 16px 0 26px 16px;
  list-style-type: none;
}
/*======================rigth card====================== */
.rigth-card4 {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(255, 255, 245);
}
.rigth-inner-card4 {
  margin-top: 20rem;
  width: 90%;
}
/* ------------cores, fontes------------*/
.rigth-inner-card4 p {
  color: #000000;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: justify;
  margin: 8px 0 8px 0;
}

.rigth-inner-card4 h3 {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 12px 0 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: rgba(4, 56, 62, 0.604);
  height: 25px;
  width: 50%;
}
ul.contact-info4.com-pontos4 li {
  padding-left: 5px;
  color: #211f1f;
}

.contact-info4 h5 {
  margin: 5px 0;
  letter-spacing: 2px;
}

.education-info4 h5 {
  color: #1a1a1a;
}

.experience-info4 p {
  padding-left: 25px;
}
/*======================lefter-card ==================== */
.lefter-card4 {
  flex: 0.2;
  display: flex;
  background-color: rgb(255, 255, 245);
} /* Estilização para manter a 'edit' fixa */

/*=======================adicionado 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;
  }
}

.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%;
  }
}
