a, body, div, em, h1, h2, h3, hr, html, img, li, p, span, ul {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline
}
html,body {
	margin:0;
	padding:0;
}
body {
	font-family: "Zalando Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-size:14px;
	line-height:1.3;
	color:#333;
}
ul {
	list-style:none
}
em {
	font-style:italic
}
a {
	color:#0872b4;
	text-decoration:none;
	outline: none !important;
}
a:focus {
	outline: none !important;
}
.no-touchevents a:hover {
	color:#07639c;
	text-decoration:none
}
hr {
	background-color:#999;
	border:0;
	margin:.75em 0;
	height:1px
}

/* ------------------ */
/* --- UTILIDADES --- */
/* ------------------ */
.clear {
	clear:both
}
.hide {
    display:none
}
.inline {
	display:inline
}
a[data-language] {
    opacity: .4
}
a[data-language].active {
    opacity: 1
}
* {
    -webkit-transition:background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out, fill .15s ease-out, -webkit-box-shadow .15s ease-out;
    transition:background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out, fill .15s ease-out, -webkit-box-shadow .15s ease-out;
    transition:background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out, fill .15s ease-out, box-shadow .15s ease-out;
    transition:background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out, fill .15s ease-out, box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out
}
ul.inline, ul.inline>li {
	display:inline-block
}
ul.inline>li {
	vertical-align:baseline
}
p {
	margin-bottom:.75em
}
p:last-child {
	margin-bottom:0
}
h1, h2, h3 {
	font-size:16px;
	font-weight:400;
	margin:0 0 10px
}
.text.ellipsis {
	vertical-align:bottom;
	white-space:nowrap;
	overflow-x:hidden;
	max-width:100%;
	display:inline-block;
	text-overflow:ellipsis
}

/* ------------- */
/* --- BOTÃO --- */
/* ------------- */
.button {
	display:inline-block;
	text-align:center;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	white-space:nowrap;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	font-size:14px;
	line-height:28px;
	padding:0 15px;
	background-color:#fff;
	border:1px solid #ccc;
	color:#333
}
.no-touchevents .button:hover {
	background-color:#f5f5f5;
	border-color:#999;
	color:#000
}
a.button {
	text-decoration:none!important
}
.button.large {
	font-size:18px;
	line-height:38px;
	padding:3px 20px;
}
.button.dark {
	color:#fff;
	-webkit-box-shadow:0 0 0 1px hsla(0, 0%, 100%, .1);
	box-shadow:0 0 0 1px hsla(0, 0%, 100%, .1)
}
.no-touchevents .button.dark:hover {
	color:#fff
}
.button.dark.primary {
	background-color:#0872b4;
	border-color:#0872b4
}
.no-touchevents .button.dark.primary:hover {
	background-color:#07639c;
	border-color:#07639c
}
.button.large svg {
    height:30px;
    vertical-align:middle;
    margin-bottom:5px;
    margin-right:5px;
    fill:#fff !important;
}

/* ---------------------- */
/* --- ESTRUTURA BASE --- */
/* ---------------------- */
.page-container {
	width:100%;
	height:100%;
	overflow:visible
}
.page-content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	min-height:100vh;
	transform: translate3d(0,0,0);
}
main {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0
}
.profile-scope main {
	padding-top:0;
	padding-right:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-pack:stretch;
	-webkit-justify-content:stretch;
	-ms-flex-pack:stretch;
	justify-content:stretch
}
.profile-scope main>:first-child {
	width:100%
}
.profile-scope .profile-column {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-pack:stretch;
	-webkit-justify-content:stretch;
	-ms-flex-pack:stretch;
	justify-content:stretch;
	position:relative
}
.profile-scope .profile-column>:first-child {
	width:100%
}

