/*--------------------------------------------------------------------

#####    ###  #########  #########  #########  #########  #########
######   ###  ###   ###  ###   ###        ###  ###        #########
### ###  ###  ###   ###  ###   ###  #########  #########       ###
###  ### ###  ###   ###  #########  #########  ###   ###      ###
###   ######  ###   ###  ### ###    ####       ###   ###     ###
###    #####  #########  ###  ###   #########  #########    ###

author: 	Nor267º
website: 	https://www.nor267.com
--------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Prompt:100,200,300,400,500,600,700,800,900|Rozha+One');
@font-face { font-family: 'Courier'; src:  url('courierstd.woff2') format('woff2'), url('courierstd.woff') format('woff'); font-weight: 400; font-style: normal; }

html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    /* height:100%; NOP */
    min-height: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-variant-numeric: lining-nums;
    background-color: #FFFFFF;
}
* {
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent;
    -webkit-print-color-adjust: exact;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
}
img, svg, video { display: block; vertical-align: middle; }
img{ width: 100%; }
::-moz-selection { color: #FFFFFF; background: #98694c; }
::selection { color: #FFFFFF; background: #98694c; }

/* CLASSES GERAIS */
*.clear { clear: both; }
.noScroll { overflow: hidden; max-height: 100%; }
.noselect {
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
    -webkit-user-drag: none; 
    user-drag: none;
}
*.pointer, *.toggle{ cursor: pointer; }
*.textCenter{text-align: center; }
*.disabled, *.disabled *{cursor: not-allowed;}

.btn{
    border: 1px solid #808080;
    background-color: transparent;
    padding: 6px 12px;
    text-align: center;
    display: inline-block;
    margin: auto;
    cursor: pointer;
    -ms-transition: border 0.15s linear 0s, background-color 0.15s linear 0s;
    transition: border 0.15s linear 0s, background-color 0.15s linear 0s;
}
.btn:not(.disabled):hover{ 
    border: 1px solid #98694c; 
    background-color: #98694c;
}
.btn p{
    text-transform: uppercase;
    -ms-transition: color 0.15s linear 0s;
    transition: color 0.15s linear 0s;
    color: #808080;
    line-height: 21px;
    margin: 0 !important;
}
.btn:not(.disabled):hover p{ color: #FFFFFF; }
.btn.cancel, #mb_change_send{
    margin-left: 8px;
}
.btn.disabled{
    cursor: default;
}

/* SVG */
.svgIcon, .svgMusic{ 
    height: 24px;
    width: 24px; 
    -ms-transition: fill 0.15s linear 0s;
    transition: fill 0.15s linear 0s;
}
.svgIcon.black{ fill:#000000; }
.svgIcon.white{ fill:#FFFFFF; }
.svgIcon.light{ fill:#F0F0F0; }
.svgIcon.grey{ fill:#C0C0C0; }
.slideIcon polyline, .slideIcon line{
    stroke:#101010;
    fill:none;
    stroke-miterlimit:10;
    -ms-transition: stroke 0.15s linear 0s;
    transition: stroke 0.15s linear 0s;
}
.slideIcon:hover polyline, .slideIcon:hover line{
    stroke:#808080;
}

/* TEXTO */
body, p, input, textarea, h1, h2, h3, h4{
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: 'Prompt', sans-serif;
    letter-spacing: 0;
    color: #101010;
}
a,a:link,a:visited,a:focus,a:hover,a:active{ color: inherit; text-decoration: none; }
a.underline{text-decoration: underline;}
a.underline:hover{text-decoration: none;}
p a, p a:link, p a:visited{ 
    color: #2EB3FF;
    -ms-transition: color 0.15s linear 0s;
    transition: color 0.15s linear 0s;
}
p a:hover{
    color: #98694c;
}
p strong{
    font-weight: 500;
}

body, p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
p.small, .btn p, input, textarea{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
}
p.tag{
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    /*
    padding: 1px 4px;
    -ms-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s;
    margin: 3px;
    color: #FFFFFF;
    background-color: #808080;
    */
    color: #808080;
    position: relative;
    padding: 1px 6px;
}
#momentos_tags p.tag, #estilos_tags p.tag{
    margin: 3px;
    padding: 1px 4px;
    color: #FFFFFF;
    background-color: #808080;
    -ms-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s;
}
#momentos_tags p:not(.tag){
    margin: 3px;
    padding: 1px 4px;
    width: 100%;
    text-align: left;
}
/*
p.tag:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: calc(100% - 6px);
    width: 1px;
    background-color: #808080;
    display: block;
}
p.tag:first-of-type:before{
    display: none;
}
*/
p.tag.active, #momentos_tags p.tag.active{
    background-color: #101010;
}
#by_nor267{
    font-family: 'courier', monospace;
    text-align: right;
    letter-spacing: 0;
}
h1{
    color: #FFFFFF;
    font-weight: 300;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
h2{
    font-family: 'Rozha One', serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
}
h3{
    font-family: 'Rozha One', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

/* INPUTS */
input, textarea{
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    border-radius: 0;
    background: transparent;
    margin: 0;
    vertical-align: middle;
    letter-spacing: 0;
    line-height: 18px;
}
textarea{
    resize: none;
    display: block;
    overflow: hidden;
}
.inputParent{
    position: relative;
    margin-top: 12px;
    width: 100%;
    background-color: #F0F0F0;
    padding: 8px 12px;
}
.fakeInputParent{
    margin-top: 12px;
}
.inputParent p{
    pointer-events: none;
    width: 100%;
    text-align: left;
    -ms-transform-origin: left top; transform-origin: left top;
    -ms-transition: transform 0.15s cubic-bezier(.4,0,.2,1) 0s, color 0.15s linear 0s;
    transition: transform 0.15s cubic-bezier(.4,0,.2,1) 0s, color 0.15s linear 0s;
    -ms-transform: translateY(7px) scale(1); 
    transform: translateY(7px) scale(1);
    cursor: text;
    color: #808080;
    display: block;
    margin: 0 0 -6px 0;
    letter-spacing: 0;
}
.inputParent p.up{ 
    cursor: default;
    -ms-transform: translateY(0) scale(.8); 
    transform: translateY(0) scale(.8);
    font-weight: 400;
    width: calc(100% + 2px);
}
.inputParent.wrong p{ color: #FF212F;}
.inputParent.fake{
    background-color: #FFFFFF;
    border: 1px solid #F0F0F0;
}
.inputParent.fake p.up{
    color: #808080;
}
.inputParent.fake p:not(.up){
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    color: #101010;
}
.selectParent{
    position: relative;
    margin-top: 12px;
    cursor: pointer;
}
.selectParent p{
    letter-spacing: 0;
    text-align: left;
}
.selectParent .svgIcon{
    position: absolute;
    top: 6px;
    right: 8px;
    -ms-transition: transform 0.15s linear 0s;
    transition: transform 0.15s linear 0s;
    -ms-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
}
.selectParent .svgIcon.up{
    -ms-transform: rotate(180deg) translateY(-2px);
    transform: rotate(180deg) translateY(-2px);
}
.selectParent:hover .svgIcon{
    fill:#808080;
}
.selectOptions{
    position: absolute;
    width: 100%;
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -ms-transition: transform 0.15s linear 0s;
    transition: transform 0.15s linear 0s;
    z-index: 1;
}
.selectOptions.open{
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.selectOptions p{
    opacity: 0;
    -ms-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    color: #808080;
    text-transform: uppercase;
    cursor: pointer;
    border-top: none;
}
.selectOptions p:hover{
    color: #101010;
}
.selectOptions.open p{
    opacity: 1;
    -ms-transition: opacity 0.1s linear 0.05s;
    transition: opacity 0.1s linear 0.05s;
}
.inputSelect{
    border: 1px solid #C0C0C0;
    -ms-transition: border-color 0.15s linear 0s;
    transition: border-color 0.15s linear 0s;
    padding: 8px 44px 8px 12px;
}
.inputSelect p{
    text-transform: uppercase;
    color: #808080;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    -ms-transition: color 0.15s linear 0s;
    transition: color 0.15s linear 0s;
}
.selectParent:hover .inputSelect{
    border-color:#808080;
}

input[type="checkbox"]{ display: none; }
.checkboxParent{
    margin-top: 12px;
}
.radioParent{
    margin-top: 6px;
}
.inputParent .checkboxParent, .inputParent .radioParent{
    margin-top: 6px;
}
.checkboxParent.big, .radioParent.big{
    margin-top: 24px;
}
.checkboxParent:first-of-type, .radioParent:first-of-type{ margin-top: 0; }
.checkboxLabel{ cursor: pointer; }
.checkboxLabel.disabled{ cursor: default; }
.checkboxLabel p{
    float: right;
    top: auto;
    left: auto;
    transform-origin: center;
    position: relative;
    width: calc(100% - 22px);
    line-height: 16px;
    margin: 0 !important;
    color: #808080;
    -ms-transition: color 0.15s linear 0s;
    transition: color 0.15s linear 0s;
    text-align: left;
    letter-spacing: 0;
    line-height: 16px !important;
}
.checkboxLabel span {
    display: block;
    width: 16px; 
    height: 16px;
    float: left;
    background-color: #FFFFFF;
    position: relative;
    border: 1px solid #C0C0C0;
    margin: 0;
    -ms-transition: border-color 0.15s linear 0s;
    transition: border-color 0.15s linear 0s;
}
.checkboxLabel span:before {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    margin: 3px 2px;
    opacity: 0;
    background-color: #101010;
    transition: opacity 0.15s linear;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: top right;
}
.checkboxLabel span:after {
    display: block;
    content: '';
    position: absolute;
    width: 4px;
    height: 1px;
    margin: 7px 3px;
    opacity: 0;
    background-color: #101010;
    transition: opacity 0.15s linear;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: top left;
}
input[type="checkbox"]:checked ~ .checkboxLabel span:before, input[type="checkbox"]:checked ~ .checkboxLabel span:after, input[type="radio"]:checked ~ .checkboxLabel span:before, input[type="radio"]:checked ~ .checkboxLabel span:after { opacity: 1; }
input[type="checkbox"]:checked ~ .checkboxLabel span, input[type="radio"]:checked ~ .checkboxLabel span{ border-color: #808080; }
input[type="checkbox"]:checked ~ .checkboxLabel p, input[type="radio"]:checked ~ .checkboxLabel p{ color: #101010; }
.checkboxParent.wrong .checkboxLabel span, .radioParent.wrong .checkboxLabel span{ border-color: #FF212F; }
.checkboxParent.wrong .checkboxLabel p, .radioParent.wrong .checkboxLabel p{ color: #FF212F; }
#mb_change_date + .ui-datepicker-trigger, #mb_register_date + .ui-datepicker-trigger{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
#open_mb_change_password{
    margin-top: 4px;
}


/* POPUPS */
.cookie_bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    text-align: center;
    padding: 8px 32px 8px 16px;
    z-index: 200;
}
.cookie_bar p{
    color: #FFFFFF;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
}
.icon_close_cookie {
    position: absolute;
    top: 6px;
    right: 4px;
    cursor: pointer;
}
.popup_background{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #101010;
    opacity: 0;
    will-change:opacity;
    -ms-transition: opacity 0.15s linear 0s, z-index 0s linear 0.15s;
    transition: opacity 0.15s linear 0s, z-index 0s linear 0.15s;
    pointer-events: none;
    z-index: -10;
}
.popup_background.open{
    opacity: 0;
    pointer-events: auto;
    z-index: 150;
    -ms-transition: opacity 0.15s linear 0s;
    transition: opacity 0.15s linear 0s;
}
.popup.small{
    position: fixed;
    z-index: 200;
    width: 100vw;
    left: 0;
    top: 0;
    opacity: 0;
    text-align: center;
    -ms-transition: opacity 0.25s linear 0.1s, transform 0.25s linear 0.1s;
    transition: opacity 0.25s linear 0.1s, transform 0.25s linear 0.1s;
    pointer-events: none;
    -ms-transform: translateY(-96px);
    transform: translateY(-96px);
    margin: 48px 0;
}
.popup.small.open{
    opacity: 1;pointer-events: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.popup.small.close{
    opacity: 0;pointer-events: none;
    -ms-transform: translateY(96px);
    transform: translateY(96px);
}
.popup .icon_close {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

.popup.popup_banda, .popup.popup_servicos, .popup.geral {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    -ms-transition: opacity 0.25s linear 0.1s, z-index 0s linear 0.35s;
    transition: opacity 0.25s linear 0.1s, z-index 0s linear 0.35s;
    background-color: rgba(16,16,16,0.88);
}
.popup.popup_banda.open, .popup.popup_servicos.open, .popup.geral.open{
    opacity: 1; 
    pointer-events: auto;
    -ms-transition: opacity 0.25s linear 0.1s;
    transition: opacity 0.25s linear 0.1s;
    z-index: 200;
}
.popup.geral.open.close{
    opacity: 0; pointer-events: none;
    -ms-transition: opacity 0.25s linear 0s;
    transition: opacity 0.25s linear 0s;
}
.popup.popup_banda .background, .popup.popup_servicos .background, .popup.geral .background{
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.popup.popup_banda .content, .popup.popup_servicos .content{
    position: relative;
    z-index: 1;
}
.popup.geral .content{
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.popup.geral .text{
    background-color: #FFFFFF;
    text-align: center;
    padding: 16px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -ms-transform: translateY(-50%) translateY(-32px);
    transform: translateY(-50%) translateY(-32px);
}
.popup.geral.open .text{
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transition: transform 0.25s linear 0.1s;
    transition: transform 0.25s linear 0.1s;
}
.popup.geral.open.close .text{
    -ms-transform: translateY(-50%) translateY(32px);
    transform: translateY(-50%) translateY(32px);
    -ms-transition: transform 0.25s linear 0s;
    transition: transform 0.25s linear 0s;
}
.popup.geral .text svg{
    width: 32px;
    height: 32px;
    margin: 16px auto;
}
.popup.geral p{
    margin-top: 4px;
}
.popup.geral p:first-of-type{
    margin-top: 0;
}
#popup_blog_inicial h3:last-of-type{
    margin-top: 12px; 
}
.popup.geral .btns_parent{
    margin-top: 16px;
}
.popup.geral .top{
    display: none;
}
#popup_recover_password h3{
    margin-bottom: 8px;
}
#popup_big_video{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(16,16,16,0.75);
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transform: scale(0,0);
    -ms-transition: transform 0.35s linear 0s; transition: transform 0.35s linear 0s;
}



/*HEADER*/
header{
    background-color: rgba(16,16,16,0);
    padding: 12px 16px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    z-index: 100;
    -ms-transition: background-color 0.25s linear 0s;
    transition: background-color 0.25s linear 0s;
}
header.down, header.fixed{
    background-color: rgba(16,16,16,1);
}
#logoutBtnMenu{
    display: none;
}
#openMenu{
    height: 36px;
    width: 36px;
    padding: 11px 5px;
    cursor: pointer;
    margin-left: -5px;
    z-index: 1;
    position: relative;
}
@keyframes firstLinetoOpen {
    0% { transform: translateY(0); }
    50%{ transform: translateY(6px); }
    100%{ transform: translateY(7px) rotate(45deg); }
}
@keyframes firstLinetoClose {
    0% { transform: translateY(7px) rotate(0); }
    100% { transform: translateY(0); }
}
@keyframes lastLinetoOpen {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(-6px) rotate(-45deg); }
}
@keyframes lastLinetoClose {
    0% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}
header .hamburger {
    width: 26px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
header .hamburger .line { height: 1px; background-color: #FFFFFF; }
header .hamburger .line:first-child { animation: firstLinetoClose 0.25s cubic-bezier(0.23, 0.95, 0.58, 1.37); }
header .hamburger .line:last-child { animation: lastLinetoClose 0.25s cubic-bezier(0.23, 0.95, 0.58, 1.37); }
header .hamburger.open .line:first-child {
    animation: firstLinetoOpen 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
    animation-fill-mode: forwards;
}
header .hamburger.open .line:last-child {
    animation: lastLinetoOpen 0.25s cubic-bezier(0.23, 0.95, 0.58, 1.37);
    animation-fill-mode: forwards;
}
header .menu{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transform-origin: left;
    -ms-transition: transform 0.2s cubic-bezier(.52,-0.01,.28,1.06);
    transition: transform 0.2s cubic-bezier(.52,-0.01,.28,1.06);
    background-color: #101010;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    padding-top: 60px;
}
header .menu.open{
    -ms-transform: translateX(0);
    transform: translateX(0);
    -ms-transition: transform 0.25s cubic-bezier(.52,-0.01,.28,1.06);
    transition: transform 0.25s cubic-bezier(.52,-0.01,.28,1.06);
}
header .menu li{
    padding: 9px 16px;
    background-color: #101010;
}
header .menu li:last-of-type{
    margin-top: 40px;
}
header .menu li.current{
    background-color: #98694c;
}
header .menu li p{
    text-transform: uppercase;
    font-weight: 200;
    color: #FFFFFF;
    -ms-transition: color 0.15s linear 0s;
    transition: color 0.15s linear 0s;
}
header .menu li.submenu{
    padding: 6px 16px 6px 32px;
}
header .menu + div, #btn_pedir_orcamento{
    display: none;
}
#btn_signature p{
    color: #98694c;
}
#btn_signature.current p{
    color: #FFFFFF;
}
header .menu li:not(.current):hover p, #btn_signature:not(.current):hover p{
    color: #808080;
}
header a{
    z-index: 1;
}
header img{
    height: 36px;
    width: 138px;
    stroke:none;
    border:none;
}

footer{
    background-color: #101010;
    padding: 32px 16px 12px 16px;
    position: relative;
    z-index: 80;
    width: 100%;
}
footer .menu{ display: none; }
footer img{
    width: 138px;
    height: 36px;
    height: 48px;
    width: 52px;
    margin: 0 auto;
}
footer .bottom{
    margin: 32px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
footer .bottom p{
    color: #C0C0C0;
    font-size: 9px;
    line-height: 11px;
    margin: 0;
}
footer .bottom p:first-of-type{
    width: 155px;
}
footer .bottom p a, footer .bottom p:link{
    color: #C0C0C0;
}



/* PAGES */
/* GENERAL */
.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.parallaxPage{
    width: 100%;
    height: calc(100vh - 60px);
    /*
    perspective: 1px;
    transform-style: preserve-3d;
    */
    perspective: 2px;
    overflow-x: hidden;
    overflow-y: auto;
}
.sectionParallax{
    width: 100%;
    height: 100%;
    padding: 16px 12px;
    word-break: break-word;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 0;
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
    /*
    z-index: 0;
    background-size: cover;
    background-position: center;
    transform-style: preserve-3d;
    -ms-transform: translateZ(-0.5px) scale(1.5);
    transform: translateZ(-0.5px) scale(1.5);
    */
}
.sectionParallax:after{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: inherit;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px) scale(1.5);
    z-index: -1;
}
.sectionParallax .gradiente{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d101010', endColorstr='#40101010',GradientType=1 );
    background: -moz-radial-gradient(center, ellipse cover, rgba(16,16,16,0.05) 0%, rgba(16,16,16,0.25) 80%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(16,16,16,0.05) 0%,rgba(16,16,16,0.25) 80%);
    background: radial-gradient(ellipse at center, rgba(16,16,16,0.05) 0%,rgba(16,16,16,0.25) 80%);
}
.sectionParallax h1{
    position: relative;
    z-index: 1;
    -ms-transform: translateZ(0.2px) scale(0.866);
    transform: translateZ(0.2px) scale(0.866);
    width: 100%;
}
#scrollArrow {
    position: absolute;
    width: 36px;
    height: 36px;
    padding: 5px;
    bottom: 16px;
    z-index: 10;
    left: calc(50% - 18px);
    -ms-transform: translateZ(-0.2px) scale(1.2) translateY(8.2vh);
    transform: translateZ(-0.2px) scale(1.2) translateY(8.2vh);
}
#scrollArrow .svgIcon{
    width: 26px;
    height: 26px;
}
.sectionStatic{
    /*
    z-index: 2;
    */
    width: 100%;
    height: auto;
    min-height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 64px 16px;
    background-color: #FFFFFF;
    text-align: center;
}
.sectionStatic.withImage{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    overflow: hidden;
}
.sectionStatic .content{
    width: 100%;
}
.sectionStatic.withImage .content{
    padding: 0 16px;
}

.pageContent .pageText p, .pageContent .pageText h3, .popup_banda .text p:not(.tag):not(.small), .popup_servicos .text p:not(.tag):not(.small){
    margin-top: 4px;
}
.pageContent .pageText p:first-child, .pageContent .pageText h3:first-child, .pageContent.loginPage .pageText h3:first-child{ margin-top: 0; }
.pageContent .pageText p{ color: #808080; }
.pageContent .pageText p.small{
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.5px;
}
.pageContent .pageText h2 + h3{
    margin-top: 18px;
}
.pageContent h2{
    margin-top: 64px;
    margin-bottom: 12px;
}
.pageContent h2:first-child{
    margin-top: 0;
}
.pageContent h2:last-child{
    margin-bottom: 0;
}
.pageContent .bottomImage{
    width: 175%;
    margin-top: -16px;
    /*z-index: -1;*/
    z-index: 0;
    position: relative;
}
.pageContent:not(.parallaxPage){
    padding: 64px 16px;
    text-align: center;
    margin-top: 60px;
}
.informacaoPage{
    padding: 0 !important;
}
.informacaoPage .left{
    padding: 64px 16px;
}
.informacaoPage .right{
    padding: 64px 16px;
    background-color: #F0F0F0;
}
.informacaoPage .right h3{
    margin: 18px auto 0 auto;
}
.informacaoPage .btn{
    margin: 8px 4px 0 4px;
}
.informacaoPage a:first-of-type .btn{
    margin-top: 0;
}
.svgMusic polygon, .svgMusic line{
    fill:none;
    stroke:#808080;
    stroke-miterlimit:10;
    -ms-transition: stroke 0.15s linear 0s;
    transition: stroke 0.15s linear 0s;
}
.svgMusic.width75 polygon, .svgMusic.width75 line{
    stroke-width:0.75;
}
.svgMusic:hover polygon, .svgMusic:hover line, .svgMusic.active polygon, .svgMusic.active line{
    stroke:#101010;
}
.currentMusic .svgMusic polygon, .currentMusic .svgMusic line, .currentMusic .svgMusic polyline, 
.videoControls .svgMusic polygon, .videoControls .svgMusic line, .videoControls .svgMusic polyline{
    stroke: #C0C0C0;
}
.videoControls .svgMusic path{
    fill: #C0C0C0;
    -ms-transition: fill 0.15s linear 0s;
    transition: fill 0.15s linear 0s;
}
.currentMusic .svgMusic:hover polygon, .currentMusic .svgMusic.active polygon, 
.currentMusic .svgMusic:hover line, .currentMusic .svgMusic.active line, 
.currentMusic .svgMusic:hover polyline, .currentMusic .svgMusic.active polyline, 
.videoControls .svgMusic:hover polygon, .videoControls .svgMusic.active polygon, 
.videoControls .svgMusic:hover line, .videoControls .svgMusic.active line, 
.videoControls .svgMusic:hover polyline, .videoControls .svgMusic.active polyline{
    stroke:#FFFFFF;
}
.videoControls .svgMusic:hover path, .videoControls .svgMusic.active path{
    fill:#FFFFFF;
}
.tags{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin: 0 -3px 0 -3px;
    width: calc(100% + 6px);*/
}
.playlistParent {
    background-color: #F0F0F0;
    padding: 0;
}
.playlistParent .musica {
    background-color: #F0F0F0;
    width: 100%;
    margin: 0;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.playlistParent .musica:first-of-type{
    padding: 16px 16px 8px 16px;
}
.playlistParent .musica:last-of-type{
    padding: 8px 16px 16px 16px;
}
.playlistParent .musica .controls{
    margin: -4px;
}
.playlistParent .musica .time{
    width: 36px;
    text-align: right;
}
.playlistParent .musica .time p{
    color: #808080;
}
.playlistParent .musica.playing .time p{
    color: #F0F0F0;
}
.playlistParent .musica:not(.playing) .play_music:hover ~ .time p{
    color: #010101;
}
.playlistParent .musica .info{
    text-align: left;
    width: calc(100% - 80px);
}
.playlistParent .musica .info p{
    color: #808080;
    margin: 0 !important;
    letter-spacing: 0;
    line-height: 16px;
}
.playlistParent .musica.playing .info p{
    color: #F0F0F0;
}
.playlistParent .musica:not(.playing) .play_music:hover ~ .info p{
    color: #010101;
}
.playlistParent .musica svg{
    width: 36px;
    height: 36px;
    padding: 2px;
}
.playlistParent .musica.playing svg polygon, .playlistParent .musica.playing svg line{
    stroke: #F0F0F0;
}
.currentMusic, .videoControls{
    background-color: #101010;
    padding: 12px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.videoControls{
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.currentMusic p{
    color: #FFFFFF;
    width: 36px;
}
.currentMusic p:first-of-type{
    margin-right: calc((100% - 164px) / 2);
}
.currentMusic p:last-of-type{
    margin-left: calc((100% - 164px) / 2);
}
.currentMusic .music_play svg{
    width: 36px;
    height: 36px;
    margin: -4px 4px;
}
.videoControls .music_play svg{
    width: 36px;
    height: 36px;
    margin: -4px;
}
.currentMusic .music_mix svg{
    margin-left: 4px;
}
.currentMusic .music_loop svg{
    margin-right: 4px;
}
.currentMusic .timeBar, .videoControls .timeBar{
    width: 100%;
    height: 13px;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
}
.videoControls .timeBar{
    width: calc(100% - 72px);
    margin: 0;
}
.currentMusic .timeBar .fullBar, .videoControls .timeBar .fullBar{
    width: 100%;
    height: 1px;
    background-color: #808080;
    margin-top: 6px;
}
.currentMusic .timeBar .positionBar, .videoControls .timeBar .positionBar {
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #FFFFFF;
}
.currentMusic .timeBar .loadingBar, .videoControls .timeBar .loadingBar {
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
}
.halfGreyBottom {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 16px rgba(0,0,0,0.14);
    margin-top: 6px;
    position: relative;
    z-index: 0;
}
.halfGreyBottom .top{
    background-color: #FFFFFF;
    padding: 24px;
}
.halfGreyBottom .bottom{
    background-color: #101010;
    padding: 16px;
}
.halfGreyBottom h3{
    margin-top: 20px;
    margin-bottom: 12px;
}
.halfGreyBottom h3:first-of-type{ margin-top: 0; }
.halfGreyBottom:after{
    display: block;
    content: '';
    background-color: #F0F0F0;
    width: 100vw;
    left: -16px;
    position: absolute;
    height: calc(50% + 64px);
    top: 50%;
    z-index: -1;
}
.halfGreyBottom.noGrey:after{
    display: none;
}
.halfGreyBottom .bottom .btn:not(.disabled):hover{
    border: 1px solid #F0F0F0;
    background-color: transparent;
}
.halfGreyBottom .bottom .btn:not(.disabled):hover p {
    color: #F0F0F0;
}
.pageContent:not(.parallaxPage) .halfGreyBottom{
    margin-top: 12px;
}


/* SPECIFIC */
.pageContent.home .sectionStatic p{
    margin-top: 2px;
    width: 100%;
}
.parallaxPage.home .sectionStatic h3{
    width: 100%
}
.instagramFeed{ padding: 0 !important; }
.instagramFeed .top {
    text-align: center;
    padding: 16px;
    width: 100%;
    background-color: #98694c;
}
.instagramFeed h3{ color: #FFFFFF; }

.pageContent.marcaPage .bottomImage{
    margin-top: -64px;
}
.premios{
    text-align: center;
    margin-top: 18px;
    width: 100%;
    padding: 0 16px;
}
.premios .premio{
    margin: 18px auto 0 auto;
    width: 100%;
    max-width: 304px;
}
.premios .premio:first-of-type{ margin-top: 0; }
.premios .badge{
    height: 72px;
    width: auto;
    margin: 4px auto 6px auto;
}

.servicos{
    margin: 18px 16px 32px 16px;
}
.servicos .btn, .home .btn{
    margin-top: 12px;
}
.servicos .servico{
    margin-top: 24px;
}
.servicos .servico:first-of-type{ margin-top: 0; }
.servicos p.small{
    letter-spacing: 0;
}
/*
.servicos .servico h3{
    color: #98694c;
}
*/
.servicosPage .bottomBar{
    width: 100%;
    background-color: #98694c;
    text-align: center;
    padding: 36px 16px;
}
.servicosPage .bottomBar h2, .servicosPage .bottomBar .btn p{ color: #F0F0F0; }
.servicosPage .bottomBar .btn{ border-color: #F0F0F0; }
.servicosPage .bottomBar .btn:hover{ background-color: #F0F0F0; }
.servicosPage .bottomBar .btn:hover p{ color: #98694c; }

.bandas{
    margin: 32px auto;
    padding: 0 16px;
    width: 100%;
}
.bandasPage .maisServicos + h3, .outrosPage .maisServicos{
    margin-bottom: 64px;
}
.djsPage .pageText{
    margin-bottom: 32px;
}
.bandas .banda, .bandas .bandaNew{
    margin-top: 32px;
}
.bandas .banda:first-of-type, .bandas .bandaNew:first-of-type{ margin-top: 0; }
.bandas .banda .image, .bandas .bandaNew .image {
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.bandas .banda .exclusive {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 6px 2px 8px;
    z-index: 1;
    background-color: #98694c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.bandas .banda .exclusive p.small {
    margin: 0;
    color: #FFFFFF;
}
.bandas .banda .exclusive svg{
    margin-left: 4px;
}
.outrosPage .bandas .banda .content{
    background-color: #FFFFFF;
    box-shadow: 0 3px 16px rgba(0,0,0,0.14);
    width: calc(100% - 32px);
    margin: -16px 16px 0 16px;
    z-index: 1;
    position: relative;
    padding: 0;
}
.bandas .banda .top, .bandasPage .bandas .bandaNew .content{
    padding: 12px;
}
.bandas .banda .bottom{
    background-color: #101010;
    padding: 12px;
}
.bandas .banda .bottom .btn:hover, .popup_banda .bottom .btn:hover, .popup_servicos .bottom .btn:hover{ 
    border-color: #F0F0F0;
    background-color: transparent;
}
.bandas .banda .bottom .btn:hover p, .popup_banda .bottom .btn:hover p, .popup_servicos .bottom .btn:hover p{ color: #F0F0F0; }
.bandas .banda p.small, .popup_banda p.small{
    letter-spacing: 0;
}
.bandas .bandaNew .top p.small{
    color: #98694c;
}
.bandas .banda h3{
    color: #101010;
    -ms-transition: color 0.15s linear 0s;
    transition: color 0.15s linear 0s;
}
.bandas .banda h3:last-child{
    margin-bottom: 0;
}
.bandas .bandaNew h3{
    margin-bottom: 12px;
    padding: 0 16px;
}
.pageContent.bandasPage .bandas .banda h3 + p.small{
    color: #808080;
    text-transform: uppercase;
    font-weight: 500;
}
.popup_banda h2 + p{
    color: #98694c;
    text-transform: uppercase;
    font-weight: 500;
}
.popup_banda .top, .popup_servicos .top {
    background-color: #101010;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.popup_banda .text, .popup_servicos .text{
    background-color: #FFFFFF;
    text-align: center;
    padding: 24px;
}
.popup_banda .bottom, .popup_servicos .bottom{
    padding: 16px;
    background-color: #101010;
    text-align: center;
}
.popup_banda h2, .popup_servicos h2{
    margin-bottom: 6px;
}
.popup_banda h3{
    margin-top: 18px;
}
.popup_banda h3:first-of-type{
    margin-top: 12px;
}
.popup_banda .musicas, .popup_banda .videos{
    margin: 8px 0 0 0;
}
.popup_banda video{
    width: 100%;
    height: auto;
    background-color: #F0F0F0;
}
.popup_banda .video_parent{
    margin-top: 16px;
    display: block;
}
.popup_banda .video_parent:first-of-type{ margin-top: 0; }
.popup_banda .video_parent.big{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
    background-color: #101010;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}
.popup_banda .video_parent.big video{
    background-color: #101010;
    margin: 0;
}
.popup_banda .tags{
    margin-bottom: 8px;
}

.pageContent.signaturePage .bottomImage{
    margin-top: -128px;
}
.signaturePage a .btn{
    margin: 16px 0 14px 0;
}
#video_signature{
    margin-top: 12px;
    width: 100%;
    height: auto;
    background-color: #F0F0F0;
}
.corporativoPage a .btn{
    margin: 12px 0 0 0;
}

.pageContent.corporativoPage .bottomImage{
    margin-top: 12px;
}

.pageContent.destinationPage .sectionStatic{
    overflow: hidden;
    padding-bottom: 0;
}
#slider_frases {
    margin: 26px auto 0 -16px;
    margin: 26px auto 26px -16px;
    width: 100vw;
    overflow: visible;
    background-color: #98694c;
}
#slider_frases .swiper-slide{
    /*box-shadow: 0 3px 16px rgba(0,0,0,0.14);
    width: calc(100% - 64px);
    padding: 16px;*/
    padding: 16px 56px;
    width: 100%;
    align-self: center;
}
#slider_frases .swiper-slide h3{
    color: #F0F0F0;
}
.slide_nextBtn, .slide_prevBtn {
    position: absolute;
    top: calc(50% - 24px);
    cursor: pointer;
    height: 48px;
    width: 48px;
    padding: 6px;
    z-index: 10;
}
.slide_nextBtn svg, .slide_prevBtn svg{
    width: 36px;
    height: 36px;
}
.slide_nextBtn svg polyline, .slide_nextBtn svg line, .slide_prevBtn svg polyline, .slide_prevBtn svg line{
    stroke: #F0F0F0;
}
.slide_nextBtn svg:hover polyline, .slide_nextBtn svg:hover line, .slide_prevBtn svg:hover polyline, .slide_prevBtn svg:hover line{
    stroke: #010101;
}
#slider_frases .slide_prevBtn{
    left: 6px;
}
#slider_frases .slide_nextBtn{
    right: 6px;
}
#slider_frases .sideFade{
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 48px;
    z-index: 5;
}
#slider_frases .sideFade.left{
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
}
#slider_frases .sideFade.right{
    right: 0;
}
#slider_imagens{
    margin: 64px auto 0 -16px;
    width: 100vw;
}
#slider_imagens .swiper-slide{
}
#slider_imagens .image{
    width: 100%;
    padding-top: 50%;
    background-position: center;
    background-size: cover;
}
#slider_imagens .subtitle{
    width: 100%;
    padding: 8px 116px 8px 12px;
    background-color: rgba(255,255,255,1);
    text-align: left;
    height: 56px;
}
#slider_imagens .slide_nextBtn, #slider_imagens .slide_prevBtn{
    top: auto;
    bottom: 0;
    background-color: #FFFFFF;
    height: 56px;
    width: 52px;
    padding: 10px 8px;
}
#slider_imagens .slide_nextBtn{
    right: 0;
}
#slider_imagens .slide_prevBtn{
    right: 52px;
}
#slider_imagens .slide_nextBtn polyline, #slider_imagens .slide_nextBtn line, #slider_imagens .slide_prevBtn polyline, #slider_imagens .slide_prevBtn line{
    stroke: #C0C0C0;
} 
#slider_imagens .slide_nextBtn:hover polyline, #slider_imagens .slide_nextBtn:hover line, #slider_imagens .slide_prevBtn:hover polyline, #slider_imagens .slide_prevBtn:hover line{
    stroke: #808080;
} 
#slider_imagens p.small{
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.contactosPage .contacto, .informacaoPage .contacto{
    margin-top: 20px;
    word-break: break-word;
}
.contactosPage .contacto:first-of-type{ margin-top: 0; }
.contactosPage .contacto .image, .informacaoPage .contacto .image{
    border-radius: 50%;
    border: 1px solid #808080;
    width: 72px;
    height: 72px;
    padding: 18px;
    margin: 0 auto 8px auto;
    -ms-transition: border-color 0.15s linear 0s;
    transition: border-color 0.15s linear 0s;
}
.contactosPage .contacto:hover .image.pointer{
    border-color: #98694c;
}
.contacto .svgIcon{
    width: 36px;
    height: 36px;
}
.contacto .image.pointer .svgIcon{
    stroke: #808080;
}
.contacto:hover .image.pointer .svgIcon{
    stroke: #98694c;
}
.contactosPage .contacto p.small{ letter-spacing: 0; }
.contactosPage .contacto p a, .contactosPage .contacto p a:link, .contactosPage .contacto p a:visited{
    color: #101010;
}
.contactosPage .contacto p a:hover, .contactosPage .contacto p a:link:hover, .contactosPage .contacto p a:visited:hover{
    color: #98694c;
}
.contactosPage .halfGreyBottom{
    box-shadow: none;
}
.contactosPage .halfGreyBottom form{
    box-shadow: 0 3px 16px rgba(0,0,0,0.14);
    margin-bottom: 16px;
}
.livro_reclamacoes{
    margin: auto;
    width: 121px;
}
.outrosPage .banda:hover h3{
    color: #98694c;
}
.copperHover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #98694c;
    opacity: 0;
    -ms-transition: opacity 0.15s linear 0s;
    transition: opacity 0.15s linear 0s;
}
.outrosPage .banda:hover .copperHover{
    opacity: 0.66;
}
#outros_servicos{
    height: auto;
    max-height: 0;
    overflow: hidden;
    -ms-transition: max-height 0.25s linear 0s, padding 0.25s linear 0s;
    transition: max-height 0.25s linear 0s, padding 0.25s linear 0s;
    padding: 0;
    margin-bottom: 24px;
}
#outros_servicos p{
    opacity: 0;
    -ms-transition: opacity 0.15s linear 0s;
    transition: opacity 0.15s linear 0s;
}
#outros_servicos.open{
    max-height: 660px;
    padding: 12px 0 0 0;
}
#outros_servicos.open p{
    opacity: 1;
    -ms-transition: opacity 0.15s linear 0.05s;
    transition: opacity 0.15s linear 0.05s;
}

