main .titulo {
    position: relative;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    padding-top: 72px;
    background-color: #d6dee0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/img/colmeia.png');
    background-repeat: no-repeat;
    background-position: right;
}
main .titulo h1 {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 22px;
}