/* ----------- */
/* --- NAV --- */
/* ----------- */
nav.topnav {
	position:fixed !important;
	top:0;
	left:0;
	width:100%;
	z-index:4;
	-webkit-transform:translateZ(0);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:70px;
	line-height:68px;
	font-size:16px;
	background-color:#fff;
	-webkit-box-shadow:0 1px 0 0 rgba(0, 0, 0, .2);
	box-shadow:0 1px 0 0 rgba(0, 0, 0, .2);
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-items:center;
}
nav.topnav, nav.topnav>ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap
}
nav.topnav>ul>li+li {
	margin-left:1px
}
nav.topnav>ul.userlinks {
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end
}
nav.topnav>ul.userlinks ul {
	display:none;
	position:absolute;
	right:-10px;
	top:68px;
	background-color:#fff;
	border:1px solid #ccc;
	border-top:none;
	text-align:right;
	padding-bottom:5px;
}
nav.topnav>ul.userlinks ul li{
	padding:0;
}
nav.topnav>ul.userlinks ul li a{
	padding:5px 25px 20px 25px;
	line-height:100%;
}
nav.topnav>ul.userlinks ul li a span{
    padding:0 !important;
	line-height:100% !important;
}
nav.topnav .logo {
	width:50px;
	height:50px;
	box-sizing:border-box;
	border-radius: 99px !important;
    overflow: hidden;
}
nav.topnav .navlink a {
	display:block;
	padding:0 5px;
	color:#333;
	white-space:nowrap
}
nav.topnav .navlink a>span {
	display:inline-block;
	padding:0 10px;
	line-height:30px
}
.no-touchevents nav.topnav .navlink a:hover {
	color:#4c4c4c
}