.blogPage .halfGreyBottom{
    margin-top: 32px;
    box-shadow: none;
}
.blogMusica{
    box-shadow: 0 3px 16px rgba(0,0,0,0.14);
}
.blogMusica .top {
    background-color: #101010;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.blogMusica .top .btn{
    margin: 0;
}
.blogMusica .top .btn:hover, .blogMusica .top .btn.active{
    border: 1px solid #F0F0F0;
    background-color: transparent;
    z-index: 1;
}
.blogMusica .top .btn:hover p, .blogMusica .top .btn.active p{
    color: #F0F0F0;
}
.blogMusica .left{
    background-color: #F0F0F0;
    padding: 16px;
}
.blogMusica .tags{
    justify-content: flex-start;
}
.blogMusica p.tag{
    cursor: pointer;
}
.blogMusica p.tag:hover{
    background-color: #101010;
}
.blogMusica .right{
    background-color: #FFFFFF;
}
.blogMusica .playlistParent .musica{
    background-color: #FFFFFF;
    -ms-transition: background-color 0.15s linear 0s;
    transition: background-color 0.15s linear 0s;
}
.blogMusica .playlistParent .musica.playing{
    background-color: #98694c;
}
#estilos_tags{
    display: none;
}
#open_estilos{
    margin-left: -1px;
}
.playlist{
    display: none;
}
#playlist_cm_noivo{ display: block; }

