.div1{
  height:275px;
  max-width:100%;
  background: linear-gradient(#00B7FF, #FFFFC7);
  text-align: center;
  border: 2px solid grey;
}
.h11{
  font-size:8vw;
 max-width: 100%;
 color:white;
 
}
.footer{
  height:100px;
  width:100%;
  background: linear-gradient(#00B7FF, #FFFFC7);
  text-align:center;
  line-height:100px;
  border: 2px solid grey;
}
.p1{
  color:black;
}
.btn55{
  background:#359441;
  color:white;
  height:40px;
  width:210px;
  
}
.dipo{
  height:500px;
  width:100%;
  display:column;
  text-align:left;
  border:solid 6px black;
}
.inpt1{
  height:40px;
 width:200px;
}

.dipo1{
   height:500px;
  width:100%;
  display:column;
  text-align:left;
  border:solid 6px black;
}

.dipo2{
   height:500px;
  width:100%;
  display:column;
  text-align:left;
  border:solid 6px black;
}

.icons{
  height:300px;
  width:100%;
  border:solid 6px black;
  display:flex;
  justify-content: center;
  text-align:center;
}

.img1{
  height:280px;
  width:25%;
  max-width:100%;
  border:solid 6px black;
}

  
  .escondido {
    display: none;
  }
  .inpt1 {
    display: block;
    margin-bottom: 10px;
  }
  
  .MK1{
    text-align:center;
  }
  
  
  
  /* Estilos para o preview do currículo */
#resume-preview {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.resume-template {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    background: white;
}

.resume-header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
    margin-bottom: 20px;
}

.resume-name {
    font-size: 28px;
    margin: 0 0 10px 0;
    color: #2c3e50;
}

.resume-contact {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

.resume-contact span {
    margin: 0 10px;
}

.resume-section {
    margin-bottom: 25px;
}

.resume-section h3 {
    color: #2c3e50;
    border-left: 4px solid #3498db;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.resume-certificate-item,
.resume-education-item {
    margin-bottom: 15px;
    padding-left: 15px;
}

.item-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.item-company {
    font-size: 14px;
    color: #555;
    margin-bottom: 3px;
}

.item-location,
.item-date {
    font-size: 12px;
    color: #777;
    margin-top: 3px;
}

/* Estilos para os inputs e botões */
.escondido {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.inpt1 {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.btn55, .btn {
    background-color: #359441;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.btn55:hover, .btn:hover {
    background-color: #359441;
}

.data-list {
    margin-top: 15px;
    padding: 10px;
    background: #e8f4f8;
    border-radius: 4px;
}

.data-item {
    background: white;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 4px;
    position: relative;
    padding-right: 30px;
}

.remove-item {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 12px;
}

.remove-item:hover {
    background: #c0392b;
}

.preview-section {
    margin-top: 30px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}

.preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.venda{
height:300px;
width:100%;
    display: grid;
    place-items: center; /* Centraliza horizontal e verticalmente */
}
.vendaclique{
height:270px;
width:270px;
}
.btncomprar{
width:270px;
height: 25px;
background:green;
color:white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