/* --------------- */
/* --- PROFILE --- */
/* --------------- */
.profile.profile-scope-view {
	line-height:1.5;
	padding:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	min-width:320px;
	position:relative
}
.profile.profile-scope-view .profile-content {
	color:#333;
	z-index:1
}
.profile.profile-scope-view .profile-content, .profile.profile-scope-view .profile-content .body, .profile.profile-scope-view .profile-content .head {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.profile.profile-scope-view .profile-content .body {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.profile.profile-scope-view .profile-content .body>* {
	width:100%
}
.profile.profile-scope-view .profile-content .body-content {
	padding:0;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.profile.profile-scope-view .profile-content .inset {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 35px;
	max-width:650px;
	width:100%
}
.profile.profile-scope-view .profile-content section+section:not(:empty) {
	margin-top:30px
}
.profile.profile-scope-view .profile-content .name-headline section+section:not(:empty) {
	margin-top:5px
}
.profile.profile-scope-view .profile-content .image {
	background-color:#eee
}
.profile.profile-scope-view .profile-content .name {
	font-size:20px;
	line-height:1.2;
	text-transform:uppercase;
	letter-spacing:.8px;
	margin:0;
	color:#333
}
.profile.profile-scope-view .profile-content .name span{
    font-weight:700;
}
.profile.profile-scope-view .profile-content .name i{
    font-weight:400;
    font-style:normal;
}
.profile.profile-scope-view .profile-content .headline {
	font-size:16px;
	line-height:1.2;
	font-weight:400;
	margin:0
}
.profile.profile-scope-view .profile-content .spotlight .button {
	min-width:100%;
	-webkit-transition:all .15s ease-out;
	transition:all .15s ease-out
}
.profile.profile-scope-view .profile-content .spotlight .button.dark {
	color:#fff;
	-webkit-box-shadow:inset 0 0 0 100px hsla(0, 0%, 100%, 0);
	box-shadow:inset 0 0 0 100px hsla(0, 0%, 100%, 0)
}
.no-touchevents .profile.profile-scope-view .profile-content .spotlight .button.dark:hover {
	-webkit-box-shadow:inset 0 0 0 100px hsla(0, 0%, 100%, .1);
	box-shadow:inset 0 0 0 100px hsla(0, 0%, 100%, .1)
}
.profile.profile-scope-view .profile-content .spotlight .button .text.ellipsis {
	max-width:244px
}
.profile.profile-scope-view .profile-content .bio {
	font-size:16px;
	text-align:left;
	word-wrap:break-word
}
.profile.profile-scope-view .profile-content .bio a {
	color:#333;
	position:relative;
	text-decoration:underline
}
.no-touchevents .profile.profile-scope-view .profile-content .bio a:hover {
	color:#888
}
.profile.profile-scope-view .profile-content .social-links {
	max-width:470px
}
.profile.profile-scope-view .profile-content .social-links ul {
    margin-top:8px;
    margin-bottom:25px;
}
.profile.profile-scope-view .profile-content .social-links li {
	padding:0;
	margin-top:0;
	margin-bottom:10px;
	width:36px;
	height:36px;
	font-size:30px;
	line-height:36px;
	cursor:pointer;
	display:block;
	padding:0 5px;
	-webkit-font-smoothing:antialiased;
	color:#999;
}
.profile.profile-scope-view .profile-content .social-links li svg {
	fill:#777;
	height:100%;
	width:100%
}
.no-touchevents .profile.profile-scope-view .profile-content .social-links li {
	opacity:1;
	-webkit-transition:opacity .15s ease-in-out;
	transition:opacity .15s ease-in-out;
	will-change:opacity
}
.no-touchevents .profile.profile-scope-view .profile-content .social-links li:hover {
	opacity:.8
}

ul.more-social {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: right;
    background: #e4e4e4e8;
    padding: .5rem .3rem !important;
    border-radius: 39px;
    margin-top:-8px !important;
    margin-bottom:0 !important;
}
ul.more-social li {
    padding:.33rem .2rem !important;
    margin:0 !important;
    display: block !important;
    font-size: 0 !important;
    line-height: 0 !important;
}
ul.more-social li a {
    display: block !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding:0 !important;
    margin:0 !important;
}

.profile.profile-scope-view .profile-content ul.inline {
	padding:0;
	/*margin:0;*/
	list-style:none;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.profile.profile-scope-view .profile-content ul.inline {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}

/* --- Variante "large" do perfil (única usada no HTML) --- */
.profile.profile-scope-view.large {
	padding:0;
	background-color:#fff
}
.profile.profile-scope-view.large.has-nav {
	padding-top:70px
}

/* -------------- */
/* --- FOOTER --- */
/* -------------- */
.ledge {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-pack: justify;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.8);
    bottom: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    opacity: 0;
    position: fixed;
    transform: translateY(100%);
    transition: opacity 0.25s ease-in-out 0s, transform 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
    width: 100vw;
    z-index: 1;
}
.ledge.fade-in {
    opacity: 1;
    transform: translateY(0px);
}
.ledge.fade-in, .ledge.fade-out {
    transition-duration: 0.25s;
}
.ledge.fade-out {
    opacity: 0;
}
.ledge .ledge-content {
    flex-shrink: 1;
    width: 100%;
}
.ledge .ledge-close {
    cursor: pointer;
    flex-shrink: 0;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.no-touchevents .ledge .ledge-close {
    opacity: 0.3;
}
.no-touchevents .ledge .ledge-close:hover {
    opacity: 1;
}

/* ------------------- */
/* --- FOOTER TEXT --- */
/* ------------------- */
.ledge-content-text {
    -moz-box-align: baseline;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    align-items: baseline;
    box-sizing: border-box;
	display:block;
    flex-direction: row;
    padding: 10px 30px;
    width: 100%;
	text-align:center;
}
.ledge-content-text .signup-text {
    font-size: 16px;
    margin-right: 10px;
}
.ledge-content-text .actions {
	display: inline-block;
}
.ledge-content-text .desktop-content, .ledge-content-text .mobile-content {
    display: none;
}


/* --------------- */
/* --- PROFILE --- */
/* --------------- */
.menu-arrow {
	width:0;
	height:0;
	display:inline-block;
	margin-left:6px;
	-webkit-transition:all .15s;
	transition:all .15s;
}
.menu-arrow-down {
	margin-bottom:2px;
	margin-right:0;
	margin-left:6px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #666;
}
.menu-arrow-up {
	margin-bottom:2px;
	margin-right:0;
	margin-left:6px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #666;
}
.maia {
	width:50px;
	height:50px;
}

/* ------------- */
/* --- Modal --- */
/* ------------- */
#ui_modalFrame {
	z-index:100;
}
#ui_modalFrameBg {
	background-color: #000;
	cursor: no-drop;
	height: 100%;
	left:0;
	position:fixed;
	top: 0;
	width: 100%;
	z-index: 101;
}
#ui_modalFrameBox {
	background-color: #fff;
	border: 1px solid #ccc;
	position: fixed;
	z-index:102;
	padding:20px;
	overflow:auto;
	max-width:500px;
	font-size:15px;
}
#ui_modalFrameBox a {
	color: #ab0000;
	text-decoration: none;
}
#ui_modalFrameBox a:hover {
	text-decoration: underline;
}
#ui_modalFrameBoxHeader {
    padding-bottom:10px;
}
#ui_modalFrameBoxHeader a {
    display:inline-block;
    text-decoration:none !important;
    padding-right:12px;
    font-weight:bold;
}
#ui_modalFrameBoxHeader a.active {
    opacity:1;
}
#ui_modalFrameBoxHeader a.inactive {
   opacity:.3;
}
#ui_modalFrameBoxHeaderClose {
    display:none;
	float:right;
	margin:0;
	padding:0;
	cursor:pointer;
}
#ui_modalFrameBoxHeaderClose a {
    font-size:0;
}
#ui_modalFrameBoxHeaderClose a:before {
    display:block;
    content:"x";
    font-size:25px;
}
#ui_modalFrameBoxHeader .newModalClose {
    display:block;
    float:right;
    width:20px;
    height:20px;
    padding:0 !important;
    margin:-2px -5px 0 0 !important;
}
#ui_modalFrameBoxHeader .newModalClose svg {
    fill:#bbb;
}
#ui_modalFrameBoxBody {
	word-wrap: break-word;
	overflow: hidden;
	white-space: normal;
	-webkit-overflow-scrolling: touch;
	line-height:150%;
}
#ui_modalFrameBoxBody ul:not(.ui_tab):not(.ui_tabsub):not(.more-social) {
    clear:both;
    display:block;
	margin:15px 0 0;
	padding:0;
	list-style:none;
	text-align:center;
}
#ui_modalFrameBoxBody ul:not(.ui_tab):not(.ui_tabsub) li {
	margin:0;
	padding:0 2px;
	border:none;
}
#ui_modalFrameBoxBody ul:not(.ui_tab):not(.ui_tabsub) li a svg {
    width:33px;
    height:33px;
    fill:#999;
}
#ui_modalFrameBoxBody ul:not(.ui_tab):not(.ui_tabsub) li a:hover svg {
    fill:#000;
}
.logoexplained {
    text-align:center;
    margin-bottom:20px;
}
.logoexplained div {
    display:inline-block;
    width:30%;
    text-align:center;
    vertical-align:middle;
}
.logoexplained div img {
    width:100%; height:auto; vertical-align:middle;
}