.recuperacaoPage .halfGreyBottom{
    box-shadow: none;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.recuperacaoPage .halfGreyBottom form{
    box-shadow: 0 3px 16px rgba(0,0,0,0.14);
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 12px;
}
.recuperacaoPage .halfGreyBottom:after{
    z-index: 0;
}
.loginPage form, .registoPage form{
    margin-bottom: 12px;
}
/*
.loginPage .halfGreyBottom, .recuperacaoPage .halfGreyBottom, .perfilPage .halfGreyBottom{
    box-shadow: none;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.loginPage .halfGreyBottom form, .recuperacaoPage .halfGreyBottom form{
    box-shadow: 0 3px 16px rgba(0,0,0,0.14);
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 12px;
}
.loginPage .halfGreyBottom:after, .recuperacaoPage .halfGreyBottom:after{
    z-index: 0;
}
*/
.pageContent.loginPage .pageText h3, .pageContent.registoPage .pageText h3{
    margin-top: 32px;
}
#mb_login_error, #mb_regist_error, #mb_recuperacao_error, #mb_register_error{
    letter-spacing: 0;
    margin: 12px 1px -5px 1px;
    color: #FF212F;
}
#mb_login_submit, #mb_register_submit{
    margin-top: 24px;
}
/*
.registoPage .halfGreyBottom{
    box-shadow: none;
}
*/
.perfilPage .halfGreyBottom{
    box-shadow: none;
}
.perfilPage .halfGreyBottom form{
    box-shadow: 0 3px 16px rgba(0,0,0,0.14);
    width: 100%;
}
.perfilPage .halfGreyBottom h4{
    text-align: left;
    margin-bottom: 4px;
    padding: 0 1px;
    margin-top: 12px;
}
.perfilPage .halfGreyBottom h4 + .inputParent{
    margin-top: 0;
}
.registoPage .halfGreyBottom form{
    box-shadow: 0 3px 16px rgba(0,0,0,0.14);
}
.perfilPage .documentos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -6px;
}
.perfilPage .documentos .btn{
    margin: 6px;
}
.perfilPage .formulario .contactos svg{
    display: inline-block;
    height: 48px;
    width: 48px;
    margin-top: 12px;
}
.perfilPage .formulario .contactos a{
    word-break: break-word;
}
.perfilPage .formulario .contactos h4{
    margin-bottom: 4px;
}
.perfilPage .formulario .contactos{
    display: block;
    width: auto;
}

