table.indicators tr{
  background-color:rgba(255, 255, 255, 0.63);
  cursor:pointer;
}

.mob{
  display: none;
}

text{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}


#content.tools-for-action-page{
  padding: 6em 2em !important;
  /*background-color: #f9f9f9;*/
}

.instructions .close-ind{
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1em;
  vertical-align: bottom;
  float: right;
  cursor: pointer;
  color: #e04a44;
}

.c-graphic{
  background-color:#fdfdfd;
  padding:0px;
  width: 80%; 
  display: inline-block; 
  float: right;
}

.c-graphic .row.custom, .c-graphic .row{
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.c-graphic .instructions{
  padding: 0.5em 1.4em;
  font-size: 1em;
  color: #db7565;
  display: none;
  background-color: rgba(219, 117, 101, 0.1);
}

.c-graphic .instructions.blue, .instructions.blue{
  position: relative;
  top: -20px;
  background-color: #eaf4f9;
  color: #6fa2bb;
  z-index: 4500;
}

.i-map-wrapper{
  width: 80%;
  display: inline-block;
  float: right;
}

.i-map-wrapper .instructions.blue{
  padding: 5px 10px;
  top: 0px;
  z-index: 4500;
}

.instructions.blue .close-ind{
  color: #6fa2bb;
  top: 5px;
  right: 10px;
  position: absolute;
}

tspan{
  /*font-size: 0.85em !important;*/
  font-size: 1em !important;
  fill: #4c4c4c !important;
}

#toolbox{
  font-size: 'Raleway', sans-serif !important; 
}

.highcharts-text-outline{
  stroke-width:0px !important;
}

.mobile-screen{
  display: none;
  position: absolute;
  z-index: 5000;
  width: 100%;
  color: #fff;
  text-align: center;
  /* font-size: 3em; */
  height: 100%;
  background-color: #487ab6;
}

.intro-screen{
  position: absolute;
  width: 80%;
  height: 100%;
  background-color: rgba(247, 247, 247, 0.8);
  font-size: 1.8em;
  line-height: 1.1em;
  padding: 8em 10em;
  text-align: center;
  z-index: 4900;
  top: 0px;
}

.intro-screen #ok-btn{
  background-color: #333333;
  color: #f2f2f2;
  font-size: 0.4em;
  border-radius: 2px;
  padding: 0.6em 4em;
  cursor: pointer;
}

.mobile-screen h3{
  position: relative;
  top: 50%;
  padding: 0px 1em;
  font-size: 2.3em;
  font-weight: 600;
  text-align: left;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-screen span{
  font-size: 0.7em;
  color: #E95149;
  display: block;
}

.city-box{
  display: inline-block;
  float: left;
  width: 48%;
  margin: 1%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.city-box .cb-city-img{
  padding: 0px;
  overflow: hidden;
}

.city-box.empty{
  height: 270px;
}

.city-box .txt-title{
  padding: 15px;
  color: #fff;
  background-color: #487ab6;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

.city-box .txt-desc{
  position: absolute;
  top: 0px;
  display: none;
  padding: 15px;
  font-weight: 500;
  color: #fff;
  background-color:rgba(69, 120, 184, 0.95);
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  height: 100%;
  transition: all 0.5s linear;
}

.city-box .txt-desc.visible{
  /*top: 0px;*/
  display: block;
}

.city-box .txt-desc h1{
  color: #ffffff;
  font-size: 1.6em !important;
  margin-bottom: 10px;
}


.city-box img{
    mix-blend-mode: luminosity;
    width: auto !important;
    height: 350px !important;
}

.col{
  display: inline-block;
  float: left;
}

.col h1{
  color: #487ab6;
}

.right-side{
  /*border: 2px solid;*/
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
}

.left-menu{
    color: #fff;
    padding: 0px;
}

.col .menu-title{
  padding: 20px;
  font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    background-color: #262626;
    letter-spacing: 0.2em;
}

.menu-item{
  padding: 10px 20px;
  background-color: #fff;
    color: #262626;
    border-bottom: 2px solid;
}

table.indicators .crcl{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
}

table.indicators .crcl.orange{
  background-color:#fdc866;
}

table.indicators .crcl.yellow{
  background-color:#fdfd87;
}

table.indicators .crcl.red{
  background-color:#ff7f78;
}

table.indicators .crcl.green{
  background-color:#8ED6C8;
}

table.indicators .crcl.nobenchmark{
  background-color:#D1A8BD;
}

table.indicators .crcl.complete{
  background-color:#3D3D84;
}

table.indicators .crcl.incomplete{
  background-color:#816EAF;
}

table.indicators .crcl.notapplicable{
  background-color:#ADBCC7;
}

table.indicators .crcl.notavailable{
  background-color:#F2F2F2;
}

table.indicators .crcl.empty{
  background-color:#F2F2F2;
}

table.indicators .crcl.empty{
  background-color:#F2F2F2;
}

table.indicators .crcl.pending{
  background-color:#BDB4D3;
}

table.indicators .crcl.alternative{
  background-color:#B8D9DD;
}

table.indicators .crcl.secondary{
  background-color:#FECE9F;
}

table.indicators .crcl.essential{
  background-color:#8CCBB5;
}

table.indicators .crcl.partial{
  background-color:#d7dcdc;
}


.table.indicators td, .table.indicators th{
  vertical-align: middle;
}

.table.indicators .crcl-th{
  width: 40px;
}

.hidden > *{
  display: none;
}

.table.indicators thead th {
    border-bottom: 3px solid #353537;
}

.table.indicators td, .table.indicators th{
  border-top: 3px solid #f3f3f3;
}

#depen path.link {
  fill: transparent !important;
  stroke: #666;
  stroke-width: 3.5px;
}

#depen path#end{
  stroke-width: 0.5px;
  markerHeight: 3 !important;
  markerWidth: 3 !important;
}

#depen path.link.opacity {
  opacity: 0.25;
}

#depen path.link.dash{
  stroke-dasharray: 3, 3;
}

#depen path.link.blue{
    stroke: #487ab6;
}

#depen path.link.basic{
    stroke: #666;
}

#depen rect.link {
  stroke: #666;
  stroke-width: 1.5px;
}

#depen rect.link.opacity {
  fill : #666;
  opacity: 0.25;
}

#depen rect.link.dash{
  fill: transparent;
  stroke-dasharray: 3, 3;
}