/* ------------ */
/* --- DARK --- */
/* ------------ */
body.dark nav.topnav {
    background-color:#000;
    -webkit-box-shadow:0 1px 0 0 rgba(255, 255, 255, .3);
	box-shadow:0 1px 0 0 rgba(255, 255, 255, .3);
}
body.dark .profile.profile-scope-view.large,
body.dark .profile-content .head .image {
    background-color:#000 !important;
}
body.dark .body {
    background-color:#000;
    color:#fff !important;
}
body.dark h1 {
    color:#fff !important;
}
body.dark a {
    color:#fff !important;
}
body.dark .ledge {
    background-color: hsla(0, 0%, 0%, 0.75) !important;
    color:#fff !important;
	-webkit-box-shadow:0 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow:0 0 1px 0 rgba(255, 255, 255, 0.8);
}
body.dark .menu-arrow-down {
    border-top-color:#fff !important;
}
body.dark .menu-arrow-up {
    border-bottom-color:#fff !important;
}
body.dark nav.topnav>ul.userlinks ul {
     background-color:#000 !important;
     border-color:#333 !important;
}
body.dark .profile.profile-scope-view .profile-content .social-links li svg {
    fill:#fff !important;
}
body.dark .mobile-nav {
    background-color:#000 !important;
}
body.dark .mobile-nav>ul {
    background-color:#000 !important;
    border-right-color:#000 !important;
}
body.dark .mobile-nav>ul>li:not(:last-child) {
    border-bottom-color:#333 !important;
}
body.dark .mobile-nav>ul>li>ul {
    background-color:#000 !important;
}
body.dark .mobile-nav>ul>li>ul>li:not(:last-child) {
    border-bottom-color:#333 !important;
}
body.dark .mobile-nav .mobile-nav-social svg {
    fill:#fff;
}
body.dark ul.more-social {
    background: #313131d6;
}

