*{
    padding: 0;
    margin: 0;
}

*:focus{
    outline: 0;
}

*, *:after, *:before{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
    text-align: center;
}

h2{
    font-size: 1.9em;
}

h3{
    font-size: 1.7em;
}

ol{
    padding-left: 40px;
}

.center{
	text-align: center !important;
}

a{
    text-decoration: none;
    color: inherit;
}

button{
    cursor: pointer;
}body{
    background: #131313;
    color: #e0e0e0;
	font-family: 'Raleway', arial;
}

body.blog{
	background: white;
}

nav{
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
}

nav .logo{
	/* background: url(../img/logo.png) no-repeat center; */
    width: 380px;
    background-size: contain;
    height: 125px;
    display: inline-block;
}

nav .phone{
    background: url(../img/phone.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: contain;
    display: inline-block;
}

nav .right-side{
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 40px;
}

nav .right-side ul li a {
	color: white;
}

nav .right-side ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    font-size: 1.3em;
}

h1.big-phrase{
	font-size: 4em;
}

.prases{
	text-align: center;
	line-height: 1.6;
	font-size: 1.1em;
}

button{
	border: none;
	padding: 10px 20px;
	font-size: 1.4em;
}

.presentation button{
	background: #1f8a26;
	color: white;
}

.presentation .prases{
	width: 750px;
	margin: 0 auto;
}

hr{
	width: 80px;
	border: 0;
	border-bottom: 4px solid white;
	margin: 0 auto;
}

hr.yellow{
	border-color: #fde200;
}

hr.coral{
	border-color: #d53f17;
}

hr.bigger{
	width: 90%;
}

.social-marketing{
	text-align: center;
}

.social-marketing .social-networks{
	max-width: 420px;
}

.social-networks{
	max-width: 600px;
	width: 90%;
}

.social-marketing button{
	background: #fde200;
}

.contact-section{
	text-align: center;
}

.contact-section button{
	background: #d53f17;
	color: white;
}

.newsletter-subscribe{
	border: 3px solid #6b200c;
	display: inline-block;
}

.newsletter-subscribe img{
    height: 18px;
    margin: -1px 13px;
}

.newsletter-subscribe input{
    border: 0;
    background: transparent;
    font-size: 1.3em;
    color: white;
    font-family: raleway, arial;
    border-right: 3px solid #6b200c;
    padding: 10px;
}

.contact-section .mail img{
	max-width: 280px;
}

.contact-section .mail{
	border-bottom: 2px solid #565656;
	display: inline-block;
	transition: 1s all;
}

.contact-section .mail:hover{
	border-bottom: 2px solid white;
}

.contact-section .or{
	margin: 12px;
}

footer .bottom{
	font-family: arial, helvetica, sans-serif;
	width: 82%;
    margin: 0 auto;
	position: relative;
}

footer .bottom ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 16px;
}

footer .bottom ul li a{
	color: #666666;
	text-decoration: none;
}

footer .bottom .right-side{
	position: absolute;
    right: 0;
    top: 10px;
    color: #666666;
}

.projetos{
	width: 90%;
	margin: 0 auto;
}

.projeto{
	text-align: left;
	margin-top: 20px;
}

.projetos .projeto img{
	width: 200px;
}

.projeto .title{
	font-size: 2em;
	margin-bottom: 10px;
}

.projeto .tags{
	margin-bottom: 20px;
}

.social-network ul {
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
    font-size: 1.3em;
    column-count: 3;
    list-style: circle;
}

.social-network ul li {
    page-break-inside: avoid;
    margin: 1%;
	margin-bottom: 20px;
    border: 1px solid saddlebrown;
    padding: 25px;
	list-style: none;
	border-radius: 5px;
	transition: 1s all;
}

.social-network ul li:hover{
	border: 1px solid #fde200;
}

.social-network ul li small{
	margin-top: 10px;
}

@media (max-width: 768px) {
	.social-network ul {
		column-count: 2;
	}
}

@media (max-width: 480px) {
	.social-network ul {
		column-count: 1;
	}
}

.presentation-sites{
	color: white;
	width: 90%;
    margin: 0 auto;
    text-align: left;
    position: relative;
	max-width: 1000px;
}

.presentation-sites .smartphone{
	float: left;
    margin-right: 25px;
	max-width: 100%;
}

