.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    transition: 0.3s;
    margin-left: 25%;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    background: white;
    width: 35%;
}

@media only screen and (max-width: 700px) {
    .overlay input[type=text] {
        padding: 15px;
        font-size: 17px;
        border: none;
        float: left;
        background: white;
        /*margin-left: 15%;*/
    }
    .overlay .closebtn {
        position: absolute;
        top: 50px;
        right: 45px;
        font-size: 60px;
        cursor: pointer;
        color: white;
    }
    /* .overlay-content {
        position: relative;
        top: 46%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
        transition: 0.3s;
    } */
    .overlay button {
        float: left;
        width: 20%;
        padding: 15px;
        background: #ddd;
        font-size: 17px;
        border: none;
        cursor: pointer;
        transition: 0.3s;
    }
}

@media only screen and (max-width: 850px) {
    .overlay input[type=text] {
        padding: 15px;
        font-size: 17px;
        border: none;
        float: left;
        background: white;
    }
    .overlay .closebtn {
        position: absolute;
        top: 50px;
        right: 45px;
        font-size: 60px;
        cursor: pointer;
        color: white;
    }
    /* .overlay-content {
        position: relative;
        top: 46%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
        transition: 0.3s;
        margin-left: 35%;
    } */
    .overlay button {
        float: left;
        width: 20%;
        padding: 15px;
        background: #ddd;
        font-size: 17px;
        border: none;
        cursor: pointer;
        transition: 0.3s;
    }
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
    transition: 0.3s;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.overlay button:hover {
    background: #bbb;
}

.text-header-info-banco {
    text-align: right;
}

.text-banco-info {
    font-size: 11px;
}

.service-icon {
    background-color: #fff;
    color: #1d809f;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}