body.dark #ui_modalFrameBox {
    background-color:#1c252c;
    border-color:#1c252c;
    color:#fff;
}
body.dark #ui_modalFrameBox a {
    text-decoration:underline;
}
body.dark #ui_modalFrameBoxHeader .newModalClose svg {
    fill:#fff;
}
body.dark #ui_modalFrameBoxBody ul:not(.ui_tab):not(.ui_tabsub) li a:hover svg {
    fill:#fff;
}
body.dark .ledge .button {
    background-color:#35a09c !important;
    border-color:#35a09c !important;
}
body.dark .button.large svg {
    fill:#fff !important;
}


/* ------------------- */
/* --- MEDIA-QUERY --- */
/* ------------------- */

/* Desktop */
@media only screen and (min-width: 1201px) {
    html,body {
        height:100%;
    	overflow-y:hidden;
    }
    
    .mobile-nav {
        display:none;
    }
    
    nav.topnav {
        padding:0 15px;
    }
    nav.topnav .is-mobile {
        display:none;
    }
    nav.topnav .not-mobile {
        display:inherit;
    }
    nav.topnav .logo {
        margin-left:10px;
    }
    
    .profile.profile-scope-view.large {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-direction:row;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:stretch;
        -webkit-justify-content:stretch;
        -ms-flex-pack:stretch;
        justify-content:stretch
    }
    .profile.profile-scope-view.large>:first-child {
        width:100%
    }
    .profile.profile-scope-view.large .profile-content {
        width:100%;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-direction:row;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-align:stretch;
        -webkit-align-items:stretch;
        -ms-flex-align:stretch;
        align-items:stretch
    }
    .profile.profile-scope-view.large .profile-content .head {
        width:66%; /* LADO-ESQUERDO */
        -webkit-box-flex:1;
        -webkit-flex-grow:1;
        -ms-flex-positive:1;
        flex-grow:1;
        -webkit-flex-shrink:1;
        -ms-flex-negative:1;
        flex-shrink:1
    }
    .profile.profile-scope-view.large .profile-content .head .image {
        background-color:#eee;
        position:fixed;
        width:inherit;
        min-height:100%;
        padding-bottom:0!important
    }
    .profile.profile-scope-view.large .profile-content .head .name-headline {
        display:none
    }
    .profile.profile-scope-view.large .profile-content .body {
        position:relative;
        padding:0;
        width:34%; /* LADO-DIREITO */
        box-sizing:border-box;
        flex-grow:1;
        flex-shrink:1;
        text-align:left;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:stretch;
    }
    .profile.profile-scope-view.large .profile-content .body .body-bottom {
        text-align:center;
        font-size: smaller;
        margin-top:8px;
    }
    .profile.profile-scope-view.large .profile-content .inset {
        padding:0 60px;
        max-width:520px
    }
    .profile.profile-scope-view.large .profile-content .social-links ul.inline {
        display:flex;
        -webkit-justify-content:center;
        justify-content:center;
        text-align:center;
    }
    .profile.profile-scope-view.large .profile-content .social-links ul {
        margin-bottom:20px;
    }
    
	.ledge-content-text {
		-moz-box-pack: start;
		justify-content: flex-start;
		text-align:left;
	}
	.ledge-content-text .desktop-content {
		display: inline-block;
	}
}

