.error-info-number{
    display: flex;
    justify-content: center;
    /* width: 60%; */
}

.error-infoNumber-style{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background-color: #f7f6f8;
    width: 400px;
    height: 200px;
    margin-bottom: 40px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
.banco .logo-image{
    margin: 0;
    height: 70px;
    position: relative;
    top: -30px;
}
.banco .logo-image img{
    height: 70px;
    max-height: 70px;
    max-width: 200px;
    background: white;
}
.banco-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.banco {
    margin: 20px 0;
    width: 250px;
}
.banco .content span {
    margin: 0;
    margin-bottom: 1rem;
    font-size: 12px;
    font-weight: bold;
}
.banco .content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.banco img{
    border-radius: 12px;
    box-shadow: 0 3px 9px #00000074;
}
.error-infoNumber-style span{
    margin-bottom: 20px;
}

.error-infoNumber-style p{
    margin-top: 20px;
}
.error-infoNumber-style input{
    height: 30px;
    text-align: center;
    margin-top: 15px;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold

}

a.button-error{
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-error{
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 30px;
    text-align: center;
    color: white;
    background-color: var(--terciary-500);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.not-a-button{
    text-decoration: underline;
    font-size: 13px;
    background-color: #f7f6f8;
    border: none;
}

.hidden-message{
    display: flex;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    justify-content: center
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
}

.divider::before,
.divider::after {
  content: "";
  border: 1px solid black;
  flex: 1;
}

.divider:not(:empty)::before {
  margin-right: 0.25em;
}

.divider:not(:empty)::after {
  margin-left: 0.25em;
}


@media (max-width: 425px) {
    .banco-wrapper {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }
}