#modal-criarconta-step .modal-header {
    padding: 0;
}

.modal-step {
    position: relative;
    padding: 0;
}

.modal-step .info {
    font-size: 0.950rem;
    font-weight: 500;
} 

.modal-step .link-step {
    display: block;
    padding-top: 1.2rem;
    font-size: 0.9rem;
}

.modal-step .separador {
    display: block;
    margin: 1.6rem auto 0.5rem auto; 
    width: 100%;
    max-width: 10rem;
    border: none;
    border-bottom: 1px solid #ccc !important;
}

.step {
  display: none;
}

.step.active {
  display: flex;
  flex: 1;
  flex-direction: column;
  background: #fff;
}


.modal-step_content {
    width: 100%;
    max-width: 32rem !important;
    padding: 1rem 1rem 2.2rem 1rem !important;
    margin: 0 auto;
}

@media all and (max-width: 900px) {
    #modal-criarconta-step {
        display: flex;
        flex-direction: column;
    }
    
    #modal-criarconta-step .modal-black {
        display: none !important;
    }
   
    /*
    #modal-criarconta-step .icon-close {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(18deg) brightness(103%) contrast(104%);
    }
    */
}

.modal-step_content .title {
    font-size: 1.9rem; 
    padding-bottom: 2rem;
}

.modal-step_content .step-buttons {
    display: grid; 
    grid-auto-flow: column; 
    justify-content: space-between;
    margin-top: 2rem;
}


/* Button Icon Step */
.step-icon-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
}

 
.step-icon-buttons .info {
    margin: 1rem 0 1rem 0;
}

.step-icon-buttons .button-icon-step {
    max-width: 85px;
    max-height: 100px;
}

.next-btn[disabled] {
    cursor: wait;
    opacity: 0.8;
}

.next-btn span,
.next-btn del {
    color: #fff;
    margin: 0;
}

.button-icon-step {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
    padding: 0.8rem 1rem;
    border-radius: 8px;
    background: #eee;
    border: none;
    transition: all 0.3s ease;       
}

.button-icon-step > img {
   width: 100%;
   max-width: 30px;
}

.button-icon-step > span {
   margin: 0.5rem 0;
}


.button-icon-step:hover,
.button-icon-step:active {
    background: #ccc;
}

@media all and (max-width: 360px) {
    #modal-global #global-conteudo {
        padding: 0;
    }
    
    .step-buttons .button-form {
        padding: 12px 12px;
        font-size: 0.9rem;
    }   
}
