#migaPanel{
  display: flex;
 /* padding-top: 1.5em;*/
 margin-top: 30px;
    
}

.migaPhone{
  display: none;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.migaPhoneStep{
  color: var(--main-bg-color, grey);
    font-size: 16px;
    font-weight: bold;
}

#circulo {
    background-color: var(--main-bg-color, #2f4a9f);
    width: 15px;
    height: 15px;
  border-radius: 50%;
  text-align: center;

      display: flex;
    justify-content: center;
    align-items: center;
}
#circuloFin {
   
   background-color: #edeff0;
   
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#linea {
  
  background-color: #edeff0;
  width: 125px;
 
 height: 5px;
  margin-top: 5px;
  border: 2px solid #edeff0;
}

#lineaFin {
 
  background-color: var(--main-bg-color, #2f4a9f);
  width: 125px;
 height: 5px;
  margin-top: 5px;


}

.formas {
  margin: 0 auto;
  display: inherit;
}

.paso {
  
  color: #edeff0;
  font-size: 22px;    
  
    vertical-align: text-top;
}
.pasoFin {
  color: var(--main-bg-color, #2f4a9f);
  font-size: 22px;    
 
    vertical-align: text-top;
}

/* MIGA TEXTS*/

.step{
 
  color: var(--main-bg-color, gray);
    transform: translate(0px,40px);
    font-size: 12px;
    font-weight: bold;
    min-width: 150px;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}
/*
.step:hover{
  color: var(--main-bg-color, grey)!important;
  background-color: white;
  border: 1px solid  var(--main-bg-color, grey);
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 15px;
   font-size: 14px;
  transition: .3s;
}*/

/* END MIGA TEXTS */







/* MEDIA QUERIES */
@media (min-width: 320px) and (max-width: 374px) {

  .formas{
    display: none !important;
  }
  .migaPhone{
    display: flex !important;
    text-align: center;
  }

  /* CSS */
  #linea, #lineaFin {
    width: 30px !important;
  }
  #migaPanel{
    /*margin-top: 2em !important;*/
    justify-content: center;
    border-bottom: 2px solid var(--main-bg-color, grey);
    padding-bottom: 20px;
  }

  .step{
    display: none !important;
    font-size: 8px;
    max-width: 80px;

    white-space: pre-wrap;
  }

 
  .actual {
    display: block !important;
  }

  .formPanelComponent{
    padding: 0 !important;
  }

  #stepName{
    display: flex !important;
  }
}
@media (min-width: 375px) and (max-width: 425px) {

  .formas{
    display: none !important;
  }
  .migaPhone{
    display: flex !important;
    text-align: center;
  }
  /* CSS */
  #linea, #lineaFin {
    width: 40px !important;
  }
  #migaPanel{
    /*margin-top: 2em !important;*/
    justify-content: center;
    border-bottom: 2px solid var(--main-bg-color, grey);
    padding-bottom: 20px;
  }
  .step{
        display: none !important;
    font-size: 8px;
    max-width: 80px;

    white-space: pre-wrap;
  }

  .actual {
    display: block !important;
  }

  #stepName{
    display: flex !important;
  }
}
@media (min-width: 426px) and (max-width: 480px) {
  .formas{
    display: none !important;
  }
  .migaPhone{
    display: flex !important;
    text-align: center;
  }
  /* CSS */
  #linea, #lineaFin {
    width: 50px !important;
  }
  #migaPanel{
  /*  margin-top: 2em !important;*/
  justify-content: center;
  border-bottom: 2px solid var(--main-bg-color, grey);
    padding-bottom: 20px;
  }
  .step{
        display: none !important;
    font-size: 8px;
    max-width: 80px;

    white-space: pre-wrap;
  }
 
  .actual {
    display: block !important;
  }

  #stepName{
    display: flex !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .formas{
    display: none !important;
  }
  .migaPhone{
    display: flex !important;
    text-align: center;
  }
  /* CSS */
  #linea, #lineaFin {
    width: 60px !important;
  }
  #migaPanel{
    /*margin-top: 3em !important;*/
    justify-content: center;
    border-bottom: 1px solid var(--main-bg-color, grey);
    padding-bottom: 20px;
  }
  .step{
        display: none !important;
    font-size: 8px;
    max-width: 80px;

    white-space: pre-wrap;
  }
  
  .actual {
    display: block !important;
  }

  #stepName{
    display: flex !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
.formas{
    display: none !important;
  }
  .migaPhone{
    display: flex !important;
    text-align: center;
  }
  /* CSS */
  #linea, #lineaFin {
    width: 90px !important;
  }
  #migaPanel{
   /* margin-top: 3em !important;*/
    justify-content: center;
    border-bottom: 1px solid var(--main-bg-color, grey);
    padding-bottom: 20px;
  }
  .step{
        display: none !important;
    font-size: 10px;
    max-width: 80px;

    white-space: pre-wrap;
  }

  .actual {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1200px)  {
.formas{
    display: none !important;
  }
  .migaPhone{
    display: flex !important;
    text-align: center;
  }
  /* CSS */
  #linea, #lineaFin {
    width: 90px !important;
  }
  #migaPanel{
   /* margin-top: 3em !important;*/
    justify-content: center;
    border-bottom: 1px solid var(--main-bg-color, grey);
    padding-bottom: 20px;
  }
  .step{
        display: none !important;
    font-size: 10px;
    max-width: 80px;

    white-space: pre-wrap;
  }

  .actual {
    display: block !important;
  }
  }

@media (min-width: 1025px) and (max-width: 1440px)  {

  /* CSS */
  #linea, #lineaFin {
    width: 150px !important;
  }
  #migaPanel{
  /*  margin-top: 3em !important;*/
  }
}

@media (min-width: 1445px)  {

  /* CSS */
  #linea, #lineaFin {
    width: 175px !important;
  }
  #migaPanel{
 /*   margin-top: 3em !important;*/
  }
}

/* END MEDIA QUERIES */