.maisServicos + h3{
    margin-top: 18px;
}

.ui-widget.ui-widget-content{
    border: none;
}
.ui-widget-header{
    border: none;
    background: #F0F0F0;
    font-weight: 500;
}
.ui-datepicker{
    width: calc(100% - 80px);
    padding: 0;
    background: #FFFFFF;
    margin: 12px 0 0 -12px;
}
.ui-datepicker *, .ui-datepicker .ui-datepicker-title, .ui-datepicker .ui-datepicker-title select{
    font-family: 'Prompt', sans-serif !important;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
    font-weight: 300 !important;
    color: #101010 !important;
    border-radius: 0px !important;
    border: none !important;
    text-align: center !important;
}
.ui-datepicker .ui-datepicker-header{
    padding: 8px 0 0 0;
}
.ui-datepicker .ui-datepicker-title{
    margin: 0 32px;
}
select{
    border: none;
    border-radius: 0;
    background-color: #FFFFFF;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    width: calc(50% - 4px);
}
.ui-datepicker .ui-datepicker-title select{
    margin: 0 2px;
}
.ui-widget-header .ui-icon {
    /*background-image: url(images/ui-icons_444444_256x240.png);*/
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: 6px;
    width: 24px;
    height: 24px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 4px;
}
.ui-datepicker .ui-datepicker-next {
    right: 4px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    left: calc(50% - 8px);
    margin-left: 0;
    top: calc(50% - 8px);
    margin-top: 0;
}

.ui-datepicker table{
    margin: 0 0 4px 0;
}
.ui-datepicker table thead{
    background-color: #F0F0F0;
}
.ui-datepicker th{
    padding: 4px 2px;
}
.ui-datepicker th span{
    font-weight: 400 !important;
    color: #808080 !important;
    font-size: 10px !important;
    line-height: 14px !important;
}
.ui-datepicker td{
    padding: 4px 1px 0 1px;
}
.ui-datepicker td span, .ui-datepicker td a{
    padding: 0;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-priority-secondary, .ui-widget-content .ui-priority-secondary{
    opacity: 1;
    color: #808080 !important;
}
.ui-widget-header .ui-state-disabled {
    opacity: 0.33;
}
.ui-state-default{
    background: #FFFFFF !important;
}
.ui-state-disabled .ui-state-default{
    color: #C0C0C0 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-state-default:hover{
    background: #F0F0F0 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
    color: inherit;
    font-weight: inherit;
    background: inherit;
    border: inherit;
}

.delete_must_have{
    float: right;
    margin-top: -10px;
    cursor: pointer;
}
.delete_must_have .svgIcon{
    fill: #808080;
}
.delete_must_have:hover .svgIcon{
    fill: #010101;
}
.inputMustHave .inputText{
    width: calc(100% - 36px);
    float: left;
}
#add_new_must_have{
    cursor: pointer;
    width: 100%;
    padding: 6px;
    display: flex;
    justify-content: center;
    border: 1px solid #F0F0F0;
    -ms-transition: border 0.15s linear;
    transition: border 0.15s linear;
}
#add_new_must_have:hover{
    border: 1px solid #010101;
}
#add_new_must_have p{
    text-align: left;
    letter-spacing: 0;
    line-height: 26px;
    color: #808080;
    margin-left: 6px;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
}
#add_new_must_have:hover p{
    color: #010101;
}
#add_new_must_have .svgIcon{
    -ms-transition: fill 0.15s linear;
    transition: fill 0.15s linear;
    fill: #808080;
}
#add_new_must_have:hover .svgIcon{
    fill: #010101;
}




@media(min-width:360px){
    #slider_frases .swiper-slide{
        /*width: calc(100% - 96px);*/
        padding: 16px 64px;
    }
    #slider_frases .sideFade{
        width: 52px;
    }
    
    .halfGreyBottom{
        width: calc(100% - 32px);
    }
    .halfGreyBottom:after{
        left: -32px;
    }
    
    .ui-datepicker{
        width: calc(100% - 216px);
    }
}



@media(min-width:480px){
    header{
        padding: 16px 16px 10px 16px;
    }
    #openMenu{
        margin-top: -3px;
    }
    header .menu{
        width: 50%;
        padding-top: 62px;
    }
    footer{
        padding: 48px 24px 12px 24px;
    }
    footer .bottom{
        margin: 48px 0 0 0;
    }
    footer .bottom p:first-of-type{
        width: auto;
    }
    
    .checkboxParent.big, .radioParent.big{
        margin-top: 36px;
    }
    .popup.geral .text{
        width: calc(100% - 96px);
        left: 48px;
        padding: 24px;
        -ms-transform: translateY(-50%) translateY(-48px);
        transform: translateY(-50%) translateY(-48px);
    }
    .popup.geral.open.close .text{
        -ms-transform: translateY(-50%) translateY(48px);
        transform: translateY(-50%) translateY(48px);
    }
    .popup.geral .text svg{
        width: 48px;
        height: 48px;
        margin: 24px auto;
    }
    #popup_blog_inicial h3:last-of-type{
        margin-top: 18px;
    }
    .popup.geral .btns_parent{
        margin-top: 24px;
    }
    #popup_recover_password h3{
        margin-bottom: 12px;
    }
    
    /**/
    .parallaxPage{
        height: calc(100vh - 62px);
    }
    .sectionParallax{
        padding: 24px 72px;
    }
    .sectionStatic{
        padding: 96px 72px;
    }
    .sectionStatic.withImage .content{
        padding: 0 72px;
    }
    #scrollArrow{
        -ms-transform: translateZ(-0.2px) scale(1.2) translateY(7vh);
        transform: translateZ(-0.2px) scale(1.2) translateY(7vh);
    }
    .pageContent .bottomImage{
        width: 150%;
        margin-top: -24px;
    }
    .pageContent .pageText p, .pageContent .pageText h3, .popup_banda .text p:not(.tag):not(.small), .popup_servicos .text p:not(.tag):not(.small){
        margin-top: 6px;
    }
    
    .pageContent h2 {
        margin-top: 96px;
    }
    .pageContent .pageText h2 + h3{
        margin-top: 22px;
    }
    .pageContent:not(.parallaxPage){
        padding: 96px 24px;
        margin-top: 62px;
    }
    .pageContent:not(.parallaxPage) .pageText p, .pageContent:not(.parallaxPage) .pageText h3{
        padding: 0 48px;
    }
    .playlistParent .musica{
        padding: 12px 24px;
    }
    .playlistParent .musica:first-of-type{
        padding: 24px 24px 12px 24px;
    }
    .playlistParent .musica:last-of-type{
        padding: 12px 24px 24px 24px;
    }
    .playlistParent .musica .info{
        width: calc(100% - 88px);
    }
    .halfGreyBottom{
        margin-top: 18px;
        width: 100%;
    }
    .halfGreyBottom:after{
        left: -72px;
        height: calc(50% + 96px);
    }
    .pageContent:not(.parallaxPage) .halfGreyBottom{
        width: calc(100% - 96px);
        margin-top: 30px;
    }
    .halfGreyBottom .top{
        padding: 36px;
    }
    .halfGreyBottom .bottom{
        padding: 24px;
    }
    .halfGreyBottom h3 {
        margin-top: 30px;
        margin-bottom: 18px;
    }
    #open_mb_change_password{
        margin-top: 6px;
    }
    
    
    /**/
    .instagramFeed .top{
        padding: 24px;
    }
    .pageContent.home .sectionStatic p {
        margin-top: 6px;
    }
    
    .pageContent.marcaPage .bottomImage {
        margin-top: -120px;
    }
    .premios{
        padding: 0 24px;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
    }
    .premios .premio{
        padding: 0;
        width: calc(50% - 12px);
        max-width: 100%;
        margin: 24px 0 0 0;
    }
    .premios .badge{ 
        margin: 6px auto 8px auto;
    }
    .premios.reconhecimentos .premio:nth-of-type(1){
        margin: 0 calc(25% + 6px);
    }
    .premios:not(.reconhecimentos) .premio:nth-of-type(2){ margin-top: 0; }
    
    .servicos {
        margin: 36px 72px 48px 72px;
    }
    .servicos .servico {
        margin-top: 32px;
    }
    .servicos .btn, .home .btn {
        margin-top: 18px;
    }
    .servicos p.small{
        margin-top: 4px;
    }
    .servicosPage .bottomBar{
        padding: 48px 72px;
    }
    
    .bandas{
        margin: 42px auto 48px auto;
        padding: 0 36px;
    }
    .djsPage .pageText{
        margin-bottom: 48px;
    }
    .bandas .banda, .bandas .bandaNew{
        margin-top: 48px;
        margin-left: auto;
        margin-right: auto;
    }
    .bandas .banda .top, .bandasPage .bandas .bandaNew .content{
        padding: 16px;
    }
    .bandas .banda h3 {
        margin-bottom: 4px;
    }
    .bandas .banda .exclusive{
        padding: 3px 8px 3px 10px;
    }
    .bandas .banda .exclusive svg{
        margin-left: 6px;
    }
    .popup_banda .top, .popup_servicos .top{
        padding: 6px;
    }
    .popup_banda .text, .popup_servicos .text{
        padding: 36px;
    }
    .popup_banda .tags{
        /*margin: 4px -3px 10px -3px;*/
        margin: 4px 0 10px 0;
    }
    .popup_banda h3 {
        margin-top: 30px;
    }
    .popup_banda h3:first-of-type {
        margin-top: 24px;
    }
    .popup_banda .musicas{
        margin: 18px 0 0 0;
    }
    .popup_banda .videos {
        margin: 18px 0 0 0;
    }
    .popup_banda .bottom, .popup_servicos .bottom{
        padding: 24px;
    }
    .popup_banda video{
        margin-top: 24px;
    }
    
    .pageContent.signaturePage .bottomImage{
        margin-top: -192px;
    }
    
    #slider_frases {
        margin: 42px auto 0 -72px;
        margin: 42px auto 42px -72px;
    }
    #slider_frases .swiper-slide{
        /*width: calc((4 * ((100vw - 168px) / 6)) + 72px);*/
        padding: 24px 72px;
    }
    #slider_frases .sideFade{
        width: 96px;
    }
    /*
    #slider_frases .slide_nextBtn, #slider_frases .slide_prevBtn{
        top: 14px;
    }
    */
    #slider_frases .slide_nextBtn{
        right: 14px;
    }
    #slider_frases .slide_prevBtn{
        left: 14px;
    }
    #slider_imagens {
        margin: 96px auto 0 -72px;
    }
    
    .contactosPage .contactos{
        width: calc(100% + 96px);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: self-start;
        align-content: flex-start;
    }
    .contactosPage .contacto{
        width: calc(50% - 12px);
        margin-top: 32px;
    }
    .contactosPage .contacto:nth-of-type(2){ margin-top: 0; }
    .contactosPage .contacto:nth-of-type(1), .contactosPage .contacto:nth-of-type(3){ margin-right: 24px; }
    .informacaoPage .contacto{
        margin-top: 32px;
    }
    .informacaoPage .btn{
        margin: 12px 6px 0 6px;
    }
    .perfilPage .halfGreyBottom h4{
        margin-top: 18px;
        margin-bottom: 6px;
    }
    #outros_servicos{
        margin-bottom: 36px;
    }
    
    #mb_login_error, #mb_regist_error, #mb_recuperacao_error, #mb_register_error{
        margin: 18px 1px -5px 1px;
    }
    /*
    .loginPage .halfGreyBottom form, .recuperacaoPage .halfGreyBottom form, .contactosPage .halfGreyBottom form{
        margin-bottom: 18px;
    }
    */
    .recuperacaoPage .halfGreyBottom form, .contactosPage .halfGreyBottom form, .loginPage form{
        margin-bottom: 18px;
    }
    .registoPage form{
        margin-bottom: 0;
    }
    
    .blogPage .halfGreyBottom{
        margin-top: 30px;
    }
    .blogMusica .top, .blogMusica .left{
        padding: 24px;
    }
    
    .maisServicos + h3 {
        margin-top: 30px;
    }
    
    #video_signature{
        margin-top: 18px;
    }
    .signaturePage a .btn{
        margin: 24px 0 26px 0;
    }
    .corporativoPage a .btn{
        margin: 18px 0 0 0;
    }
    .informacaoPage .left, .informacaoPage .right{
        padding: 96px 24px;
    }
    .informacaoPage .right h3 {
        margin: 30px auto 0 auto;
    }
}



