@font-face {
font-family: 'FONTSPRING DEMO - Capitana';
src: url('assets/fonts/fontspringdemo-capitana-regular.woff2') format('woff2'),
url('assets/fonts/fontspringdemo-capitana-regular.woff') format('woff'),
url('assets/fonts/fontspringdemo-capitana-regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'FONTSPRING DEMO - Capitana';
src: url('assets/fonts/fontspringdemo-capitana-extrabold.woff2') format('woff2'),
url('assets/fonts/fontspringdemo-capitana-extrabold.woff') format('woff'),
url('assets/fonts/fontspringdemo-capitana-extrabold.ttf') format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'FONTSPRING DEMO - Capitana';
src: url('assets/fonts/fontspringdemo-capitana-black.woff2') format('woff2'),
url('assets/fonts/fontspringdemo-capitana-black.woff') format('woff'),
url('assets/fonts/fontspringdemo-capitana-black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Futura Md BT';
src: url('assets/fonts/futurabt-medium.woff2') format('woff2'),
url('assets/fonts/futurabt-medium.woff') format('woff'),
url('assets/fonts/futurabt-medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Futura Md BT';
src: url('assets/fonts/futurabt-bold.woff2') format('woff2'),
url('assets/fonts/futurabt-bold.woff') format('woff'),
url('assets/fonts/futurabt-bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}

/* RESET PADDING, MARGIN =============== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, optgroup, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time, video, main{margin:0; outline: none; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html > object{ display:none !important;}

/* HTML5 display definitions =========== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, dialog{display: block;}
[hidden], template {display: none;}

/* ALTURA FLUIDA COM FLOAT ============= */
.floatfix:after,
.floatfixall main:after, .floatfixall div:after, .floatfixall dl:after, .floatfixall dt:after, .floatfixall dd:after,
.floatfixall ol:after, .floatfixall ul:after, .floatfixall form:after, fieldset:after, label:after,
.floatfixall section:after, .floatfixall article:after, .floatfixall aside:after, .floatfixall header:after,
.floatfixall footer:after, .floatfixall nav:after, .floatfixall dialog:after, .floatfixall figure:after,
.floatfixall figcaption:after{content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}

/* RESET FONTES ======================== */
html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; background:#ffffff;}
body {font-size: 16px; line-height: 1.2; -webkit-font-smoothing: antialiased; font-family:sans-serif; font-weight:400; font-style:normal; color:#666666; background:#ffffff;}

/* ELEMENTOS DE TEXTO ================== */
*{margin: 0; padding: 0; box-sizing: border-box; border: none; outline: none;}
ul{list-style: none;}
a{text-decoration: none; background: transparent; color:inherit; text-decoration:inherit;}
a, button{cursor: pointer; transition: 0.3s;}
img{max-width: 100%; height: auto; border: 0;}
h1, h2, h3, h4, h5, h6, th{font-weight:inherit; font-size:inherit;}
small{font-size: smaller;}

blockquote{background: #f3f2f2; position: relative; font-weight: 500; padding: 2px 17px 17px 17px; margin-top: 17px; line-height: 1.3;}
blockquote > blockquote {margin-left: 0;}
blockquote p {margin-bottom: 35px;}
blockquote > p:last-child {margin-bottom: 0;}
blockquote cite, blockquote small {color: #666666; line-height:1.1; font-style: normal; font-weight: 500;}
blockquote cite strong{color:#7e1711;}

/* Embedded content ==================== */
img{border: 0; max-width:100%; height: auto;}
svg:not(:root){overflow: hidden;}
video{width: 100% !important; height: auto !important;}

/* Forms =============================== */
fieldset{border:none;}
button, input, optgroup, select, textarea, button {color: inherit; font: inherit; text-transform:inherit; outline: 0;}
button {overflow: visible; cursor: pointer; background:none; border:none;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
input, textarea, select{display:block; width:100%; background:#fff; padding:0 5px 0 5px; height: 46px; border:0;}
input{overflow:hidden;}
textarea {overflow: auto; resize:none; overflow-x:hidden; padding:9px 6px 6px 13px; height:117px; line-height:normal;}
input[type="checkbox"], input[type="radio"] {width:auto !important; height:auto !important; line-height:normal; border:none; border-radius:0;}
input[type="file"]{ border: none; background: none; padding: 0;}

/* PLACEHOLDER  */
input::placeholder {color: #777;  /* Chrome, Firefox, Opera, Safari 10.1+ */ opacity: 1; /* Firefox */}
input::-webkit-input-placeholder {color:    #777; /* WebKit, Blink, Edge */}
input:-moz-placeholder {color:    #777; opacity:  1; /* Mozilla Firefox 4 to 18 */}
input::-moz-placeholder {color:    #777; opacity:  1; /* Mozilla Firefox 19+ */}
input:-ms-input-placeholder {color:    #777; /* Internet Explorer 10-11 */}
input::-ms-input-placeholder {color:    #777; /* Microsoft Edge */}
@media all and (min-width: 760px){ /* Só altera os elementos para telas maiores que 760px de largura */
	input[type="number"]{-moz-appearance: textfield;}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button{height: auto; -webkit-appearance: none; margin: 0;}

	input[type="date"]::-webkit-inner-spin-button,
	input[type="date"]::-webkit-calendar-picker-indicator,
	input[type="time"]::-webkit-outer-spin-button,
	input[type="time"]::-webkit-outer-spin-button{display: none; -webkit-appearance: none;}

	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

	input[type="search"],
	input[type="number"],
	input[type="time"],
	input[type="date"],
	input[type="date"]::-webkit-calendar,
	input[type="date"]::-webkit-number {-webkit-appearance: textfield; -moz-appearance: textfield;}
}

optgroup {font-weight: bold;}
a:active, a:hover {outline: 0;}
input.error, textarea.error, select.error{border-bottom-color:#ba0000!important;}
textarea.error{border-color:#ba0000!important; }

.g-recaptcha{overflow: hidden; height: 1;position: relative;}
.g-recaptcha .grecaptcha-badge{ position: absolute; top: 100%; left: 100%;}
span.error{text-align:right;display:block; color:#ba0000; padding: 2px 0 0 0; line-height:0.9;}

/* TABELAS ============================= */
table {border-collapse: collapse; border-spacing: 0;}
td, th {padding: 0;}

/* CLASSES ============================= */
.fonts-loaded body{font-family:'FONTSPRING DEMO - Capitana',sans-serif;}
.fonts-loaded body .futura-md-bt{font-family:'Futura Md BT',sans-serif;}

.fw-thin{font-weight:100;}
.fw-smlight{font-weight: 200;}
.fw-light{font-weight: 300;}
.fw-regular{font-weight: 400;}
.fw-medium{font-weight: 500;}
.fw-smbold{font-weight: 600;}
.fw-bold{font-weight: 700;}
.fw-exbold{font-weight: 800;}
.fw-black{font-weight: 900;}

.underline, .h-underline:hover{text-decoration:underline;}
.underline-none{text-decoration:none;}
.transform-none{text-transform:none;}
.italic{ font-style:italic;}
.normal{font-style:normal;}

.list-none, .list-none *{list-style:none; margin:0;}

/* POSICIONAMENTO */
.container{max-width: 1200px;}

.flt-none{float:none;}
.flt-clear{clear:both;}
.flt-center{margin:0 auto;}

.text-left{text-align: left!important;}
.text-right{text-align: right!important;}

@media only screen and (min-width: 768px){
	.text-md-left{text-align: left!important;}
	.text-md-right{text-align: right!important;}
}

@media only screen and (min-width: 992px){
	.text-lg-left{text-align: left!important;}
	.text-lg-right{text-align: right!important;}
}

/* RADIUS & SHADOW */
.shadow{box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)}
.txt-shadow{text-shadow: 5px 4px 5px rgba(0,0,0,0.2);}

/* FORMS */
.formLead label{display:block; margin-bottom: 11px; position:relative;}
.formLead input, .formLead textarea, .formLead select{width: 100%; height: 44px; padding: 0 15px; border: 1px solid #d1d1d1;}
.formLead input[type='radio']{width: auto; height: auto;}
.formLead textarea{height: 100px; padding: 12px 15px;}
.formLead button{width: 100%; padding: 20px 0; border-radius: 15px; text-transform: uppercase; color: #fff; font-weight: 700; margin-top: 20px;}

/* FORMS RECAPTCHA */
.formLead .g-recaptcha{overflow:hidden;height:1;position:relative;}
.formLead .g-recaptcha .grecaptcha-badge{position:absolute;top:100%;left:100%;}
.formLead span.error{text-align:right;display:block;color:#ff0000;padding:0 0 0 0;line-height:1;position:absolute;right:0; top: 100%; font-size: 12px;}

/* LOADER */
.loader{position:fixed;top:0;left:0;display:none;z-index:999999;width:100%;height:100%;background:rgb(0, 0, 0);background:rgba(0, 0, 0, 0.50);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";}
.loader img{position:absolute;top:50%;left:50%;width:16px;height:16px;margin-top:-8px;margin-left:-8px;}

/* SLICK */
body .slick-disabled{opacity: 0.3;}
body .slick-track{margin: 0 auto;}
body .slick-slide a{display: block;}
body .slick-slide img {position: relative; max-width: 100%;}
body .slick-arrow{display:block; position:absolute; top: 50%; background:url('assets/img/arrows.png') no-repeat -10px -10px; border:none; width: 64px; height: 74px; text-indent: -9999em; cursor: pointer;}
body .slick-prev{left: 0; z-index: 99;}
body .slick-next{right: 0; background-position: -94px -10px;}
body .slick-dots{text-align: center; position: absolute; bottom: -35px; left: 0; width: 100%;}
body .slick-dots li{ display: inline-block; vertical-align: middle; margin: 0 3px;}
body .slick-dots li button{display: block; width: 12px; height: 12px; overflow: hidden; border-radius: 50em; text-indent: -999px; background: #c7c8c9; border-radius: 50%;}
body .slick-dots li.slick-active button{background-color: #0a6db4;}

.sr-only {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
.sr-only-focusable:active, .sr-only-focusable:focus {position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto;}

/* MAGNIFIC POPUP */
.white-popup, .default-popup{position:relative; padding: 50px 20px; width:auto; background-color: #e1e1e1; max-width: 425px; margin:20px auto;}
.iframe-popup{max-width: 768px; padding: 0; background: #000000;}
.iframe-popup .mfp-close{border-radius: 50%; background: #ffffff; top: -20px; right: -20px;}

/* OBJETOS */
.icon{display: block; margin: 0 auto;}
.icon::before{content: ""; display: inline-block; background: url('assets/img/spritesheets.png'); vertical-align: middle;}
.icon-1::before{width: 72px; height: 72px; background-position: 120px -10px;}

/* IFRAME RESPONSIVE */
.iframe-cont{position: relative; overflow: hidden; width: 100%; padding-top: 56.25%;}
.iframe-resp{position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;}

/* VIDEO RESPONSIVE */
.video-responsive{pointer-events: none;}
.video-responsive video{position: absolute; top: 0; left: 0; height: 100% !important; width: 100% !important; object-fit: cover;}

/* TABLE RESPONSIVE */
.table-responsive{width: 100%; overflow-x: auto; border-bottom: 2px solid #0a6db4; padding-bottom: 25px;}
.table-responsive table{border-collapse: collapse; border-spacing: 0; min-width: 768px; width: 100%;}
.table-responsive table tr{vertical-align: middle;}
.table-responsive table tr:nth-child(even){background: #f2f2f1;}
.table-responsive table th{padding: 30px 0; text-transform: uppercase;}
.table-responsive table td{padding: 18px 0;}
.table-responsive table tr td:nth-child(1){width: 55%; text-align: left;}
.table-responsive table tr td:nth-child(2){width: 15%;}
.table-responsive table tr td:nth-child(3){width: 15%;}
.table-responsive table tr td:nth-child(4){width: 15%;}

/* MODAL COOKIES */
.cookies-container{color: #222; position: fixed; width: 100%; padding: 0 15px; bottom: 2rem; z-index: 9; text-align: left;}
.cookies-content{box-shadow: 0 1px 3px rgba(0,0,0,0.15); background: white; max-width: 960px; font-size: 14px; border-radius: 5px; padding: 1rem; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 0.5rem; opacity: 0; transform: translateY(1rem); animation: modalCookiesUp 0.5s forwards;}
.cookies-pref label{margin-right: 1rem;}
.cookies-pref label, .cookies-pref label input{display: inline-block !important;}
.cookies-save{grid-column: 2; grid-row: 1/3; background: #007cf8; color: #fff; cursor: pointer; border: none; border-radius: 5px; padding: 0.8rem 1rem; font-size: 1rem;}
@keyframes modalCookiesUp{
  to{ transform: initial; opacity: initial; }
}

@media only screen and (max-width: 500px){
  .cookies-content{grid-template-columns: 1fr;}
  .cookies-save{grid-column: 1; grid-row: 3;}
}

/* BTNs */
.btn-widget-whatsapp{position: fixed; bottom: 25px; right: 20px; z-index: 99; display: flex; align-items: center; justify-content: center; width: 75px; height: 75px; background: #11c540; border-radius: 50%; color: #ffffff; font-size: 50px; animation: 2s ease 0s infinite normal none running pulse; cursor: pointer;}
.btn-widget-whatsapp:hover{color: #ffffff; text-decoration: none;}
@keyframes pulse {
0%{box-shadow: rgb(71 156 44) 0px 0px 0px 0px;}
70%{box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 15px;}
100%{box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px;}
}

/* MODAL & WIDGET */
.modal-form-atendimento{border-top: 7px solid #fb9402;}
.modal-form-atendimento h1{text-align: center; font-weight: 700; font-size: 18px;}
.modal-form-atendimento p{text-align: center;}
.modal-form-atendimento form button{background: #fb9402;}

.widget-whatsapp{background: url('assets/img/bg-whatsapp.png'); max-width: 350px; width: 94%; border-radius: 8px; position: fixed; bottom: 100px; right: 3%; z-index: 99; display: none;}
.widget-whatsapp .header-form{border-radius: 8px 8px 0px 0px; background: rgb(246, 246, 246); display: flex; padding: 0.8rem; -webkit-box-align: center; align-items: center; box-shadow: rgb(0 0 0 / 30%) 0px 2px 4px; text-align: left;}
.widget-whatsapp .header-form figure{width: 42px; height: 42px; border: 1px solid #eeeeee; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 2px; overflow: hidden;}
.widget-whatsapp .header-form span{margin-left: 7px;}
.widget-whatsapp .header-form p{font-size: 12px;}
.widget-whatsapp .header-form p.title{font-size: 20px;}
.widget-whatsapp .text-area{width: 100%; margin-bottom: 11px; border-radius: 8px 8px 8px 0px; padding: 15px 10px 15px 15px; background-repeat: no-repeat; background: #ffffff; text-align: left;}
.widget-whatsapp .form-content{padding: 16px;}
.widget-whatsapp label{text-align: left;}
.widget-whatsapp label input{border: 0; border-radius: 8px;}
.widget-whatsapp button{width: 100%; border: 0px; margin-top: 0; background: #128c7e; height: 50px; color: white; border-radius: 8px; font-size: 18px; font-weight: 900; padding: 0;}

.cta{display: block; padding: 20px 30px; text-align: center;}

.playlist-item{border-style: solid; border-width: 10px; border-color: rgb(134, 120, 101); transition: 0.3s;}
.playlist-item__platforms{display: flex; align-items: center; justify-content: space-between; background: rgb(134, 120, 101);}
.playlist-item__platforms li{padding: 20px;}

@media only screen and (min-width: 768px){
	.playlist-item__platforms{width: 350px; position: absolute; bottom: 0; right: 0; padding: 0 30px;}
}
@media only screen and (max-width: 767px){
	.playlist-item{max-width: 320px;}
}

@media only screen and (max-width: 991px){
	.playlist-item{margin: 0 auto 40px;}
	.playlist-item__image img{width: 100vw;}
	.playlist-item__text{min-height: 200px; padding: 20px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.playlist-item__image{padding: 20px;}
}

@media only screen and (min-width: 992px){
	.playlist-item{display: flex; justify-content: space-between; padding: 45px;}
	.playlist-item__text{width: 68%; padding-left: 3%;}
}

/* COLOR & BACKGROUND */
.color-white{color: #ffffff;}
.color-black{color: #000000;}
.color-orange{color: #da7f26;}
.color-gray{color: #94979a;}

.bg-orange{background-color: #da7f26;}
.bg-darkgray{background-color: #2f2f2f;}
.bg-orange-gray{background-color: #867865;}

/* FONT-SIZE */
.fs-18{font-size: 18px;}
.fs-19{font-size: 19px;}
.fs-20{font-size: 20px;}
.fs-24{font-size: 24px;}
.fs-30{font-size: 30px;}
.fs-35{font-size: 35px;}
.fs-36{font-size: 36px;}
.fs-40{font-size: 40px;}
.fs-50{font-size: 50px;}
.fs-60{font-size: 60px;}
.fs-68{font-size: 68px;}
.fs-80{font-size: 80px;}
.fs-100{font-size: 100px;}
.fs-120{font-size: 120px;}
.fs-150{font-size: 150px;}

.lh-30{line-height: 30px;}
.lh-40{line-height: 40px;}
.lh-56{line-height: 56px;}

@media only screen and (min-width: 768px){
	.fs-md-18{font-size: 18px;}
	.fs-md-19{font-size: 19px;}
	.fs-md-20{font-size: 20px;}
	.fs-md-24{font-size: 24px;}
	.fs-md-30{font-size: 30px;}
	.fs-md-35{font-size: 35px;}
	.fs-md-36{font-size: 36px;}
	.fs-md-40{font-size: 40px;}
	.fs-md-50{font-size: 50px;}
	.fs-md-60{font-size: 60px;}
	.fs-md-68{font-size: 68px;}
	.fs-md-80{font-size: 80px;}
	.fs-md-100{font-size: 100px;}
	.fs-md-120{font-size: 120px;}
	.fs-md-150{font-size: 150px;}

	.lh-md-30{line-height: 30px;}
	.lh-md-40{line-height: 40px;}
	.lh-md-56{line-height: 56px;}
}

@media only screen and (min-width: 992px){
	.fs-lg-18{font-size: 18px;}
	.fs-lg-19{font-size: 19px;}
	.fs-lg-20{font-size: 20px;}
	.fs-lg-24{font-size: 24px;}
	.fs-lg-30{font-size: 30px;}
	.fs-lg-35{font-size: 35px;}
	.fs-lg-36{font-size: 36px;}
	.fs-lg-40{font-size: 40px;}
	.fs-lg-50{font-size: 50px;}
	.fs-lg-60{font-size: 60px;}
	.fs-lg-68{font-size: 68px;}
	.fs-lg-80{font-size: 80px;}
	.fs-lg-100{font-size: 100px;}
	.fs-lg-120{font-size: 120px;}
	.fs-lg-150{font-size: 150px;}

	.lh-lg-30{line-height: 30px;}
	.lh-lg-40{line-height: 40px;}
	.lh-lg-56{line-height: 56px;}
}

@media only screen and (min-width: 1400px){
	.fs-lx-18{font-size: 18px;}
	.fs-lx-19{font-size: 19px;}
	.fs-lx-20{font-size: 20px;}
	.fs-lx-24{font-size: 24px;}
	.fs-lx-30{font-size: 30px;}
	.fs-lx-35{font-size: 35px;}
	.fs-lx-36{font-size: 36px;}
	.fs-lx-40{font-size: 40px;}
	.fs-lx-50{font-size: 50px;}
	.fs-lx-60{font-size: 60px;}
	.fs-lx-68{font-size: 68px;}
	.fs-lx-80{font-size: 80px;}
	.fs-lx-100{font-size: 100px;}
	.fs-lx-120{font-size: 120px;}
	.fs-lx-150{font-size: 150px;}

	.lh-lx-30{line-height: 30px;}
	.lh-lx-40{line-height: 40px;}
	.lh-lx-56{line-height: 56px;}
}

/* TEMPLATE */
#header{background: url('assets/img/bg-header-mobile.jpg') no-repeat center/cover; padding: 50px 0;}
#header .logo{margin-bottom: 30px;}

#section-01{background: #da7f26 url('assets/img/bg-section01-mobile.png') no-repeat center bottom;}
#section-01 .title{margin-bottom: 30px;}

#section-02{padding: 50px 0;}
#section-02 .sec-text p{font-family:'FONTSPRING DEMO - Capitana',sans-serif;}
#section-02 .sec-text p > strong{font-weight: 800; color: #da7f26; text-transform: uppercase;}

#section-02 .subtitle{margin-bottom: 50px;}
#section-02 .sec-text{margin-bottom: 30px;}
#section-02 .cta{margin-top: 50px;}

#section-03{padding-bottom: 200px;}
#section-03 .sec-block{padding: 50px 0 80px;}
#section-03 .sec-block .title{margin-bottom: 30px;}
#section-03 .sec-block .list-platforms{margin-top: 50px; margin-bottom: 70px;}
#section-03 .sec-block .list-platforms li{display: inline-block; max-width: 360px; width: 100%; vertical-align: top; margin: 0 0 30px;}
#section-03 .sec-block .list-platforms li > a{display: block;}
#section-03 .sec-block .list-platforms li > a > figure{display: flex; width: 100%; height: 144px; align-items: center; justify-content: center; background-color: #a2937f; border-radius: 50px; margin-top: 5px;}
#section-03 .sec-block .subtitle{padding: 50px 0; border-top: 5px solid #da7f26;}
#section-03 .sec-playlist{margin-top: -80px;}
#section-03 .sec-playlist .slick-slide{margin-bottom: 40px;}
#section-03 .sec-playlist .slick-arrow{top: 100%;}
#section-03 .sec-playlist .slick-prev{left: 30%;}
#section-03 .sec-playlist .slick-next{right: 30%;}

#footer{padding: 90px 0 100px;}
#footer .logo{margin-bottom: 75px;}
#footer .list-parceiros{margin-top: 60px;}
#footer .list-parceiros li{display: inline-block; margin: 0 10px 20px; vertical-align: middle;}

@media only screen and (max-width: 991px){
	#section-01{padding-top: 40px; padding-bottom: 430px;}
	#section-03 .sec-block .list-platforms li > a > figure{width: 260px; padding: 0 50px; margin: 5px auto 0;}
}

@media only screen and (min-width: 768px){
	#section-03 .sec-block .list-platforms li{margin: 0 20px 30px;}
}

@media only screen and (min-width: 768px) and (max-width: 992px){
	#section-01{background-size: 590px; padding-bottom: 670px;}
}

@media only screen and (min-width: 992px){
	#header{background: url('assets/img/bg-header.jpg') no-repeat center/cover; min-height: 952px; padding-top: 78px;}
	#header .logo{margin-left: 50px; margin-bottom: 70px;}
	#header .header-text > h2{line-height: 1;}

	#section-01{background: url('assets/img/bg-section01.png') no-repeat center/cover; padding-top: 180px; min-height: 714px; margin-top: -114px;}
	#section-01 .sec-text{padding-left: 45%;}

	#section-02 .title, #section-02 .subtitle{line-height: 1;}

	#section-03 .sec-block{padding: 78px 0 120px;}
	#section-03 .sec-block .title{margin-bottom: 45px;}
	#section-03 .sec-playlist .slick-prev{left: 40%;}
	#section-03 .sec-playlist .slick-next{right: 40%;}

	#footer .list-parceiros li{margin: 0 22px 20px;}
}

@media only screen and (min-width: 1400px){
	#header .logo{margin-left: 70px;}
}
