.welcom-guide{
    margin: auto;
    background: white;
    opacity: 1;
    margin-top: 10%;
    width: 66%;
    padding: 20px;
    /* max-height: 50%; */
    overflow-y: auto;
}
.text-welcom-guide{
    font-weight: 400;
    margin: 10px 0;
    text-align: center;
}
.btn-start-guide{
    width: 50px;
    /text-decoration: underline;
}
.text-help{
      font-weight: 400;
      margin-bottom: 7%;
      text-align: center;
}
.text-cont-guide{
    margin-top: 5%;
}
.div-strat{
    margin-top: 7%;

}
.panel-help{
  display: none;
}
.panel-help{
  top: 80px;
  bottom: 0;
  left: 0;
  background-color: rgba(16, 15, 15, 0.7);
  right: 0;
  position: fixed;
  /* opacity: 0.8; */
  z-index: 999999;
}
.text_fin h5 {
    text-align: center;
}
.info-help{
  margin: auto;
  background: white;
  opacity: 1;
  margin-top: 10%;
  width: 60%;
  padding: 20px;
}
.introjs-overlay{
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(16, 15, 15, 0.7);
    right: 0;
    position: fixed;
    opacity: 0.8;
    /*z-index: 999999;*/
}


.introjs-arrow {
    /* height: 5px; */
    position: absolute;
    /* background-color: aliceblue; */
    top: 300px;
    left: 80px;
    border: 5px solid #ffffff;
    border-bottom-color: transparent;
    /* border: 5px solid #f9f6f6; */
    border-left-color: transparent;
    border-right-color: #ffffff;
    border-top-color: transparent;
    /* width: 5px; */
    display: inherit;
}
.tool{

    position: absolute;
    z-index: 1;
    padding: 10px;
    font-size: 11px;
    line-height: 1.4;
    visibility: visible;
    border-radius: 3px;
    left: 89px;
    top: 260px;
    width: 250px;
    background-color: white;
    box-shadow: 0 1px 10px rgba(9, 9, 9, 0.35);

}

.introjs-arrow-step2{
    position: absolute;
    /* background-color: aliceblue; */
    top: 58px;
    left: 590px;
    border: 3px solid #ffffff;
    border-bottom-color: #ffffff;
    /* border: 5px solid #f9f6f6; */
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    /* width: 5px; */
    display: inherit;
}


.tool-step2 {

    position: absolute;
    z-index: 1;
    padding: 10px;
    font-size: 11px;
    line-height: 1.4;
    visibility: visible;
    border-radius: 3px;
    left: 440px;
    top: 64px;
    width: 250px;
    background-color: white;
    box-shadow: 0 1px 10px rgba(9, 9, 9, 0.35);


}

.introjs-arrow-step3{
    position: absolute;
    /* background-color: aliceblue; */
    top: 55px;
    left: 700px;
    border: 5px solid #ffffff;
    border-bottom-color: #ffffff;
    /* border: 5px solid #f9f6f6; */
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    /* width: 5px; */
    display: inherit;
}


.tool-step3 {
    position: absolute;
    z-index: 1;
    padding: 10px;
    font-size: 11px;
    line-height: 1.4;
    visibility: visible;
    border-radius: 3px;
    left: 550px;
    top: 64px;
    width: 250px;
    background-color: white;
    box-shadow: 0 1px 10px rgba(9, 9, 9, 0.35);


}
.introjs-arrow-step4{
    position: absolute;
    /* background-color: aliceblue; */
    top: 55px;
    left: 810px;
    border: 5px solid #ffffff;
    border-bottom-color: #ffffff;
    /* border: 5px solid #f9f6f6; */
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    /* width: 5px; */
    display: inherit;
}


.tool-step4 {

    position: absolute;
    z-index: 1;
    padding: 10px;
    font-size: 11px;
    line-height: 1.4;
    visibility: visible;
    border-radius: 3px;
    left: 660px;
    top: 64px;
    width: 250px;
    background-color: white;
}

.introjs-arrow-step5{
    position: absolute;
    /* background-color: aliceblue; */
    top: 55px;
    left: 920px;
    border: 5px solid #ffffff;
    border-bottom-color: #ffffff;
    /* border: 5px solid #f9f6f6; */
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    /* width: 5px; */
    display: inherit;
}