/* Mobile (empilhado) */
@media only screen and (max-width: 1200px) {
    nav.topnav {
        padding:0 10px;
    }
    nav.topnav .is-mobile {
        display:inherit;
    }
    nav.topnav .not-mobile {
        display:none;
    }
    nav.topnav .logo {
        margin-left:0px;
        line-height:50px;
        cursor:pointer;
    }
    
    .profile.profile-scope-view.large {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-direction:row;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:stretch;
        -webkit-justify-content:stretch;
        -ms-flex-pack:stretch;
        justify-content:stretch
    }
    .profile.profile-scope-view.large>:first-child {
        width:100%
    }
    .profile.profile-scope-view.large .profile-content {
        width:100%;
        text-align:center;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-pack:stretch;
        -webkit-justify-content:stretch;
        -ms-flex-pack:stretch;
        justify-content:stretch
    }
    .profile.profile-scope-view.large .head {
        position:relative;
        max-height:66.6667vh;
        overflow:hidden
    }
    .profile.profile-scope-view.large .head .image {
        -webkit-box-sizing:border-box;
        box-sizing:border-box
    }
    .profile.profile-scope-view.large .head .name-headline {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-pack:end;
        -webkit-justify-content:flex-end;
        -ms-flex-pack:end;
        justify-content:flex-end;
        position:absolute;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        padding:20px;
        width:100%;
        left:0;
        top:0;
        right:0;
        bottom:0;
        text-shadow:1px 1px 1px rgba(0, 0, 0, .7);
        -webkit-box-shadow:inset 0 -130px 200px -50px rgba(0, 0, 0, .5);
        box-shadow:inset 0 -130px 200px -50px rgba(0, 0, 0, .5)
    }
    .profile.profile-scope-view.large .head .name-headline .headline, .profile.profile-scope-view.large .head .name-headline .name {
        color:#fff
    }
    .profile.profile-scope-view.large .body {
        padding:0;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        -webkit-box-flex:1;
        -webkit-flex-grow:1;
        -ms-flex-positive:1;
        flex-grow:1;
        -webkit-flex-shrink:1;
        -ms-flex-negative:1;
        flex-shrink:1;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-evenly;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center
    }
    .profile.profile-scope-view.large .body .body-top {
        display:none
    }
    .profile.profile-scope-view.large .body .body-bottom {
        margin-bottom:85px;
    }
    .profile.profile-scope-view.large .body .name-headline {
        display:none
    }
    
    .profile.profile-scope-view .profile-content .bio {
		/*max-width:100%*/
	}
    
    .mobile-nav {
        padding-top:70px;
        -webkit-transition:all .12s ease-in-out;
        transition:all .12s ease-in-out;
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%);
        position:fixed;
        left:0;
        top:0;
        background-color:#fff;
        z-index:3;
        width:100vw;
        height:100vh;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        font-size:16px;
        opacity: 0.95;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-nav>ul {
        padding:0 35px;
        height:100%;
        overflow-y:auto;
        border-right:1px solid #ccc;
    }
    .mobile-nav>ul>li {
        line-height:100%;
    }
    .mobile-nav>ul>li:last-child {
        padding-bottom:220px;
    }
    .mobile-nav>ul>li:not(:last-child):not(:nth-last-child(2)) {
        border-bottom:1px solid rgba(0, 0, 0, .05)
    }
    .mobile-nav>ul>li a {
        color:#333;
        display:block;
        padding:18px 0 18px 3px;
    }
    .mobile-nav>ul>li>ul {
    	display:none;
    	background-color:#f9f9f9;
    }
    .mobile-nav>ul>li>ul>li {
    	line-height:100%;
    	list-style:inside;
    	padding-left:18px;
    	color:#c2c2c2;
    }
    .mobile-nav>ul>li>ul>li a {
        display:inline-block;
    	padding:0;
    	color:#000;
    }
    .mobile-nav>ul>li>ul>li:not(:last-child) {
        border-bottom:1px solid #fff;
    }
    .mobile-nav-social ul:not(.more-social) {
        display:block !important;
        padding-top:25px !important;
    }
    .mobile-nav-social ul li {
        border-bottom:0 !important;
        padding:0 3px !important;
    }
    .mobile-nav-social a {
        padding:0 3px;
    }
    .mobile-nav-social a svg {
        fill:#888;
        width:35px;
        height:35px;
    }
    
	.ledge-content-text {
		-moz-box-pack: center;
		justify-content: center;
	}
	.ledge-content-text .mobile-content {
		display: block;
	}
}
@media only screen and (max-width:1200px) and (orientation:portrait) {
    .browser-iphone .page-content {
        min-height:-webkit-calc(100vh - 76px);
        min-height:calc(100vh - 76px);
        max-height:auto
    }
}
@media only screen and (min-height:635px) and (orientation:portrait) {
    .browser-iphone .page-content {
        min-height:-webkit-calc(100vh - 110px);
        min-height:calc(100vh - 110px);
        max-height:auto
    }
}