@media(min-width:600px){
    /*.bandas .banda .exclusive{ display: none; }*/
    header .menu + div{
        display: block;
    }
    #btn_pedir_orcamento{
        display: inline-block;
        margin-top: -6px;
    }
    #btn_pedir_orcamento p {
        color: #FFFFFF;
        line-height: 36px;
        -ms-transition: color 0.15s linear 0s;
        transition: color 0.15s linear 0s;
    }
    #btn_pedir_orcamento:hover p{
        color: #98694c;
    }
    #openMenu{
        margin-right: 96px;
        margin-top: -6px;
    }
    header .menu {
        width: calc((4 * ((100vw - 264px) / 8)) + 72px);
    }
    header img{
        height: 54px;
        width: 207px;
        transform-origin: top;
        -ms-transition: height 0.25s linear 0s, width 0.25s linear 0s;
        transition: height 0.25s linear 0s, width 0.25s linear 0s;
    }
    header.down img, header.fixed img{
        height: 36px;
        width: 138px;
    }
    
    /**/
    .sectionParallax{
        padding: 24px calc((1 * ((100vw - 264px) / 8)) + 72px);
    }
    .sectionStatic {
        padding: 96px calc((1 * ((100vw - 264px) / 8)) + 72px);
    }
    .sectionStatic.withImage .content{
        padding: 0 calc((1 * ((100% - 264px) / 8)) + 72px);
    }
    .pageContent .bottomImage{
        width: 130%;
    }
    .pageContent:not(.parallaxPage){
        padding: 96px 48px;
    }
    .pageContent:not(.parallaxPage) .pageText p, .pageContent:not(.parallaxPage) .pageText h3{
        padding: 0 calc((1 * ((100% - 168px) / 8)) + 24px);
    }
    .halfGreyBottom:after{
        left: calc((-1 * ((100vw - 264px) / 8)) - 72px);
    }
    .pageContent:not(.parallaxPage) .halfGreyBottom{
        width: calc((6 * ((100vw - 264px) / 8)) + 120px);
    }
    .popup.geral .text{
        width: calc((6 * ((100% - 264px) / 8)) + 120px);
        left: calc(((100% - 264px) / 8) + 72px);
    }
    .popup_banda .top, .popup_servicos .top, .popup.geral .top{
        background-color: transparent;
        position: fixed;
        width: auto;
        right: 12px;
        top: 16px;
        padding: 0;
    }
    .popup.geral .top{
        display: block;
    }
    .ui-datepicker{
        width: calc((6 * ((100vw - 264px) / 8)) + 48px);
        overflow: hidden;
    }
    .ui-widget.ui-widget-content{
        background-color: #F0F0F0;
        /*
        background: -moz-linear-gradient(top, #F0F0F0 0%, #F0F0F0 33%, #FFFFFF 33%, #FFFFFF 100%);
        background: -webkit-linear-gradient(top, #F0F0F0 0%,#F0F0F0 33%,#FFFFFF 33%,#FFFFFF 100%);
        background: linear-gradient(to bottom, #F0F0F0 0%,#F0F0F0 33%,#FFFFFF 33%,#FFFFFF 100%);
        */
    }
    .ui-datepicker .ui-datepicker-header{
        width: 100%;
        max-width: 288px;
        margin: auto;
    }
    .ui-datepicker .ui-datepicker-calendar{
        width: 100%;
        max-width: 288px;
        margin: auto;
        background-color: #FFFFFF;
        position: relative;
    }
    .ui-datepicker .ui-datepicker-calendar:after{
        position: absolute;
        width: calc((6 * ((100vw - 264px) / 8)) + 120px);
        height: calc(100% - 28px);
        left: 50%;
        bottom: 0;
        background-color: #FFFFFF;
        display: block;
        z-index: -1;
        content: '';
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #open_mb_change_password{
        margin-top: 8px;
    }
    
    /**/
    .pageContent.marcaPage .bottomImage {
        margin-top: -144px;
    }
    .premios{
        padding: 0 48px;
    }
    
    .bandas{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        padding: 0 24px;
    }
    .bandas .banda, .bandas .bandaNew{
        width: calc(50% - 12px);
        margin-left: 0;
        margin-right: 0;
    }
    .bandas .bandaNew{
        display: flex;
        flex-direction: column;
    }
    .bandas .bandaNew a:first-child, .bandas .bandaNew .bottom{
        flex: 0;
    }
    .bandas .bandaNew .content{
        flex: 1;
    }
    .bandas .banda h3{
        margin-bottom: 2px;
    }
    .bandasPage .maisServicos + h3, .outrosPage .maisServicos{
        margin-bottom: 96px;
    }
    /*
    .bandas .banda.big{ width: 100%; }
    .bandas .banda.big h3{
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 4px;
    }
    .bandas .banda.big p.small{
        font-size: 14px;
        line-height: 22px;
    }
    .bandas .banda.big .content{
        width: calc(100% - 72px);
        margin: -36px 36px 0 36px;
    }
    .bandas .banda.big .top{
        padding: 36px;
    }
    .bandas .banda.big .bottom{
        padding: 24px;
    }
    .bandas .banda.big .tags{
        margin: 2px -3px 0 -3px;
    }
    */
    .pageContent .bandas .banda:not(.big):nth-of-type(2), .pageContent .bandas .bandaNew:not(.big):nth-of-type(2){ margin-top: 0; }
    .popup_banda .content, .popup_servicos .content{
        width: calc(100% - 96px);
        margin: 48px auto;
        box-shadow: 0 3px 16px rgba(0,0,0,0.14);
    }
    
    #slider_frases{
        margin: 42px auto 42px calc((-1 * ((100vw - 264px) / 8)) - 72px);
    }
    #slider_frases .swiper-slide {
        /*width: calc((4 * ((100vw - 264px) / 8)) + 72px);*/
        padding: 36px calc((1 * ((100vw - 264px) / 8)) + 72px);
    }
    #slider_imagens {
        margin: 96px auto 0 calc((-1 * ((100vw - 264px) / 8)) - 72px);
    }

}



@media(min-width:720px){
    .premios{
        padding: 0 calc((1 * ((100vw - 264px) / 8)) + 72px);
    }
    
    .servicos{
        width: 100%;
        padding: 0 72px;
        margin: 36px 0 48px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
    }
    .servicos .servico{
        width: calc(50% - 12px);
    }
    .servicos .servico:nth-of-type(1){
        margin-right: 24px;
    }
    .servicos .servico:nth-of-type(2){ margin-top: 0; }
    .popup_banda .content, .popup_servicos .content{
        width: calc((6 * ((100vw - 264px) / 8)) + 120px);
    }
    .bandas{
        padding: 0 48px;
    }
    
    .currentMusic .timeBar, .videoControls .timeBar{
        margin-bottom: 0;
    }
    .currentMusic p:first-of-type {
        margin: 0 8px 0 14px;
    }
    .currentMusic p:last-of-type {
        /*margin: 0 14px 0 8px;*/
        margin: 0 0 0 8px;
    }
    .currentMusic .music_play svg{
        margin: -4px 4px;
    }
    .currentMusic .music_loop svg {
        margin-right: 4px;
    }
    .currentMusic .music_mix svg {
        margin-left: 0;
    }
    .currentMusic .timeBar{
        /*width: calc(100% - 268px);*/
        width: calc(100% - 210px);
        order: 5;
    }
    .videoControls .timeBar{
        width: calc(100% - 92px);
    }
    .currentMusic .music_back{ order: 0; }
    .currentMusic .music_play{  order: 1; }
    .currentMusic .music_foward{ order: 2; }
    .currentMusic p:first-of-type{ order: 3; }
    .currentMusic p:last-of-type{ order: 6; }
    .currentMusic .music_loop{ order: 7; }
    .currentMusic .music_mix{ order: 8; }
    
    .informacaoPage{
        display: flex;
    }
    .informacaoPage .left, .informacaoPage .right{
        width: 50%;
    }
}
@media (min-width:720px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* .servicos{ margin-left: auto; } */
}


