/* Header */
.header{
    background: #FFFFFF;
    padding: 0 30px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    position: relative;
    z-index: 9;
}
.header__container{
    max-width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.header__container span {
    color: #009df4;
    font-weight: 400;
    font-size: 16px;
}
.header__brand a{
    display: block;
}
.header__brand a img{
    max-height: 25px;
}

.cont-footer {
    background: #142737;
    padding: 50px 20px;
}

@media only screen and (min-width: 500px) {
    .header{
        margin-bottom: 1rem;
    }
}
