#header {
    height: 500px;
    padding-top: 100px;
    background: #002554;
    color: #fff;
    background: url(/images/nuestras-marcas/fondo-nuestras-marcas.jpg) no-repeat;
}

#header {
    background-position: center left;
}

.producto-pais-wrapper {
    background: #009CDE;
    padding-left: 5%;
    margin-bottom: 0.5rem;
}

.tab-selector-selected {
    background-color: #002554;
}

.producto-pais, .producto-pais-btn {
    margin-right: 5px;
    cursor: pointer;
    color: #fff;
    padding: 1.3rem;
    transition: all ease .3s;
}

.marcas-rotoplas-logo {
    width: 150px;
}

@media only screen and (max-width: 576px) {
    #header {
        height: auto;
    }
}