/*-- iPad Pro e Similares --*/

/* Portrait - lg ~ 924px (Galaxy Tab 25/26) e 1024px (iPad Pro) */
@media (min-width: 924px) and (max-width: 1024px) and (orientation: portrait) {
    header .content-right {
        margin: 0 auto;
        width: 35%;
    }
    header.fixed .content-right { width: 35%; }
    header .btn-membro {
        margin-right: 10px !important;
    }
}

/* Landscape - lg ~ 1366px (iPad Pro) e 1480px (Galaxy Tab 25/26) */
@media (min-width: 1366px) and (max-width: 1480px) and (orientation: landscape) {
}

/*-- iPad Comum e Similares --*/

/* Landscape - lg ~ 1024px (iPad), 1180px (Air), 1210px (iPad Pro menor) e 1280px (Galaxy Tab) */
@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
    header .btn-membro {
        margin-right: 10px !important;
    }
}

/* Ipad Portraid e similares - md ~ 768px (iPad), 800px (Galaxy Tab), 820px (Air) e 834px (iPad Pro menor)  */
@media (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
    header .container-fluid > .row,
    header.fixed .container-fluid > .row {
        justify-content: space-around;
    }
    header .content-right {
        padding: 0 !important;
        margin: initial;
        width: 35%;
        padding-right: 0;
        align-self: center;
        margin-left: initial !important;
    }
	header.fixed .h-100-fixed, header.fixed .bkgd-principal { height: initial; }
    header .btn-membro { margin-right: 10px !important; }
}