#depen rect.link.blue{
    stroke: #487ab6;
    stroke-width: 3.5px;
    fill: transparent;
}

#depen rect.link.basic{
    fill : #666;
    stroke: #666;
}


#depen circle {
  fill: #e6e6e6;
  stroke: #262626;
  stroke-width: 3.5px;
}

#depen circle.origin {
  fill: #f00;
}


#depen text {
  fill: #000;
  font: 20px sans-serif;
  pointer-events: none;
}

#depen text.legend {
  font: 10px sans-serif;
}

#depen {
  /*background: #fff;
  border: solid 1px #ddd;*/
  box-shadow: 0 0 4px rgba(0,0,0,0);
  font: 10px sans-serif;
  height: 800px;
  position: relative;
  width: 80%; 
}

#depen svg {
  left: 0;
  position: absolute;
  top: 0;
}

.map-menu{
  position: absolute;
  z-index: 4899;
  top:30px;
  left: 30px;
  width: 20%;
  border-right: 1px solid #efefef;
  height: 100%; 
  background-color: #f6f6f6; 
  display: inline-block; 
  float: left; 
  top: 0px; 
  left: 0px;
}

.menu-wrapper{
  display: none;
    background-color: #fff;
    box-shadow: 3px 3px 20px #d8d8d8;
}

.menu-wrapper .menu-item{
    border-bottom: 1px solid #f6f6f6;
    background-color: #fdfcfc;
    padding: 20px;
    color: #636363;
    font-weight: 400;
    letter-spacing: 0.03em;
    cursor: pointer;
}

.map-menu .menu-trigger{
  cursor: pointer;
  display: inline-block;
    margin-bottom: 15px;
    color: #29526b;
}

.menu-wrapper .submenu, .menu-wrapper .ssubmenu, .menu-wrapper .sssubmenu {
  display: none;
  background-color: transparent;
  position: relative;
  top: initial;
  list-style: none;
  color: inherit !important;
  padding: 0px;
  font-size: 0.9em;
  margin-top: 10px;
  left: -5px;
  margin-bottom: 0px;
  width: calc(100% + 40px);
}

.menu-wrapper .ssubmenu {
  width: 100%;
}

.menu-wrapper .submenu li, .menu-wrapper .ssubmenu li{
  padding: 10px 30px;
}

.menu-wrapper .ssubmenu > li:hover{
  border-bottom: 1px solid #f6f6f6;
  background-color: transparent;
}

.menu-wrapper .submenu li:hover, .menu-item:hover{
  background-color: #fff !important;
  color: inherit !important;
}

.it-trg{
  cursor: pointer !important;
}

.menu-wrapper .menu-title a{
  color: #76AABD;
    font-size: 0.9em;
    line-height: 2em;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.chck-prf{
  padding: 20px;
    background-color: #f9f9f9;
    font-weight: 500;
}

.menu-wrapper .menu-title h1{
  font-size: 1.2em !important;
  margin-bottom: 0px;
  color: #ffffff;
}


.c-graphic h1{
  padding: 1em;
  font-size: 1.5em !important;
  text-transform: uppercase;
  font-weight: 500;
  color: #333333;
  background-color: #f6f6f6;
  border-bottom: 1px solid #efefef;
}

.c-modal.modal{
  z-index: 5000;
}

.c-modal .modal-dialog {
  max-width: 60% !important;
  height: 70% !important;
  position: relative !important;
  top: 40% !important;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%) !important;
}

.c-modal .modal-header{
  border-bottom: 1px solid #f7f7f7;
}

.c-modal .modal-title{
  font-family:'Raleway', sans-serif !important;
  font-weight: 800;
  color: #333333;
}

.c-modal .modal-body img{
  width: 100%;
} 

.c-modal .wrapper{
  overflow: hidden;
  position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
}

.c-modal .col.centered{
  position: relative;
  text-align: center;
  display: inline-block;
}

.c-modal .modal-content .title{
  background-color: #333333;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.8em;
    letter-spacing: 0.07em;
    display: inline-block;
    padding: 0.4em 0.8em;
    margin-bottom: 2em;
}

.c-modal .text-list ul li{
  margin-bottom: 1em;
}

.c-modal .text-list-1 .txt-left{
  width: 60%;
    float: left;
    top: 50%;
    font-weight: 500;
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 300;
}

.c-modal .modal-content .img-right{
    width: 48%;
    float: right;
    /*top: 45%;*/
    position: relative;
    /*transform: translateY(-50%);*/
    z-index: 200;
}

.c-modal .txt-wrapper{
  overflow: hidden;
}

.c-modal .text-list{
  padding: 1em 2em;
    font-size: 1.3em;
    font-weight: 600;
    color: #5b7ea5;
}

.c-modal .text-list p{
  margin-bottom: 1rem;
}

.c-modal .text-list .txt-left{
  width: 25%;
    display: inline-block;
    float: left;
    color: #5C7EA6;
    padding: 1em;
    margin: 1em 0.5em;
    position: relative;
    border-right: 3px solid;
    margin-left: 0px;
    background-color: #B8D9DD;
}



.c-modal .text-list .txt-right{
    width: 70%;
    /* margin: 1em; */
    padding: 1em;
    position: relative;
    float: left;
    height: 80px;
    margin: 1em 0em;
}

