/* ITEAMO.NET <<< ============================================================ */
[float=left] {
  float: left;
}

[float=right] {
  float: right;
}

[clear] {
  clear: both;
}

br[clear] {
  display: block !important;
  line-height: 0px;
  height: 0px;
}

b {
  font-weight: bold !important;
}

.iteamo .about [icon=pdf]:before {
  background-image: url("/iteamo/public/images/icons/formats/pdf.gif");
}

/* ITEAMO.NET <<< ============================================================ */
/* ITEAMO.NET <<< ============================================================ */
.iteamo .experience [job] [tags], .iteamo .works [tags], .iteamo [work] [tags] {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.iteamo .experience [job] [tags] a, .iteamo .works [tags] a, .iteamo [work] [tags] a {
  padding: 2px 3px;
  white-space: nowrap;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
}
.iteamo .experience [job] [tags] a:hover, .iteamo .works [tags] a:hover, .iteamo [work] [tags] a:hover, .iteamo .experience [job] [tags] a[active], .iteamo .works [tags] a[active], .iteamo [work] [tags] a[active] {
  text-decoration: none;
  background: rgba(187, 209, 220, 0.6);
}
.iteamo .experience [job] [tags] a[hidden], .iteamo .works [tags] a[hidden], .iteamo [work] [tags] a[hidden] {
  display: none;
}
.iteamo .experience [job] [tags] a[active], .iteamo .works [tags] a[active], .iteamo [work] [tags] a[active] {
  display: inline;
}
.iteamo .experience [job] [tags] a[all], .iteamo .works [tags] a[all], .iteamo [work] [tags] a[all] {
  margin-left: 5px;
}
.iteamo [work] [tags] {
  float: right;
  margin-bottom: 0px !important;
  column-gap: 5px !important;
  margin-left: 10px;
  margin-bottom: !important;
}
.iteamo [work] [tags]::after {
  content: " ";
  display: block;
  clear: both;
}
.iteamo [work] [tags] a {
  font-size: 0.8rem;
  line-height: 20px;
}
.iteamo [work] {
  display: block;
  margin-bottom: 20px;
}
.iteamo [work] > [header] {
  margin-bottom: 10px;
  line-height: 35px;
}
.iteamo [work] > [header] dd {
  display: inline;
  font-size: 1.5rem;
}
.iteamo [work] [links] {
  display: inline;
  white-space: nowrap;
}
.iteamo [work] [links] a {
  float: right;
  margin-left: 8px;
  white-space: nowrap;
  font-size: 0.9rem;
}
.iteamo [work] [client] {
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  font-style: italic;
  font-size: 0.8rem;
}
.iteamo [work] > .gallery {
  margin-top: 10px;
}
.iteamo .works [work] > [header] {
  background: #dae6f6;
  border: 1px solid #cee4f7;
  box-shadow: 0px 2px 4px #dae6f6;
  -webkit-box-shadow: 0px 2px 4px #dae6f6;
  -moz-box-shadow: 0px 2px 4px #dae6f6;
  position: relative;
  z-index: 1000;
  padding-left: 30px !important;
  margin-left: -30px !important;
  padding-right: 30px !important;
  margin-right: -30px !important;
}
.iteamo .works [work] > [header]:before, .iteamo .works [work] > [header]:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
}
.iteamo .works [work] > [header]:before {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #cee4f7 #cee4f7 transparent transparent;
}
.iteamo .works [work] > [header]:after {
  right: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #cee4f7 transparent transparent #cee4f7;
}
.iteamo .works [work] > [header] > div:before, .iteamo .works [work] > [header] > div:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
}
.iteamo .works [work] > [header] > div:before {
  width: 50px;
  left: -30px;
  top: calc(100% - 26px);
  border-width: 18px 10px;
  border-style: solid;
  border-color: rgba(218, 230, 246, 0.75) rgba(218, 230, 246, 0.75) rgba(218, 230, 246, 0.75) transparent;
}
.iteamo .works [work] > [header] > div:after {
  width: 50px;
  right: -30px;
  top: calc(100% - 26px);
  border-width: 18px 10px;
  border-style: solid;
  border-color: rgba(218, 230, 246, 0.75) transparent rgba(218, 230, 246, 0.75) rgba(218, 230, 246, 0.75);
}

