.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#0101022E;background-image:url("https://cristiano.igr05.pt/wp-content/uploads/2025/09/th-1.jpg");background-size:auto;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cv-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  font-family: Arial, sans-serif;
  color: #333;
  background: #fff;
}

.cv-header {
  text-align: center;
  margin-bottom: 40px;
}

.cv-header h1 {
  font-size: 32px;
  margin: 0;
  color: #222;
}

.cv-header p {
  margin: 5px 0;
  font-size: 14px;
  color: #666;
}

.cv-section {
  margin-bottom: 30px;
}

.cv-section h2 {
  font-size: 20px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #444;
}

.cv-job,
.cv-edu {
  margin-bottom: 15px;
}

.cv-job h3,
.cv-edu h3 {
  font-size: 16px;
  margin: 0;
  color: #222;
}

.cv-job span,
.cv-edu span {
  font-size: 13px;
  color: #777;
}

.cv-job ul {
  margin: 5px 0 0 20px;
  font-size: 14px;
}

.cv-skills ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px;
}

.cv-skills li {
  background: #f5f5f5;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}

.cv-footer {
  text-align: center;
  font-size: 13px;
  color: #555;
  margin-top: 40px;
}/* End custom CSS */