.smartphone-text h2, .smartphone-text p, .smartphone-text .small-phrase{
	text-align: left;
}

.smartphone-text button{
	background: #5f2239;
    color: white;
}

.presentation-sites .velocidade{
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}

.velocidade-text h2, .velocidade-text p, .velocidade-text .small-phrase{
	text-align: right;
}

.velocidade-text button{
	background: #264b1f;
    color: white;
}

.presentation-id{
	width: 90%;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

body{
	background: black;
}

.presentation-id .big-phrase{
    text-align: left !important;
    font-size: 2em;
    color: white;
}

.presentation-id .oxinfo{
    position: absolute;
    top: 45px;
    width: 34%;
    right: 0;
}

.presentation-id .small-phrase{
    text-align: left;
    width: 60%;
    /* font-size: 1.4em; */
}

.presentation-id .small-phrase-2{
    text-align: center;
    width: 60%;
    font-size: 1em;
    margin: 0 auto;
}

.presentation-id button{
    background: #d54026;
    color: white;
}

.leftbtn{
	text-align: left;
}

hr.pink{
    border-color: #90016a;
}

.presentation-id .vid {
	text-align: center;
	font-size: 1.3em;
}

.presentation-id .vid video{
	width: 600px;
	z-index: -1;
	position: relative;
}

.social-networks{
	text-align: center;
	margin: 0 auto;
}

.social-networks a{
	margin: 10px;
	padding: 5px;
}

.middle-content video{
	width: 100%;
	max-width: 500px;
}

.middle-content{
	background: black;
	padding-bottom: 70px;
	text-align: center;
	padding-top: 50px;
}

.faq {
	padding: 40px;
	/* background-color: white; */
}

.faq-item {
    margin: 40px 0;
    padding-bottom: 20px;
}

.faq-question {
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 10px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-answer {
    color: #FFC107;
}

.social-network {
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.social-networks {
  /* width: 120px; */
  margin-bottom: 40px;
  opacity: 0.9;
}

.social-content {
  max-width: 700px;
  margin: 0 auto;
}

.title {
  font-size: 1.8rem;
  margin-bottom: 40px;
  border-bottom: 2px solid #ff4444;
  display: inline-block;
  padding-bottom: 8px;
}

.phase {
  margin-bottom: 32px;
}

.phase h3 {
  font-size: 1.2rem;
  color: #ff4444;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.phase p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
}
.mobile-menu{
	display: none;
	position: fixed;
    right: 30px;
    top: 70px;
	text-align: right;
    width: 35px;
    line-height: 14px;
}

.mobile-menu .bar{
	width: 35px;
	height: 6px;
	background: #ec008c;
	display: inline-block;
}

.mobile-menu .bar.tiny{
	width: 20px;
	transition: 500ms all;
}

.menu-open .mobile-menu .bar.tiny{
	width: 30px;
}

.menu-open .mobile-menu-overlay{
	display: block;
}

.menu-open .right-side{
	display: block;
}

nav .right-side ul li.coligare-menu{
	display: none;
}

.mobile-menu-overlay{
    display: none;
    opacity: 0.6;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1000px){

	.projetos-nav{
		display: none !important;
	}

}

@media screen and (max-width: 900px){

	.redes-nav{
		/* display: none !important; */
	}

}

@media screen and (max-width: 800px){

	.redes-nav, .projetos-nav{
		display: inline-block !important;
	}

	.brs{
		display: none;
	}

	.presentation-id .vid video{
		width: 100%;
	}

	.presentation-id .big-phrase{
		font-size: 3em;
	    text-align: center !important;
	}

	.presentation-id .small-phrase{
		width: 100%;
	    /* font-size: 1.3em; */
	    text-align: center;
	}

	.oxinfo{
		position: unset !important;
	    width: 33%;
	    margin: 18px 0 20px;
	}

	.leftbtn{
		text-align: center !important;
	}

	.presentation-id .small-phrase-2{
		width: 100% !important;
		font-size: 0.9em;
	}

	footer .bottom{
		text-align: center;
	}

	footer .bottom .right-side{
	    display: inline-block;
	    margin-top: 24px;
	    position: unset;
	}

	footer .bottom .address{
		display: block;
	    text-align: center;
	    margin-top: 28px;
	}

	.mobile-menu{
		display: inline-block;
	}

	nav .right-side{
		display: none;
	    width: 260px;
	    height: 100%;
	    background: white;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 1000;
	    padding: 20px;
	    overflow: auto;
	}

	nav .right-side ul li{
	    color: #383838;
	    font-size: 2em;
	    margin: 30px 10px;
	    display: block;
	}

	nav .right-side ul li a{
		color: #383838 !important;
	}

	nav .right-side ul li.coligare-menu{
		display: block;
	    font-family: times;
	    font-size: 3em;
	}

	nav .right-side ul li.coligare-menu .yellow{
		color: #fde200;
	}

	.presentation .prases{
		width: 90%;
	}

	.social-marketing h3{
		font-size: 1.4em;
	}

	.presentation-sites .smartphone, .presentation-sites .velocidade{
		float: none;
		max-width: 80%;
	}

	.smartphone-text h2 br, .velocidade-text h2 br{
		display: none;
	}

	.smartphone-text h2, .smartphone-text p, .smartphone-text .small-phrase, .velocidade-text h2, .velocidade-text p, .velocidade-text .small-phrase{
		text-align: center;
	}

}

@media screen and (max-width: 650px){

	.social-marketing h3{
		font-size: 1.2em;
	}

	.we-take-care{
		width: 300px;
		margin: 0 auto;
	}

	h1.big-phrase{
		font-size: 3em;
	}

	.contact-section .or{
		margin: 20px;
		display: block;
	}

	.coligare-footer{
		width: 60%;
	}

}

@media screen and (max-width: 550px){

	nav .logo{
		width: 235px;
	}

	.mobile-menu{
		line-height: 10px;
	}

	.mobile-menu .bar{
		width: 30px;
		height: 4px;
	}

	.projetos .projeto img{
		width: 40%;
	}

}

@media screen and (max-width: 430px){

	nav{
		padding-top: 10px;
	}

	nav .logo{
		width: 180px;
		margin-bottom: -30px;
	}

	.mobile-menu{
		top: 50px;
	}

	.small-phrase{
		font-size: 0.9em;
	}

	.social-network ul{
		text-align: center;
		list-style: none;
		width: unset;
		font-size: 1em;
	}

}body { min-height: 100vh; }
nav .logo, .service-nav .logo, .inbound-nav .logo { object-fit: contain; }
nav, .service-nav, .inbound-nav { width: 90%; max-width: 1180px; margin-left: auto; margin-right: auto; }
nav .logo, .service-nav .logo, .inbound-nav .logo { width: min(380px, 42vw); height: 125px; }
.presentation, .default-body, .contact-section, footer { width: 90%; margin-left: auto; margin-right: auto; }
.presentation { text-align: center; }
.presentation .big-phrase { color: white; }
.legacy-language { position: absolute; right: 30px; top: 15px; font-size: .8rem; }
.legacy-language a { color: #aaa; text-decoration: none; }
footer .coligare-footer { max-width: 240px; }
button { cursor: pointer; }
.contact-section button, .service-page button, .inbound-button { border: 0; padding: 12px 22px; background: #ec008c; color: #fff; font: inherit; }
.service-nav, .inbound-nav { padding: 25px 0; }
.service-nav .logo, .inbound-nav .logo { display: inline-block; }
.service-page .service-footer, .inbound .inbound-footer { width: 90%; max-width: 1180px; margin-left: auto; margin-right: auto; }
@media screen and (max-width: 800px) {
  nav .logo, .service-nav .logo, .inbound-nav .logo { width: 235px; height: 90px; }
  nav .right-side { transition: transform 240ms ease; transform: translateX(-100%); }
  nav .right-side.is-dragging { transition: none; }
  body.menu-open nav .right-side { transform: translateX(0); }
  .mobile-menu-overlay { touch-action: pan-y; }
}
:root { --yellow: #fde200; --pink: #ec008c; --green: #168a28; --paper: #131313; --soft: #bcbcbc; }
body.inbound { background: var(--paper); color: #e8e8e8; font-family: Raleway, Arial, sans-serif; }
.inbound .inbound-shell { width: 90%; max-width: 1180px; margin: 0 auto; }
.inbound .inbound-nav { width: 90%; max-width: 1180px; padding: 22px 0; }
.inbound .inbound-nav .right-side { top: 34px; }
.inbound .inbound-nav .right-side ul li { font-size: 1rem; }
.inbound .inbound-hero { max-width: 980px; margin: 80px auto 130px; text-align: center; }
.inbound .inbound-kicker { color: var(--yellow); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; }
.inbound h1, .inbound h2, .inbound h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.inbound .inbound-hero h1 { font-size: clamp(2.7rem, 7vw, 6rem); line-height: .98; margin: 24px auto; }
.inbound .inbound-hero p { color: var(--soft); font-size: 1.15rem; line-height: 1.65; max-width: 760px; margin: 0 auto 28px; }
.inbound .inbound-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.inbound .inbound-button { display: inline-block; padding: 13px 20px; background: var(--pink); color: #fff; text-decoration: none; border: 0; font: inherit; }
.inbound .inbound-button.alt { background: transparent; border: 1px solid #777; }
.inbound .inbound-section { padding: 85px 0; border-top: 1px solid #444; }
.inbound .inbound-section > h2 { font-size: clamp(2rem, 5vw, 4rem); margin: 0 0 14px; }
.inbound .inbound-section > .lead { max-width: 720px; color: var(--soft); font-size: 1.1rem; line-height: 1.65; }
.inbound .inbound-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #444; margin-top: 34px; }
.inbound .inbound-card { background: #181818; padding: 26px; min-height: 180px; }
.inbound .inbound-card small { color: var(--yellow); }
.inbound .inbound-card h3 { font-size: 1.6rem; margin: 38px 0 10px; }
.inbound .inbound-card p { color: var(--soft); line-height: 1.55; }
.inbound .inbound-card a { color: inherit; text-decoration: none; }
.inbound .inbound-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 45px; margin-top: 35px; }
.inbound .inbound-list article { border-top: 1px solid #555; padding-top: 18px; }
.inbound .inbound-list h3 { margin: 0 0 7px; font-size: 1.35rem; }
.inbound .inbound-list p { color: var(--soft); margin: 0; }
.inbound .inbound-list a { color: var(--yellow); }
.inbound .inbound-quote { border-left: 4px solid var(--pink); padding: 5px 0 5px 25px; max-width: 780px; color: #fff; font: 1.5rem/1.4 Georgia, serif; }
.inbound .inbound-footer { width: 90%; max-width: 1180px; margin: 0 auto; padding: 35px 0; color: #999; }
.inbound .inbound-footer a { color: #ddd; }
.inbound .inbound-footer ul { padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 18px; }
@media (max-width: 800px) {
  .inbound .inbound-nav .right-side { top: 0; }
  .inbound .inbound-hero { margin: 55px auto 80px; }
  .inbound .inbound-grid, .inbound .inbound-list { grid-template-columns: 1fr; }
  .inbound .inbound-section { padding: 60px 0; }
}
.service-page { background:#131313; color:#e8e8e8; font-family:Raleway,Arial,sans-serif; }
.service-page .service-shell { width:90%; max-width:980px; margin:0 auto; }
.service-page .service-nav { padding:25px 0; }
.service-page .service-nav .logo { width:min(380px, 42vw); height:125px; }
.service-page .service-main { padding:75px 0 110px; }
.service-page .service-kicker { color:#fde200; text-transform:uppercase; letter-spacing:.15em; font-size:.75rem; }
.service-page h1,.service-page h2,.service-page h3 { font-family:Georgia,'Times New Roman',serif; font-weight:400; }
.service-page h1 { max-width:800px; font-size:clamp(2.8rem,7vw,6rem); line-height:.95; margin:20px 0 30px; }
.service-page .service-intro { max-width:700px; color:#bcbcbc; font-size:1.2rem; line-height:1.6; }
.service-page .service-columns { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:#444; margin:60px 0; }
.service-page .service-block { background:#181818; padding:28px; min-height:200px; }
.service-page .service-block h2 { font-size:1.7rem; margin:0 0 15px; }
.service-page .service-block p,.service-page .service-block li { color:#bcbcbc; line-height:1.6; }
.service-page .service-block ul { padding-left:20px; }
.service-page .service-block input,.service-page .service-block textarea,.service-page .service-block select { display:block; width:100%; margin-top:12px; padding:11px; border:1px solid #555; background:#111; color:#eee; font:inherit; }
.service-page .service-block textarea { min-height:110px; resize:vertical; }
.service-page .service-next { border-left:4px solid #ec008c; padding-left:25px; margin:55px 0; }
.service-page .service-next h2 { font-size:2rem; margin:0 0 12px; }
.service-page .service-next a { color:#fde200; }
.service-page .case-image { display:block; max-width:100%; max-height:520px; margin:30px 0; object-fit:contain; object-position:left; }
.service-page .service-footer { border-top:1px solid #444; padding:28px 0; color:#999; }
.service-page .service-footer a { color:#ddd; }
@media(max-width:700px){.service-page .service-columns{grid-template-columns:1fr}.service-page .service-main{padding-top:45px}.service-page .service-nav .logo{width:235px;height:90px}}
.blog nav{
    background: white;
    margin-bottom: -10px
}

.blog footer{
    margin-top: 0;
    background: transparent;
}

.briefing{
    background: green;
    padding: 10px 20px;
}

.article-body{
    background: white;
    color: black;
}

.article-body .inner{
    width: 80%;
    margin: 0 auto;
    column-count: 2;
}

@media screen and (max-width: 600px){
    .article-body .inner{
        column-count: 1;
    }
}

.article-body .inner a{
    text-decoration: none;
    color: black;
}

.article-body .inner > a{
    display: block;
}

.article-body .post{
    width: 100%;
    display: inline-block;
    margin: 33px 0%;
    font-family: arial;
    font-size: 1.7em;
    padding: 0 12px;
}

.article-body .post small{
    opacity: 0.5
}

.blog nav .right-side ul li a{
    color: black;
}

.article-body .post img{
    width: 100%;
}

.article-body .header{
    text-align: center;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 16px 0 20px;
}

.inner p.first:first-letter{
    font-size: 115px;
    display: inline-block;
    float: left;
    height: 88px;
    padding: 35px 10px;
    color: #dc1558;
}
/*
.blog .first-letter{
    font-size: 115px;
    display: inline-block;
    float: left;
    height: 88px;
    padding: 35px 10px;
    color: #dc1558;
}*/

.assinar-notificacoes{
    background: #2bcea8;
    padding: 12px;
    color: white;
    font-family: arial;
    font-size: 22px;
    background-image: url(/res/img/notify.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    padding-left: 48px;
    background-size: 30px;
    cursor: pointer;
    display: inline-block;
}

.assinar-notificacoes:hover{
    background-color: #1edaae;
}

.article .assinar-notificacoes{
    font-size: 0.4em;
    display: inline-block;
}

.header .title{
    font-size: 1em;
}

.article .inner{
    column-count: 1;
    max-width: 800px;
    text-align: justify;
}

.article .inner{
    font-size: 1.4em;
}

.article .inner h1{
    font-size: 2em !important;
}

.article .inner h2{
    font-size: 1.7em !important;
}

.article .inner h3{
    font-size: 1.5em !important;
}

.article .inner h4{
    font-size: 1.2em !important;
}

.article .inner p{
    margin: 15px 0;
    line-height: 1.6em;
}

.inner img, .inner video{
    width: 100%;
}

.blog .menu-items{
    margin-top: 45px;
    font-size: 1.5em;
}

.what-do-you-wanna-read{
    text-align: center;
    font-size: 2em;
    padding: 50px;
}

.what-do-you-wanna-read hr{
    width: 80%;
    margin: 5px auto 50px;
    border: 2px solid #9c9c9c;
}

.what-do-you-wanna-read img{
    margin-top: 40px;
}

.what-do-you-wanna-read textarea{
    width: 340px;
    padding: 10px;
    margin-top: 10px;
    resize: none;
}

.what-do-you-wanna-read input{
    width: 340px;
    padding: 10px;
    margin-bottom: 20px;
}

.what-do-you-wanna-read input, .what-do-you-wanna-read textarea{
    max-width: 100%;
}

.what-do-you-wanna-read button{
    padding: 10px 20px;
    background: white;
    border: 1px solid #a8a8a8;
    font-size: 0.6em;
}

.what-do-you-wanna-read .log{
    margin-top: 22px;
    font-size: 16px;
}

/* Canonical shell shared by the homepage, services, cases and articles. */
.canonical-page { background:#131313; color:#e8e8e8; font-family:Raleway,Arial,sans-serif; }
.canonical-shell { width:90%; max-width:1180px; margin:0 auto; }
.canonical-nav { display:flex; align-items:flex-start; justify-content:space-between; padding:25px 0; }
.canonical-nav .logo { width:min(380px,42vw); height:125px; object-fit:contain; }
.canonical-nav .canonical-links { display:flex; gap:22px; align-items:center; padding-top:38px; }
.canonical-nav a,.canonical-footer a { color:#e8e8e8; text-decoration:none; }
.canonical-nav a:hover,.canonical-footer a:hover { color:#fde200; }
.locale-switcher { display:flex; gap:8px; margin-left:6px; padding-left:14px; border-left:1px solid #555; }
.locale-switcher a { color:#fde200; font-size:.82rem; }
.canonical-main { padding:70px 0 110px; }
.canonical-kicker { color:#fde200; text-transform:uppercase; letter-spacing:.15em; font-size:.75rem; }
.canonical-page h1,.canonical-page h2,.canonical-page h3 { font-family:Georgia,'Times New Roman',serif; font-weight:400; }
.canonical-page h1 { max-width:900px; font-size:clamp(2.8rem,7vw,6rem); line-height:.95; margin:20px 0 30px; }
.canonical-lead { max-width:760px; color:#bcbcbc; font-size:1.15rem; line-height:1.65; }
.canonical-actions { display:flex; gap:14px; flex-wrap:wrap; margin:30px 0; }
.canonical-button { display:inline-block; border:0; padding:12px 20px; background:#ec008c; color:#fff; font:inherit; text-decoration:none; }
.canonical-button.alt { background:transparent; border:1px solid #666; }
.canonical-section { border-top:1px solid #444; padding:70px 0; }
.canonical-section h2 { font-size:clamp(2rem,5vw,4rem); margin:0 0 18px; }
.canonical-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:#444; margin-top:30px; }
.canonical-card { background:#181818; padding:25px; min-height:180px; }
.canonical-card h3 { font-size:1.55rem; margin:35px 0 10px; }
.canonical-card p { color:#bcbcbc; line-height:1.55; }
.canonical-card img { display:block; max-width:100%; height:auto; margin:0 0 18px; }
.canonical-card a { color:#fde200; }
.canonical-footer { border-top:1px solid #444; padding:28px 0; color:#999; }
.canonical-footer ul { display:flex; flex-wrap:wrap; gap:18px; list-style:none; margin:12px 0 0; padding:0; }
@media(max-width:800px){.canonical-nav{display:block}.canonical-nav .logo{width:235px;height:90px}.canonical-nav .canonical-links{padding-top:12px;gap:15px;flex-wrap:wrap}.canonical-grid{grid-template-columns:1fr}.canonical-main{padding-top:45px}}
.canonical-page > nav { max-width:1180px; }
.canonical-page > .presentation { max-width:980px; margin:70px auto 90px; text-align:left; }
.canonical-page > .presentation .big-phrase { font-family:Georgia,'Times New Roman',serif; font-size:clamp(2.8rem,7vw,6rem); line-height:.95; }
.canonical-page > .presentation .prases { max-width:760px; margin:0; text-align:left; color:#bcbcbc; line-height:1.65; }
.canonical-page > .presentation-sites,.canonical-page > .presentation-id { width:90%; max-width:980px; margin:70px auto 100px; }
.canonical-page > .presentation-sites .big-phrase,.canonical-page > .presentation-id .big-phrase { font-family:Georgia,'Times New Roman',serif; font-size:clamp(2.8rem,7vw,6rem); line-height:.95; }
.canonical-page > .presentation-sites .prases,.canonical-page > .presentation-id .prases { color:#bcbcbc; line-height:1.65; }
.canonical-page > .projetos { width:90%; max-width:1180px; margin:0 auto 90px; }
.canonical-page > .projetos .projeto { border-top:1px solid #444; padding:28px 0; }
.canonical-page > .projetos .projeto .title { font:2rem Georgia,'Times New Roman',serif; }
.canonical-page > .projetos .projeto img { max-width:220px; height:auto; margin:8px; }
.canonical-page > .contact-section { max-width:980px; }
.canonical-page > footer { max-width:1180px; }

/* Entrada do Studio na navegação pública: presente, sem competir com o
   conteúdo editorial. */
.canonical-links .studio-link {
    border: 1px solid rgba(253, 226, 0, .45);
    border-radius: 999px;
    padding: 6px 14px;
    color: #fde200;
    font-size: .95em;
    transition: background .15s, color .15s;
}

.canonical-links .studio-link:hover {
    background: #fde200;
    color: #131313;
}