@media(min-width:960px){
    #logoutBtn{
        display: none;
    }
    body, p, .bandas .banda.big p.small, #slider_imagens p.small{
        font-size: 16px;
        line-height: 26px;
    }
    p.small, .btn p, input, textarea{
        font-size: 14px;
        line-height: 24px;
    }
    .pageContent .pageText p.small{
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.8px;
    }
    p.tag{
        font-size: 14px;
        line-height: 18px;
        padding: 1px 6px;
    }
    footer .bottom p{
        font-size: 11px;
        line-height: 13px;
    }
    h1{
        font-size: 64px;
        line-height: 64px;
        letter-spacing: 3px;
    }
    h2, .bandas .banda.big h3{
        font-size: 42px;
        line-height: 46px;
    }
    h3{
        font-size: 28px;
        line-height: 32px;
    }
    
    header{
        padding: 18px 18px 10px 18px;
    }
    #logoutBtnMenu{
        display: inline-block;
        margin-left: 22px;
        margin-top: -6px;
    }
    #logoutBtnMenu p{
        color: #FFFFFF;
        line-height: 36px;
        -ms-transition: color 0.15s linear 0s;
        transition: color 0.15s linear 0s;
    }
    #logoutBtnMenu:hover p{
        color: #808080;
    }
    #openMenu{
        margin-right: 110px;
    }
    #openMenu.widthLogout{
        margin-right: 105px;
    }
    header img {
        height: 70px;
        width: 268px;
    }
    header.down img, header.fixed img{
        height: 42px;
        width: 160px;
    }
    header .menu li{
        padding: 10px 18px;
    }
    header .menu li.submenu{
        padding: 8px 18px 8px 36px;
    }
    header .menu {
        width: calc((3 * ((100vw - 396px) / 8)) + 72px);
        padding-top: 70px;
    }
    footer{
        padding: 72px 36px 18px 36px;
    }
    footer .bottom {
        margin: 72px 0 0 0;
    }
    footer img{
        height: 42px;
        width: 161px;
        
        height: 60px;
        width: 66px;
        margin: 0 auto -12px auto;
    }
    
    .popup.geral .text{
        width: calc((4 * ((100% - 396px) / 8)) + 108px);
        left: calc((2 * ((100% - 396px) / 8)) + 144px);
        padding: 36px;
        -ms-transform: translateY(-50%) translateY(-72px);
        transform: translateY(-50%) translateY(-72px);
    }
    .popup.geral.open.close .text{
        -ms-transform: translateY(-50%) translateY(72px);
        transform: translateY(-50%) translateY(72px);
    }
    .popup.geral .text svg{
        margin: 36px auto;
    }
    #popup_blog_inicial h3:last-of-type{
        margin-top: 24px;
    }
    .popup.geral .btns_parent{
        margin-top: 36px;
    }
    #popup_recover_password h3{
        margin-bottom: 16px;
    }
    .popup_banda .top, .popup_servicos .top, .popup.geral .top{
        right: 18px;
        top: 24px;
    }
    .btn{
        padding: 6px 14px;
    }
    .btn.cancel, #mb_change_send{
        margin-left: 12px;
    }
    .inputParent{
        padding: 12px 16px;
        margin-top: 18px;
        width: calc(50% - 9px);
        float: left;
    }
    .fakeInputParent{
        margin-top: 18px;
    }
    .inputParent:nth-of-type(1), .inputParent:nth-of-type(2){ margin-top: 0; }
    .inputParent.big:nth-of-type(2){ margin-top: 18px; }
    .inputParent:nth-of-type(2n){ 
        margin-left: 18px;
    }
    .inputParent.big{
        width: 100%;
        /*float: none;*/
        clear: both;
        margin-left: 0 !important;
    }
    input, textarea{
        line-height: 20px;
    }
    .inputParent p{
        -ms-transform:translateY(8px) scale(1);
        transform: translateY(8px) scale(1);
    }
    .inputSelect{
        padding: 12px 52px 12px 16px;
    }
    .selectParent{
        width: calc(50% - 9px);
        margin-top: 18px;
    }
    .selectParent .svgIcon{
        top: 12px;
        right: 12px;
    }
    .checkboxParent, .radioParent{
        width: calc(50% - 9px);
        float: left;
        margin-top: 18px;
    }
    .radioParent{
        margin-top: 8px;
    }
    .checkboxParent:nth-of-type(2n), .radioParent:nth-of-type(2n){
        margin-left: 18px;
    }
    .checkboxParent:nth-of-type(2), .radioParent:nth-of-type(2){ margin-top: 0; }
    .checkboxParent.big, .radioParent.big{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .checkboxParent.big, .radioParent.big{
        margin-top: 48px;
    }
    
    /**/
    .parallaxPage{
        height: calc(100vh - 70px);
    }
    .sectionParallax{
        padding: 36px calc((1 * ((100vw - 396px) / 8)) + 108px);
    }
    #scrollArrow{
        -ms-transform: translateZ(-0.2px) scale(1.2) translateY(5.2vh);
        transform: translateZ(-0.2px) scale(1.2) translateY(5.2vh);
    }
    .sectionStatic {
        padding: 144px calc((2 * ((100vw - 396px) / 8)) + 144px);
    }
    .sectionStatic.withImage .content {
        padding: 0 calc((1 * ((100% - 396px) / 8)) + 108px);
    }
    .pageContent h2 {
        margin-top: 130px;
        margin-bottom: 20px;
    }
    .pageContent .pageText p, .pageContent .pageText h3, .popup_banda .text p:not(.tag):not(.small), .popup_servicos .text p:not(.tag):not(.small){
        margin-top: 8px;
    }
    .pageContent .pageText h2 + h3{
        margin-top: 30px;
    }
    .pageContent .bottomImage{
        margin-top: -36px;
        width: 110%;
    }
    .pageContent:not(.parallaxPage){
        padding: 144px 72px;
        margin-top: 70px;
    }
    .pageContent:not(.parallaxPage) .pageText p, .pageContent:not(.parallaxPage) .pageText h3{
        padding: 0 calc((1 * ((100% - 252px) / 8)) + 36px);
    }
    .currentMusic, .videoControls{
        padding: 18px;
    }
    .currentMusic p{
        width: 44px;
        line-height: 23px;
    }
    .currentMusic p:first-of-type {
        margin: 0 8px 0 14px;
    }
    .currentMusic p:last-of-type {
        /*margin: 0 14px 0 8px;*/
        margin: 0 0 0 8px;
    }
    .currentMusic .music_play svg{
        margin: -4px 4px;
    }
    .currentMusic .music_loop svg {
        margin-right: 4px;
    }
    .currentMusic .timeBar{
        /*width: calc(100% - 268px);*/
        width: calc(100% - 210px);
    }
    .playlistParent .musica {
        padding: 10px 24px;
    }
    .playlistParent .musica:first-of-type{
        padding: 24px 24px 10px 24px;
    }
    .playlistParent .musica:last-of-type{
        padding: 10px 24px 24px 24px;
    }
    .playlistParent .musica .info p{
        line-height: 19px;
    }
    .playlistParent .musica .info {
        width: calc(100% - 104px);
    }
    .playlistParent .musica .time{
        width: 40px;
    }
    .tags{
        margin: 2px -4px 0 -4px;
        width: calc(100% + 8px);
    }
    /*
    p.tag {
        margin: 4px;
    }
    */
    #momentos_tags p.tag{
        margin: 4px;
    }
    #momentos_tags p:not(.tag){
        margin: 4px;
    }
    .blogMusica .tags{
        flex-direction: column;
        align-items: baseline;
        align-content: baseline;
    }
    .halfGreyBottom{
        margin-top: 22px;
        width: calc((6 * ((100vw - 396px) / 8)) + 180px);
        margin-left: calc((-1 * ((100vw - 396px) / 8)) - 36px);
    }
    .halfGreyBottom .top{
        padding: 48px;
    }
    .halfGreyBottom .bottom{
        padding: 36px;
    }
    .halfGreyBottom h3{
        margin-top: 42px;
        margin-bottom: 30px;
    }
    .halfGreyBottom:after{
        height: calc(50% + 144px);
        left: calc((-1 * ((100vw - 396px) / 8)) - 108px);
    }
    .pageContent:not(.parallaxPage) .halfGreyBottom{
        margin-left: auto;
        margin-top: 38px;
        width: calc((6 * ((100vw - 396px) / 8)) + 180px);
    }
    .pageContent:not(.parallaxPage) .halfGreyBottom:after{
        left: calc((-1 * ((100vw - 396px) / 8)) - 108px);
    }
    
    /**/
    .pageContent.home .sectionStatic p{
        margin-top: 4px;
    }
    .instagramFeed .top{
        padding: 36px;
    }
    
    .pageContent.marcaPage .bottomImage {
        margin-top: -216px;
    }
    .premios{
        padding: 0 calc((1 * ((100vw - 396px) / 8)) + 108px);
    }
    .premios .premio{
        margin-top: 36px;
        width: calc(50% - 18px);
    }
    .premios .badge{
        margin: 8px auto 10px auto;
    }
    .premios p.small{
        line-height: 22px;
    }
    
    .servicos{
        margin: 56px 0 72px 0;
    }
    .servicos .servico{
        margin-top: 42px;
        width: calc(50% - 18px);
    }
    .servicos .servico:first-of-type{
        margin-right: 36px;
    }
    .servicos .btn, .home .btn {
        margin-top: 30px;
    }
    .servicos p.small{
        margin-top: 6px;
    }
    .servicosPage .bottomBar{
        padding: 72px;
    }
    
    .bandas{
        margin: 72px auto;
        padding: 0 72px;
    }
    .djsPage .pageText{
        margin-bottom: 72px;
    }
    .bandas .banda, .bandas .bandaNew{
        margin-top: 72px;
        width: calc(50% - 18px);
    }
    .outrosPage .bandas .banda .content {
        box-shadow: 0 4px 24px rgba(0,0,0,0.14);
        width: calc(100% - 48px);
        margin: -24px 24px 0 24px;
    }
    .bandas .banda .top, .bandasPage .bandas .bandaNew .content{
        padding: 24px;
    }
    .bandas .banda .bottom {
        padding: 18px;
    }
    .bandas .banda h3{
        margin-bottom: 4px;
    }
    .bandas .bandaNew h3{
        margin-bottom: 18px;
        padding: 0 24px;
    }
    .bandasPage .maisServicos + h3, .outrosPage .maisServicos{
        margin-bottom: 144px;
    }
    /*
    .bandas .banda.big{
        margin-right: auto;
        margin-left: auto;
        width: calc((6 * ((100% - 252px) / 8)) + 180px);
    }
    .bandas .banda.big .content {
        width: calc(100% - 96px);
        margin: -48px 48px 0 48px;
    }
    .bandas .banda.big .top{
        padding: 48px;
    }
    .bandas .banda.big .bottom {
        padding: 36px;
    }
    .bandas .banda.big h3{
        margin-bottom: 8px;
    }
    .bandas .banda.big .tags {
        margin: 6px -4px 0 -4px;
    }
    */
    .popup_banda .content, .popup_servicos .content{
        margin: 72px auto;
        width: calc((6 * ((100vw - 396px) / 8)) + 180px);
        box-shadow: 0 4px 24px rgba(0,0,0,0.14);
    }
    .popup_banda .text, .popup_servicos .text {
        padding: 48px;
    }
    .popup_banda .musicas {
        margin: 28px 0 0 0;
    }
    .popup_banda h3 {
        margin-top: 42px;
    }
    .popup_banda h3:first-of-type {
        margin-top: 34px;
    }
    .popup_banda h2, .popup_servicos h2 {
        margin-bottom: 8px;
    }
    .popup_banda .tags {
        /*margin: 6px -4px 14px -4px;*/
        margin: 6px 0 14px 0;
    }
    .popup_banda .bottom, .popup_servicos .bottom {
        padding: 36px;
    }
    
    .pageContent.signaturePage .bottomImage{
        margin-top: -288px;
    }
    
    .pageContent.corporativoPage .bottomImage{
        margin-top: 18px;
    }
    
    #slider_frases{
        margin: 66px auto 66px calc((-2 * ((100vw - 396px) / 8)) - 144px);
    }
    #slider_frases .sideFade{
        width: 144px;
    }
    #slider_frases .swiper-slide{
        padding: 48px calc((1 * ((100vw - 396px) / 8)) + 108px);
        /*padding: 24px;
        width: calc((3 * ((100vw - 396px) / 8)) + 72px);
        box-shadow: 0 4px 24px rgba(0,0,0,0.14);*/
    }
    /*
    #slider_frases .slide_nextBtn, #slider_frases .slide_prevBtn{
        top:26px;
    }
    */
    #slider_frases .slide_nextBtn{
        right: 26px;
    }
    #slider_frases .slide_prevBtn{
        left: 26px;
    }
    #slider_imagens{
        margin: 144px auto 0 calc((-2 * ((100vw - 396px) / 8)) - 144px);
    }
    #slider_imagens .subtitle{
        padding: 12px 170px 12px 18px;
        height: 76px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.5);
    }
    #slider_imagens .slide_nextBtn, #slider_imagens .slide_prevBtn{
        height: 76px;
        width: 76px;
        padding: 20px;
    }
    #slider_imagens .slide_prevBtn {
        right: 76px;
    }
    
    .contactosPage .contactos{
        width: calc((6 * ((100vw - 396px) / 8)) + 180px);
    }
    .contactosPage .contacto{
        width: calc(50% - 18px);
        margin-top: 44px;
    }
    .contactosPage .contacto:nth-of-type(1), .contactosPage .contacto:nth-of-type(3){ margin-right: 36px; }
    .contactosPage .contacto .image, .informacaoPage .contacto .image{
        margin: 0 auto 12px auto;
    }
    .informacaoPage .contacto{
        margin-top: 44px;
    }
    .informacaoPage .right h3 {
        margin: 42px auto 0 auto;
    }
    .informacaoPage .left, .informacaoPage .right{
        padding: 144px 36px;
    }
    .informacaoPage .btn{
        margin: 16px 8px 0 8px;
    }
    .perfilPage .halfGreyBottom h4{
        margin-top: 32px;
        margin-bottom: 8px;
    }
    #outros_servicos{
        margin-bottom: 46px;
    }
    #outros_servicos.open{
        padding: 18px 0 0 0;
        max-height: 420px;
    }
    /*
    .loginPage .halfGreyBottom form, .recuperacaoPage .halfGreyBottom form, .contactosPage .halfGreyBottom form {
        margin-bottom: 30px;
    }
    .registoPage .halfGreyBottom form, .perfilPage .halfGreyBottom form, .loginPage .halfGreyBottom form, .recuperacaoPage .halfGreyBottom form, .contactosPage .halfGreyBottom form, .blogMusica{
        box-shadow: 0 4px 24px rgba(0,0,0,0.14);
    }
    */
    .recuperacaoPage .halfGreyBottom form, .contactosPage .halfGreyBottom form, .loginPage form {
        margin-bottom: 30px;
    }
    .perfilPage .halfGreyBottom form, .recuperacaoPage .halfGreyBottom form, .contactosPage .halfGreyBottom form, .blogMusica{
        box-shadow: 0 4px 24px rgba(0,0,0,0.14);
    }
    .pageContent.loginPage .pageText h3, .pageContent.registoPage .pageText h3 {
        margin-top: 48px;
        margin-bottom: 24px;
    }
    #mb_login_submit, #mb_register_submit{
        margin-top: 36px;
    }
    
    .blogPage .halfGreyBottom{
        margin-top: 42px;
        width: calc((8 * ((100vw - 396px) / 8)) + 252px);
        margin-left: calc((-2 * ((100vw - 396px) / 8)) - 72px);
    }
    .blogPage .halfGreyBottom:after{
        left: -72px;
    }
    .blogMusica .middle{
        display: flex;
    }
    .blogMusica .left{
        width: 33.33%;
    }
    .blogMusica .right{
        width: 66.66%;
    }
    .blogMusica .top, .blogMusica .left{
        padding: 24px;
    }
    #open_momentos {
        margin-left: -28px;
    }
    .playlistParent .musica svg{
        padding: 0;
    }
    
    .maisServicos + h3 {
        margin-top: 40px;
    }
    #video_signature{
        margin-top: 28px;
    }
    .signaturePage a .btn{
        margin: 36px 0 32px 0;
    }
    .corporativoPage a .btn{
        margin: 28px 0 0 0;
    }
    
    .perfilPage .documentos{
        margin: -8px;
    }
    .perfilPage .documentos .btn{
        margin: 8px;
    }
    .ui-datepicker{
        margin: 16px 0 0 -16px;
        width: calc((3 * ((100vw - 264px) / 8)) + -16px);
    }
    .ui-datepicker .ui-datepicker-header{
        padding: 12px 0 0 0;
    }
    .ui-datepicker .ui-datepicker-next{
        right: 6px;
    }
    .ui-datepicker .ui-datepicker-prev{
        left: 6px;
    }
    .ui-datepicker .ui-datepicker-title{
        margin: 0 36px;
    }
    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
        top: 10px;
    }
    .ui-datepicker table{
        margin:  0 0 6px 0;
    }
    .ui-datepicker th{
        padding: 6px 3px;
    }
    .ui-datepicker td{
        padding: 6px 2px 0 2px;
    }
    .ui-datepicker .ui-datepicker-title select{
        margin:  0 4px;
    }
    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
        width: calc(50% - 8px);
    }
    .ui-datepicker .ui-datepicker-calendar:after{
        height: calc(100% - 32px);
    }
}
@media (min-width:960px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /*.servicos{ margin: 36px auto 72px auto; }*/
}


