.top_page {
    min-height: 250px;
}

.containerItems h3,
.containerItems h2 {
    background: #9e9e9e;
    color: white;
    padding: 0.5rem;
    text-align: center;
    border-radius: 3px;
}

.container-flex--left h1,
.container-flex--left p {
    text-align: center;
}

.top_page {
    width: calc(100% - 2rem);
}


.item_form .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.8rem 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 0.2rem;
    text-decoration: none;
}

.item_form .btn-google {
    background: #da4722 !important;
    color: #fff !important;
}

.item_form .btn-facebook {
    color: #fff !important;
    background: #3b5998 !important;
    border-color: rgba(0, 0, 0, .2) !important;
}

.item_form .btn-hotmail {
    color: #fff!important;
    background: #0067b8!important;
    border-color: rgba(0,0,0,.2)!important;
}

.item_form .btn-block {
    display: block;
    width: calc(100% - 2rem);
}

@media screen and (max-width: 767px) {
    #main-header {
        position: fixed;
    }

    #container_father {
        padding-top: 66px;
    }

    .top_page {
        min-height: 160px;
    }

    section.top_page::after {
        background-size: 100% 30px;
        height: 30px;
    }

    .top_page {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: calc(100% - 2rem);
        padding: 1rem;
    }

}