body {
    font-family: 'Times New Roman', serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
    color: #333;
}

.cv-container {
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header {
    text-align: center;
    margin-bottom: 30px;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
    color: #222;
}

.contact-info {
    font-size: 0.9em;
    color: #666;
}

.section {
    margin-bottom: 25px;
}

.section h2 {
    font-size: 1.8em;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #444;
}

.item {
    margin-bottom: 15px;
}

.item h3 {
    margin: 0;
    font-size: 1.2em;
    color: #555;
}

.item p {
    margin: 0;
    font-size: 0.95em;
    color: #777;
}

ul {
    list-style: none;
    padding-left: 0;
}

ul li {
    margin-bottom: 5px;
    font-size: 0.9em;
}

/* Optional: Add styles for specific elements like links or bold text */
a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.fila1{
  display: flex;
  justify-content: space-between;

}
.empresa1{
font-family: 'Times New Roman', serif;
font-size: 0.9em;
}
.fecha1{
font-family: 'Times New Roman', serif;
font-size: 0.9em;
}
.certificados{
    list-style-type: disc;
  margin-left: 20px;
}

