/*============================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 {
  display: grid;
  grid-template-rows: 0.6fr 3fr; /* Divide em três partes iguais */
  width: 210mm;
  height: 297mm;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top-wrapper4 {
  display: grid;

  display: grid;
  grid-template-columns: 3fr 2fr;
}
.top-right4 {
  /*
  background-color: beige;
  background-color: #93fba5;
  background-color: #93fba5;*/
  display: flex;
  flex-direction: column;
}

.top-right4 h1,
.top-right4 h3 {
  text-transform: uppercase;
  margin: 0.5rem 0;
  padding: 0 1rem;
}

.nomee4 {
  font-size: 44px;
  color: #333;
  font-weight: 600;

  letter-spacing: 5px;
}

.sobrenomee4 {
  font-size: 44px;
  color: #333;
  font-weight: 100;
  letter-spacing: 5px;
}
.top-right4 h3 {
  font-size: 18px;
  color: #666;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 2px;
}
.top-left4 {
  display: flex;
  align-items: center;
  background-color: rgb(52, 152, 219);
}
.middle-wrapper4 {
  display: grid;
  grid-template-columns: 3fr 2fr;
}

.middle-right4 {
  background-color: rgb(52, 152, 219);
}

.middle-right4 h3 {
  letter-spacing: 4px;
  font-size: 20px;
  margin: 10px 0 5px 0;
  color: #ffffff;
  text-transform: uppercase;
}
.middle-right4 h3,
p {
  padding: 0rem 1rem;
}

.descricao4 {
  font-weight: 400;
  text-align: justify;
  font-size: 15px;
  color: #eee;
}

.contact-info4 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.contact-info4 li {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin: 10px 0;
  color: #eee;
}

.contact-info4 i {
  margin-right: 10px; /* Espaçamento entre ícone e texto */
}
.fotos4 {
  width: 100%;
  height: 20rem;
  background-color: aliceblue;
}

.fotos {
  width: 100%; /* Faz a imagem ocupar 100% da largura do wrapper */
  height: 20rem;
  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 */
}

.middle-left4 {
  padding: 1rem;
  /*background-color: #93fba5;*/
}

.middle-left4 h3 {
  letter-spacing: 4px;
  font-size: 20px;
  margin: 0 0 5px 0;
  color: #414141f5;
}
.middle-left4 p {
  padding: 0;
  font-size: 14px;
}

.education4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.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;
}
/*---------------css de linguas-----------------*/
.no-titulo4 {
  padding-left: 0px;
  color: #f6f6f6;
}
ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
}
li {
  margin-top: 5px;
  font-size: 15px;
}

/*=======================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%;
  }

  .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%;
  }
}
