* {
  font-weight: 100;
}

/*============================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;
}

.container4 {
  background-color: salmon;
  width: 210mm;
  height: 297mm;
  background-color: rgb(255, 255, 245);
  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: 0;
  left: 0;
  width: 100%; /* Largura igual à largura da janela */
  height: 12rem; /* Altura de 70px */
  transition: background-color 0.3s; /* Transição suave ao mudar a cor */
  background-color: rgb(255, 69, 0);
  z-index: 3; /* Z-index de 3 para a barra */
  display: flex;
  align-items: center;
}

.left-bar4 {
  margin-right: 0.9rem; /* Espaçamento entre a imagem e o texto */
}
.rigth-bar4 {
  margin-top: 2rem; /* Remove margens padrão */
  margin-left: 3rem;
}
.rigth-bar4 h1,
.rigth-bar4 h3 {
  margin: 0; /* Remove margens padrão */
  color: #fff; /* Cor do texto */
  font-size: 2.5rem;
  font-weight: 100;
}
ul.no-titulo {
  padding-left: 40px;
}
.no-titulo li {
  margin-bottom: 5px; /* Espaçamento entre os itens da lista */
  font-size: 12px; /* Tamanho da fonte */
  color: #000;
  letter-spacing: 2px;
}
.no-titulo li i {
  margin-right: 10px; /* Espaçamento entre o ícone e o texto */
  color: #000;
  font-size: 16px;
}

ul.no-titulo {
  padding-left: 0px;
  margin: 12px 0 5px 0;
  list-style-type: none;
}
.fotos {
  width: 16rem; /* Largura da imagem */
  height: 20rem; /* Altura da imagem */
  z-index: 6; /* Z-index de 6 para a imagem */
  margin-left: 4.2rem;
  margin-top: 14rem;
  background-color: #181818df;
  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 {
  display: flex;
  flex-direction: column;
  flex: 1.5;
  position: relative;
}

.left-inner-card4 {
  width: 80%;
  margin: 24rem auto;
  text-align: justify;
}
.left-inner-card4 p {
  color: #000000;
  margin-bottom: 8px;
  text-align: justify;
  font-size: 14px;
}
.left-inner-card4 h3 {
  color: #000000;
  font-weight: 100;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin: 16px 0 6px 0;
  display: flex;
  align-items: center;
  justify-content: left;
  border-radius: 25px;
  /*  border: rgb(4, 4, 4) solid 2px; */
  height: 26px;
  text-transform: uppercase;
}
ul.contact-info4 {
  padding-left: 0px;
  list-style-type: none;
  padding-left: 0; /* Remove o espaçamento à esquerda */
}
.contact-info4 li {
  margin-bottom: 4px; /* Espaçamento entre os itens da lista */
  font-size: 14px; /* Tamanho da fonte */
  color: #2f2f2f;
}
.contact-info4 li i {
  margin-right: 10px; /* Espaçamento entre o ícone e o texto */
  color: rgb(45, 126, 139);
  font-size: 16px;
  list-style-type: none;
}

ul.contact-info4.sem-pontos4 {
  padding-left: 0px;
  margin: 16px 0;
  list-style-type: none;
}
/*======================rigth card====================== */
.rigth-card4 {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rigth-inner-card4 {
  margin-top: 13rem;
  width: 90%;
}
/* ------------cores, fontes------------*/
.rigth-inner-card4 p {
  color: #211f1f;

  letter-spacing: 2px;
  text-align: justify;
  margin: 8px 0 8px 0;
}

.rigth-inner-card4 h3 {
  color: #020202;
  font-weight: 100;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 12px 0 6px 0;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 36px;

  text-transform: uppercase;
}
ul.contact-info4.com-pontos4 li {
  padding-left: 0px;
  color: #211f1f;
}

.contact-info4 h5 {
  margin: 5px 0;
  letter-spacing: 2px;
}
/*======================lefter-card ==================== */
.lefter-card4 {
  flex: 0.2;
  display: flex;
}

/*======================lefter-card ==================== */
.lefter-card4 {
  flex: 0.2;
  display: flex;
} /* Estilização para manter a 'edit' fixa */
ul {
  list-style-type: none;
  padding-left: 0; /* Remove o espaçamento à esquerda */
}

/*=======================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;
  }
  .zoom-ctrl {
    display: block;
  }
}

/* @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;
  }
}

/* Estilos para o label */
.image-label {
  position: absolute;
  top: 71%;
  left: 72%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  margin: 30px 0 0 0;
}

/* Estilos para o ícone */
.image-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) */

.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%;
  }
}