.c-modal .text-list .txt-right .txt{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: -webkit-translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.c-modal .text-list .txt-left p{
  margin-bottom: 0px;
}

.c-modal .text-list .txt-left .flecha-der{
  position: absolute;
    right: -0.7em;
    top: 42%;
    color: #5b7fa4;
}

/*******************A4R PORT VILA********************/

  .main-screen .main-title, .dakar .third-it .main-title{
    background-color: #70c1ab;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .dakar .third-it .main-title{
    position: relative;
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .dakar .third-it .main-title.inactive{
    top: -70px;
  }

  .lines{
    background-color: #efefef;
    padding: 20px;
    position: relative;
    overflow: hidden;
    padding: 30px 60px;
  }

  .lines-item{
    display: inline-block;
    float: left;
    padding: 40px;
    -webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
  }

  .lines-item:hover{
    padding: 35px;
    font-size: 1.0.5em;
    background-color: rgba(253, 253, 253, 0.1882352941176);
  }

  .lines-item .title{
    text-align: center;
    padding: 15px;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
  }

  .second-it, .third-it{
    position: relative;
    height: 100%;
    overflow: hidden;
  }

  .second-it .left{
    width: 50%;
    background-color: #70c1ab;
    color: #190404;
    height: 100%;
    padding: 105px;
    position: relative;
    left: -50%;
    padding-left: 170px;
    display: inline-block;
    -webkit-transition:0.2s;
    transition: 0.2s;
  }

  .second-it .left.active{
    left: 0px;
  }

  .second-it .right{
    width: 50%;
    float: right;
    display: inline-block;
    position: relative;
    right: -50%;
    height: 100%;
    -webkit-transition:0.2s;
    transition: 0.2s;
  }

  .second-it .right.active{
    right: 0px;
  }


  .second-it .right > div:not(.gbbm){
    line-height: 1.2em;
    background-color: #efefef;
    height: 33.33%;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    padding: 0px 50px;
    -webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
  }

  .second-it .right > div:hover, .second-it .right > div:nth-child(2):hover, .second-it .right > div:nth-child(3):hover{
    background-color: #e1e8e6;
    border-bottom: 4px solid #70c1ab;
  }

  .second-it .right > div .wrapper{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .second-it .right > div:nth-child(2){
    background-color: #dddddd;
  }

  .second-it .right > div:nth-child(3){
    background-color: #c7c6c6;
  }

  .back-to-lines{
    cursor: pointer;
  }

  .back-to-lines, .parent-title{
    background-color: #333333;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    padding: 15px;
    letter-spacing: 0.1em;
    position: absolute;
    height: 75px;
    line-height: 50px;
    left: calc(-45.6%);
    width: 513px;
    top: calc(42.7%);
    transform: rotate(-90deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;    
  }

  .back-to-lines:hover{
    background-color: #2d2d2d;
    font-size: 1.2em;
  }

  .back-to-lines span{
    transform: rotate(90deg);
    color: #70c1ab;
    font-size: 2em;
    top: -0.4em;
    left: -0.5em;
  }

  .second-it .left .title{
    width: 100%;
    background-color: #70c1ab;
    color: #190404;
    height: 100%;
    padding: 20px 0px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2em;
  }

  .third-it .title .gobackbtn{
    width: 7%;
    float: left;
    text-align: center;
    background-color: #f9f9f9;
    display: inline-block;
    padding: 22px 20px 18px 20px;
    font-size: 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;      
  }

  .third-it .title .gobackbtn:hover{
    background-color: #5fa08f;
  }

  .third-it .title{
    position: relative;
    overflow: hidden;
    top: -15%;
    -webkit-transition:0.2s;
    transition:0.2s
  }

  .third-it .title.active{
    top: 0px;
  }

  .third-it .title .title{
    padding: 20px;
    background-color:#70c1ab;
    font-size: 20px;
    font-weight: 600;
    width: 93%;
    height: 70px;
    float: right;
    text-align: center;
    display: inline-block;
  }

  .third-it .bottom {
      position: relative;
      height: 445px;
      top: 100%;
      -webkit-transition:0.2s;
      transition:0.2s
  }

  .third-it .bottom.active{
    top: 0px;
  }

  .third-it .bottom .content{
    width: 93%;
    float: right;
    height: 100%;
    font-size: 14px;
    line-height: 1.5em;
    background-color: #f9f9f9;
  }

  .third-it .bottom .content .left{
    width: 50%;
    padding: 20px;
    display: inline-block;
    float: right;
    text-align: center;
    height: 100%;
    background-color: #efefef;
  }

  .third-it .bottom .content .right{
    width: 50%;
    margin: 30px 0px;
    padding: 0px 30px;
    display: inline-block;
    float: left;
    height: 80%;
    overflow: scroll;
    overflow-x: hidden;
    /*scrollbar-color: #70c1ab6b transparent;*/
    scrollbar-color: #e8e8e8 transparent;
  }


  .third-it ul{
    list-style: none;
  }

  .third-it ul li{
    margin-bottom: 10px;
  }

  .third-it .bottom .content .right::-webkit-scrollbar, .dakar .third-it .right-side::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 30px;
  }

  .third-it .bottom .content .right::-webkit-scrollbar-thumb, .dakar .third-it .right-side::-webkit-scrollbar-thumb {
      border-radius: 20px;
      /*background-color: #70c1ab6b;*/
      background-color: #e8e8e8;
      -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
      border: solid 10px #f8f7f7;
  }

  .dakar .third-it .right-side{
    scrollbar-color:#d3d3d3 transparent;
  }

  .dakar .third-it .right-side::-webkit-scrollbar-thumb {
    background-color: #d3d3d3;
    border: solid 10px #e5e5e5;
  }

  .dakar .third-it .right-side::-webkit-scrollbar-corner { 
    background: transparent; 
  }

  .third-it .parent-title {
    width: 445px;
    left: -192px;
    text-align: center;
    top: 41.6%;
    text-transform: uppercase;
  }

  .extrainfo .group > div{
    margin: 10px 0px;
  }

  .extrainfo{
    padding: 15px;
    background-color: #efefef7a;
    border-radius: 5px;
    background-color: #f7f5f5;
    text-align: left;
    margin-top: 10px;
    font-size: 11px;
  }

  .extrainfo h2{
    font-size: 14px;
    margin-bottom: 0px;
  }

  .extrainfo h3{
    font-size: 11px;
    margin-bottom: 5px;
  }

  .progress-bar.c-green{
    background-color: #70c1ab;
  }

  .progress-bar.c-blue{
    background-color: #6fc6d1;
  }

  .progress-bar.c-yellow{
    background-color: #fbd992;
  }

  .est-cost-tag h3, .ant-imp-tag h3{
    margin-bottom: 0px;
  }

  .est-cost, .ant-imp{
    position: relative;
    overflow: hidden;
  }

  .est-cost-tag, .ant-imp-tag{
    width: 50%;
    display: inline-block;
    float: left;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
  }

  .est-cost-value, .ant-imp-value{
    width: 50%;
    display: inline-block;
    float: right;
    padding: 10px;
    font-weight: 400;
    line-height: 1.1em;
    border-radius: 0px 5px 5px 0px;
  }

  .est-ben{
    margin-bottom: 10px !important;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 5px;
  }

  .est-cost-tag{
    background-color: #70c1aba1;
    
  }

  .est-cost-value{
    background-color: #70c1ab3b;
  }

  .ant-imp-tag{
    width: 60%;
    background-color: #fbd992;
    
  }

  .ant-imp-value{
    width: 40%;
    background-color: #fbd99266;
  }

  .progress{
    border-radius: 2px;
    background-color: #f9f9f9;
  }

  .progress-tags{
    overflow: hidden;
    margin-bottom: 5px;
  }

  .progress-tags div{
    display: inline-block;
    text-align: center;
  }

  .progress-tags div{
    padding: 0px 5px;
  }

  .progress-tags div:nth-child(1){
    text-align: left;
  }

  .progress-tags div:nth-child(3){
    text-align: right;
  }

  .a4r-wrapper{
    position: relative;
    width: 960px;
    display: inline-block;
    left: 50%;
    transform: translate(-50%);
    margin: 50px 0px;
  }

  .second-it, .third-it{
    display: none;
    position: absolute;
    z-index: 5000;
    top: 0px;
  }

  .second-it.inactive{
    background-color:transparent;
  }

  .third-it{
    background-color: transparent;
  }

  .lines-item, .opcs, .gobackbtn{
    cursor: pointer;
  }

  .third-it .content .left .icon{
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    width: 40%;
    display: inline-block;
  }

  object.svg-obj{
    pointer-events: none;
  }
/****************************************************/

/*******************A4R DAKAR********************/
  .dakar{
    font-size: 12px;
  }

  .dakar.a4r-wrapper{
    height: 580px;
  }
  .dakar .main-screen .main-title, .dakar .third-it .main-title{
    background-color: #333333;
    font-size: 20px;
  }

  .dakar .third-it .main-title .lighter{
    font-weight: 700;
    font-size: 0.8em;
  }

  .dakar .third-it .main-title .oi{
    font-size: 0.5em;
  }
  .dakar .lines-of-act{
    overflow: hidden;
    height: 503px;
  }

  .dakar .act-line{
    width: 50%;
    height: 100%;
    display: inline-block;
    float: left;
    background-color: #d3d3d3;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .dakar .act-line:nth-child(2){
    background-color: #d6a753;
    float: right;
  }

  .dakar .act-line:nth-child(2):hover{
    background-color: #c3984c;
  }

  .dakar .act-line:nth-child(1):hover{
    background-color: #c3c3c3;
  }

  .dakar .lines-of-act h1, .dakar .second-it .left-side h1{
    padding: 0em;
    font-size: 1.5em !important;
    font-weight: 900;
    color: #333333;
    margin-bottom: 0.7em;
    text-align: center;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .dakar .act-line .wrapper, .third-it .left-side .wrapper{
    width: 70%;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
  }

  .dakar .act-line .wrapper object, .third-it .left-side .wrapper object{
    width: 60%;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .dakar .act-line .wrapper object.active{
    width: 62%;
  }

  .dakar .lines-of-act h1.active{
    font-size: 1.6em !important;
  }

  .dakar .second-it{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
  }

  .dakar .second-it .left-side, .dakar .second-it .right-side{
    display: inline-block;
    width: 50%;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .dakar .second-it .left-side.inactive{
    left: -50%;
  }

  .dakar .second-it .backt-btn.inactive{
    display: none;
  }

  .dakar .second-it .left-side{
    float: left;
    left: 0px;
    background-color:#333333;
  }

  .dakar .second-it .right-side.inactive{
    right: -50%;
  }

  .dakar .second-it .right-side{
    float: right;
    background-color: #e5e5e5;
    right: 0px;
  }

  .dakar .second-it .left-side h1{
    position: relative;
    top: 50%;
    color: #e5e5e5;
    left: 50%;
    letter-spacing: 0.08em;
    transform: translate(-50%,-50%);
    margin-bottom: 0px;
  }

  .dakar .second-it .svg-obj{
    display: none;
    position: absolute;
    z-index: 5000;
    width: 100%;
    top: 0px;
    left: 0px;
  }

  .dakar .second-it .svg-obj.visible{
    display: block;
  }

  .dakar .second-it .right-side .graph-wrapper{
    width: 100%;
    position: relative;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
  }

  .dakar .second-it .right-side .graph-wrapper h2{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-bottom: 0px;
    font-size: 1em;
    font-weight: 700;
    width: inherit;
    z-index: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .dakar .second-it .right-side .graph-wrapper h2.active{
    font-size: 1.1em;
  }

  .dakar .second-it .right-side .graph-wrapper .g-middle{
    overflow: hidden;
    margin-top: -20px;
  }

  .dakar .second-it .right-side .graph-wrapper .g-middle .circles{
    width: 40%;
    float: right;
    position: relative;
    left: -20px;
  }

  .dakar .second-it .right-side .graph-wrapper .g-middle .main-ico{
    width: 60%;
    float: left;
    border-radius: 100%;
    border: 20px solid #e5e5e5;
    width: 250px;
    height: 250px;
    position: relative;
  }

  .dakar .second-it .right-side .graph-wrapper .g-middle .main-ico object{
    margin-top: -5px;
    margin-left: -4px;
  }

  .dakar .second-it .right-side .graph-wrapper .g-circle{
    margin-right: 10px;
    width: 120px;
    height: 120px;
    position: relative;
    float: left;
    text-align: center;
    border-radius: 100%;
    background-color: #c6c2c2;
    border: 15px solid #e5e5e5;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .dakar .second-it .right-side .graph-wrapper .g-circle:hover{
     border: 13px solid #e5e5e5;
  }

  .dakar .second-it .right-side .graph-wrapper .g-circle span{
    position: absolute;
    color: #c6c2c2;
    font-size: 40px;
    z-index: 200;
  }

  .dakar .second-it .right-side .graph-wrapper .g-top .g-circle:nth-child(1) span{
    right: -13px;
    top: 28px;
  }

  .dakar .second-it .right-side .graph-wrapper .g-top .g-circle:nth-child(2) span{
    right: 3px;
    top: 61px;
    transform: rotate(45deg);
  }

  .dakar .second-it .right-side .graph-wrapper .g-middle .circles .g-circle:nth-child(1){
    margin-bottom: 10px;
  }

  .dakar .second-it .right-side .graph-wrapper .g-middle .circles .g-circle:nth-child(1) span{
    top: 73px;
    transform: rotate(83deg);
    right: 32px;
  }

  .dakar .second-it .right-side .graph-wrapper .g-middle .circles .g-circle:nth-child(2) span{
    left: 3px;
    top: 61px;
    transform: rotate(131deg);
  }

  .dakar .second-it .right-side .graph-wrapper .g-bottom .g-circle:nth-child(2) span{
    left: -14px;
    top: 22px;
    transform: rotate(181deg);
  }

  .dakar .second-it .right-side .graph-wrapper .g-top{
    overflow: hidden;
  }

  .dakar .second-it .right-side .graph-wrapper .g-bottom{
    overflow: hidden;
    margin-top: -20px;
  }

  .dakar .back-btn, .dakar .back-btn-a, .maputo .back-btn{
    height: 60px;
    width: 60px;
    position: absolute;
    z-index: 5000;
    right: 0px;
    background-color: #292929;
    color: #e5e5e5;
    text-align: center;
    line-height: 65px;
    font-size: 1.5em;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .dakar .back-btn:hover{
    background-color: #1b1b1b;
    color:#ffffff;
    font-size: 1.3;
  }

  .dakar .back-btn.inactive{
    right: -60px;
  }

  .dakar .third-it, .maputo .third-it{
    display: none;
    width: 100%;
    height: 100%;
  }

  .dakar .third-it .left-side, .maputo .third-it .left-side{
    width: 50%;
    display: inline-block;
    float: left;
    height: 520px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    left: 0px;
    background-color: #efefef;
  }

  .dakar .third-it .left-side.inactive{
    left: -50%;
  }

  .dakar .third-it .right-side, .maputo .third-it .right-side{
    width: 50%;
    display: inline-block;
    float: right;
    background-color: #e5e5e5;
    height: 510px;
    overflow: scroll;
    position: relative;
    right: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .dakar .third-it .right-side.inactive{
    right: -50%;
  }

  .dakar h3{
    font-weight: 700;
    line-height: 1.3em;
    font-size: 1.1em;
    margin-bottom: 1em;
    text-transform: uppercase;
  }

  .dakar .third-it .left-side .wrapper object {
    width: 60%;
  }

  .dakar .third-it .right-side .item h4{
    font-size: 1em;
    font-weight: 600;
    margin: 0px;
    padding: 0.5em;
  }

  .dakar .third-it .right-side .item p{
    margin: 0px;
    padding: 0.5em;
    background-color: #ececec;
  }

  .dakar .third-it .right-side .item{
    margin-bottom: 1.5em;
  }

  .dakar .third-it .right-side .item.uno h4{
    background-color: #d6a753;
  }

  .dakar .third-it .right-side .item.dos h4{
    background-color: rgba(214, 167, 83, 0.8);
  }

  .dakar .third-it .right-side .item.tres h4{
    background-color: rgba(214, 167, 83, 0.6);
  }

  .dakar .third-it .right-side .item.cuatro h4{
    background-color: rgba(214, 167, 83, 0.4);
  }

  /*.dakar .third-it .right-side .item:nth-child(5) h4{
    background-color: #d6a753;
  }*/

  .dakar .third-it .left-side .tag{
    display: inline-block;
    background-color: #d6a753;
    padding: 0.2em 1em;
    font-size: 0.7em;
    margin-bottom: 1.5em;
    color: #eaeaea;
    font-weight: 600;
    letter-spacing: 0.1mm;
  }

  .dakar hr{
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #d3d3d3;
  }

  .dakar .third-it .separador{
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
  }

  .dakar .third-it .separador:nth-of-type(2){
    margin-top: 30px;
  }

  .dakar .third-it .right-side .info-top {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 12px;
    height: auto;
  }

  .dakar .third-it .right-side .tag {
      display: inline-block;
      background-color: #d6a753;
      padding: 0.2em 1em;
      font-size: 0.7em;
      margin-bottom: 1.5em;
      color: #eaeaea;
      font-weight: 600;
      letter-spacing: 0.1mm;
  }

  .dakar .third-it .right-side .info-top object {
      width: 50%;
  }

  .mobile-menu-m{
    font-size: 1.5em;
    cursor:pointer;
    top:0px;
    width: 61px;
    height: 61px;
    line-height: 46px;
    text-align: center;
    padding:10px;
    color: #717070;
    background-color: #e7e7e7;
    position: absolute;
    z-index: 4900;
    left: calc(100% - 60px);
  }

.menu-wrapper .menu-title, .rs-menu-title{
  padding: 20px;
  background-color:#333333; 
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
}

.rs-menu-title h1{
  color: #ffffff;
  margin-bottom: 0px;
}

.asuncion .main-screen .main-title{
  background-color: #0f4760;
}

.asuncion .second-it .left {
  padding: 0px;
  padding-left: 0px;
  position: relative;
  background-color: #0f4760;
}

.asuncion .second-it .left .title {
  color:#f6f6f6; 
  background-color: transparent;
  letter-spacing: 0.1em;
}

.asuncion .second-it .left .wrapper{
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0px 30%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.asuncion .second-it .left .wrapper .icon{

}

.asuncion .second-it .left .wrapper.visible{
  padding: 0px 25%;
}

.asuncion .second-it .left .wrapper.map-active{
  padding: 0px 22%;
  top: 1.5em;
  left: 0px;
  transform: none;
}

.asuncion .second-it .left .wrapper.map-active .title{
  margin-bottom: 1em;
}

.asuncion .second-it .right > div{
  height: 90%;
  padding: 0px;
  overflow: scroll;
  background-color: transparent;
  font-size: 1.1em;
  text-align: left;
}

.second-it .right > div:hover{
  border-bottom: none;
}

.asuncion .second-it, .third-it{
  height: 100%;
}

.asuncion .second-it .right {
  padding: 6em 3em 3em 3em;
  background-color: #eef1f3;
  color: #0f475f;
}

.asuncion .back-btn{
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  z-index: 4800;
  background-color: rgba(64, 156, 192, 0.31);
  text-align: center;
  cursor: pointer;
  color: #0f475f;
  line-height: 50px;
}

.asuncion .main-screen .main-title{
  font-size: 20px;
}

.asuncion .back-btn:hover{
  font-size: 1.2em;
  background-color: rgba(64, 156, 192, 0.45);
}

.asuncion .second-it h2{
    font-size: 1.6rem;
    color: #0f475f;
    font-weight: 600;
    margin-top: 1em;
    padding-bottom: 0.3em;
    border-bottom: 4px solid #409cc0;
    margin-bottom: 1em;
}

.asuncion .second-it h3{
  font-size: 1.4em;
  font-weight: 600;
}

.asuncion .a4r-wrapper .lines{
  padding: 60px 60px;
}

.second-it .left .mapa-as{
  display: none;
}

.second-it .left .ambitos{
    position: absolute;
    bottom: 0px;
    padding: 1em;
    text-align: center;
    color: #eaeaea;
    background-color: #22383f;
    width: 100%;
    font-weight: 600;
}

.asuncion .second-it .right .opt-wrapper{
  position: absolute;
  z-index: 5000;
  bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}

.asuncion .second-it .right .opt-wrapper span{
  position: absolute;
  z-index: 5000;
  left: 0em;
  font-size: 3.2em;
  top: 5px;
  color: #23383f;
}

.asuncion .second-it .right .opt-wrapper div{
  float: left;
  padding: 1em;
  text-align: center;
  width: 33.3%;
  font-weight: 600;
  color: #23383f;
  cursor: pointer;
}

.asuncion .second-it .right .title{
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 1em;
}

.asuncion .second-it .right .opt-wrapper .ambitos{
  width: 100%;
  color: #ffffff;
  background-color: #23383f;
}

.asuncion .second-it .right .opt-wrapper div:hover{
  font-weight: 700;
}

.asuncion .second-it .right .opt-wrapper .opt-banados{
  background: #fac466;
}

.asuncion .second-it .right .opt-wrapper .opt-historico{
  background: #409cbf;
  
}

.asuncion .second-it .right .opt-wrapper .opt-cuencas{
  background: #f58870;
}

.asuncion .second-it .right .m-content{
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 400;
  height: 95%;
  overflow: scroll;
  font-size: 0.9em;
  width: 100%;
  top: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.asuncion .second-it .right .m-content.visible{
  top: 0px;
}

.asuncion .second-it .right .txt{
  padding: 3em;
  height:100%;
  position: absolute;
  z-index: 4900;
  top: 0px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.asuncion .second-it .right .txt.visible{
  display: block;
}

.asuncion .second-it .right .txt.txt-banados{
  background-color: #ffefd4;
}

.asuncion .second-it .right .txt.txt-historicos{
  background-color: #c6d7de;
}

.asuncion .second-it .right .txt.txt-cuencas{
  background-color: #f5e2de;
}

.asuncion .second-it .right .cuencas-wrapper{
  z-index: 5000;
  top: 0px;
  left: 0px;
  width: 100%;
}

.asuncion .second-it .right .cuencas-wrapper .oi-x{
  position: absolute;
  right: 0px;
  z-index: 5000;
  cursor: pointer;
  padding: 1em;
}

/*********** A4R MAPUTO *****************/

.maputo .lines-of-act{
  overflow: hidden;
  height: 90%;
}

.maputo .line-of-act{
  float: left;
  height: 50%;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.maputo .line-of-act object{
  width: 35%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.maputo.a4r-wrapper{
  height: 560px;
  overflow: hidden;
}

.maputo .main-screen{
  height: 100%;
}

.maputo .main-screen .main-title{
  background-color: #333333;
}

.maputo .lines-of-act .line-of-act:nth-child(1), .maputo .lines-of-act .line-of-act:nth-child(4){
  background-color:#CCA29F;
}

.maputo .lines-of-act .line-of-act:nth-child(2), .maputo .lines-of-act .line-of-act:nth-child(3){
  background-color:#CD654F;
}

.maputo .lines-of-act .line-of-act.mobile{
  background-color: transparent !important;
  font-size: 1.2em;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  top: 50%;
  font-weight: 600;
  transform: translateY(-50%);
  height: auto;
  line-height: 1.1em;
}

.maputo .act-int-btn{
  height: 150px;
  width: 150px;
  border-radius: 100%;
  background-color: #D97563;
  position: absolute;
  bottom: -75px;
  left: 43%;
  cursor: pointer;
  color: #eaeaea;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  font-weight: 600;
  padding-top: 2.5%;
}

.maputo .itg-opt{
  position: absolute;
  top:100%;
  background-color: rgba(234, 234, 234, 0.97);
  padding: 5em;
  color: #333333;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.maputo .itg-opt .oi-x{
  position: absolute;
  right: 2em;
  top: 2em;
  cursor: pointer;
}

.maputo .itg-opt object{
  display: inline-block;
  float: left;
  width: 8%;
  margin-right: 2em;
}

.maputo .itg-opt.visible{
  top: 0px;
}

.maputo .itg-opt .opt-txt{
  display: none;
  padding: 1em 0em;
}

.maputo .itg-opt .opt{
  cursor: pointer;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  border-top: 3px solid #D97563;
  width: 100%;
  padding: 1em;
  position: relative;
}

.maputo .itg-opt .opt div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

.maputo .itg-opt .opts-wr{
  height: 100%;
  overflow: scroll;
}

.maputo .third-it .right-side{
  height: 100%;
  padding: 0px;
  background-color: #B29896;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.maputo .third-it .right-side.inactive{
  right: -50%;
}

.maputo .third-it .left-side h3{
  color: #333333;
  font-weight: 700;
  font-size: 1.7rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

.maputo .third-it .left-side{
  height: 100%;
  padding: 2em;
  background-color: #B29896 !important;
  color: #efefef;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.maputo .third-it .left-side.inactive{
  left: -50%;
}

.maputo .back-btn{
  top: 0px;
}

.maputo .third-it .right-side .title{
  width: calc(100% - 60px);
  background-color: #4C4C4C;
  color: #eaeaea;
  font-weight: 700;
  position: absolute;
  padding: 0em 2em;
  left: 0px;
  top: 0px;
  height: 60px;
  font-size: 1.3rem;
}

.maputo .third-it .right-side .title div{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.maputo .acts-int{
  position: relative;
  top: 60px;
  height: 500px;
  overflow: hidden;
}

.maputo .act-integradora{
  height: 33.3%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.maputo .act-integradora:hover{
  border-bottom: 3px solid;
}

.maputo .act-integradora div{
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  top: 50%;
  padding: 0px 2em;
  transform: translateY(-50%);
  text-align: left;

}

.maputo .act-integradora:nth-child(1){
  background-color: #BAA3A2;
}

.maputo .act-integradora:nth-child(2){
  background-color: #BFACAA;
}

.maputo .act-integradora:nth-child(3){
  background-color: #D3CBCB;
}

.maputo .third-it .left-side .wrapper{
  width: 100%;
  left: 0px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.maputo .third-it .left-side .wrapper .desc{
  text-align: left;
  padding: 0em 2em;
  max-height: 260px;
  font-size: 1rem;
  font-weight: 600;
  overflow: scroll;
}

.maputo .third-it .left-side .wrapper object{
  width: 30%;
}

.maputo .third-it .act-desc{
  width: 50%;
  position: absolute;
  height: 100%;
  font-size: 1rem;
  padding: 5em 3em;
  background-color: #E9E9E9;
  right: -50%;
  z-index: 5000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.maputo .third-it .act-desc.visible{
  right: 0px;
}

.maputo .third-it .act-desc .oi-x{
  position: absolute;
  right: 2em;
  top: 2em;
  cursor: pointer;
}

.maputo .third-it .act-desc h2{
  font-size: 1.6rem;
  margin-bottom: 0.7em;
}
/****************************************************/


/*******************A4R YAKUTSK********************/
.yakutsk .main-screen .main-title{
  background-color: #3E6481;
  padding: 15px;
  color: #F2F1F1;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.yakutsk .lines-of-act{
  background-color: #347EAB;
  height: 540px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.yakutsk .lines-of-act svg{
  width: 70%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.yakutsk .actions-det, .yakutsk .lines-det{
  position: absolute;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  display: none;
}

.yakutsk .action-wrapper{
  display: none;
  height: 540px;
 /* background-color: #EBEBEB;*/
}

.yakutsk .action-wrapper.visible{
  display: block;
}

.yakutsk .actions-det .left, .yakutsk .lines-det .left{
  /*display: none;*/
  width: 50%;
  background-color: #347EAB;
  height: 100%;
  position: relative;
  left: -50%;
  transition: all 0.2s linear;
}

.yakutsk .lines-det .left{
  background-color: #d9dcde;
}

.yakutsk .actions-det .left h1, .yakutsk .lines-det .left h1{
  color: #F2F1F1;
  background-color: #334f65;
  text-transform: uppercase;
  border: none;
  padding: 1.5rem 1rem;
  text-align: center;
  margin-bottom: 0px;
  font-size: 1rem !important;
}

.yakutsk .actions-det .right .oi-caret-right, .yakutsk .lines-det .right .oi-caret-right{
  color: #334f65;
  font-size: 4.2rem;
  position: absolute;
  left: 0px;
  top: 0.3rem;
}

.yakutsk .actions-det .right .cerrar, .yakutsk .lines-det .right .cerrar,  .yakutsk .lines-det .lad-sec .oi-x-lad{
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.8rem;
  color:#ec8254;
  transition: all 0.2s linear;
}

.yakutsk .actions-det .right .cerrar:hover, .yakutsk .lines-det .right .cerrar:hover,  .yakutsk .lines-det .lad-sec .oi-x-lad:hover{
  font-weight: 600;
}

.yakutsk .actions-det .left object{
  position: relative;
  top: 20%;
  left: 30%;
}

.yakutsk .lines-det .left object{
  width: 50%;
  left: 25%;
  position: relative;
}

.yakutsk .lines-det .right, .yakutsk .action-wrapper .right, .yakutsk .lines-det .lad-sec{
  /*display: none;*/
  width: 50%;
  background-color: #EBEBEB;
  padding: 4rem 2rem 2rem 2rem;
  height: 100%;
  position: absolute;
  right: -50%;
  transition: all 0.2s linear;
}

.yakutsk .lines-det .lad-sec{
  display: none;
  right: 0px;
}

.yakutsk .lines-det .lad-sec.visible{
  display: block;
}

.yakutsk .lines-det .right .line-img{
  text-align: center;
  margin-bottom: 2rem;
}

.yakutsk .lines-det .right .text{
  height: 250px;
  font-weight: 300;
  overflow-y: scroll;
}

.yakutsk .lines-det .right .line-img object{
  width: 30%;
}

.yakutsk .action-wrapper .right.visible{
  right: 0px;
  float: right;
}

.yakutsk .action-wrapper .left.visible{
  left: 0px;
  float: left;
}

.yakutsk .actions-det h1, .yakutsk .lines-det h1, .yakutsk .action-wrapper h3{
  color: #347EAB;
  background-color: transparent;
  padding: 0px;
  font-size:1.1rem !important;
  font-weight: 600;
  text-transform: uppercase;
}

.yakutsk .actions-det .right h2, .yakutsk .lines-det .right h2{
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 4px solid;
}

.yakutsk .actions-det .left h2, .yakutsk .lines-det .left h2{
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0rem 2rem;
}

.yakutsk .actions-det .right .text{
  max-height: 400px;
}

.yakutsk .lines-det .right .text::-webkit-scrollbar, .yakutsk .actions-det .right .text::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 30px;
}

.yakutsk .lines-det .right .text::-webkit-scrollbar-thumb, .yakutsk .actions-det .right .text::-webkit-scrollbar-thumb{
  background-color: #d9dcde;
  border: solid 10px #EBEBEB;
}

@media (max-width: 700px){
  .a4r-wrapper{
    margin-top: 0px;
  }

  .a4r-wrapper.yakutsk{
    background-color: #ebebeb;
  }

  .yakutsk .lines-of-act svg{
    width:100%;
    height: auto;
  }

  .yakutsk .lines-det .right, .yakutsk .action-wrapper .right, .yakutsk .lines-det .lad-sec{
    width: 100%;
    min-height: 750px;
  }

  .yakutsk .actions-det .right .oi-caret-right, .yakutsk .lines-det .right .oi-caret-right{
    display: none;
  }

  .yakutsk .actions-det, .yakutsk .lines-det{
    top: 0px;
    bottom: unset;
  }

  .yakutsk .actions-det .right .text {
    max-height: none;
  }

  .yakutsk .action-wrapper{
    /*height: 700px;*/
    height: auto;
  }

  .yakutsk .main-screen{
    height: 800px;
  }

  .yakutsk .main-screen .main-title{
    display: none;
  }

  .cities-txt{
    padding: 30px;
    padding-left: 30px !important;
  }

  .city-box .txt-desc{
    text-align: left;
    font-weight: 400;
    /*top: -150%;*/
  }

  .city-box{
    margin-bottom: 30px;
    padding: 0px !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .city-box .txt-desc h1{
    margin-bottom: 10px;
  }

  .cities-right{
    padding: 20px;
  }

  .i-map-wrapper{
    width: 100% !important;
    overflow: scroll !important;
  }

  .i-map-wrapper object{
    height: 68vh !important;
  }

  .map-menu{
    width: 100%;
  }

  .c-graphic, #graph{
    width: 100% !important;
    overflow-x: scroll;
  }

  .c-graphic .row{
    padding-left: 0px !important;
  }

  .c-graphic .row div{
    text-align: left !important;
  }

  #toolbox{
    padding: 0px 30px !important;
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  .a4r-wrapper{
    width: 100%;
  }

  .lines-item {
    padding: 20px 40px;
  }

  .second-it{
    height: 100%;
  }

  .second-it .right {
    width: 100%;
  }

  .lines-item .icon{
    width: 60%;
    margin: 0 auto;
  }

  .dakar.a4r-wrapper{
    width: 100%;
    height: 100%;
    display: block !important;
  }

  .dakar .act-line {
    width: 100%;
    height: 50%;
  }

  .dakar .act-line .line-ico{
    width: 60%;
    margin: 0 auto;
  }

  .dakar .lines-of-act{
    height: 525px;
  }

  .act-int{
    font-size: 10px !important;
    width: 80px !important;
    padding: 6.8% 0px !important;
    height: 80px !important;
    top: 48% !important;
  }

  .dakar .main-screen .main-title, .dakar .third-it .main-title {
      background-color: #333333;
      font-size: 16px;
      padding-right: 80px;
      text-align: left;
  }

  .dakar .lines-of-act h1, .dakar .second-it .left-side h1 {
    font-size: 1.3em !important;
  }

  .dakar .second-it .right-side {
    width: 100%;
  }

  .dakar .third-it .right-side {
    width: 100%;
    height: 515px;
  }

  .dakar .main-screen .main-title{
    padding-right: 15px;
    text-align: center;
    line-height: 2em;
  }

  .dakar .third-it .back-btn, .dakar .third-it .back-btn-a {
    background-color: transparent;
    line-height: 55px;
  }

  .second-it .right-side h1{
    background-color: transparent;
    border: none;
    padding: 0px;
    font-weight: 800;
    margin-top: 50px;
  }

  .second-it .actions-list div{
    padding: 15px 0px;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 16px;
    border-top: 2px solid;
  }

  #t-act-0 .right-side .wrapper {
    height: auto !important;
    overflow: auto !important;
  }

  #t-act-0 .right-side {
    height: 533px !important;
  }

  .map-menu{
    display: none;
  }

  .menu-wrapper .menu-title, .rs-menu-title{
    background-color:#dcdcdc;
  }

  .menu-wrapper .menu-title h1, .rs-menu-title h1{
    font-size: 18px !important;
    color: #717070;
    font-weight: 800;
  }

  .instructions.blue{
    top: 0px;
    padding: 10px;
    color: #6e949c;
    z-index: 5000;
    display: block;
  }

  .instructions.blue a{
    color: #638086 !important;
  }

  .instructions.blue .close-ind{
    color: #ff7676;
  }

  .third-it .bottom .content {
    width: 100%;
  }

  .third-it .bottom .content .right{
    width:100%;
    height: 78%;
  }

  .third-it .bottom{
    height: auto;
    height: 100%;
    overflow: scroll;
  }

  .third-it .title .gobackbtn {
    width: 18%;
    position: absolute;
    right: 0px;
    z-index: 5000;
    background-color: transparent;
  }

  .third-it .title .title {
    padding: 20px 22% 20px 20px;
    width: 100%;
    text-align: left;
  }

  .third-it .title .title{
    height: auto;
  }

  .second-it, .third-it {
    height: 100%;
  }

  .second-it .gbbm .wrapper{
    height: 60px;
    width: 60px;
    position: absolute !important;
    top: 0px !important;
    transform: none !important;
    right: 0px;
    font-size: 1.5em;
    z-index: 5000;
    text-align: center;
    line-height: 60px;
    background-color: rgba(221, 221, 221, 0.33);
  }

  .asuncion .second-it .right .opt-wrapper .opt-cuencas{
    padding: 1.6em 0px;
  }

  .asuncion .second-it .right .txt.txt-banados{
    height: auto;
  }

  .maputo.a4r-wrapper{
    height: 650px;
  }

  .maputo .line-of-act {
    height: 25%;
  }

  .maputo .line-of-act object {
    width: 20%;
  }

  .maputo .lines-of-act .line-of-act:nth-child(2), .maputo .lines-of-act .line-of-act:nth-child(4) {
    background-color: #CD654F;
  }

  .maputo .lines-of-act .line-of-act:nth-child(1), .maputo .lines-of-act .line-of-act:nth-child(3) {
    background-color: #CCA29F;
  }

  .maputo .itg-opt{
    padding: 6em 3em;
  }

  .maputo .itg-opt .opt{
    font-size: 1rem;
    line-height: 1.1em;
  }

  .maputo .itg-opt object{
    width: 15%;
    margin-right: 1em;
  }

  .maputo .act-int-btn{
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: -50px;
    left: 38%;
    font-size: 1rem;
    padding-top: 3.5%;
    background-color: #a9513f;
  }

  .maputo .third-it .right-side, .maputo .third-it .act-desc{
    width: 100%;
    overflow: scroll;
  }

  .maputo .third-it .act-desc{
    right: -100%;
  }

  .maputo .acts-int{
    height: auto;
  }

  .maputo .action-info{
    padding: 5em 3em 1em 3em;
    text-align: center;
  }

  .maputo .action-info object{
    width: 40%;
    margin-bottom: 1em;
  }

  .maputo .act-integradora {
    height: auto;
  }

  .maputo .act-integradora div{
    top: 0;
    padding: 1em 2em;
    transform: none;
  }
}

@media (min-width: 700px) and (max-width: 1024px){
  .cities-txt{
    padding: 30px;
    padding-left: 0px !important;
  }

  .right-side{
    padding: 0.5em 0px;
  }

  .mobile{
    background-color: transparent;
  }

  /*.right-side .city-box{
    padding: 0.5em;
  }*/

  .right-side a:nth-child(2n+1) .city-box{
    padding: 0.5em 0.5em 0.5em 1em;
  }

  .right-side a:nth-child(2n+2) .city-box{
    padding: 0.5em 1em 0.5em 0.5em;
  }

  
}