.tool-step5 {
    position: absolute;
    z-index: 1;
    padding: 10px;
    font-size: 11px;
    line-height: 1.4;
    visibility: visible;
    border-radius: 3px;
    left: 770px;
    top: 64px;
    width: 250px;
    background-color: white;
}
.btn-got-guid{
    border-color: #bcbcbc;
    text-decoration: none;
    box-shadow: 0px 1px 1px #e3e3e3;
    box-sizing: content-box;
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.3em 0.8em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font: 11px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    /* background-clip: padding-box; */
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    zoom: 1;
    margin-top: 5px;
}
a:hover, a:focus {
    color: #005580;
    text-decoration: none;
}
.introjs-bullets ul {
    box-sizing: content-box;
    clear: both;
    margin-top: 10px;
    margin-bottom: 0px;

    margin-left: 90px;
    padding: 0;
    display: inline-block;
}
.introjs-bullets ul li {
    box-sizing: content-box;
    list-style: none;
    float: left;
    margin: 0 2px;
}
.introjs-bullets ul li a {
    box-sizing: content-box;
    display: block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}
.introjs-bullets ul li a.active {
    background: #999;
}
.w3-btn{
    background-color: #3f3732;
}
.tool-step6 {
    position: absolute;
    z-index: 1;
    padding: 10px;
    font-size: 11px;
    line-height: 1.4;
    visibility: visible;
    border-radius: 3px;
    right: 10px;
    bottom: 62px;
    width: 250px;
    background-color: white;
    box-shadow: 0 1px 10px rgba(9, 9, 9, 0.35);
}
.introjs-arrow-step6 {
    position: absolute;
    /* background-color: aliceblue; */
    bottom: 52px;
    right: 50px;
    border: 5px solid #ffffff;
    border-bottom-color: transparent;
    /* border: 5px solid #f9f6f6; */
    border-left-color: transparent;
    border-right-color: rgba(255, 255, 255, 0);
    border-top-color: rgb(243, 243, 243);
    /* width: 5px; */
    display: inherit;
}

.tool-step21{
    position: absolute;
    z-index: 1;
    padding: 10px;
    font-size: 11px;
    line-height: 1.4;
    visibility: visible;
    border-radius: 3px;
    left: 240px;
    top: 120px;
    width: 250px;
    background-color: white;
    box-shadow: 0 1px 10px rgba(9, 9, 9, 0.35);
}
.introjs-arrow-step21{
    position: absolute;
    top: 160px;
    left: 230px;
    border: 5px solid #ffffff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #ffffff;
    border-top-color: transparent;

}


.introjs-arrow-step8{
  position: absolute;
  top: 310px;
  left: 230px;
  border: 5px solid #ffffff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #ffffff;
  border-top-color: transparent;

}

.tool-step8{
  position: absolute;
  z-index: 1;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
  visibility: visible;
  border-radius: 3px;
  left: 240px;
  top: 290px;
  width: 250px;
  background-color: white;
  box-shadow: 0 1px 10px rgba(9, 9, 9, 0.35);
}


.tool-step44{
    position: absolute;
    z-index: 1;
    padding: 10px;
    font-size: 11px;
    line-height: 1.4;
    visibility: visible;
    border-radius: 3px;
    left: 443px;
    top: 120px;
    width: 250px;
    background-color: white;
    box-shadow: 0 1px 10px rgba(9, 9, 9, 0.35);
}
.introjs-arrow-step44{
    position: absolute;
    top: 160px;
    left: 433px;
    border: 5px solid #ffffff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #ffffff;
    border-top-color: transparent;

}
.tool-step45{
  position: absolute;
  z-index: 1;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
  visibility: visible;
  border-radius: 3px;
  left: 238px;
  top: 120px;
  width: 250px;
  background-color: white;
  box-shadow: 0 1px 10px rgba(9, 9, 9, 0.35);

}
.introjs-arrow-step45{
    position: absolute;
    top: 160px;
    left: 228px;
    border: 5px solid #ffffff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #ffffff;
    border-top-color: transparent;

}
