
[data-active-step] > [data-step]{
  display: none;
}

[data-active-step="0"] > [data-step="0"],
[data-active-step="1"] > [data-step="1"],
[data-active-step="2"] > [data-step="2"],
[data-active-step="3"] > [data-step="3"],
[data-active-step="4"] > [data-step="4"],
[data-active-step="5"] > [data-step="5"],
[data-active-step="6"] > [data-step="6"],
[data-active-step="err1"] > [data-step="err1"],
[data-active-step="success"] > [data-step="success"],
[data-active-step="loading"] > [data-step="loading"],
[data-active-step="error"] > [data-step="error"]
{ display: block; }

[data-active-step="2"] > .rge > .progress-container,
[data-active-step="2"] > .rge,
[data-active-step="success"] > .rge,
[data-active-step="error"] > .rge,
[data-active-step="err1"] > .rge,
[data-active-step="loading"] > .rge,
[data-active-step="loading"] #cont-legales-pass,
[data-active-step="error"] #cont-legales-pass
{ display: none; }

[data-title-ch] [dtt],
[data-active-step] > .rge [data-ch-t-h],
[data-active-step="err1"] .rge { display: none; }

[data-active-step="1"] > .rge [data-ch-t-h="1"],
[data-active-step="3"] > .rge [data-ch-t-h="3"],
[data-active-step="4"] > .rge [data-ch-t-h="4"],
[data-active-step="5"] > .rge [data-ch-t-h="5"],
[data-active-step="6"] > .rge [data-ch-t-h="6"] { display: block; }

[data-title-ch="1"]  [dtt="1"],
[data-title-ch="2"]  [dtt="2"],
[data-title-ch="3"]  [dtt="3"], 
[data-title-ch="4"]  [dtt="4"],
[data-title-ch="5"]  [dtt="5"],
[data-title-ch="6"]  [dtt="6"] { display: flex; }

/*  */
.noInfo {
  right: 32%;
  animation: search 1.5s infinite;
}

/*[data-sec-shw] [data-s-h]{ display: none; }*/

[data-sec-shw="1"] [data-s-h="1"],
[data-sec-shw="2"] [data-s-h="2"],
[data-sec-shw="3"] [data-s-h="3"],
[data-sec-shw="4"] [data-s-h="4"],
[data-sec-shw="5"] [data-s-h="5"],
[data-sec-shw="6"] [data-s-h="6"]
{ display: flex; }

[data-sec-shw="2"] .fbutton{
  margin-top: 50px;
}

[data-sec-shw="3"] .fbutton,
[data-sec-shw="4"] .fbutton,
[data-sec-shw="5"] .fbutton{
  margin-top: 50px;
}
.bx2{
  width: 450px;
}

@media screen and ( min-width:1360px ){
  .imgb{
    height: 104vh;
  }
}

/* SM */
@media screen and (min-width: 48em){
  [data-sec-shw="4"] .fbutton,
  [data-sec-shw="5"] .fbutton{
    margin-top: 60px;
  } 
  .imgb{
    background: #e1f4ff;
  }
}
/* MD */
@media screen and (min-width:64em){
  .bx2{
    width: 634px;
  }
  [data-sec-shw="3"] .fbutton,
  [data-sec-shw="4"] .fbutton{
    margin-top: 120px;
  }
  [data-sec-shw="5"] .fbutton{
    margin-top: 60px;
  }  
}
.bff, .aff{
  display:none;
}
@media screen and (max-width: 320px){
  .bff{
    display: block;
  }
}
@media screen and (min-width: 360px){
  .aff{
    display: block
  }
}

/* Animations */


.noInfo {
  width: 65px;
  right: 20%;
  top: 12%;
  animation: search 1.5s infinite;
}

@media screen and (min-width:48em){
  .noInfo{
    width:110px;
  }
}
@-webkit-keyframes search {
  from { -webkit-transform: rotate(0deg) translateX(15px) rotate(0deg);}
  to { -webkit-transform: rotate(360deg) translateX(15px) rotate(-360deg);}
}

@-moz-keyframes search {
  from { -moz-transform: rotate(0deg) translateX(15px) rotate(0deg); }
  to { -moz-transform: rotate(360deg) translateX(15px) rotate(-360deg); }
}

@-o-keyframes search {
  from { -o-transform: rotate(0deg) translateX(15px) rotate(0deg); }
  to { -o-transform: rotate(360deg) translateX(15px) rotate(-360deg); }
}

@keyframes search {
  from { transform: rotate(0deg) translateX(15px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(15px) rotate(-360deg); }
}