/* 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;
}

.itMap {
  width: 100%;
  margin-bottom: 10px;
}

.about {
  margin-bottom: 10px;
  text-align: justify;
  font-size: 1.2rem;
}
.about::first-letter {
  font-size: 1.5rem;
}
.about img {
  display: block;
  float: right;
  max-height: 130px;
}

.technologies {
  margin-bottom: 20px;
}
.technologies .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;
  padding: 2px 0px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 1.2rem;
}
.technologies .header:before, .technologies .header:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
}
.technologies .header:before {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #cee4f7 #cee4f7 transparent transparent;
}
.technologies .header:after {
  right: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #cee4f7 transparent transparent #cee4f7;
}
.technologies .header > div:before, .technologies .header > div:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
}
.technologies .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;
}
.technologies .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);
}
.technologies .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 10px;
  row-gap: 10px;
  max-height: 130px;
  overflow: hidden;
}
@media (max-width: 780px) {
  .technologies .content {
    justify-content: center;
  }
}
.technologies .content > * {
  height: 60px;
  max-width: 160px;
  display: block;
  /*
  &:nth-child(n+7) {
      display: none;
  } 
  // */
}
.technologies .content > * img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.fullWidthHeader {
  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: center;
}
.fullWidthHeader * {
  display: inline;
  vertical-align: baseline;
  color: #bbd1dc;
  font-size: 1.2rem;
}
.fullWidthHeader h1 {
  font-size: 1.5rem;
}
.fullWidthHeader dd {
  font-size: 1rem;
  float: right;
}
.fullWidthHeader dd * {
  font-size: 1rem;
}

/* =========================================================================== */

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