@media(min-width:1280px){   
    header {
        padding: 24px 24px 12px 24px;
    }
    header .menu{
        width: calc((3 * ((100vw - 720px) / 12)) + 96px);
        padding-top: 78px;
    }
    header .menu li{
        padding: 16px 24px;
    }
    header .menu li.submenu{
        padding: 10px 24px 10px 48px;
    }
    #logoutBtnMenu{
        margin-left: 34px;
    }
    #openMenu{
        margin-right: 110px;
    }
    #openMenu.widthLogout{
        margin-right: 117px;
    }
    footer {
        padding: 72px 48px 24px 48px;
        text-align: center;
    }
    footer .bottom {
        margin: 72px 0 0 0;
    }
    footer .menu{
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0 auto 66px auto;
    }
    footer .menu li{
        display: inline-block;
    }
    footer .menu li.break {
        display: block;
    }
    footer .menu li p{
        color: #FFFFFF;
        text-transform: uppercase;
        -ms-transition: color 0.15s linear 0s;
        transition: color 0.15s linear 0s;
    }
    footer .menu li:hover p{
        color: #808080;
    }
    
    .popup.geral .text{
        width: calc((6 * ((100% - 720px) / 12)) + 240px);
        left: calc((3 * ((100% - 720px) / 12)) + 240px);
        padding: 48px;
        -ms-transform: translateY(-50%) translateY(-96px);
        transform: translateY(-50%) translateY(-96px);
    }
    .popup.geral.open.close .text{
        -ms-transform: translateY(-50%) translateY(96px);
        transform: translateY(-50%) translateY(96px);
    }
    #popup_blog_inicial h3:last-of-type{
        margin-top: 36px;
    }
    #popup_recover_password h3{
        margin-bottom: 24px;
    }
    .popup.geral .btns_parent{
        margin-top: 48px;
    }
    .popup.geral .text svg{
        width: 64px;
        height: 64px;
        margin: 48px auto;
    }
    .popup_banda .top, .popup_servicos .top, .popup.geral .top{
        right: 24px;
        top: 36px;
    }
    .inputParent{
        width: calc(50% - 12px);
        padding: 12px 18px;
        margin-top: 24px;
    }
    .fakeInputParent{
        margin-top: 24px;
    }
    .inputParent:nth-of-type(2n){
        margin-left: 24px;
    }
    .selectParent{
        margin-top: 24px;
        width: calc(50% - 12px);
    }
    .inputSelect{
        padding: 12px 54px 12px 18px;
    }
    .checkboxParent, .radioParent{
        width: calc(25% - 16px);
        margin-top: 24px;
        margin-left: 24px;
    }
    .radioParent{
        margin-top: 12px;
    }
    .checkboxParent:nth-of-type(4n+1), .radioParent:nth-of-type(4n+1){ margin-left: 0; }
    .checkboxParent:nth-of-type(3), .radioParent:nth-of-type(3), .checkboxParent:nth-of-type(4), .radioParent:nth-of-type(4){ margin-top: 0; }
    .checkboxParent.big, .radioParent.big{
        margin-top: 72px;
        margin-left: 0;
    }
    .btn.cancel, #mb_change_send{
        margin-left: 18px;
    }
    
    /**/
    .parallaxPage{
        height: calc(100vh - 78px);
    }
    .sectionParallax {
        padding: 48px calc((1 * ((100vw - 720px) / 12)) + 144px);
    }
    .sectionStatic {
        padding: 192px calc((3 * ((100vw - 720px) / 12)) + 240px);
    }
    .sectionStatic.withImage .content {
        padding: 0 calc((3 * ((100% - 720px) / 12)) + 240px);
    }
    #scrollArrow{
        -ms-transform: translateZ(-0.2px) scale(1.2) translateY(4.5vh);
        transform: translateZ(-0.2px) scale(1.2) translateY(4.5vh);
    }
    .pageContent .bottomImage{
        margin-top: -48px;
        width: 100%;
    }
    .pageContent h2 {
        margin-top: 172px;
        margin-bottom: 30px;
    }
    .pageContent .pageText p, .pageContent .pageText h3, .popup_banda .text p:not(.tag):not(.small), .popup_servicos .text p:not(.tag):not(.small) {
        margin-top: 12px;
    }
    .pageContent:not(.parallaxPage){
        padding: 192px 96px;
        margin-top: 78px;
    }
    .pageContent .pageText h2 + h3 {
        margin-top: 54px;
    }
    .playlistParent .musica{
        padding: 14px 36px;
    }
    .playlistParent .musica:first-of-type{
        padding: 36px 36px 14px 36px;
    }
    .playlistParent .musica:last-of-type{
        padding: 14px 36px 36px 36px;
    }
    .playlistParent .musica .info {
        width: calc(100% - 116px);
    }
    .currentMusic, .videoControls {
        padding: 24px;
    }
    .currentMusic p:first-of-type {
        margin: 0 12px 0 20px;
    }
    .currentMusic p:last-of-type {
        /*margin: 0 20px 0 12px;*/
        margin: 0 0 0 12px;
    }
    .currentMusic .timeBar{
        /*width: calc(100% - 294px);*/
        width: calc(100% - 228px);
    }
    .videoControls .timeBar {
        width: calc(100% - 104px);
    }
    .currentMusic .music_play svg{
        margin: -4px 6px;
    }
    .currentMusic .music_loop svg{
        margin-right: 6px;
    }
    .halfGreyBottom{
        margin-top: 34px;
        width: calc((8 * ((100vw - 720px) / 12)) + 336px);
        margin-left: calc((-1 * ((100vw - 720px) / 12)) - 48px);
    }
    .halfGreyBottom:after{
        height: calc(50% + 192px);
        left: calc((-2 * ((100vw - 720px) / 12)) - 192px);
    }
    .halfGreyBottom .top{
        padding: 72px;
    }
    .halfGreyBottom .bottom{
        padding: 48px;
    }
    .halfGreyBottom h3 {
        margin-top: 66px;
        margin-bottom: 42px;
    }
    #open_mb_change_password{
        margin-top: 12px;
    }
    .pageContent:not(.parallaxPage) .halfGreyBottom{
        margin-top: 62px;
        width: calc((8 * ((100vw - 720px) / 12)) + 336px);
    }
    .pageContent:not(.parallaxPage) .halfGreyBottom:after{
        left: calc((-2 * ((100vw - 720px) / 12)) - 192px);
    }
    /*
    .pageContent.loginPage .halfGreyBottom, .pageContent.recuperacaoPage .halfGreyBottom{
        width: calc((6 * ((100vw - 720px) / 12)) + 240px);
    }
    .pageContent.loginPage .halfGreyBottom:after, .pageContent.recuperacaoPage .halfGreyBottom:after{
        left: calc((-3 * ((100vw - 720px) / 12)) - 240px);
    }
    */
    .pageContent.recuperacaoPage .halfGreyBottom{
        width: calc((6 * ((100vw - 720px) / 12)) + 240px);
    }
    .pageContent.recuperacaoPage .halfGreyBottom:after{
        left: calc((-3 * ((100vw - 720px) / 12)) - 240px);
    }
    .pageContent.loginPage .pageText h3, .pageContent.registoPage .pageText h3 {
        margin-top: 64px;
        margin-bottom: 36px;
    }
    #mb_login_submit, #mb_register_submit{
        margin-top: 48px;
    }
    
    /**/
    .pageContent.home .sectionStatic p {
        margin-top: 10px;
    }
    
    .pageContent.marcaPage .bottomImage {
        margin-top: -336px;
    }
    .premios {
        padding: 0 96px;
        margin-top: 24px;
    }
    .premios .premio{
        width: calc(25% - 36px);
        margin-top: 54px;
    }
    .premios.reconhecimentos .premio{
        width: calc(33.33% - 32px);
    }
    .premios .premio:nth-of-type(3), .premios .premio:nth-of-type(4), .premios.reconhecimentos .premio:nth-of-type(2){
        margin-top: 0;
    }
    .premios.reconhecimentos .premio:nth-of-type(1){
        margin: 0;
    }
    
    .servicos{
        margin: 86px 0 72px 0;
        padding: 0 96px;
        justify-content: space-between;
        align-content: initial;
        align-items: initial;
    }
    .servicos .servico{
        width: calc(33.33% - 32px);
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: initial;
        align-items: initial;
    }
    .servicos .servico:first-of-type{
        margin-right: 0;
    }
    .servicos .btn, .home .btn {
        margin-top: 40px;
    }
    .servicos a{
        margin-top: auto;
    }
    .servicos p.small {
        margin-top: 12px;
    }

    .bandas {
        margin: 96px auto;
        padding: 0 96px;
        justify-content: flex-start;
    }
    .djsPage .pageText{
        margin-bottom: 96px;
    }
    .bandas .banda, .bandas .bandaNew{
        margin-top: 96px;
        width: calc(33.33% - 32px);
    }
    .bandas .banda:nth-of-type(2), .pageContent .bandas .banda:not(.big):nth-of-type(3), .pageContent .bandas .bandaNew:not(.big):nth-of-type(3){ margin-top: 0; }
    .bandas .banda:not(.big):nth-of-type(3n + 2), .bandas .bandaNew:not(.big):nth-of-type(3n + 2){
        margin-left: 48px;
        margin-right: 48px;
    }
    .outrosPage .bandas .banda .content {
        width: calc(100% - 72px);
        margin: -36px 36px 0 36px;
    }
    .bandas .banda .top {
        padding: 36px;
    }
    .bandas .banda h3{
        margin-bottom: 12px;
    }
    .pageContent.bandasPage .bandas .banda h3{
        margin-bottom: 4px;
    }
    .bandas .banda .bottom {
        padding: 24px;
    }
    .bandasPage .maisServicos + h3, .outrosPage .maisServicos{
        margin-bottom: 192px;
    }
    /*
    .bandas .banda.big{
        width: calc(50% - 24px);
        margin-left: 0;
        margin-right: 0;
    }
    .bandas .banda.big:nth-of-type(2n){
        margin-left: 48px;
    }
    .bandas .banda.big .content {
        width: calc(100% - 128px);
        margin: -64px 64px 0 64px;
    }
    .bandas .banda.big .top {
        padding: 64px;
    }
    .bandas .banda.big h3 {
        margin-bottom: 20px;
    }
    .bandas .banda.big .tags {
        margin: 12px -4px 0 -4px;
    }
    .bandas .banda.big .bottom {
        padding: 48px;
    }
    */
    .popup_banda .content, .popup_servicos .content{
        width: calc((8 * ((100vw - 720px) / 12)) + 336px);
        margin: 96px auto;
    }
    .popup_banda .text, .popup_servicos .text {
        padding: 72px;
    }
    .popup_banda .bottom, .popup_servicos .bottom {
        padding: 48px;
    }
    .popup_banda h2, .popup_servicos h2 {
        margin-bottom: 18px;
    }
    .popup_banda .tags {
        /*margin: 14px -4px 26px -4px;*/
        margin: 14px 0 26px 0;
    }
    .popup_banda h3 {
        margin-top: 66px;
    }
    .popup_banda h3:first-of-type {
        margin-top: 56px;
    }
    .popup_banda .musicas{
        margin: 40px 0 0 0;
    }
    
    .pageContent.signaturePage .bottomImage{
        margin-top: -384px;
    }
    #video_signature{
        margin-top: 40px;
    }
    .signaturePage a .btn{
        margin: 48px 0 52px 0;
    }
    .corporativoPage a .btn{
        margin: 40px 0 0 0;
    }
    
    .pageContent.corporativoPage .bottomImage{
        margin-top: 24px;
    }
    
    #slider_frases{
        margin: 90px auto 90px calc((-3 * ((100vw - 720px) / 12)) - 240px);
    }
    #slider_frases .swiper-slide{
        padding: 64px calc((3 * ((100vw - 720px) / 12)) + 240px);
        /*padding: 36px;
        width: calc((4 * ((100vw - 720px) / 12)) + 144px);*/
    }
    #slider_frases .sideFade{
        width: 192px;
    }
    /*
    #slider_frases .slide_nextBtn, #slider_frases .slide_prevBtn{
        top: 38px;
    }
    */
    #slider_frases .slide_nextBtn{
        right: 38px;
    }
    #slider_frases .slide_prevBtn{
        left: 38px;
    }
    #slider_imagens{
        margin: 192px auto 0 calc((-3 * ((100vw - 720px) / 12)) - 240px);
    }
    #slider_imagens .subtitle{
        padding: 18px 200px 18px 24px;
        height: 88px;
    }
    #slider_imagens .slide_prevBtn{
        right: 88px;
    }
    #slider_imagens .slide_nextBtn, #slider_imagens .slide_prevBtn{
        width: 88px;
        height: 88px;
        padding: 26px;
    }
    
    .contactosPage .contactos{
        width: calc(100vw - 192px);
    }
    .contactosPage .contacto{
        width: calc(25% - 36px);
        margin-top: 0;
    }
    .contactosPage .contacto:nth-of-type(1), .contactosPage .contacto:nth-of-type(2), .contactosPage .contacto:nth-of-type(3){ margin-right: 48px; }
    .contactosPage .contacto:nth-of-type(4){ margin-right: 0; }
    .contactosPage .contacto .image, .informacaoPage .contacto .image{
        margin: 0 auto 16px auto;
    }
    .informacaoPage .contacto{
        margin-top: 64px;
    }
    .informacaoPage .left, .informacaoPage .right{
        padding: 192px 48px;
    }
    .informacaoPage .right h3{
        margin: 64px auto 0 auto;
    }
    .informacaoPage .btn{
        margin: 24px 12px 0 12px;
    }
    .perfilPage .halfGreyBottom h4{
        margin-top: 40px;
        margin-bottom: 12px;
    }
    #outros_servicos{
        margin-bottom: 70px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .servicosPage .bottomBar{
        padding: 96px;
    }
    .contactosPage .checkboxParent, .contactosPage .radioParent, #outros_servicos .clear{
        width: calc(33.33% - 14px);
    }
    .contactosPage .checkboxParent.big{
        width: 100%;
    }
    #outros_servicos .checkboxParent, #outros_servicos .clear{
        margin-left: 0;
    }
    .contactosPage .checkboxParent:nth-of-type(4), .contactosPage .radioParent:nth-of-type(4){
        margin-top: 24px;
    }
    #outros_servicos.open{
        padding: 24px 0 0 0;
        max-height: 320px;
    }
    
    .recuperacaoPage .halfGreyBottom form, .contactosPage .halfGreyBottom form, .loginPage form {
        margin-bottom: 42px;
    }
    /*
    .loginPage .halfGreyBottom form, .recuperacaoPage .halfGreyBottom form, .contactosPage .halfGreyBottom form {
        margin-bottom: 42px;
    }
    */
    
    .blogPage .halfGreyBottom{
        margin-top: 62px;
        width: calc((10 * ((100vw - 720px) / 12)) + 432px);
        margin-left: calc((-2 * ((100vw - 720px) / 12)) - 96px);
    }
    .blogPage .halfGreyBottom:after{
        left: calc((-1 * ((100vw - 720px) / 12)) - 144px);
    }
    .blogMusica .top, .blogMusica .left{
        padding: 36px;
    }
    
    .maisServicos + h3 {
        margin-top: 66px;
    }
    
    .perfilPage .documentos{
        margin: -12px;
    }
    .perfilPage .documentos .btn{
        margin: 12px;
    }
    .ui-datepicker{
        margin: 16px 0 0 -18px;
        width: calc((4 * ((100vw - 720px) / 12)) + 84px);
    }
}
@media (min-width:1280px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /*.servicos{ margin: 56px auto 72px auto; }*/
}


