#boxJob {
  /* margin: 17px 0 0 0; */
  border: 1px solid;
  padding: 0 0px 0 47px;
  width: 70%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #009688;
  color: white;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 3px 4px 18px 2px black; }
  #boxJob #imgBoxJob {
    position: absolute;
    margin: 0px 0 0 -32px; }

#boxMap {
  width: 435px;
  margin: 0 auto;
  margin-top: 20px;
  float: left; }
  #boxMap img#mainArrowNorth {
    position: absolute;
    transform: rotate(155deg);
    margin: 117px 0 0 111px;
    width: 102px;
    height: 126px; }
  #boxMap img#mainArrowNorthEast {
    position: absolute;
    transform: rotate(204deg);
    margin: 138px 0 0 181px;
    width: 84px;
    height: 147px; }
  #boxMap img.dot1 {
    width: 60px;
    font-size: 150px;
    position: absolute;
    transition: all 3s ease;
    animation: andot1Move 8s infinite; }
@keyframes andot1Move {
  from {
    margin: 200px 0 0 120px; }
  to {
    margin: 61px 0 0 120px; } }
  #boxMap img.dot2 {
    width: 60px;
    font-size: 150px;
    position: absolute;
    transition: all 3s ease;
    animation: andot1Move2 8s infinite; }
@keyframes andot1Move2 {
  from {
    margin: 250px 0 0 120px; }
  to {
    margin: 396px 0 0 124px; } }
  #boxMap img.dot3 {
    width: 60px;
    font-size: 150px;
    position: absolute;
    transition: all 2s ease;
    animation: andot1Move3 8s infinite; }
@keyframes andot1Move3 {
  from {
    margin: 250px 0 0 120px; }
  to {
    margin: 280px 0 0 100px; } }
  #boxMap img.dot4 {
    width: 60px;
    font-size: 150px;
    position: absolute;
    transition: all 3s ease;
    animation: andot1Move4 8s infinite; }
@keyframes andot1Move4 {
  from {
    margin: 250px 0 0 120px; }
  to {
    margin: 160px 0 0 210px; } }
  #boxMap img.dot5 {
    width: 60px;
    font-size: 150px;
    position: absolute;
    transition: all 3s ease;
    animation: andot1Move5 8s infinite; }
@keyframes andot1Move5 {
  from {
    margin: 250px 0 0 120px; }
  to {
    margin: 220px 0 0 180px; } }
  #boxMap img.dot6 {
    width: 60px;
    font-size: 150px;
    position: absolute;
    transition: all 2s ease;
    animation: andot1Move6 8s infinite; }
@keyframes andot1Move6 {
  from {
    margin: 250px 0 0 120px; }
  to {
    margin: 480px 0 0 180px; } }
  #boxMap img.dot7 {
    width: 60px;
    font-size: 150px;
    position: absolute;
    transition: all 2s ease;
    animation: andot1Move7 8s infinite; }
@keyframes andot1Move7 {
  from {
    margin: 200px 0 0 120px; }
  to {
    margin: 10px 0 0 0px; } }
  #boxMap .dot1Move {
    margin: 61px 0 0 135px;
    font-size: 150px;
    position: absolute;
    color: green; }
  #boxMap img #mainMap {
    position: relative;
    width: 100%; }

#contentExport {
  margin: 23px 0 30px 5px;
  float: left;
  padding: 0 10px;
  background-color: gainsboro;
  box-shadow: 3px 3px 12px black; }
  #contentExport p {
    font-size: 20px; }
  #contentExport ul {
    list-style-type: none;
    padding: 0 0 0 6px;
    background-color: yellowgreen; }
    #contentExport ul li {
      text-indent: 27px;
      background-color: beige; }

/*# sourceMappingURL=css_update.css.map */
