body {
    color: #898989;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.full-height {
    height: 100vh;
    overflow-y: auto;
}


.info-bar_logo img {
    width: 100px;
    height: auto;
}

.info-bar-section {
    height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-bar {
    padding: 2vw 3.5vw;
    margin: 0 -15px;
}

.info-bar_address {
    display: flex;
    margin-bottom: 5px;
    text-align: left;
    flex-wrap: nowrap;
}


.info-bar_address>* {
    flex: 1 1 auto;
}

.info-bar_address-label {
    margin-right: 15px;
    width: 40%;
    text-transform: capitalize;
}

.info-bar_address-content {
    width: 70%;
}

.info-bar_title p {
    margin: 0;
    font-size: 0.85rem;
}

.info-bar_title h1 {
    font-size: 1.8rem;
    font-family: 'Prata', serif;
    margin: 0;
}

.info-bar_title {
    padding: 3vh 0 3vh;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 3vh;
    color: #224;
    text-transform: uppercase;
}

.info-bar_notice {
    font-weight: bold;
    padding: 5px 0 5px;
    margin-bottom: 2vh;
    color: #222;
}

.info-bar_footer {
    display: flex;
    border-top: 1px solid #D9D9D9;
    padding-top: 15px;
    align-items: center;
}

.social_networks {
    margin-left: auto;
    display: flex;
}

.social_networks a {
    display: inline-block;
    padding: 0.1rem;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #9E9E9E;
    margin-left: 5px;
    border-radius: 1.5rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    transition: all 0.5s ease;
    line-height: 1.1rem;
}

.social_networks a:hover {
    background-color: #585858;
}

/* .copyrights {
    font-size: 12px;
    line-height: 1.4;
} */

.col-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media all and (min-width:993px) { 

    body {
        font-size: 2vh;
    }

}

@media all and (max-width:992px) {

    .col-img.full-height {
        position: absolute;
        z-index: 0;
        opacity: 0.1;
        height: 100vh;
        top: 0;
        left: 0;
    }

    .info-bar-section {
        z-index: 3;
        height: auto;
    }

    .info-bar_address-label {
        text-align: right;
    }

    .full-height.align-items-center {
        text-align: center;
    }


    .info-bar_notice {
        width: 54%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .info-bar_footer {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .info-bar_footer > * {
        width: 100%;
        margin: auto;
        padding: 0 0 9px;
        display: flex;
        justify-content: center;
    }

}