@media(min-width:1600px){
    body, p, .bandas .banda.big p.small, #slider_imagens p.small{
        font-size: 20px;
        line-height: 32px;
    }
    p.small, .btn p, input, textarea{
        font-size: 16px;
        line-height: 28px;
    }
    .pageContent .pageText p.small{
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    input, textarea{
        line-height: 24px;
    }
    p.tag{
        font-size: 16px;
        line-height: 20px;
        padding: 3px 6px;
    }
    footer .bottom p{
        font-size: 12px;
        line-height: 14px;
    }
    h1{
        font-size: 80px;
        line-height: 80px;
        letter-spacing: 4px;
    }
    h2{
        font-size: 60px;
        line-height: 62px;
    }
    h3{
        font-size: 32px;
        line-height: 36px;
    }
    
    header img {
        height: 74px;
        width: 283px;
    }
    header.down img, header.fixed img{
        height: 48px;
        width: 184px;
    }
    #openMenu {
        height: 48px;
        width: 48px;
        padding: 14px 6px;
        margin-left: -6px;
        margin-right: 118px;
        margin-top: -9px;
    }
    #openMenu.widthLogout{
        margin-right: 121px;
    }
    @keyframes firstLinetoOpen {
        0% { transform: translateY(0); }
        50%{ transform: translateY(7px); }
        100%{ transform: translateY(9px) rotate(45deg); }
    }
    @keyframes firstLinetoClose {
        0% { transform: translateY(9px) rotate(0); }
        100% { transform: translateY(0); }
    }
    @keyframes lastLinetoOpen {
        0% { transform: translateY(0); }
        50% { transform: translateY(-7px); }
        100% { transform: translateY(-9px) rotate(-45deg); }
    }
    @keyframes lastLinetoClose {
        0% { transform: translateY(-9px); }
        100% { transform: translateY(0); }
    }
    header .hamburger { width: 36px; height: 18px; }
    header .menu{
        padding-top: 84px;
    }
    #logoutBtnMenu, #btn_pedir_orcamento{
        margin-top: -10px;
    }
    #btn_pedir_orcamento p{
        line-height: 48px;
    }
    footer {
        padding: 96px 48px 24px 48px;
    }
    footer .bottom {
        margin: 96px 0 0 0;
    }
    footer .menu{
        margin: 0 auto 90px auto;
    }
    footer img {
        height: 48px;
        width: 184px;
        
        height: 84px;
        width: 92px;
        margin: -18px auto;
    }
    
    .btn {
        padding: 9px 18px;
    }
    .inputParent p{
        margin: 0 0 -8px 0;
        -ms-transform:translateY(10px) scale(1);
        transform: translateY(10px) scale(1);
    }
    .inputParent p:not(.up){
        margin: 0 0 -8px 0;
    }
    .popup.geral .text{
        width: calc((6 * ((100% - 912px) / 12)) + 240px);
        left: calc((3 * ((100% - 912px) / 12)) + 336px);
    }
    .popup_banda .top .svgIcon, .popup_servicos .top .svgIcon, .popup.geral .top .svgIcon{
        height: 36px;
        width: 36px;
    }
    
    /**/
    .parallaxPage{
        height: calc(100vh - 84px);
    }
    .sectionParallax {
        padding: 48px calc((2 * ((100vw - 912px) / 12)) + 288px);
    }
    .sectionStatic {
        padding: 192px calc((3 * ((100vw - 912px) / 12)) + 336px);
    }
    .sectionStatic.withImage .content {
        padding: 0 calc((3 * ((100% - 912px) / 12)) + 336px);
    }
    .pageContent .bottomImage{
        margin-top: -96px;
    }
    #scrollArrow{
        width: 48px;
        height: 48px;
        padding: 6px;
        left: calc(50% - 24px);
    }
    #scrollArrow .svgIcon {
        width: 36px;
        height: 36px;
    }
    .pageContent h2 {
        margin-top: 192px;
        margin-bottom: 26px;
    }
    .pageContent:not(.parallaxPage){
        padding: 192px;
        margin-top: 84px;
    }
    .currentMusic p{
        width: 50px;
    }
    .svgMusic{
        width: 36px;
        height: 36px;
    }
    .playlistParent .musica svg, .currentMusic .music_play svg, .videoControls .music_play svg {
        width: 48px;
        height: 48px;
    }
    .playlistParent .musica .controls, .videoControls .music_play svg{
        margin: -6px;
    }
    .currentMusic .music_play svg{
        margin: -6px 6px;
    }
    .videoControls .timeBar {
        width: calc(100% - 120px);
    }
    .currentMusic .timeBar {
        /*width: calc(100% - 366px);*/
        width: calc(100% - 276px);
    }
    .playlistParent .musica .info {
        width: calc(100% - 128px);
    }
    .halfGreyBottom{
        width: calc((8 * ((100vw - 912px) / 12)) + 336px);
        margin-left: calc((-1 * ((100vw - 912px) / 12)) - 48px);
    }
    .halfGreyBottom:after{
        left: calc((-2 * ((100vw - 912px) / 12)) - 288px);
    }
    .pageContent:not(.parallaxPage) .halfGreyBottom{
        width: calc((8 * ((100vw - 912px) / 12)) + 336px);
    }
    .pageContent:not(.parallaxPage) .halfGreyBottom:after{
        left: calc((-2 * ((100vw - 912px) / 12)) - 288px);
    }
    .pageContent.recuperacaoPage .halfGreyBottom{
        width: calc((6 * ((100vw - 912px) / 12)) + 240px);
    }
    .pageContent.recuperacaoPage .halfGreyBottom:after{
        left: calc((-3 * ((100vw - 912px) / 12)) - 336px);
    }
    /*
    .pageContent.loginPage .halfGreyBottom, .pageContent.recuperacaoPage .halfGreyBottom{
        width: calc((6 * ((100vw - 912px) / 12)) + 240px);
    }
    .pageContent.loginPage .halfGreyBottom:after, .pageContent.recuperacaoPage .halfGreyBottom:after{
        left: calc((-3 * ((100vw - 912px) / 12)) - 336px);
    }
    */
    
    /**/
    .instagramFeed .top {
        padding: 48px;
    }
    
    .pageContent.marcaPage .bottomImage {
        margin-top: -432px;
    }
    .premios {
        padding: 0 192px;
    }
    .servicos{
        margin: 80px 0 192px 0;
        padding: 0 192px;
    }

    .bandas{
        padding: 0 192px;
    }
    /*
    .bandas .banda.big .top {
        padding: 72px;
    }
    .bandas .banda.big .content {
        width: calc(100% - 144px);
        margin: -72px 72px 0 72px;
    }
    */
    .popup_banda .content, .popup_servicos .content{
        width: calc((8 * ((100vw - 912px) / 12)) + 336px);
    }
    
    .pageContent.signaturePage .bottomImage{
        margin-top: -480px;
    }
    
    .slide_nextBtn svg, .slide_prevBtn svg{
        width: 48px;
        height: 48px;
    }
    #slider_frases{
        margin: 90px auto 90px calc((-3 * ((100vw - 912px) / 12)) - 336px);
    }
    #slider_frases .swiper-slide{
        /*width: calc((4 * ((100vw - 912px) / 12)) + 144px);*/
        padding: 64px calc((3 * ((100vw - 912px) / 12)) + 336px);
    }
    #slider_imagens{
        margin: 192px auto 0 calc((-3 * ((100vw - 912px) / 12)) - 336px);
    }
    #slider_imagens .subtitle{
        height: 96px;
        padding: 16px 216px 16px 24px;
    }
    #slider_imagens .slide_nextBtn, #slider_imagens .slide_prevBtn{
        width: 96px;
        height: 96px;
        padding: 24px;
    }
    #slider_imagens .slide_prevBtn{
        right: 96px;
    }
    
    .contactosPage .contactos{
        width: calc(100vw - 384px);
    }
    .contactosPage .contacto .image, .informacaoPage .contacto .image{
        width: 96px;
        height: 96px;
        padding: 24px;
    }
    .contacto .svgIcon{
        width: 48px;
        height: 48px;
    }
    
    .blogPage .halfGreyBottom{
        width: calc((10 * ((100vw - 912px) / 12)) + 432px);
        margin-left: calc((-2 * ((100vw - 912px) / 12)) - 96px);
    }
    .blogPage .halfGreyBottom:after{
        left: calc((-1 * ((100vw - 912px) / 12)) - 240px);
    }
    .ui-datepicker{
        margin: 18px 0 0 -18px;
        width: calc((4 * ((100vw - 912px) / 12)) + 84px);
    }
    .playlistParent .musica .info p{
        line-height: 22px;
    }
    
    .premios p.small{
        line-height: 26px;
    }
    .premios .badge{
        margin: 10px auto 12px auto;
    }
}
@media (min-width:1600px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /*.servicos{ margin: 56px auto 96px auto; }*/
}


@media(min-width:1920px){
    .sectionParallax {
        padding: 48px calc(50vw - 504px);
    }
    .sectionStatic {
        padding: 192px calc(50vw - 372px);
    }
    .sectionStatic.withImage .content {
        max-width: 1920px;
        margin: 0 auto;
    }
    
    .servicos{
        padding: 0 calc(50vw - 768px);
    }
    
    .halfGreyBottom{
        width: calc((8 * ((100vw - 912px) / 12)) + 336px);
        margin-left: calc((-1 * ((100vw - 912px) / 12)) - 48px);
    }
    .halfGreyBottom:after{
        left: calc((-2 * ((100vw - 912px) / 12)) - 288px);
    }
    .pageContent:not(.parallaxPage) .halfGreyBottom{
        width: calc((8 * ((100vw - 912px) / 12)) + 336px);
    }
    .pageContent:not(.parallaxPage) .halfGreyBottom:after{
        left: calc((-2 * ((100vw - 912px) / 12)) - 288px);
    }
    .pageContent.recuperacaoPage .halfGreyBottom{
        width: calc((6 * ((100vw - 912px) / 12)) + 240px);
    }
    .pageContent.recuperacaoPage .halfGreyBottom:after{
        left: calc((-3 * ((100vw - 912px) / 12)) - 336px);
    }
    /*
    .pageContent.loginPage .halfGreyBottom, .pageContent.recuperacaoPage .halfGreyBottom{
        width: calc((6 * ((100vw - 912px) / 12)) + 240px);
    }
    .pageContent.loginPage .halfGreyBottom:after, .pageContent.recuperacaoPage .halfGreyBottom:after{
        left: calc((-3 * ((100vw - 912px) / 12)) - 336px);
    }
    */
    
    .popup_banda .content, .popup_servicos .content{
        width: calc((8 * ((100vw - 912px) / 12)) + 336px);
    }
    
    #slider_frases{
        margin: 90px auto 90px calc((-3 * ((100vw - 912px) / 12)) - 336px);
    }
    #slider_frases .swiper-slide{
        /*width: calc((4 * ((100vw - 912px) / 12)) + 144px);*/
        padding: 64px calc((3 * ((100vw - 912px) / 12)) + 336px);
    }
    #slider_imagens{
        margin: 192px auto 0 calc((-3 * ((100vw - 912px) / 12)) - 336px);
    }
    
    .blogPage .halfGreyBottom{
        width: calc((10 * ((100vw - 912px) / 12)) + 432px);
        margin-left: calc((-2 * ((100vw - 912px) / 12)) - 96px);
    }
    .blogPage .halfGreyBottom:after{
        left: calc((-1 * ((100vw - 912px) / 12)) - 240px);
    }
    .ui-datepicker{
        margin: 18px 0 0 -18px;
        width: calc((4 * ((100vw - 912px) / 12)) + 84px);
    }
}