.iteamo p {
  margin-bottom: 5px;
}
.iteamo section.withPadding {
  padding-bottom: 5px;
}
.iteamo section.withPadding > header {
  margin-bottom: 5px;
}
.iteamo section header::after {
  content: " ";
  display: block;
  clear: both;
}
.iteamo section > header {
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.2) inset;
  z-index: 10000;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 1.2rem;
  background: #1a3a74;
  color: #bbd1dc;
  text-align: left;
}
.iteamo section > header * {
  display: inline;
  vertical-align: baseline;
  color: #bbd1dc;
  font-size: 1.2rem;
}
.iteamo section > header h1 {
  font-size: 1.5rem;
}
.iteamo section > header dd {
  font-size: 1rem;
  float: right;
}
.iteamo section > header dd * {
  font-size: 1rem;
}
.iteamo .about p::first-letter {
  font-size: 1.5rem;
}
.iteamo .about [icon=pdf] {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
}
.iteamo .about [icon=pdf]:before {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  content: " ";
  min-width: 20px;
  min-height: 20px;
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.iteamo .education header {
  margin-bottom: 5px;
}
.iteamo .education ul {
  padding-bottom: 5px;
}
.iteamo .education ul > li {
  display: block;
  list-style: none;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dashed #cee4f7;
}
.iteamo .education ul > li:last-child {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.iteamo .education ul > li > dd {
  color: #3d6da6;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.iteamo .education ul > li > b {
  display: inline;
  margin-right: 5px;
}
.iteamo .skills {
  position: relative;
}
.iteamo .skills .images {
  opacity: 10%;
  -moz-opacity: 10%;
  -khtml-opacity: 10%;
  zoom: 1;
  width: max(100vw, 100%);
  position: relative;
  margin-left: min(-50vw, -50%);
  left: 50%;
  /*
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  // */
  /*
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  // */
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  position: absolute;
  overflow: hidden;
  top: 100px;
  bottom: 50px;
  z-index: -10;
}
.iteamo .skills .images img {
  max-height: 100px;
  max-width: 400px;
  margin: 10px;
}
.iteamo .skills i {
  font-style: italic;
}
.iteamo .experience [job] > header {
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.2) inset;
  z-index: 10000;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 1.2rem;
  background: #cee4f7;
  color: #444444;
  box-shadow: none !important;
  margin-bottom: 5px;
  text-align: left;
}
.iteamo .experience [job] > header * {
  display: inline;
  vertical-align: baseline;
  color: #444444;
  font-size: 1.2rem;
}
.iteamo .experience [job] > header h1 {
  font-size: 1.5rem;
}
.iteamo .experience [job] > header dd {
  font-size: 1rem;
  float: right;
}
.iteamo .experience [job] > header dd * {
  font-size: 1rem;
}
.iteamo .experience [job] > [subheader] {
  width: 100vw;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: min(0px, 50% - 50vw);
  margin-right: min(0px, 50% - 50vw);
  display: block;
  background: linear-gradient(to right, transparent 0%, #dae6f6 40%, #dae6f6 60%, transparent 100%);
  border-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 5px;
  margin-top: -5px;
}
.iteamo .experience [job] > [subheader]::after {
  content: " ";
  display: block;
  clear: both;
}
.iteamo .experience [job] > [subheader] > dd {
  float: right;
}
.iteamo .experience [job] [work] {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px dashed #cee4f7;
}
.iteamo .experience [job] [work]:last-child {
  border: 0px;
}
.iteamo .experience [job] [work] > [header] {
  display: inline;
  margin-bottom: 1px;
  vertical-align: baseline;
  line-height: inherit;
}
.iteamo .experience [job] [work] > [header] dd {
  font-size: 1.2rem;
}
.iteamo .experience [job] [work] > [header]::after {
  content: "/";
}
.iteamo .experience [job] [work]:has(.gallery) {
  border-bottom: 0px;
}
.iteamo .experience [job] [work] > .gallery {
  margin-top: 5px;
}
.iteamo .experience [job] [tags] {
  font-size: 0.8rem;
  line-height: 20px;
}
.iteamo .experience [job] p::first-letter {
  font-size: 1.5rem;
}

/*# sourceMappingURL=cv.css.map */
