@font-face {
    font-family: 'camptonmedium';
    src: url('../font/campton-medium-webfont.woff2') format('woff2'),
    url('../font/campton-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'camptonblack';
    src: url('../font/campton-black-webfont.woff2') format('woff2'),
    url('../font/campton-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'camptonregular';
    src: url('../font/campton-book-webfont.woff2') format('woff2'),
    url('../font/campton-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'camptonlight';
    src: url('../font/campton-light-webfont.woff2') format('woff2'),
    url('../font/campton-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'camptonsemibold';
    src: url('../font/campton-semibold-webfont.woff2') format('woff2'),
    url('../font/campton-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'camptonbold';
    src: url('../font/campton-bold-webfont.woff2') format('woff2'),
    url('../font/campton-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


*{
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
html{
    margin: 0;
}
body{
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    color: #5a5a5a;
}
.headermobile{
    overflow: hidden;
}
.inner{
    height: auto;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.botao{
    border-radius: 21px;
    padding: 0 30px;
    font-size: 10px;
    line-height: 36px;
    font-weight: bold;
    background-color: #3fbaeb;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    min-width: 188px;
    cursor: pointer;
}
span.botao{
    cursor: auto;
}
.botao:hover{
    background-color: #216e7a;
}
.botao.cinza{
    background-color: #d0d0d0;
}
.botao.cinza:hover{
    background-color: #a0a0a0;
}
.botao.verde{
    background-color: #8dc63f;
}
.botao.verde:hover{
    background-color: #3c8436;
}
.botao.rosa{
    background-color: #ec008c;
}
.botao.rosa:hover{
    background-color: #960c65;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
@media only screen and (min-width: 768px){
    .inner{
        padding: 0 34px;
    }
    .botao{
        line-height: 42px;
    }
}
@media only screen and (min-width: 1024px){
    .inner{
        padding: 0 42px;
    }
}
@media only screen and (min-width: 1270px){
    .inner{
        max-width: 1270px;
        padding: 0 20px;
    }
}
.triggerClick{
    cursor: pointer;
}
.flex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    /* flex-direction: column; */
}
.flex > a, ul.flex li, .flex > .coluna,
.flex.tres > a, ul.flex.tres li, .flex.tres > .coluna{
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
}
@media only screen and (min-width: 480px) {
    .flex.quatro > a, ul.flex.quatro li, .flex.quatro > .coluna{
        flex: 1 1 44.59%;
        max-width: 46.59%;
    }
}
@media only screen and (min-width: 768px) {
    .flex.tres > a, ul.flex.tres li, .flex.tres > .coluna{
        flex: 1 1 31.623%;
        max-width: 31.623%;
    }
    .flex.quatro > a, ul.flex.quatro li, .flex.quatro > .coluna{
        flex: 1 1 31%;
        max-width: 31%;
    }
}
@media only screen and (min-width: 1024px) {
    .flex.dois > a, ul.flex.dois li, .flex.dois > .coluna{
        flex: 1 1 48.718%;
        max-width: 48.718%;
    }
    .flex.quatro > a, ul.flex.quatro li, .flex.quatro > .coluna{
        flex: 1 1 23.077%;
        max-width: 23.077%;
    }
    .flex.cinco > a, ul.flex.cinco li, .flex.cinco > .coluna{
        flex: 1 1 18%;
        max-width: 18%;
    }
}
form .checkbox{
    width: auto;
    height: auto;
    cursor: auto;
    display: flex;
    background: none;
    margin: 0;
}

.select-shopping.close{
    display: none;
}
.select-shopping{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.select-shopping .align-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.select-shopping a{
    color: #a0a0a0;
    transition: all 0.2s ease-in;
}
.select-shopping a:hover{
    color: #ec008c;
    transition: all 0.2s ease-in;
}
.select-shopping span{
    display: block;
    font-family: 'camptonsemibold';
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin: 12px 0;
}
.select-shopping .shopping{
    width: 248px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 24px 30px;
    border-radius: 20px;
    height: 150px;
    margin: 4px 17px;
    cursor: pointer;
}
.select-shopping .shopping .shopping-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.select-shopping .shopping .logo{
    position: relative;
    padding: 10px 0 19px;
    max-width: 100%;
    width: 100%;
}
.select-shopping .shopping .botao{
    position: absolute;
    background-color: transparent;
    border: 1px solid #d0d0d0;
    border-radius: 15px;
    color: #d0d0d0;
    font-size: 9px;
    line-height: 28px;
    padding: 0 26px;
    mix-blend-mode: screen;
    min-width: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 36px);
}
.select-shopping .shopping:hover .botao{
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}
.select-shopping .shopping.azul:hover .botao{
    color: #3fbaeb;
}
.select-shopping .shopping.verde:hover .botao{
    color: #8dc63f;
}
@media only screen and (min-width: 768px){
    .select-shopping span{
        font-size: 30px;
        line-height: 34px;
        margin: 24px 0;
    }
    .select-shopping .shopping{
        height: 180px;
        margin: 24px 17px;
        background-color: #000;
        transition: all 0.3s ease-in;
    }
    .select-shopping .shopping .logo{
        padding: 34px 0 25px;
    }
    .select-shopping .shopping > *{
        opacity: 1;
        transition: all 0.3s ease-in;
    }
    .select-shopping .shopping.escuro > *{
        opacity: 0.5;
        transition: all 0.3s ease-in;
    }
    .select-shopping .shopping:hover{
        height: 228px;
        margin: 0 17px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.75);
        transition: all 0.3s ease-in;
    }
    .select-shopping .shopping:hover .logo{
        position: relative;
        padding: 46px 0 37px;
    }
    .select-shopping .align-content{
        width: 100%;
        height: 333px;
    }
}

header{
    min-height: 66px;
    text-transform: uppercase;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
header a{
    display: inline-block;
}
header .inner > a{
    margin: 13px 0 0;
    float: left;
    width: 122px;
}
header .inner > .cartao-img{
    margin: 17px 0 0 6px;
}
header a img{
    display: block;
    width: 100%;
}
header a.cartao-img img{
    width: 58px;
}
header .right{
    text-align: right;
    float: right;
    display: inline-block;
}
header .cliente{
    display: none;
    color: #787878;
    font-size: 9px;
    margin-top: 18px;
    font-weight: 500;
}
header .cliente span{
    position: relative;
    padding: 0 14px 0 31px;
}
header .cliente a.operador{
    color: #8dc63f;
    padding: 0 31px;
}
header .cliente a.operador:hover{
    color: #3c8436;
}
header .cliente .botao{
    color: #fff;
    font-size: 9px;
    line-height: 28px;
    background-color: #ec008c;
    margin: 0 4px;
    font-weight: 500;
    min-width: 0;
}
header .cliente .botao:hover{
    border-color: #960c65;
}
header .cliente .login{
    color: #a0a0a0;
    background-color: transparent;
}
header .cliente .login:hover{
    color: #fff;
    background-color: #a0a0a0;
}
header .background-animation{
    right: -200%;
    top: -200%;
    padding: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #444;
}
header .open .background-animation{
    padding: 400%;
    transition: all linear 0.7s;
}
header .right.open{
    display: block;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
}
header .open .menus:nth-child(2) {
    padding-right: 15px;
}
header .scroll nav{
    height: calc(100vh - 122px);
}
header .scroll{
    visibility: hidden;
    position: absolute;
    opacity: 0;
}
header .open .scroll{
    visibility: visible;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 1;
    transition: all 0.5s linear 0.3s;
}
header .open .scroll > a{
    position: relative;
    float: left;
    margin: 13px 0 0 15px;
}
header .open .cliente.mobile{
    display: block;
    margin-top: 0;
}
header .cliente.mobile .iniciar{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 38px;
}
header .cliente.mobile .conta{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 14px;
    background-color: #8dc63f;
}
header .mobile .conta-info{
    padding: 18px 0;
}
header .mobile .conta-info span{
    display: block;
    text-align: center;
    text-transform: none;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}
header .mobile .conta-info span:first-child{
    color: #3c8436;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
}
header .mobile .conta-info span:last-child{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
}
header .mobile .conta-info span sup{
    font-size: 9px;
}
header .mobile .conta .botao.terminar{
    background-color: #3c8436;
    color: #fff;
}
header .mobile .conta .botao.terminar:before{
    display: none;
}
header .mobile .conta .botao:before{
    content: "";
    display: block;
    background-color: #3c8436;
    opacity: 0.2;
    height: 1px;
}
header .mobile .conta .botao{
    background-color: transparent;
    color: #3c8436;
    padding: 0 15px;
}
header .cliente.mobile .botao.login{
    background-color: #5a5a5a;
    color: #fff;
}
header .cliente.mobile .botao.login:hover{
    background-color: #a0a0a0;
}
header .cliente.mobile .botao{
    width: 100%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    font-size: 11px;
    line-height: 42px;
    font-weight: 700;
}
header nav ul{
    float: left;
    padding: 0 4px;
    margin: 0 -15px;
}
header .open nav ul{
    margin: 50px -15px 20px;
}
header nav ul li{
    display: inline-block;
    line-height: 39px;
    padding-top: 3px;
    margin: 0 10px;
    float: left;
}
header .open nav ul li{
    width: 100%;
    text-align: center;
    margin: 0;
}
header nav ul li a{
    color: #5a5a5a;
    font-size: 11px;
    float: left;
    font-weight: 700;
    position: relative;
}
header .open nav ul li a{
    width: 100%;
    font-size: 24px;
    line-height: 33px;
    text-transform: none;
    color: #a0a0a0;
}
header .open nav ul li a:hover{
    color: #fff;
}
header nav ul li a.especial{
    color: #3fbaeb;
}

header nav ul li a.especial.active,
header nav ul li a.especial:hover{
    color: #216e7a;
}
header nav ul li a.especial:hover::before,
header nav ul li a.especial.active::before{
    background-color: #216e7a;
}
header nav ul li a:hover,
header nav ul li a.active{
    color: #fff;
}
header nav > a{
    width: 30px;
    height: 30px;
    text-align: center;
    color: #444;
    background-color: #fff;
    border-radius: 15px;
    line-height: 30px;
    position: fixed;
    top: 19px;
    right: 15px;
    z-index: 99;
}
header .menus i{
    font-size: 30px;
    color: #444444;
    line-height: 66px;
}
header .menus:hover i{
    color: #444444;
}
header .menus i:before{
    margin: 0;
}
header .menus i.icon-user-1{
    color: #ec008c;
    margin-right: 6px;
}
header .menus:hover i.icon-user-1{
    color: #960c65;
}
header #eucookielaw{
    text-transform: none;
    font-size: 9px;
    line-height: 12px;
    float: left;
    width: 100%;
    background-color: #f8f8f8;
    text-align: center;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
header #eucookielaw p{
    display: inline-block;
    float: left;
    margin: 15px 0 8px;
}
header #eucookielaw p a{
    color: #ec008c;
    text-decoration: underline;
}
header #eucookielaw .botao{
    float: none;
    font-size: 9px;
    line-height: 30px;
    cursor: pointer;
    margin: 1px 0 18px 10px;
    display: inline-block;
}
@media only screen and (min-width: 768px){
    header{
        min-height: 90px;
    }
    header .inner > a,
    header .inner > .cartao-img{
        margin: 19px 0 0;
        width: 153px;
    }
    header a.cartao-img{
        display: none;
    }
    header a.cartao-img img{
        width: 85px;
    }
    header .cliente{
        display: block;
    }
    header .cliente.mobile{
        display: none;
    }
    header .scroll{
        visibility: visible;
        position: static;
        opacity: 1;
    }
    header .scroll > a{
        display: none;
    }
    header .menus{
        display: none;
    }
    header nav > a{
        display: none;
    }
    header nav ul li a:hover,
    header nav ul li a.active{
        color: #444;
    }
    header .cliente span::before{
        content: "";
        display: block;
        height: 18px;
        width: 1px;
        background-color: #e4e4e4;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    header .cliente .botao{
        border: 1px solid #ec008c;
        border-radius: 15px;
    }
    header .cliente .botao:hover{
        border-color: #960c65;
    }
    header .cliente .login{
        color: #a0a0a0;
        border: 1px solid #d0d0d0;
        background-color: transparent;
    }
    header .cliente .login:hover{
        color: #fff;
        background-color: #a0a0a0;
        border: 1px solid #a0a0a0;
    }
    header nav ul li a::before{
        content: "";
        display: block;
        visibility: hidden;
        width: 1px;
        height: 3px;
        background-color: #444;
        transition: all linear 0.3s;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    header nav ul li a:hover::before,
    header nav ul li a.active::before{
        visibility: visible;
        width: 100%;
        transition: all linear 0.3s;
    }
    header .scroll nav{
        height: auto;
    }
}
@media only screen and (min-width: 1024px){
    header{
        min-height: 96px;
    }
    header .inner > a{
        width: 183px;
    }
    header a.cartao-img{
        display: block;
        margin: 26px 7px 0;
    }
    header nav ul li{
        line-height: 45px;
        margin: 0 15px;
    }
    header nav ul li a{
        font-size: 12px;
    }
    header #eucookielaw{
        text-align: left;
    }
    header #eucookielaw p{
        max-width: 770px;
        margin: 16px 0 8px;
    }
    header #eucookielaw .botao{
        float: right;
        margin: 12px 0 12px 10px;
    }
}
section > div{
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
    background-color: #fff;
}
section{
    margin-top: 66px;
}
.banner{
    height: 222px;
    position: relative;
    background-color: #f8f8f8;
}
.banner .barras{
    position: relative;
}
.banner .barras span{
    width: 70px;
    height: 222px;
    mix-blend-mode: multiply;
    display: inline-block;
    position: absolute;
    border-radius: 0 0 128px 128px ;
}
.banner .barras .azul{
    background-color: #3fbaeb;
}
.banner .barras .verde{
    background-color: #8dc63f;
}
.banner .barras .rosa{
    background-color: #ec008c;
}
.banner .barras .barra1{
    top: -151px;
    height: 236px;
    left: 0;
    animation: barrasanimation 1s ease-out 0s 1;
}
.banner .barras .barra2{
    top: -151px;
    height: 275px;
    left: 16%;
    animation: barrasanimation 0.6s ease-out 0s 1;
}
.banner .barras .barra3{
    top: -151px;
    height: 317px;
    left: 29%;
    animation: barrasanimation 0.9s ease-out 0s 1;
}
.banner .barras .barra4{
    top: -151px;
    height: 246px;
    left: 44%;
    animation: barrasanimation 0.7s ease-out 0s 1;
}
.banner .barras .barra5{
    top: -151px;
    height: 287px;
    left: 63%;
    animation: barrasanimation 1s ease-out 0s 1;
}
.banner .barras .barra6{
    top: -151px;
    height: 250px;
    left: 72%;
    animation: barrasanimation 0.8s ease-out 0s 1;
}
.banner .barras .barra7{
    top: -151px;
    height: 222px;
    left: 78%;
    animation: barrasanimation 0.9s ease-out 0s 1;
}
.banner .align-txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    width: 100%;
}
.barras.inner{
    max-width: 320px;
}
h1{
    font-family: 'camptonsemibold';
    font-size: 36px;
    line-height: 40px;
    color: #1b1b1b;
}
.banner .align-txt h1{
    max-width: 605px;
    margin:  11px 0;
}
@media only screen and (min-width: 768px){
    section{
        margin-top: 90px;
    }
    h1{
        font-size: 60px;
        line-height: 65px;
    }
    .banner{
        height: 390px;
    }
    .barras.inner{
        max-width: 700px;
    }
    .banner .barras span{
        width: 149px;
        height: 550px;
    }
    .banner .barras .barra1{
        top: -375px;
        height: 502px;
        left: 5%;
    }
    .banner .barras .barra2{
        top: -375px;
        height: 586px;
        left: 19%;
    }
    .banner .barras .barra3{
        top: -375px;
        height: 676px;
        left: 31%;
    }
    .banner .barras .barra4{
        top: -375px;
        height: 524px;
        left: 45%;
    }
    .banner .barras .barra5{
        top: -375px;
        height: 612px;
        left: 62%;
    }
    .banner .barras .barra6{
        top: -375px;
        height: 532px;
        left: 70%;
    }
    .banner .barras .barra7{
        top: -375px;
        height: 472px;
        left: 75%;
    }
    .banner .align-txt{
        width: auto;
    }
    .banner .align-txt h1{
        margin:  25px 0;
    }
}
@media only screen and (min-width: 1024px){
    section{
        margin-top: 96px;
    }
    .barras.inner{
        max-width: 1024px;
    }
    .banner .align-txt h1{
        margin:  25px 0;
    }
    .banner .barras .barra1{
        left: 17%;
    }
    .banner .barras .barra2{
        left: 27%;
    }
    .banner .barras .barra3{
        left: 36%;
    }
    .banner .barras .barra4{
        left: 46%;
    }
    .banner .barras .barra5{
        left: 59%;
    }
    .banner .barras .barra6{
        left: 65%;
    }
    .banner .barras .barra7{
        left: 69%;
    }
}
@media only screen and (min-width: 1270px){
    h1{
        font-size: 80px;
        line-height: 85px;
    }
    .barras.inner{
        max-width: 1270px;
    }
    .banner{
        height: 702px;
    }
    .banner .align-txt h1{
        margin:  40px 0;
    }
    .banner .barras span{
        width: 267px;
        height: 550px;
    }
    .banner .barras .barra1{
        top: -375px;
        height: 604px;
        left: 20px;
    }
    .banner .barras .barra2{
        top: -375px;
        height: 754px;
        left: 213px;
    }
    .banner .barras .barra3{
        top: -375px;
        height: 915px;
        left: 375px;
    }
    .banner .barras .barra4{
        top: -375px;
        height: 643px;
        left: 568px;
    }
    .banner .barras .barra5{
        top: -375px;
        height: 802px;
        left: 795px;
    }
    .banner .barras .barra6{
        top: -375px;
        height: 657px;
        left: 906px;
    }
    .banner .barras .barra7{
        top: -375px;
        height: 550px;
        left: 982px;
    }
}

.promo-list{
    text-align: center;
    padding: 36px 0 42px;
}
.promo-list .align-txt{
    text-align: center;
}
h2{
    font-size: 26px;
    line-height: 30px;
    font-family: 'camptonsemibold';
    color: #8dc63f;
}
.promo-list .align-txt span{
    display: inline-block;
    padding: 5px 0 7px;
    font-size: 12px;
    line-height: 18px;
}
.promo-list .filter{
    display: inline-block;
    padding: 18px 0 27px;
}
.promo-list .filter .botao{
    float: left;
    background-color: #fff;
    color: #1b1b1b;
    border: 1px solid #e4e4e4;
    text-transform: none;
    min-width: 0;
    border-radius: 0;
}
.promo-list .filter .botao:hover,
.promo-list .filter .botao.active:hover{
    color: #1b1b1b;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
}
.promo-list .filter .botao.active{
    background-color: #8dc63f;
    border-color: #8dc63f;
    color: #fff;
}
.promo-list .filter .botao:first-child{
    border-radius: 21px 0 0 21px;
    border-right: 0;
}
.promo-list .filter .botao:last-child{
    border-radius: 0 21px 21px 0;
}
.promo-list .item{
    text-align: left;
    margin: 10px;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    cursor: pointer;
    min-height: 468px;
}
.promo-list .item img{
    width: 100%;
}
.promo-list .item.no-img img{
    width: auto;
}
.promo-list .item a{
    color: #5a5a5a;
}
.promo-list .no-img.verde{
    background-color: #8dc63f;
}
.promo-list .no-img.azul{
    background-color: #3fbaeb;
}
.promo-list .no-img.rosa{
    background-color: #ec008c;
}
.owl-carousel .owl-item .no-img img,
.no-img img{
    max-height: 55px;
    width: auto;
    margin: 30px 23px;
}
.promo-list .promo-text{
    padding: 14px 10px;
    float: left;
    width: 100%;
}
.promo-list .promo-info{
    border: dashed #cccccc;
    border-width: 1px 0 0;
    padding-top: 8px;
    float: left;
    width: 100%;
}
.promo-list .verde .promo-info{
    border-color: rgba(60, 132, 54, 0.5);
}
.promo-list .azul .promo-info{
    border-color: rgba(33, 110, 122, 0.5);
}
.promo-list .rosa .promo-info{
    border-color: rgba(150, 12, 101, 0.5);
}
.promo-list .promo-info div{
    display: inline-block;
    float: left;
}
.promo-list .promo-info div span:first-child{
    color: #5a5a5a;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}
.promo-list .promo-info .validade span:last-child{
    font-weight: 400;
    width: 67px;
}
.promo-list .promo-info .quantidade span:last-child{
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #8dc63f;
}
.promo-list .promo-info .quantidade{
    text-align: right;
    float: right;
}
h3{
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
}
.promo-list .item.no-img .promo-text{
    color: #fff;
    padding-top: 6px;
    width: 100%;
}
.promo-list .item.no-img a{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.promo-list .item.no-img .promo-text span,
.promo-list .no-img span{
    color: #fff;
}
.promo-list .item.no-img .promo-text > span:nth-child(2){
    color: #000;
    height: 167px;
    text-align: justify;
}
.promo-list .no-img > span > span{
    display: block;
}
.promo-list .no-img > span{
    display: block;
    padding: 0 15px;
    font-weight: bold;
}
.promo-list .no-img > span:nth-child(2){
    color: #000;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 15px 15px 0;
}
.promo-list .no-img .promo-info > span:first-child{
    font-weight: 700;
}
.promo-list .item .promo-text span{
    font-size: 11px;
    line-height: 16px;
    color: #9b9b9b;
    display: block;
}
.promo-list .item .promo-text > h3{
    min-height: 53px;
}
.promo-list .item .promo-text > span:nth-child(2){
    height: 63px;
}
.promo-list .item .promo-info{
    height: 66px;
}
.promo-list .item.no-img .promo-info{
    height: 25px;
}
.promo-list .promo-text > span{
    padding: 6px 0 13px;
}
.promo-list .owl-dots{
    margin: 19px 0 30px;
}
.promo-list .owl-dot{
    display: inline-block;
    margin: 0 5px;
}
.promo-list .owl-dot span{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #e4e4e4;
}
.promo-list .owl-dot:hover span,
.promo-list .owl-dot.active span{
    background-color: #787878;
}
.promo-list .owl-carousel{
    max-width: 240px;
    margin: 0 auto;
}
.promo-list .owl-carousel.owl-loaded{
    display: none;
}
.promo-list .owl-carousel.owl-loaded.active{
    display: block;
}
@media only screen and (min-width: 480px){
    .promo-list .owl-carousel{
        max-width: none;
        margin: 0;
    }
}
@media only screen and (min-width: 768px){
    .promo-list{
        padding: 56px 0 60px;
    }
    h2{
        font-size: 30px;
        line-height: 35px;
    }
    .promo-list .align-txt span{
        width: 604px;
        padding: 10px 0 12px;
        font-size: 13px;
    }
    .promo-list .filter{
        padding: 26px 0 35px;
    }
    .promo-list .owl-dots{
        margin: 30px 0 42px;
    }
}
@media only screen and (min-width: 1024px){
    .promo-list{
        padding: 80px 0 90px;
    }
    h2{
        font-size: 36px;
        line-height: 41px;
    }
    .promo-list .align-txt span{
        display: inline-block;
        width: 604px;
        padding: 14px 0 12px;
        font-size: 15px;
    }
    .promo-list .filter{
        padding: 32px 0 46px;
    }
}
@media only screen and (min-width: 1270px){
    .promo-list{
        padding: 99px 0;
    }
    h2{
        font-size: 42px;
        line-height: 47px;
    }
    .promo-list .align-txt span{
        padding: 10px 0;
    }
    .promo-list .promo-info div span:first-child{
        font-size: 13px;
    }
    .promo-list .promo-info .quantidade span:last-child{
        font-size: 33px;
        line-height: 37px;
    }
    .promo-list .promo-text > span{
        padding: 6px 0 20px;
    }
    h3{
        font-size: 24px;
        line-height: 29px;
    }
    .promo-list .promo-text{
        padding: 19px 15px 15px;
    }
    .promo-list .promo-text span:nth-child(3) span{
        display: inline-block;
        font-size: 23px;
        font-weight: 500;
    }
    .owl-carousel .owl-item .no-img img,
    .no-img img{
        max-height: 65px;
        margin: 33px 23px;
    }
    .promo-list .no-img > span:nth-child(2){
        padding: 22px 15px 0;
    }
    .promo-list .owl-dots{
        margin: 43px 0;
    }
}

.card-stats{
    background: linear-gradient(35deg, rgba(63, 186, 235, 1), rgba(12, 90, 113, 1));
    text-align: center;
    color: #fff;
    padding: 37px 0 42px;
}
.card-stats .align-txt{
    max-width: 604px;
    display: inline-block;
    width: 100%;
}
.card-stats h2{
    color: #fff;
}
.card-stats .align-txt span{
    color: #3fbaeb;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 15px;
    display: inline-block;
    width: 100%;
}
.card-stats .stat-content{
    max-width: 1020px;
    margin: 0 auto;
}
.card-stats .stat-content .atvImg{
    margin: 0 0 6px;
    display: inline-block;
    width: 290px;
    height: 177px;
}
.card-stats .stat-left{
    display: inline-block;
}
.card-stats .stat-right{
    display: inline-block;
    margin-bottom: 7px;
}
.card-stats .stat-box{
    margin: 23px 14px;
    width: 115px;
    display: inline-block;
    float: left;
}
.card-stats .cartao-hover{
    width: 100%;
    display: inline-block;
}
.card-stats .stat-box span:nth-child(2){
    font-family: 'camptonbold';
    font-size: 30px;
    line-height: 34px;
    padding: 10px 0 2px;
    display: block;
}
.card-stats .stat-box span{
    text-transform: uppercase;
}
.card-stats .stat-box i{
    color: #0c1434;
    font-size: 36px;
}
.card-stats .stat-box span:nth-last-child(2){
    font-family: 'camptonbold';
    font-size: 10px;
}
.card-stats .stat-box > span:last-child{
    font-size: 11px;
    line-height: 14px;
    font-weight: 300;
    color: #0c1434;
    display: block;
    text-transform: none;
    padding: 4px 0 9px;
}
@media only screen and (min-width: 768px){
    .card-stats{
        padding: 57px 0 60px;
    }
    .card-stats .align-txt span{
        font-size: 16px;
        line-height: 24px;
        padding: 8px 0;
        width:470px
    }
    .card-stats .stat-box{
        margin: 32px 64px;
        width: 220px;
        display: inline-block;
    }
    .card-stats .stat-box span:nth-child(2){
        font-size: 40px;
        line-height: 45px;
        padding: 6px 0 1px;
    }
    .card-stats .stat-box span:nth-last-child(2){
        font-size: 11px;
    }
    .card-stats .stat-right{
        margin-bottom: 5px;
    }
    .card-stats .stat-content .atvImg{
        width: 467px;
        height: 285px;
    }
}
@media only screen and (min-width: 1024px){
    .card-stats{
        padding: 81px 0 90px;
    }
    .card-stats .align-txt span{
        padding: 10px 0;
        width: auto;
    }
    .card-stats .stat-left{
        width: 188px;
        float: left;
        display: inline-block;
    }
    .card-stats .stat-right{
        float: right;
        width: 188px;
        margin: 0;
    }
    .card-stats .stat-box{
        margin: 47px 0;
        display: block;
        width: auto;
    }
    .card-stats .cartao-hover{
        width: auto;
    }
    .card-stats .stat-box span:nth-child(2){
        font-size: 48px;
        line-height: 53px;
        padding: 12px 0 4px;
    }
    .card-stats .stat-box span:nth-last-child(2){
        font-size: 12px;
    }
    .card-stats .stat-box > span:last-child{
        padding: 11px 0 13px;
    }
    .card-stats .stat-content .atvImg{
        margin: 105px 0 159px;
    }
}
@media only screen and (min-width: 1270px){
    .card-stats{
        padding: 100px 0 108px;
    }
    .card-stats .align-txt span{
        padding: 9px 0;
    }
    .card-stats .stat-content .botao{
        margin-top: 6px;
    }
    .card-stats{
        padding: 81px 0 108px;
    }
}

.banner2{
    position: relative;
    height: 360px;
    z-index: 9;
}
.banner2:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(27, 27, 27, 0.6);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.banner2 img{
    width: 100%;
    height: calc(100% - 66px);
    position: fixed;
    left: 0;
    top: 66px;
    object-fit: cover;
}
.banner2 .align-txt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 720px;
    width: 100%;
    z-index: 3;
    padding: 0 15px;
}
.banner2 .align-txt span{
    display: block;
}
.banner2 .align-txt span:first-child{
    color: #ec008c;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 0;
}
.banner2 .align-txt h2{
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    padding: 2px 0 10px;
}
.banner2 .align-txt .text-content span{
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    opacity: 0.8;
    max-width: 460px;
    display: inline-block;
}
.banner2 .botao{
    margin-top: 25px;
    min-width: 0;
}
@media only screen and (min-width: 768px){
    .banner2{
        height: 450px;
    }
    .banner2 img{
        height: calc(100% - 90px);
        top: 90px;
    }
    .banner2 .align-txt{
        padding: 0;
    }
    .banner2 .align-txt span:first-child{
        font-size: 11px;
    }
    .banner2 .align-txt h2{
        font-size: 42px;
        line-height: 48px;
        padding: 8px 0 12px;
    }
    .banner2 .align-txt .text-content span{
        font-size: 15px;
    }
    .banner2 .botao{
        margin-top: 32px;
    }
}
@media only screen and (min-width: 1024px){
    .banner2 img{
        height: calc(100% - 96px);
        top: 96px;
    }
    .banner2 .align-txt span:first-child{
        font-size: 12px;
        padding: 4px 0 9px;
    }
    .banner2 .align-txt h2{
        font-size: 60px;
        line-height: 66px;
        padding: 17px 0;
    }
    .banner2 .align-txt .text-content span{
        font-size: 18px;
        line-height: 24px;
    }
    .banner2 .botao{
        margin-top: 55px;
    }
    .banner2{
        height: 600px;
    }
}
@media only screen and (min-width: 1270px){
    .banner2{
        height: 804px;
    }
}

section .newsletter{
    min-height: 222px;
    background-image: url("../images/newsletter.png");
    background-size: cover;
    padding: 30px 0;
    background-color: #f8f8f8;
    background-position-y: 50%;
    text-align: center;
}
section .newsletter .inner{
    max-width: 1270px;
    display: flex;
}
section .newsletter .align-txt{
    width: 280px;
    float: left;
}
section .newsletter .inner span:first-child{
    color: #444444;
    font-family: 'camptonsemibold';
    font-size: 20px;
    line-height: 24px;
    display: block;
    width: 100%;
}
section .newsletter .inner span:nth-child(2){
    width: 100%;
}
section .newsletter form .checkbox{
    float: none;
    display: inline-block;
}
section .newsletter form .checkbox input{
    display: none;
}
section .newsletter form .checkbox label{
    display: block;
    padding: 38px 15px 7px;
    font-size: 9px;
    font-weight: 300;
    color: #fff;
    text-transform: none;
    line-height: 12px;
}
section .newsletter form .checkbox label.required{
    color: #d43131;
}
section .newsletter form .checkbox input[type="checkbox"]:checked:not(old) + label{
    color: #555;
}
section .newsletter form .checkbox input[type="checkbox"]:checked:not(old) + label span i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
section .newsletter form .checkbox label b{
    font-weight: 400;
    font-size: 10px;
}
section .newsletter form .checkbox label a{
    color: #555;
    text-decoration: underline;
}
section .newsletter form .contact-text.error{
    position: absolute;
    top: 8px;
    left: 0;
}
section .newsletter .inner form .checkbox label span{
    width: 18px;
    height: 18px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #fff;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
}
section .newsletter .inner form .checkbox label.required span{
    border-color: #d43131;
}

@media only screen and (min-width: 768px){
    section .newsletter .inner{
        display: block;
    }
    section .newsletter .align-txt{
        width: auto;
    }
    section .newsletter .flex .coluna{
        width: 504px;
        display: inline-block;
        float: none;
    }
    section .newsletter form .checkbox{
        width: 630px;
        max-width: 50vw;
    }
}
@media only screen and (min-width: 1024px){
    section .newsletter .flex .coluna{
        width: 100%;
    }
    section .newsletter .inner{
        display: flex;
    }
    section .newsletter .align-txt{
        width: 280px;
    }
    section .newsletter form .checkbox{
        float: right;
    }
    section .newsletter form .checkbox input[type="checkbox"]:checked:not(old) + label,
    section .newsletter form .checkbox label a{
        color: #fff;
        text-shadow: none;
    }
    section .newsletter form .checkbox label{
        padding: 14px 34px 7px 0;
    }
    section .newsletter .inner form .checkbox label span{
        left: auto;
        right: 2px;
        top: 12px;
        transform: none;
    }
    section .newsletter form .contact-text.error{
        top: 14px;
        left: auto;
    }
}
@media only screen and (max-width: 1024px){
    section .newsletter .inner span:nth-child(2){
        color: #a0a0a0;
        /*color: #fff;
        text-shadow: 0 0 5px #000;*/
    }
}
section .newsletter .inner span{
    color: #a0a0a0;
    font-size: 11px;
    line-height: 15px;
    display: inline-block;
    float: left;
}
section .newsletter .inner span:nth-child(2){
    color: #555;
}
section .newsletter form{
    float: right;
    margin: 14px 0 0 0;
}
section .newsletter form input.required{
    border: 1px solid #d43131;
    opacity: 1;
    color: #d43131;
}
section .newsletter form input{
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 42px;
    background-color: #262626;
    opacity: 0.7;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    padding: 0 20px;
    margin-bottom: 6px;
    display: inline-block;
    float: none;
    text-align: left;
}
section .newsletter form input:focus{
    opacity: 1;
}
section .newsletter form label{
    display: none;
}
button{
    border: none;
    border-radius: 4px;
    width: 146px;
    height: 42px;
    background-color: #303030;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 2px;
}
section .newsletter form .error p{
    font-size: 10px;
    line-height: 24px;
    font-style: italic;
    text-align: center;
    color: #000;
    text-shadow: 0 0 5px #000;
}
section .newsletter form button{
    margin: 0 2px;
    width: 146px;
    background-color: #303030;
}
section .newsletter form button:hover{
    background-color: #121212;
}
button{
    font-family: 'Montserrat', sans-serif;
}
button:hover{
    background-color: #121212;
}
section .newsletter .subscribe .contact-text p{
    display: none;
}
@media only screen and (min-width: 768px){
    section .newsletter{
        min-height: 186px;
        padding: 41px 0;
    }
    section .newsletter form input{
        max-width: 348px;
    }
    section .newsletter .inner span{
        font-size: 13px;
        line-height: 18px;
    }
    section .newsletter .inner span:nth-child(2){
        color: #a0a0a0;
    }
    section .newsletter form{
        margin-top: 19px;
    }
    section .newsletter form input{
        margin-bottom: 0;
    }
    section .newsletter form button{
        margin: 0 2px 0 6px;
        float: right;
    }
}
@media only screen and (min-width: 1024px){
    section .newsletter{
        text-align: left;
        height: 162px;
        min-height: auto;
        padding: 35px 0;
    }
    section .newsletter .flex.dois .align-txt.coluna{
        max-width: 46%;
    }
    section .newsletter .flex.dois form.coluna{
        max-width: 502px;
    }
    section .newsletter form{
        text-align: right;
        margin-top: 13px;
    }
    section .newsletter .inner span:nth-child(2){
        max-width: 292px;
    }
    section .newsletter .subscribe .contact-text p{
        color: #fff;
        line-height: 56px;
        display: block;
    }
    section .newsletter form .error p{
        text-align: left;
    }
}
@media only screen and (min-width: 1270px){
    section .newsletter{
        padding: 42px 0;
    }
    section .newsletter .align-txt{
        width: auto;
    }
    section .newsletter .inner span{
        padding: 5px 0;
    }
    section .newsletter .inner span:nth-child(2){
        margin-left: 108px;
        padding: 10px 0;
    }
    section .newsletter form{
        margin-top: 0;
    }
    section .newsletter .flex.dois .align-txt.coluna,
    section .newsletter .flex.dois form.coluna{
        max-width: 502px;
    }
    section .newsletter .inner span:first-child{
        width: auto;
        display: inline-block;
    }
}
.sugest{
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    display: none;
    top: 0;
}
.sugest.open{
    display: block;
}
.sugest .sugest-content{
    background-color: #fff;
    max-width: 713px;
    width: calc(100% - 30px);
    position: absolute;
    left: 50%;
    text-align: center;
    top: 48px;
    transform: translate(-50%, 0);
}
.sugest .sugest-content > a{
    position: absolute;
    left: 50%;
    top: -33px;
    font-size: 14px;
    color: #a0a0a0;
    transform: translateX(-50%);
}
.sugest .sugest-content > a:hover{
    color: #ec008c;
}
.sugest .sugest-content .sugest-info{
    width: 100%;
    float: left;
    padding: 0 15px;
    height: 216px;
}
.sugest .sugest-content .sugest-info img{
    position: absolute;
    left: 0;
    top: 0;
    height: 216px;
    width: 100%;
    object-fit: cover;
}
.sugest .sugest-content .sugest-info .align-txt{
    position: relative;
    height: 100%;
    display: block;
    float: left;
}
.sugest .sugest-content .sugest-info h2{
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    padding: 25px 0 11px;
}
.sugest .sugest-content .sugest-info span{
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #444444;
}
.sugest .sugest-content .sugest-info span:nth-child(3){
    font-weight: 300;
}
.sugest .sugest-content .sugest-info .obrigatorio{
    font-size: 9px;
    color: #fff;
    padding-top: 14px;
}
.sugest .sugest-content form{
    display: inline-block;
    float: left;
    padding: 12px 15px 30px;
    text-align: center;
    width: 100%;
}
.sugest .sugest-content form > span{
    font-size: 9px;
    font-style: italic;
    color: #a0a0a0;
}
form label{
    display: block;
    width: 100%;
    font-size: 10px;
    text-transform: uppercase;
    padding: 14px 0 9px;
    float: left;
}
form input{
    display: block;
    width: 100%;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    height: 42px;
    padding: 0 14px;
    margin-bottom: 6px;
    float: left;
    font-family: 'Montserrat', sans-serif;
}
.formulario form .gdpr .required span,
form input.required,
form textarea.required,
form .required select{
    border-color: #d43131;
}
.formulario form .gdpr .required span:hover{
    border-color: #d43131;
    opacity: 1;
}
form .gdpr .required p,
form span.required{
    color: #d43131 !important;
}
form input:focus,
form textarea:focus,
form select:focus{
    border-color: #8dc63f;
}
form .g-recaptcha{
    margin-top: 18px;
    display: inline-block;
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
form > span.seguranca{
    font-size: 9px;
    font-style: italic;
    display: block;
    float: left;
    width: 100%;
}
form button{
    width: 100%;
    margin: 27px 0 0;
    background-color: #d0d0d0;
}
form button.azul{
    background-color: #3fbaeb;
}
form button.verde{
    background-color: #8dc63f;
}
form button.rosa{
    background-color: #ec008c;
}
form button:hover{
    background-color: #a0a0a0;
}
form button.azul:hover{
    background-color: #216e7a;
}
form button.verde:hover{
    background-color: #3c8436;
}
form button.rosa:hover{
    background-color: #960c65;
}
@media only screen and (max-height: 700px){
    .sugest{
        overflow-y: scroll;
    }
    .sugest .sugest-content{
        top: 48px;
        transform: translate(-50%, 0);
    }
}
@media only screen and (min-width: 768px){
    .sugest{
        overflow: hidden;
    }
    .sugest .sugest-content{
        width: 100%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 48px 0;
        border-radius: 4px;
        height: 630px;
        text-align: left;
    }
    .sugest .sugest-content > a{
        right: -22px;
        left: auto;
        top: -22px;
        transform: none;
    }
    .sugest .sugest-content .sugest-info{
        width: 292px;
        padding: 0 44px;
        height: 100%;
    }
    .sugest .sugest-content .sugest-info img{
        height: 100%;
        width: 292px;
        border-radius: 3px 0 0 3px;
    }
    .sugest .sugest-content .sugest-info h2{
        font-size: 30px;
        line-height: 34px;
        color: #fff;
        font-weight: 500;
        padding: 0 0 20px;
    }
    .sugest .sugest-content .sugest-info span{
        font-size: 14px;
    }
    .sugest .sugest-content .sugest-info .obrigatorio{
        position: absolute;
        bottom: 24px;
        left: 0;
        padding: 0;
    }
    .sugest .sugest-content form,
    .sugest .sugest-content .contact-text{
        width: 421px;
        padding: 0 60px;
        text-align: left;
        float: left;
    }
    form input{
        margin-bottom: 12px;
    }
    form .g-recaptcha{
        margin-top: 12px;
        transform: scale(1);
        -webkit-transform: scale(1);
        float: left;
    }
    form button{
        margin: 23px 0 0;
    }
}

.contactos .inner{
    float: none;
    max-width: 1024px;
}
section .titulo{
     text-align: center;
     background-color: #f8f8f8;
     padding: 28px 15px 31px;
     float: none;
 }
section .titulo h1{
    font-size: 24px;
    line-height: 35px;
}
section .titulo.rosa h1{
    color: #ec008c;
}
section .titulo.verde h1{
    color: #8dc63f;
}
section .titulo.azul h1{
    color: #3fbaeb;
}
section .titulo span{
    font-size: 14px;
    line-height: 18px;
}
.contactos .formulario{
    padding: 35px 0;
    text-align: center;
}
.contactos .contact-info{
    max-width: 100%;
    float: left;
    padding: 0 10px;
}
.contactos .contact-info h2{
    font-size: 18px;
    line-height: 24px;
    color: #ec008c;
    padding-bottom: 5px;
}
.contactos .contact-info div span{
    display: block;
}
.contactos .contact-info > div,
.contactos .contact-info > div span,
.contactos .contact-info > div a{
    float: left;
    width: 100%;
}
.contactos .contact-info > div{
    padding: 11px 0 8px;
}
.contactos .contact-info .telefone span{
    padding: 3px 0;
}
.contactos .contact-info .email a{
    padding: 8px 0 5px;
}
.contactos .contact-info .email span{
    padding: 8px 0;
}
.contactos .contact-info > div span:first-child{
    padding: 0;
}
.contactos .contact-info .telefone span:nth-child(2){
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}
.contactos .contact-info div a{
    text-decoration: underline;
    color: #ec008c;
    font-size: 12px;
}
.contactos .contact-info div span:last-child{
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #a0a0a0;
}
.contactos .formulario form{
    max-width: 100%;
    float: left;
    padding: 33px 0 7px;
}
.contactos form h3{
    font-size: 16px;
    line-height: 24px;
    font-family: 'camptonmedium';
}
.contactos form > span{
    font-size: 11px;
    font-weight: 300;
    color: #a0a0a0;
    padding: 8px 0 15px;
    width: 100%;
    display: block;
}
.contactos form > div{
    width: 100%;
    float: left;
}
.contactos form div label{
    color: #a0a0a0;
}
.contactos form div span{
    display: block;
    float: left;
    width: 100%;
    font-size: 10px;
    text-transform: uppercase;
    padding: 14px 0 9px;
    color: #a0a0a0;
}
.registo .formulario form > div.gdpr,
.contactos form > div.gdpr{
    width: 100%;
    border: solid #e4e4e4;
    border-width: 1px 0 1px;
    padding: 24px 0 8px;
    margin: 29px 0 3px;
}
.registo .formulario form > div.gdpr{
    margin: 29px 15px 3px;
    width: calc(100% - 30px);
}
.registo form > div.gdpr label,
.contactos form > div.gdpr label{
    padding-top: 3px;
    text-align: left;
}
.registo form > div.gdpr input[type="checkbox"]:checked:not(old) + label span i,
.contactos form > div.gdpr input[type="checkbox"]:checked:not(old) + label span i{
    color: #ec008c;
    top: 0;
    left: -1px;
}
.registo form > div.gdpr label p,
.contactos form > div.gdpr p{
    text-transform: none;
    font-size: 9px;
    line-height: 12px;
    font-weight: 300;
    color: #787878;
    padding-bottom: 12px;
}
.registo form > div.gdpr label a,
.contactos form > div.gdpr a{
    text-decoration: underline;
    color: #ec008c;
    font-size: 9px;
    line-height: 12px;
    font-weight: 300;
}
.sugest form .contact-text{
    max-width: 421px;
    float: right;
    padding: 20px;

}
.sugest form .input-wrap,
.formulario form div .input-wrap{
    float: left;
    position: relative;
    width: 100%;
}
.sugest form .input-wrap .erro,
.formulario form .input-wrap .erro{
    padding: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    font-size: 10px;
    font-style: italic;
    text-transform: none;
    color: #d43131;
    width: 100%;
}
.contactos form .right > .recaptcha span{
    color: #a0a0a0;
    font-size: 9px;
    font-style: italic;
    text-transform: none;
    padding: 0;
}
.contactos form input,
.contactos form textarea,
.contactos form select{
    text-align: center;
}
form select{
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    width: 100%;
    height: 42px;
    padding: 0 9px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Montserrat', sans-serif;
    color: #787878;
}
form .fancyselect{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 6px;
}
form textarea{
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin-bottom: 6px;
    width: 100%;
    height: 144px;
    padding: 12px 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}
form .fancyselect:before{
    content: "\e877";
    font-family: fontello;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
form option{
    height: 42px;
    padding: 11px 13px;
}
.contactos form .g-recaptcha{
    width: 100%;
    text-align: center;
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
}
.contactos form .g-recaptcha > div{
    display: inline-block;
}
.contactos form button{
    width: 188px;
    background-color: #ec008c;
    margin-top: 20px;
}
.contactos form button:hover{
    background-color: #960c65;
}
.sugest .sugest-content form > .erro,
.contactos form .right > .erro:nth-last-child(2){
    color: #d43131;
}
@media only screen and (min-width: 768px){
    .contactos .contact-info{
        max-width: 210px;
        margin-right: 0;
        padding: 0;
    }
    .contactos .formulario form{
        max-width: 66%;
        margin-left: 22px;
        float: right;
        padding: 52px 0 35px;
    }
    .contactos .formulario{
        text-align: left;
        padding: 55px 0;
    }
    .contactos form input,
    .contactos form textarea,
    .contactos form select{
        text-align: left;
    }
    .contactos form .g-recaptcha{
        text-align: left;
    }
    section .titulo{
        padding: 42px 0 56px;
    }
    section .titulo h1{
        font-size: 36px;
        line-height: 57px;
    }
    section .titulo span{
        font-size: 15px;
        line-height: 18px;
    }
    .contactos .contact-info h2{
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 11px;
    }
    .contactos form h3{
        font-size: 18px;
    }
    form .fancyselect{
        margin-bottom: 12px;
    }
    form textarea{
        margin-bottom: 12px;
    }
    .sugest .sugest-content form > .erro,
    .contactos form .right > .recaptcha .erro{
        padding: 0;
        font-size: 10px;
        color: #d43131;
    }
    .contactos form .right > .recaptcha span{
        padding: 3px 0 0;
    }
    .contactos form button{
        margin-top: 27px;
    }
}
@media only screen and (min-width: 1024px){
    .contactos .formulario form{
        max-width: 708px;
        float: left;
    }
    .contactos form > div{
        width: 50%;
    }
    .contactos form .left{
        padding-right: 10px;
    }
    .contactos form .right{
        padding-left: 10px;
    }
    .contactos form .right.submit{
        float: right;
    }
}
@media only screen and (min-width: 1270px){
    .contactos .inner{
        max-width: 1060px;
    }
    .contactos .contact-info{
        margin-right: 40px;
    }
    .contactos .formulario form{
        margin-left: 62px;
    }
}
.promocoes .filtros{
    z-index: 1000;
}
.promocoes .filtros form{
    z-index: 100;
    border: solid #e4e4e4;
    border-width: 1px 0 1px;
    background-color: #f8f8f8;
    float: left;
    padding: 20px 0;
    width: 100%;
}
.promocoes .filtros i{
    color: #8dc63f;
}
.promocoes .filtros .active i,
.promocoes .filtros a:hover i{
    color: #fff;
}
.promocoes .filtros .select span:hover i{
    color: #fff;
}
.promocoes .filtros .select .checkbox span:hover i{
    color: #8dc63f;
}
.promocoes .filtros > form > .inner > button{
    border-radius: 0;
    font-weight: normal;
    height: 70px;
}
.promocoes .filtros > form > .inner > a,
.promocoes .filtros > form > .inner > button{
    color: #787878;
    text-transform: uppercase;
    font-size: 11px;
    padding: 26px 23px;
    float: left;
    width: 100%;
    background-color: transparent;
    margin: 0;
    text-align: center;
}
.promocoes .filtros > form > .inner > a:hover,
.promocoes .filtros > form > .inner > button:hover{
    color: #fff;
    background-color: #8dc63f;
}
.promocoes .filtros > form > .inner > a i{
    color: #787878;
    font-size: 14px;
    padding-right: 12px;
}
.promocoes .filtros > form > .inner > button i{
    color: #787878;
    font-size: 14px;
}
.promocoes .filtros > form > .inner > a:hover i,
.promocoes .filtros > form > .inner > button:hover i{
    color: #fff;
}
.promocoes .filtros .inner > span{
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    line-height: 56px;
    height: 58px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}
.promocoes .filtros .inner > span i{
    font-size: 18px;
    margin-right: 6px;
}
.promocoes .filtros .inner > span i:last-child{
    margin-left: 6px;
}
.promocoes .filtros .select{
    cursor: pointer;
    float: left;
    width: 100%;
    position: relative;
    display: none;
}
.promocoes .filtros .select.visible{
    display: block;
}
.promocoes .filtros .select > span{
    padding: 1px 32px 0 40px;
    font-size: 16px;
    float: left;
    line-height: 52px;
    height: 58px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}
.promocoes .filtros .select > span:hover{
    background-color: #8dc63f;
    color: #fff;
}
.promocoes .filtros .select.open{
    background-color: #e4e4e4;
}
.promocoes .filtros .select > span i{
    font-size: 22px;
    float: right;
}
.promocoes .filtros .select .dropform{
    display: none;
}
.promocoes .filtros .open:before{
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    width: 100vw;
    background-color: #e4e4e4;
    top: 0;
    height: 100%;
}
.promocoes .filtros .open .dropform{
    display: block;
    width: 100vw;
    background-color: #e4e4e4;
    position: absolute;
    left: -15px;
    top: 58px;
    padding: 49px 0;
    z-index: 99;
}
.promocoes .filtros .select .dropform .inner{
    padding: 0 11px;
    position: relative;
}
.promocoes .filtros .select .dropform .inner > a i{
    position: absolute;
    right: 24px;
    font-size: 21px;
    top: -29px;
    color: #a0a0a0;
}
.promocoes .filtros .select .dropform .inner > a:hover i{
    color: #444;
}
.promocoes form .left{
    width: 292px;
    float: left;
}
.promocoes form .left > span:first-child{
    font-size: 31px;
    line-height: 35px;
    display: block;
    color: #8dc63f;
    font-family: camptonsemibold;
}
.promocoes form .left > span:nth-child(2){
    padding: 10px 0;
}
.promocoes form .left .form-select{
    float: left;
    width: 100%;
}
.promocoes form .left .form-select span{
    text-transform: uppercase;
    font-size: 9px;
    margin: 7px 1px;
    display: block;
}
.promocoes form .left > span{
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: 300;
}
.promocoes form .right{
    width: 100%;
    float: right;
}
.promocoes form .right .input-wrap{
    position: relative;
    padding: 11px 0 12px;
    margin-bottom: 13px;
    justify-content: flex-start;
}
.promocoes form .right .input-wrap::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d0d0d0;
    position: absolute;
    bottom: 0;
}
.promocoes .filtros .select .dropform select{
    height: 44px;
}
input[type="checkbox"]{
    display: none;
}
input[type="radio"]{
    display: none;
}
form .left .checkbox label{
    text-transform: none;
    padding: 13px 0 16px 34px;
    margin: 17px 0;
}
form .checkbox .regiao{
    width: 100%;
}
form .checkbox label{
    position: relative;
    padding: 2px 0 7px 34px;
    margin: 6px 0 5px;
    font-size: 12px;
    line-height: 16px;
}
form .checkbox.flex label{
    width: auto;
    display: inline-block;
}
form .left .checkbox label span{
    top: 11px;
}
form .checkbox label span{
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 1px;
    top: 0;
    background-color: #fff;
    border-radius: 3px;
}
form .checkbox.radio label > span{
    border-radius: 9px;
    display: block;
    top: 6px;
}
form .checkbox.radio label > span > span{
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    display: none;
}
form .checkbox label i{
    display: none;
    color: #8dc63f;
}
input[type="checkbox"]:checked:not(old) +  label{
    color: #444444;
}
input[type="checkbox"]:checked:not(old) +  label span i{
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 13px;
    display: block;
}
.promocoes form button{
    margin-top: 17px;
    background-color: #8dc63f;
}
.promocoes form button.cinza{
    background-color: #a0a0a0;
}
.promocoes form button.cinza:hover{
    background-color: #444;
}
.promocoes form .right button{
    float: right;
    width: auto;
    min-width: 200px;
    padding: 0 25px;
}
.promocoes form button:hover{
    background-color: #3c8436;
}
.promocoes .display::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #e4e4e4;
}
.promocoes .display .resultados{
    float: left;
    padding: 21px 40px 0;
    text-align: center;
    width: 100%;
}
section > .inner{
    float: none;
}
.promocoes .display{
    float: left;
    width: 100%;
    position: relative;
}
.promocoes .display > div,
.promocoes .display form{
    display: inline-block;
    float: right;
    padding: 11px 0 12px;
}
.promocoes .display form{
    padding-right: 26px;
}
.promocoes .display div > span{
    display: none;
}
.promocoes .display .resultados span{
    font-size: 12px;
    line-height: 18px;
    color: #a7a7a7;
    text-transform: none;
    display: inline-block;
    padding: 0;
}
.promocoes .display .resultados > span{
    position: relative;
    display: initial;
}
.promocoes .display .resultados span span{
    color: #707070;
}
.promocoes .display .resultados a{
    font-size: 11px;
    line-height: 15px;
    color: #8dc63f;
}
.promocoes .display .resultados a:hover{
    text-decoration: underline;
    color: #3c8436;
}
.promocoes .display .dispor{
    float: left;
    padding-left: 24px;
}
.promocoes .dispor span{
    margin: 0 5px;
}
.promocoes .dispor a{
    display: inline-block;
    font-size: 13px;
    width: 30px;
    height: 30px;
    border: 1px solid #e4e4e4;
    color: #d0d0d0;
    border-radius: 3px;
    text-align: center;
    padding: 6px 0;
    float: left;
    margin: 0 5px;
}
.promocoes .dispor a.active,
.promocoes .dispor a:hover{
    border-color: #8dc63f;
    background-color: #8dc63f;
    color: #fff;
}
.promocoes .promo-list{
    padding: 15px 0 80px;
    display: none;
}
.promocoes .promo-list .flex{
    justify-content: flex-start;
    margin: 0 -10px;
}
.promocoes .promo-list .flex .item{
    margin: 9px 45px;
}
.promocoes .promo-list.open{
    display: block;
    position: static;
}
.promocoes .promo-list.linhas .promo-text{
    width: calc(100% - 110px);
}
.promocoes .promo-list.linhas .text h3{
    font-size: 12px;
    line-height: 16px;
}
.promocoes .promo-list.linhas .text span{
    display: none;
}
.promocoes .promo-list.linhas.open{
    padding: 12px 0 72px;
}
.promocoes .promo-list.linhas .item{
    height: 96px;
    margin: 6px 0;
    float: left;
    width: 100%;
}
.promocoes .promo-list.linhas img{
    float: left;
    height: 100%;
    width: auto;
    max-width: 110px;
}
.promocoes .promo-list.linhas .no-img img{
    margin: 12px 15px 3px;
    max-height: 29px;
}
.promocoes .promo-list.linhas .no-img .promo-text{
    padding-top: 8px;
}
.promocoes .promo-list.linhas .pontos-align{
    width: 110px;
    float: left;
}
.promocoes .promo-list.linhas .pontos-align span{
    font-size: 20px;
    line-height: 24px;
    float: left;
    font-weight: 700;
    padding-left: 15px;
}
.promocoes .promo-list.linhas .text span:first-child{
    font-size: 9px;
    line-height: 13px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.promocoes .promo-list.linhas .text{
    display: inline-block;
    width: 100%;
    float: left;
}
.promocoes .promo-list.linhas .promo-info{
    border-width: 0;
    display: inline-block;
    width: 100%;
}
.promocoes .promo-list.linhas .promo-info .validade{
    width: auto;
}
.promocoes .promo-list.linhas .promo-info .validade span:first-child{
    font-size: 10px;
    line-height: 14px;
}
.promocoes .promo-list.linhas .promo-info .validade span:last-child{
    width: 100%;
}
.promocoes .promo-list.linhas .promo-info .quantidade{
    text-align: left;
    float: right;
    width: auto;
}
.promocoes .promo-list.linhas .promo-info .quantidade span:last-child{
    font-size: 21px;
    line-height: 25px;
}
.promocoes .promo-list.linhas .centro-comercial{
    display: none;
}
.promo-list.linhas .no-img .promo-info > span:first-child{
    font-size: 10px;
    line-height: 14px;
}
.promo-list.linhas .no-img .promo-info > span{
    font-size: 9px;
}
.promocoes .linhas .centro-comercial span:last-child{
    color: #5a5a5a;
}
.promocoes .display .form-select{
    width: 135px;
    margin-right: 2px;
}
.promocoes .titulo{
    padding: 28px 15px 25px;
}
.promocoes form select{
    font-size: 11px;
    height: 30px;
}
@media only screen and (min-width: 480px){
    .promocoes .promo-list .flex .item{
        margin: 10px 8px;
    }
    .promocoes .display form{
        padding-right: 26px;
        margin-left: 20px;
    }
    .promocoes .display > div,
    .promocoes .display form{
        padding: 17px 0 12px;
    }
    .promocoes .promo-list{
        padding: 32px 0 80px;
    }
    .promocoes .promo-list.linhas img{
        max-width: 185px;
    }
    .promocoes .promo-list.linhas .promo-text{
        width: calc(100% - 185px);
    }
    .promocoes .promo-list.linhas .item{
        height: 162px;
        margin: 18px 0;
    }
    .promocoes .promo-list.linhas .text h3{
        font-size: 20px;
        line-height: 24px;
    }
    .promocoes .promo-list.linhas .promo-info .validade span:first-child,
    .promocoes .promo-list.linhas .promo-info .quantidade span:first-child{
        font-size: 13px;
        line-height: 20px;
    }
    .promocoes .promo-list.linhas .promo-info .quantidade span:last-child{
        font-size: 34px;
        line-height: 38px;
    }
    .promocoes .promo-list.linhas .no-img img{
        margin: 18px 38px 9px;
        max-height: 48px;
    }
    .promocoes .promo-list.linhas .pontos-align span{
        font-size: 36px;
        line-height: 40px;
        padding-left: 38px;
    }
    .promocoes .promo-list.linhas .pontos-align{
        width: 185px;
    }
    .promocoes .promo-list.linhas .text span:first-child{
        font-size: 14px;
        line-height: 24px;
    }
    .promocoes .promo-list.linhas.open{
        padding: 24px 0 72px;
    }
    .promocoes .promo-list.linhas .no-img .promo-text{
        padding-top: 19px;
    }
    .promo-list .no-img .promo-info.linhas > span:first-child{
        font-size: 11px;
        line-height: 16px;
    }
}
@media only screen and (min-width: 768px){
    .promocoes .titulo{
        padding: 42px 15px 56px;
    }
    .promocoes .display .dispor{
        float: right;
        margin: 0 20px;
        padding-left: 0;
    }
    .promocoes .display .resultados{
        width: auto;
        padding: 21px 40px 38px;
    }
    .promocoes .promo-list.linhas .text{
        width: 340px;
        padding: 12px 20px;
    }
    .promocoes .promo-list.linhas .text span{
        display: block;
    }
    .promocoes .promo-list.linhas .promo-info{
        border-width: 0 0 0 1px;
        width: 155px;
        padding: 14px 17px;
        height: 126px;
    }
    .promocoes .promo-list.linhas .promo-info .validade{
        width: 100%;
    }
    .promocoes .promo-list.linhas .promo-info .quantidade{
        float: left;
        width: 100%;
    }
    .promocoes .promo-list.linhas .text h3{
        font-size: 24px;
        line-height: 28px;
    }
    .promocoes .filtros .open:before{
        left: -34px;
    }
    .promocoes .filtros .open .dropform{
        left: -34px;
    }
}
@media only screen and (min-width: 1024px){
    .promocoes .filtros .select > span{
        padding: 0 15px 0 23px;
        line-height: 64px;
        height: 70px;
        border-bottom: none;
    }
    .promocoes .filtros .select > span i{
        float: none;
    }
    .promocoes .promo-list .flex .item{
        margin: 10px 9px;
    }
    .promocoes .filtros .display .resultados > span::before {
        display: none;
    }
    .promocoes .filtros > form > .inner > a{
        text-align: left;
    }
    .promocoes .display .resultados > span::before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 12px;
        background-color: #e4e4e4;
        right: -31px;
        top: -10px;
    }
    .promocoes .filtros .select{
        display: inline-block;
        float: left;
        border-right: 1px solid #e4e4e4;
    }
    .promocoes .filtros .inner > span i:last-child{
        display: none;
    }
    .promocoes .filtros .inner > span{
        padding-right: 23px;
        border-right: 1px solid #e4e4e4;
        border-bottom: none;
        text-align: left;
        width: auto;
        line-height: 68px;
        height: 70px;
    }
    .promocoes .display .resultados{
        padding: 0;
    }
    .promocoes .display .resultados span{
        font-size: 14px;
    }
    .promocoes .display .resultados > span{
        display: inline-block;
        margin-right: 56px;
        padding: 57px 0 38px;
        text-align: left;
    }
    .promocoes .display div > span{
        font-size: 9px;
        line-height: 13px;
        color: #a0a0a0;
        text-transform: uppercase;
        display: block;
        padding: 9px 0;
    }
    .promocoes .display .form-select{
        width: 188px;
    }
    .promocoes form select{
        font-size: 15px;
        height: 42px;
    }
    .promocoes .dispor a{
        width: 42px;
        height: 42px;
        padding: 12px 0;
    }
    .promocoes .display .dispor{
        margin: 0 55px;
    }
    .promocoes .display form{
        margin-left: 54px;
    }
    .promocoes .filtros form{
        float: none;
        padding: 0;
    }
    .promocoes .promo-list.linhas .text{
        width: 380px;
        padding: 12px 40px;
    }
    .promocoes .promo-list.linhas .promo-info{
        border-width: 0 1px;
        width: 198px;
        padding: 14px 30px;
    }
    .promocoes .promo-list.linhas .centro-comercial{
        padding: 17px 25px;
        max-width: 130px;
    }
    .promocoes .promo-list.linhas .centro-comercial{
        display: inline-block;
        float: left;
        padding: 17px 30px;
        max-width: 157px;
    }
    .promocoes .filtros .open:before{
        display: none;
    }
    .promocoes .filtros .open .dropform{
        top: 71px;
        left: 0;
    }
    .promocoes form .right{
        max-width: 710px;
    }
    .promocoes .filtros .select{
        width: auto;
        position: static;
    }
    .promocoes .filtros form{
        height: 71px;
    }
    .promocoes .filtros form > .inner > a,
    .promocoes .filtros form > .inner > button{
        width: auto;
    }
}
@media only screen and (min-width: 1270px){
    .promocoes .promo-list.linhas .text{
        width: 525px;
        padding: 12px 57px;
    }
    .promocoes .promo-list.linhas .promo-info{
        width: 208px;
        padding: 14px 39px;
    }
    .promocoes .promo-list.linhas .centro-comercial{
        padding: 17px 39px;
        max-width: 170px;
    }

    .promocoes .promo-list.linhas .centro-comercial{
        padding: 17px 39px;
        max-width: 170px;
    }
    .promocoes form .right{
        max-width: 812px;
        margin: 0 20px 0 104px;
    }
    .promocoes .filtros .inner > span{
        padding-right: 47px;
    }
    .promocoes .filtros .select > span{
        padding: 0 32px 0 40px;
    }
    .promocoes .filtros > form > .inner > a,
    .promocoes .filtros > form > .inner > button{
        padding: 26px 33px;
    }
}
.faq .inner{
    max-width: 1060px;
}
.faq .titulo{
    padding-bottom: 0;
}
.faq .titulo span{
    font-size: 13px;
}
.search{
    float: none;
    background-color: #f8f8f8;
    padding: 25px 0 30px;
}
.search form{
    position: relative;
}
.search form label{
    display: none;
}
.search form input{
    float: none;
    border-radius: 4px;
    height: 48px;
    border: none;
    margin: 0;
    font-size: 11px;
    padding: 0 63px 0 15px;
}
.search form button{
    width: 48px;
    border-radius: 0 4px 4px 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
}
.search form button i{
    font-size: 19px;
    line-height: 23px;
}
.search.azul button{
    background-color: #3fbaeb;
}
.search.azul button:hover{
    background-color: #216e7a;
}
.search.verde button{
    background-color: #8dc63f;
}
.search.verde button:hover{
    background-color: #3c8436;
}
.search.rosa button{
    background-color: #ec008c;
}
.search.rosa button:hover{
    background-color: #960c65;
}
.search-result{
    position: relative;
    padding-bottom: 25px;
}
.search-result:before{
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #f8f8f8;
    left: -15px;
}
.search-result > span:first-child{
    font-size: 13px;
    line-height: 36px;
    font-weight: 600;
    display: block;
    width: 100%;
    position: relative;
}
.search-result > span:last-child{
    font-size: 17px;
    line-height: 21px;
    color: #3fbaeb;
    font-family: camptonregular;
    display: inline-block;
    width: 100%;
    position: relative;
}
.search-result span:last-child span{
    font-family: camptonsemibold;
    font-style: italic;
    font-weight: inherit;
    display: inline-block;
}
.faq .temas{
    position: relative;
    margin-bottom: 26px;
}
.faq .temas .faq-select{
    width: 100%;
    display: block;
    height: 48px;
    line-height: 48px;
    position: relative;
    font-size: 13px;
    color: #444;
    font-weight: 600;
}
.faq .temas .faq-select i{
    float: right;
    font-size: 14px;
}
.faq .temas.open .faq-select i:before{
    content: "\E819";
}
.faq .temas:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #e4e4e4;
}
.faq .temas ul{
    display: none;
}
.faq .temas.open ul{
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.faq .temas.open ul:before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #f8f8f8;
}
.faq .temas ul li{
    position: relative;
}
.faq .temas ul li:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 100vw;
    background-color: #e4e4e4;
    transform: translateX(-50%);
}
.faq .temas ul li a{
    color: #787878;
    font-size: 12px;
    line-height: 36px;
}
.faq .temas ul li a:hover{
    color: #545454;
    font-weight: 600;
}
.faq .temas ul li.active a{
    color: #444;
    font-weight: 600;
}
.faq .faq-group h2{
    font-size: 18px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #444;
    padding: 27px 0 15px;
}
.faq .faq-group .pergunta{
    border-bottom: 1px solid #eee;
    margin-bottom: 9px;
}
.faq .faq-group .pergunta-titulo{
    font-size: 13px;
    line-height: 24px;
    position: relative;
    padding: 16px 0;
    cursor: pointer;
}
.faq .faq-group .pergunta-titulo span{
    padding-right: 30px;
}
.faq .faq-group .pergunta:hover .pergunta-titulo {
    color: #444;
}
.faq .faq-group .pergunta.open .pergunta-titulo{
    color: #3fbaeb;
    font-weight: 600;
}
.faq .faq-group .pergunta.open .pergunta-titulo:hover{
    color: #33a0c1;
}
.faq .faq-group .pergunta.open .pergunta-titulo i:before{
    content: "\E819";
}
.faq .faq-group .pergunta-titulo i{
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.faq .faq-group .pergunta-titulo i:before{
    margin: 0;
}
.faq .faq-group .pergunta-texto{
    display: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    margin: 3px 0 21px;
}
.faq .faq-group .open .pergunta-texto{
    display: block;
}
.faq .faq-group .open .pergunta-texto p{
    text-align: justify;
}
.faq .newsletter{
    margin-top: 22px;
}
@media only screen and (min-width: 768px){
    .faq .temas .faq-select{
        height: 60px;
        line-height: 60px;
        font-size: 15px;
    }
    .faq .temas ul li a{
        font-size: 14px;
        line-height: 40px;
    }
    .faq .temas .faq-select i,
    .faq .faq-group .pergunta-titulo i{
        font-size: 20px;
    }
    .faq .search-result:before{
        left: -34px;
    }
    .faq .search-result > span:first-child{
        font-size: 14px;
    }
    .faq .search-result > span:last-child{
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 1024px){
    .faq .titulo{
        padding-bottom: 56px;
    }
    .faq .search{
        margin-bottom: 56px;
        background-color: #e4e4e4;
        padding: 30px 0;
    }
    .faq .search form input{
        height: 60px;
        font-size: 14px;
        padding: 0 115px 0 31px;
        color: #5a5a5a;
        font-style: italic;
        font-weight: 600;
    }
    .faq .search form input::placeholder{
        color: #a0a0a0;
        font-style: normal;
        font-weight: 400;
    }
    .faq .search form button{
        width: 84px;
        height: 60px;
    }
    .faq .search form button i{
        font-size: 25px;
        line-height: 29px;
    }
    .faq .faq-left{
        width: 208px;
        float: left;
    }
    .faq .search-result{
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 18px;
        margin-bottom: 25px;
    }
    .faq .search-result:before{
        display: none;
    }
    .faq .temas:before{
        display: none;
    }
    .faq .temas{
        width: 100%;
        float: left;
        margin-bottom: 0;
    }
    .faq .temas .faq-select{
        display: none;
    }
    .faq .temas ul{
        display: block;
    }
    .faq .temas ul:before{
        display: none;
    }
    .faq .temas ul li:before{
        display: none;
    }
    .faq .temas ul li a{
        line-height: 36px;
        display: inline-block;
        width: 100%;
    }
    .faq .temas ul li.active .botao{
        line-height: 42px;
        font-size: 10px;
        color: #fff;
        font-weight: 700;
    }
    .faq .faq-group{
        width: 708px;
        float: right;
    }
    .faq .faq-group .pergunta-titulo{
        font-size: 14px;
    }
    .faq .faq-group .pergunta-texto{
        line-height: 24px;
        color: #787878;
    }
    .faq .newsletter{
        margin-top: 70px;
    }
}

.login .titulo{
    padding: 28px 15px 25px;
}
.login .titulo h1{
    line-height: 28px;
    padding: 15px 0 12px;
}
.login .titulo span{
    font-size: 13px;
    line-height: 24px;
 }
.login .titulo .seguranca{
    font-size: 9px;
    font-style: italic;
    color: #a0a0a0;
 }
.login .formulario{
    background-color: #f8f8f8;
    padding: 3px 0 42px;
}
.login .formulario .inner{
    max-width: 748px;
}
.login .formulario form{
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 56px;
}
.login .formulario form h3{
    font-family: camptonmedium;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0 6px;
    float: left;
    width: 100%;
}
.login .formulario form label{
    color: #a0a0a0;
    font-size: 10px;
    line-height: 14px;
    padding: 7px 0 8px;
}
.login .formulario form input{
    margin-bottom: 13px;
}
.login .formulario form a{
    font-weight: 300;
    font-size: 11px;
    display: block;
    text-decoration: underline;
    color: #b4b4b4;
}
.login .formulario form .loginfo{
    font-weight: 300;
    font-size: 11px;
    display: block;
    color: #b4b4b4;
    padding-top: 10px;
    float: left;
}
.login .formulario form a:hover{
    color: #787878;
}
.login .formulario form button.rosa{
    max-width: 188px;
    margin-top: 27px;
}
.login .formulario .criar{
    width: 100%;
    text-align: center;
    float: right;
}
.login .formulario .criar h2{
    font-size: 24px;
    line-height: 28px;
    color: #ec008c;
}
.login .formulario .criar span{
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding: 12px 0;
}
.login .formulario .criar .botao{
    background-color: #d0d0d0;
    border-radius: 4px;
    width: 188px;
    text-align: center;
    margin-top: 19px;
    line-height: 42px;
}
.login .formulario .criar .botao:hover{
    background-color: #a0a0a0;
}
@media only screen and (min-width: 768px){
    .login .titulo{
        padding: 42px 15px 25px;
    }
    .login .titulo span{
        font-size: 14px;
    }
    .login .formulario{
        padding: 25px 0 60px;
    }
    .login .formulario form{
        padding-bottom: 40px;
    }
    .login .formulario form h3{
        font-size: 18px;
    }
    .login .formulario form label{
        padding: 14px 0 9px;
    }
    .login .formulario form input{
        margin-bottom: 11px;
    }
    .login .formulario form a{
        padding-top: 2px;
        float: left;
        width: 100%;
    }
}
@media only screen and (min-width: 1024px){
    .login .titulo{
        padding: 42px 0 56px;
    }
    .login .formulario{
        background-color: #f8f8f8;
        padding: 25px 0 120px;
    }
    .login .formulario form{
        max-width: 397px;
        text-align: left;
        padding: 0;
    }
    .login .formulario .criar{
        max-width: 188px;
        text-align: left;
    }
}
.recuperar .formulario form{
    width: 100%;
    float: none;
    max-width: 427px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.recuperar .titulo{
    padding: 16px 15px;
}
.login .titulo h1{
    line-height: 28px;
    padding: 15px 0 2px;
}
.login .formulario{
    padding: 8px 0 42px;
}
.recuperar form .g-recaptcha{
    margin: 13px 0 3px;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.recuperar form button{
    margin: 27px 0 24px;
}
@media only screen and (min-width: 768px){
    .recuperar .formulario form{
        text-align: left;
    }
    .recuperar .titulo{
        padding: 42px 0;
    }
    .login .titulo h1{
        padding: 15px 0 12px;
    }
    .login .formulario{
        padding: 22px 0 120px;
    }
}
.registo .inner{
    max-width: 768px;
}
.registo .titulo{
    padding: 42px 0 31px;
}
.registo .titulo h1{
    max-width: 450px;
    margin: 0 auto;
    padding: 15px 15px 14px;
}
.registo .titulo span{
    max-width: 550px;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
}
.registo .formulario form h3{
    padding: 42px 10px 6px;
}
.registo .formulario form h3.acesso{
    padding-bottom: 12px;
}
.registo .formulario .sucesso{
    margin-top: 30px;
    text-align: center;
    font-weight: 700;
    display: block;
}
.registo .formulario form{
    max-width: none;
}
.registo .formulario form .interesses{
    text-transform: uppercase;
    font-size: 10px;
    padding: 21px 10px 9px;
}
.registo .formulario form > .fancyselect,
.registo .formulario form .input-wrap{
    float: left;
    width: 100%;
}
.registo .formulario form .input-wrap.radio{
    width: 50%;
    float: left;
}
.registo .formulario form .input-wrap.radio label:last-child{
    float: right;
}
.registo .formulario form .input-wrap.checkbox.flex{
    display: flex;
}
.registo .formulario form .input-wrap.checkbox{
    padding-top: 6px;
    text-align: left;
    display: block;
}
.registo.balcao .formulario form .input-wrap.checkbox{
    width: 100%;
}
.formulario form .checkbox .coluna{
    padding-bottom: 6px;
}
.registo .formulario form .input-wrap span{
    padding: 7px 0 8px;
    color: #a0a0a0;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    display: block;
}
.registo .formulario form .input-wrap label{
    color: #a0a0a0;
}
.registo .formulario form .input-wrap.checkbox label,
.registo .formulario form .input-wrap.radio label{
    color: #787878;
}
.registo .formulario form .input-wrap > span{
    padding: 14px 0 9px;
}
.registo .formulario form .input-wrap > span{
    padding: 14px 0 9px;
}
.registo .formulario form .familia{
    float: left;
}
.registo .formulario form .familia .coluna{
    margin-bottom: 20px;
    padding: 0;
}
.registo .formulario form .familia.flex .coluna{
    max-width: 46.59%;
}
.registo .formulario form .familia input{
    margin-bottom: 0;
}
.registo .formulario form .familia label{
    padding: 7px 0;
    text-align: center;
}
.registo .formulario form button{
    float: left;
}
form .radio input{
    display: none;
}
form .radio label{
    position: relative;
    padding: 7px 30px 8px;
    margin-right: 30px;
    font-size: 11px;
    line-height: 15px;
    width: auto;
}
.registo .formulario .radio label{
    padding: 10px 17px 8px 28px;
    text-transform: none;
    font-size: 11px;
    line-height: 15px;
    color: #787878;
    margin-right: 0;
}
form .radio label > span{
    border: solid 1px;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 9px;
    display: none;
}
input[type="radio"]:checked:not(old) + label > span > span {
    display: block;
}
input[type="radio"]:checked:not(old) + label{
    color: #3c3c3c;
}
form .radio label span span {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 4px;
    border-radius: 10px;
    top: 4px;
    background-color: #ec008c;
}
.registo .formulario form .radio{
    padding-bottom: 20px;
}
.registo .formulario form .radio label span{
    padding: 0;
}
.registo .formulario form .radio label span span {
    padding: 0;
    display: none;
}
.registo .radio input[type="radio"]:checked:not(old) + label > span > span {
    display: block;
}
.registo .radio input[type="radio"]:checked:not(old) + label{
    color: #3c3c3c;
}
.registo form .fancyselect{
    margin-bottom: 11px;
}
.registo form .checkbox label{
    padding: 2px 0 7px 34px;
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
}
.registo form .checkbox label a{
    padding: 0;
    width: auto;
    float: none;
    display: inline-block;
    color: #ec008c;
    font-weight: 400;
}
.formulario form .checkbox label span{
    border: 1px solid #e4e4e4;
    padding: 7px 0 8px;
}
.formulario form .checkbox label span:hover{
    border: 1px solid #bcbcbc;
}
.registo form > span{
    float: left;
    width: 100%;
    font-size: 11px;
    font-weight: 300;
    color: #a0a0a0;
    padding: 2px 10px 14px;
}
.registo form > .fancyselect{
    margin: 13px 0 11px;
}
.registo form > .fancyselect::before{
    right: 26px;
}
.registo .formulario form .input-wrap .seguranca.error{
    color: #d43131;
}
.registo .formulario form .input-wrap .seguranca a{
    color: #a0a0a0;
}
.registo .formulario form .input-wrap .tooltip-icon{
    position: relative;
}
.registo .formulario form .input-wrap .tooltip-icon:after{
    display: none;
    content: attr(data-tooltip);
    position: absolute;
    top: 50%;
    width: 250px;
    left: 100%;
    background: #000;
    z-index: 9;
    padding: 5px;
    transform: translateY(-50%);
    border-radius: 3px;
    color: #fff;
}
.registo .formulario form .input-wrap .tooltip-icon:hover:after{
    display: block;
}
.registo .formulario form .input-wrap .seguranca{
    padding: 0 0 6px;
    float: left;
    font-size: 9px;
    font-style: italic;
    display: block;
    width: 100%;
    text-transform: none;
}
.registo.balcao .formulario form .input-wrap .seguranca{
    max-width: 304px;
    float: right;
}
.registo .formulario .criar{
    max-width: 50%;
    padding: 0 10px;
}
.registo .formulario .criar button{
    width: 135px;
}
.registo .formulario .criar .botao{
    margin-top: 27px;
    float: right;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    width: 135px;
    min-width: 0;
}
.checkbox.flex.tres > .coluna {
    flex: 1 1 50%;
    max-width: 50%;
}
.registo form .g-recaptcha{
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
}
@media only screen and (min-width: 480px){
    .registo form .g-recaptcha{
        margin: 13px 0 3px;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .registo.balcao form .g-recaptcha{
        float: right;
    }
}
@media only screen and (min-width: 768px){
    .registo .titulo h1{
        padding: 15px 0 14px;
    }
    .registo .titulo span{
        padding: 0;
    }
    .titulo.erro-list{
        padding: 0;
        text-align: left;
    }
    .titulo span.error{
        color: #d43131;
    }
    .registo .formulario form{
        text-align: left;
    }
    .registo .formulario form > .fancyselect,
    .registo .formulario form .input-wrap{
        width: 50%;
        float: left;
        padding: 0 10px;
    }
    .registo .formulario form .input-wrap.radio{
        padding: 0 10px;
        height: 90px;
    }
    .registo .formulario form .input-wrap.full{
        width: 100%;
    }
    .formulario form .input-wrap > span{
        padding: 14px 0 9px;
    }
    .registo .formulario form .input-wrap.radio label:last-child{
        float: left;
    }
    .registo .formulario .radio label{
        padding: 10px 29px 8px;
        margin-right: 30px;
    }
    .registo .formulario form .familia{
        padding: 0 10px;
    }
    .checkbox.flex.tres > .coluna {
        max-width: 31.623%;
    }
    .registo .formulario form .familia.flex .coluna{
        max-width: 31%;
    }
    .registo .formulario .criar .botao,
    .registo .formulario .criar button{
        width: 188px;
    }
}
@media only screen and (min-width: 1024px){
    .registo .formulario form .familia.flex .coluna{
        max-width: 23.077%;
    }
}

.about .banner{
    height: 312px;
    text-align: center;
}
.about .banner .align-txt{
    max-width: 721px;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    display: inline-block;
    padding: 0 15px;
}
.about .banner .align-txt h1{
    color: #444444;
    font-size: 36px;
    line-height: 40px;
    display: inline-block;
    max-width: none;
    font-weight: 500;
    margin: 45px 0 9px;
}
.about .banner .align-txt h1 span{
    color: #3fbaeb;
    width: 100%;
}
.about .banner .align-txt > span{
    display: inline-block;
    max-width: 604px;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    padding: 0 20px;
}
.about .cartao{
    height: 106px;
    padding-bottom: 31px;
    z-index: 100;
}
.about .cartao .atvImg{
    left: 50%;
    position: absolute;
    transform: perspective(1401px) translate(-50%, -50%) !important;
    width: 284px;
    height: 156px;
    padding: 0 15px;
}
.about .info-wrap{
    padding-bottom: 34px;
}
.about .card-info{
    padding: 4px 0;
    float: left;
    width: 100%;
    text-align: center;
}
.about .card-info .inner{
    max-width: 1060px;
}
.about .card-info .text-wrap{
    position: relative;
    min-height: unset;
    width: 100%;
    display: block;
    padding: 19px 0 20px;
}
.about .card-info .info-text{
    max-width: 448px;
    display: inline-block;
}
.about .card-info img{
    max-width: 448px;
    width: 100%;
}
.about .card-info .info-text h2{
    font-size: 20px;
    line-height: 24px;
    color: #444;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.about .card-info .info-text span{
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    display: block;
    padding: 11px 15px 0;
    text-align: justify;
}
.about .banner2:before{
    background-color: #3fbaeb;
    mix-blend-mode: multiply;
}
.about .banner2 .align-txt span:first-child{
    color: #fff;
}
.about .marcas{
    text-align: center;
    padding: 39px 0 7px;
}
.about .marcas .inner .botao{
    cursor: pointer;
    display: none;
}
.about .marcas .inner{
    max-width: 1060px;
}
.about .marcas h2{
     font-size: 22px;
     line-height: 26px;
     color: #444444;
     font-family: 'Montserrat', sans-serif;
     font-weight: 600;
 }
.about .marcas h2 span{
     color: #3fbaeb;
    display: block;
 }
.about .marcas .flex{
    display: none;
}
.about .marcas .owl-carousel{
    padding: 22px 0;
}
.about .marcas .owl-dots{
    padding: 15px 0 11px;
}
.about .marcas .owl-dot{
    display: inline-block;
    padding: 0 5px;
}
.about .marcas .owl-dot span{
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #e4e4e4;
    border-radius: 5px;
}
.about .marcas .owl-dot.active span{
    background-color: #787878;
}
.about .marcas .coluna{
    height: 61px;
    opacity: 0.3;
    position: relative;
    margin: 14px 0;
    max-width: 20%;
}
.about .marcas .owl-carousel .coluna{
    max-width: none;
}
.about .marcas .coluna:nth-child(n+11){
    display: none;
}
.about .marcas.open .coluna:nth-child(n+11){
    display: block;
}
.about .marcas .coluna:hover{
    opacity: 1;
}
.about .marcas .coluna img{
    max-height: 61px;
    max-width: 104px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
.about .marcas .coluna:hover img{
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}
.aderir{
    height: 216px;
    text-align: center;
    position: relative;
    background-color: #a0a0a0;
}
.aderir .align-txt{
    max-width: 644px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 30px;
}
.aderir .align-txt h2{
    color: #fff;
    font-size: 20px;
    line-height: 36px;
}
.aderir .align-txt span{
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}
.aderir .align-txt span b{
    font-weight: 700;
}
.aderir .align-txt span a,
.aderir .aderir-text span a{
    color: #ec008c;
    text-decoration: underline;
}
.aderir .align-txt .botao{
    margin-top: 13px;
}
@media only screen and (min-width: 480px) {
    .about .cartao{
        height: 160px;
    }
    .about .cartao .atvImg{
        left: 50%;
        position: absolute;
        transform: perspective(1401px) translate(-50%, -50%) !important;
        width: 380px;
        height: 227px;
        padding: 0 15px;
    }
}
@media only screen and (min-width: 600px) {
    .about .cartao{
        height: 231px;
    }
    .about .cartao .atvImg{
        max-width: unset;
        width: 497px;
        height: 285px;
    }
}
@media only screen and (min-width: 768px) {
    .about .banner .align-txt h1{
        font-size: 42px;
        line-height: 48px;
    }
}
@media only screen and (min-width: 1024px) {
    .about .banner{
        height: 542px;
    }
    .about .banner .align-txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        padding: 0;
    }
    .about .banner .align-txt h1{
        font-size: 72px;
        line-height: 76px;
        margin: 4px 0 24px;
    }
    .about .banner .align-txt h1 span{
        display: block;
    }
    .about .banner .align-txt > span{
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }
    .about .card-info{
        text-align: left;
        padding: 15px 0;
    }
    .about .card-info .text-wrap{
        float: left;
        min-height: 282px;
        padding: 0;
        max-width: 448px;
        display: inline-block;
    }
    .about .card-info .text-wrap:nth-child(2n){
        float: right;
    }
    .about .card-info img{
        float: right;
    }
    .about .card-info:nth-child(2n) img{
        float: left;
    }
    .about .card-info .info-text{
        max-width: 448px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .about .card-info:nth-child(2n) .info-text{
        right: 0;
        left: auto;
    }
    .about .card-info .info-text h2{
        font-size: 30px;
        line-height: 34px;
    }
    .about .card-info .info-text span{
        font-size: 14px;
        padding: 16px 0 0;
    }
    .about .info-wrap{
        padding-bottom: 75px;
    }
    .about .marcas{
        text-align: center;
        padding: 90px 0 45px;
    }
    .about .marcas h2{
        font-size: 30px;
        line-height: 34px;
    }
    .about .marcas .flex{
        display: flex;
        margin: 41px 0 0;
        justify-content: flex-start;
    }
    .about .marcas .owl-carousel{
        display: none;
    }
    .about .marcas .coluna{
        height: 84px;
        margin: 45px 0;
    }
    .about .marcas .coluna img{
        max-height: 84px;
        max-width: 161px;
    }
    .aderir{
        height: 264px;
    }
    .aderir .align-txt{
        padding: 0 20px;
    }
    .aderir .align-txt h2{
        font-size: 30px;
        padding-bottom: 9px;
    }
    .aderir .align-txt span{
        font-size: 14px;
    }
    .aderir .align-txt .botao{
        margin-top: 26px;
    }
    .about .marcas .inner .botao{
        display: inline-block;
        margin: 41px 0 45px;
    }
    .about .marcas.open .inner .botao{
        display: none;
    }
    .about .marcas.open .inner .menos{
        display: inline-block;
    }
    .about .marcas .inner .menos{
        display: none;
    }
}

.funciona .banner{
    height: auto;
    text-align: center;
    padding: 19px 0;
}
.funciona .banner .align-txt{
    width: 100%;
    max-width: 908px;
}
.funciona .banner h1{
    font-size: 36px;
    line-height: 40px;
    color: #444;
    width: 100%;
    max-width: none;
    margin: 26px 0 9px;
    padding: 0 15px;
}
.funciona .banner h1 span{
    color: #ec008c;
}
.funciona .banner .align-txt > span{
    max-width: 590px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    padding: 0 30px 7px;
}
.funciona .banner .euro-wrap{
    padding: 25px 0;
    position: relative;
}
.funciona .banner .euro-wrap i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
.funciona .banner .euro{
    width: 96px;
    height: 96px;
    border-radius: 94px;
    border: 4px solid #5a5a5a;
    display: inline-block;
    position: relative;
    margin: 0 30px;
}
.funciona .banner .euro.rosa{
    color: #ec008c;
    border-color: #ec008c;
}
.funciona .banner .euro > span{
    font-family: camptonsemibold;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
}
.funciona .banner .euro span span{
    font-size: 37px;
    line-height: 41px;
    display: block;
}
.funciona .como{
    background-color: #3fbaeb;
    color: #fff;
    z-index: 100;
    margin-bottom: 74px;
    text-align: center;
}
.funciona .como .inner{
    max-width: 1060px;
}
.funciona .como .como-content{
    position: relative;
    width: 100%;
    max-width: 455px;
    padding: 34px 0 0;
    display: inline-block;
}
.funciona .como-text{
    max-width: 455px;
    float: left;
    text-align: center;
}
.funciona .como h2{
    color: #fff;
    line-height: 34px;
}
.funciona .como p{
    font-size: 14px;
    line-height: 24px;
    padding: 5px 11px 19px;
    text-align: justify;
}
.funciona .como .botao{
    display: inline-block;
    margin-top: 4px;
}
.funciona .como img{
    width: 100%;
    max-width: 447px;
    transform: translateY(73px);
    margin-top: -42px;
}
.funciona .como-info{
    padding: 9px 0 1px;
    text-align: center;
}
.funciona .como-info .inner{
    max-width: 1060px;
}
.funciona .como-info .info-block{
    max-width: 436px;
    display: inline-block;
    padding-bottom: 29px;
}
.funciona .como-info h2{
    font-size: 20px;
    line-height: 24px;
    color: #444;
    padding-bottom: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.funciona .como-info p{
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    display: block;
    padding: 10px 15px 8px;
    text-align: justify;
}
.funciona .como-info p a{
    color: #3fbaeb;
    text-decoration: underline;
}
.funciona .como-info p b{
    font-weight: 600;
}
.funciona .iniciar{
    background-color: #f8f8f8;
    text-align: center;
    padding: 29px 0;
}
.funciona .iniciar .inner{
    max-width: 1060px;
}
.funciona .iniciar .iniciar-text{
    max-width: 448px;
    display: inline-block;
}
.funciona .iniciar-text h2{
    font-size: 20px;
    line-height: 24px;
    color: #444;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.funciona .iniciar-text h2 span{
    color: #3fbaeb;
    display: block;
}
.funciona .iniciar-text > span{
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    padding: 6px 15px 13px;
    text-align: justify;
}
.funciona .iniciar-text .botao{
    margin-bottom: 20px;
}
.funciona .iniciar img{
    width: 100%;
    max-width: 448px;
}
@media only screen and (max-width: 1024px) {
    .funciona .banner .align-txt{
        position: static;
        display: inline-block;
        top: auto;
        left: auto;
        transform: none;
    }
}
@media only screen and (min-width: 768px) {
    .funciona .banner h1{
        font-size: 42px;
        line-height: 48px;
    }
}
@media only screen and (min-width: 1024px) {
    .funciona .banner{
        height: 702px;
        padding: 0;
    }
    .funciona .banner h1{
        font-size: 72px;
        line-height: 76px;
        margin: 40px 0 24px;
        padding: 0;
    }
    .funciona .banner .align-txt > span{
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 40px;
    }
    .funciona .banner .euro{
        width: 188px;
        height: 188px;
        margin: 0 61px;
    }
    .funciona .banner .euro > span{
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 28px;
    }
    .funciona .banner .euro span span{
        font-size: 72px;
        line-height: 76px;
    }
    .funciona .banner .euro-wrap i{
        font-size: 33px;
    }
    .funciona .como .como-content{
        max-width: none;
        padding: 94px 0 85px;
    }
    .funciona .como-text{
        text-align: left;
    }
    .funciona .como h2{
        line-height: 82px;
    }
    .funciona .como p{
        padding: 5px 0 19px;
    }
    .funciona .como .botao{
        position: absolute;
        bottom: 0;
        transform: translateY(50%);
        margin-top: 0;
    }
    .funciona .como img{
        position: absolute;
        right: 0;
        bottom: -106px;
        transform: none;
        margin-top: 0;
    }
    .funciona .como-info{
        text-align: left;
        padding: 75px 0 107px;
    }
    .funciona .como-info h2{
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 6px;
    }
    .funciona .como-info p{
        font-size: 14px;
        padding: 10px 0 8px;
    }
    .funciona .como-info .info-block{
        float: left;
        padding: 0;
    }
    .funciona .como-info .info-block:nth-child(2n){
        float: right;
    }
    .funciona .iniciar{
        height: 576px;
        text-align: left;
        padding: 0;
    }
    .funciona .iniciar .iniciar-text{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .funciona .iniciar .img-wrap{
        width: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .funciona .iniciar-text h2{
        font-size: 30px;
        line-height: 34px;
    }
    .funciona .iniciar-text > span{
        font-size: 14px;
        padding: 16px 0 20px;
    }
    .funciona .iniciar-text .botao{
        margin-bottom: 0;
    }
    .funciona .iniciar img{
        max-width: 697px;
    }
}

.termos > .inner{
    margin-top: 29px;
}
.condicoes.termos > .inner{
    margin-top: 0;
}
.termos .titulo{
    padding-bottom: 31px;
}
.condicoes .titulo{
    margin-bottom: 37px;
}
.condicoes .faq-left{
    margin-top: 17px;
}
.termos .faq-group .pergunta .pergunta-titulo{
    padding: 13px 0 14px;
}
.termos .faq-group .pergunta.open .pergunta-titulo{
    padding: 9px 0 5px;
}
.termos .faq-group .pergunta-titulo span{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: block;
}
.termos .faq-group .pergunta{
    float: left;
    width: 100%;
}
.termos .faq-group .pergunta .pergunta-titulo i{
    font-size: 18px;
}
.termos .faq-group .pergunta.open .pergunta-titulo i::before{
    content: "\e876";
}
.termos .faq-group .pergunta.open .pergunta-texto{
    margin: 0;
}
.termos .faq-group .pergunta.open .pergunta-texto h3{
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    padding-top: 27px;
}
.termos .faq-group .pergunta.open .pergunta-texto p{
    font-size: 12px;
    padding: 9px 0;
}
.termos .faq-group .pergunta.open .pergunta-texto p b{
    font-weight: 600;
}
.termos .faq-group .pergunta.open .pergunta-texto p a{
    color: #3fbaeb;
    text-decoration: underline;
}
.termos .faq-group .pergunta.open .pergunta-texto p a:hover{
    color: #216e7a;
    text-decoration: underline;
}
.termos .faq-group .pergunta.open .pergunta-texto > a{
    font-size: 11px;
    color: #a0a0a0;
    padding: 27px 0 6px;
    display: block;
}
.termos .termos-data{
    float: left;
    display: block;
    width: 100%;
}
.termos .termos-data > span{
    display: block;
    color: #787878;
    font-size: 11px;
    line-height: 12px;
    font-weight: 300;
}
.termos .termos-data > span span{
    color: #a0a0a0;
}
.termos .newsletter{
    margin-top: 40px;
}
@media only screen and (min-width: 480px) {
    .termos .termos-data{
        display: inline-block;
        width: auto;
    }
}
@media only screen and (min-width: 1024px) {
    .termos .titulo{
        padding-bottom: 56px;
    }
    .termos > .inner{
        margin-top: 37px;
    }
    .termos .faq-group .pergunta .pergunta-titulo{
        padding: 22px 0 16px;
    }
    .termos .faq-group .pergunta.open .pergunta-titulo{
        padding: 22px 0 9px;
    }
    .termos .faq-group .pergunta .pergunta-titulo i{
        font-size: 25px;
    }
    .termos .faq-group .pergunta-titulo span{
        font-size: 18px;
        line-height: 24px;
    }
    .termos .faq-group .pergunta.open .pergunta-texto{
        margin: 3px 0;
    }
    .termos .faq-group .pergunta.open .pergunta-texto p{
        font-size: 14px;
        padding: 12px 0;
    }
    .termos .faq-group .pergunta.open .pergunta-texto h3{
        font-size: 16px;
        line-height: 24px;
        padding-top: 36px;
    }
    .termos .faq-group .pergunta.open .pergunta-texto > a{
        padding: 13px 0 0;
    }
    .termos .termos-data{
        margin: 6px 0 18px;
    }
    .termos .newsletter{
        margin-top: 70px;
    }
}

.condicoes .aderir{
    margin-top: 82px;
}
.condicoes .faq-group h2{
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    padding: 12px 0 18px;
}
.condicoes .faq-group > a{
    margin-top: 20px;
    float: left;
}
.condicoes .newsletter{
    margin: 0;
}
@media only screen and (min-width: 480px) {
    .condicoes .faq-group > a{
        float: right;
        margin: 0;
    }
}

header .reservada{
    display: none;
}
@media only screen and (min-width: 768px) {
    header .reservada{
        display: block;
        float: right;
        padding-top: 19px;
    }
    header .reservada > *{
        float: left;
    }
    header .reservada > i,
    header .reservada .noti > i{
        color: #a0a0a0;
        padding: 4px 4px 4px 5px;
        float: left;
    }
    header .reservada .user{
        display: inline-block;
        position: relative;
        font-weight: 500;
    }
    header .reservada .user img{
        border-radius: 15px;
        float: left;
    }
    header .reservada .user span{
        text-transform: none;
        font-size: 9px;
        line-height: 22px;
        padding: 3px 6px 3px 22px;
        float: left;
    }
    header .reservada .user i{
        color: #d0d0d0;
        float: left;
    }
    header .reservada .noti{
        position: relative;
    }
    header .reservada .noti i{
        cursor: pointer;
    }
    header .reservada .noti i.icon-bell-alt:after{
        content: '';
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #ec008c;
        top: 3px;
        right: 4px;
    }
    header .reservada .noti.open:before{
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        background-color: #f8f8f8;
        position: absolute;
        transform: rotate(45deg) translateX(-50%);
        left: 50%;
        bottom: -17px;
        z-index: 99;
        border: solid #e4e4e4;
        border-width: 1px 0 0 1px;
    }
    header .noti-count{
        background-color: #f8f8f8;
    }
    header .noti-count span{
        font-size: 9px;
        line-height: 28px;
        color: #a0a0a0;
        text-align: center;
        display: block;
        width: 100%;
    }
    header .noti-count span span{
        color: #ec008c;
        width: auto;
        display: inline-block;
    }
    header .dropdown{
        display: none;
    }
    header .open .dropdown{
        display: block;
        position: absolute;
        width: 228px;
        right: 50%;
        transform: translateX(50%);
        top: 35px;
        text-align: left;
        z-index: 9;
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
        border-radius: 3px;
        overflow: hidden;
    }
    header .user .dropdown a{
        border: 1px solid #e4e4e4;
        border-top-width: 0;
        font-size: 12px;
        line-height: 36px;
        color: #787878;
        text-transform: none;
        padding: 0 20px;
    }
    header .user .dropdown a:hover{
        background-color: #e4e4e4;
    }
    header .user .dropdown .botao{
        font-size: 9px;
        border: 0;
        color: #fff;
        text-transform: uppercase;
    }
    header .user .dropdown .botao:hover{
        background-color: #960c65;
    }
    header .user .dropdown a:first-child{
        border-top-width: 1px;
    }
    header .dropdown div{
        border: 1px solid #e4e4e4;
        text-transform: none;
    }
    header .dropdown .triggerClick{
        border-top-width: 0;
        padding: 3px 22px 6px;
        position: relative;
    }
    header .dropdown .triggerClick:before{
        content: '';
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #ec008c;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
    }
    header .dropdown .triggerClick:hover{
        background-color: #e4e4e4;
    }
    header .dropdown .triggerClick span{
        font-size: 9px;
        line-height: 15px;
        color: #a0a0a0;
    }
    header .dropdown .triggerClick span span{
        color: #d0d0d0;
    }
    header .dropdown .triggerClick a{
        font-size: 10px;
        color: #787878;
        display: block;
    }
    header .dropdown .botao{
        border-radius: 0;
        width: 100%;
        line-height: 36px;
        font-size: 9px;
        border-width: 0;
    }
    header .reservada .user{
        margin-left: 7px;
        position: relative;
    }
    header .reservada .user .dropdown a{
        display: block;
        width: 100%;
        float: left;
    }
    header .reservada .user .icon-user-circle{
        font-size: 23px;
    }
    header .reservada .user .icon-down-dir-1{
        font-size: 13px;
        padding: 5px 0;
    }
    header .reservada .user::before {
        content: "";
        display: block;
        height: 18px;
        width: 1px;
        background-color: #e4e4e4;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.user-reserv{
    background-color: #f8f8f8;
    float: left;
    width: 100%;
    position: relative;
}
.user-reserv .filtros .input-wrap button{
    background-color: transparent;
    width: auto;
    margin: 0;
    font-size: 21px;
    color: #a0a0a0;
    position: absolute;
    bottom: 12px;
    right: 9px;

}
.user-reserv > div{
    background-color: transparent;
    position: static;
}
.user-reserv ul .open,
.user-reserv li.active{
    background-color: #eee;
}
.user-reserv .faq-left{
    background-color: #f8f8f8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.user-reserv .faq-left > a{
    display: block;
    width: 100%;
    background-color: #e4e4e4;
    padding: 0 15px;
    font-size: 13px;
    line-height: 48px;
    color: #444444;
}
.user-reserv .faq-left a i{
    float: right;
    font-size: 19px;
}
.user-reserv .faq-left.open a i:before{
    content: '\E876';
}
.user-reserv .faq-left ul{
    display: none;
}
.user-reserv .faq-left.open > ul{
    display: block;
}
.user-reserv .faq-left li span,
.user-reserv .faq-left li a{
    font-size: 12px;
    line-height: 31px;
    color: #787878;
    padding: 4px 15px 0;
    display: block;
    border-bottom: 1px solid #eeeeee;
}
.user-reserv .faq-left li.open span,
.user-reserv .faq-left > ul > li.active > span,
.user-reserv .faq-left > ul > li > span:hover,
.user-reserv .faq-left > ul > li.active > a,
.user-reserv .faq-left > ul > li > a:hover{
    font-weight: 600;
    color: #444;
    background-color: #eee;
    border-bottom: none;
    line-height: 32px;
}
.user-reserv .faq-left li span i{
    float: right;
    padding-right: 4px;
}
.user-reserv .faq-left li.open span i:before{
    content: '\e819';
}
.user-reserv .faq-left ul ul{
    display: none;
}
.user-reserv .faq-left ul .open ul{
    display: block;
    padding: 4px 0 14px;
}
.user-reserv .faq-left li li a{
    font-size: 11px;
    line-height: 27px;
    color: #787878;
    padding: 2px 0 0 29px;
}
.user-reserv .faq-left li li.active,
.user-reserv .faq-left li li:hover a,
.user-reserv .faq-left li li.active a{
    color: #ec008c;
    background-color: transparent;
}
.user-reserv .faq-left > ul > li.rosa a{
    font-size: 9px;
    background-color: #ec008c;
    color: #fff;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    line-height: 36px;
    border: none;
}
.user-reserv .faq-left > ul > li.rosa:hover a{
    font-weight: 300;
    background-color: #960c65;
}
.user-reserv .faq-left > span{
    display: none;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    padding: 13px 0 7px 15px;
    background-color: #fff;
}
.user-reserv .faq-left > span span{
    display: block;
    width: 100%;
}
.user-reserv .faq-group{
    margin: 15px 0 0;
    text-align: center;
}
.user-reserv .breadcrumb{
    display: none;
}
.user-reserv .welcome{
    float: left;
    width: 100%;
    padding: 36px 0 7px;
}
.user-reserv .welcome img{
    display: none;
}
.user-reserv.logista .welcome-perfil{
    padding-left: 0;
}
.user-reserv .welcome-perfil{
    display: inline-block;
    padding: 26px 15px;
}
.user-reserv .welcome-perfil h1{
    color: #ec008c;
    font-family: camptonlight;
    font-size: 20px;
    line-height: 24px;
}
.user-reserv .welcome-perfil .botao{
    min-width: 139px;
    line-height: 28px;
    font-size: 9px;
    color: #a0a0a0;
    background-color: transparent;
    border: 1px solid #d0d0d0;
    margin: 13px 2px 4px;
}
.user-reserv .welcome-perfil .botao:hover{
    color: #fff;
    background-color: #d0d0d0;
}
.user-reserv .faq-group h2{
    font-size: 18px;
    line-height: 22px;
    color: #595959;
    display: inline-block;
}
.user-reserv .faq-group .saldo h2{
    display: block;
}
.user-reserv .saldo{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #bcbcbc;
    margin-bottom: 36px;
}
.user-reserv .saldo-count{
    width: 100%;
    display: inline-block;
    margin: 19px 0 23px;
    padding: 0 15px;
}
.user-reserv .saldo-count span{
    display: block;
}
.user-reserv .saldo-count span:first-child span{
    font-weight: 400;
    color: #787878;
    display: inline-block;
}
.user-reserv .saldo-count > span:first-child{
    display: block;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 10px 0 11px;
    border: solid #e4e4e4;
    border-width: 1px 0;
}
.user-reserv .saldo-count span:nth-child(2){
    font-size: 42px;
    line-height: 46px;
    position: relative;
    font-family: camptonlight;
    border-bottom: 1px solid #e4e4e4;
    padding: 9px 0;
}
.user-reserv .saldo-count.total span:nth-child(2){
    font-family: camptonsemibold;
    color: #ec008c;
    padding: 5px 0 7px;
}
.user-reserv .saldo-count span sup{
    font-size: 17px;
    line-height: 24px;
}
.user-reserv .saldo-count .botao{
    font-size: 9px;
    margin-top: 12px;
    line-height: 30px;
    min-width: 0;
    border-radius: 4px;
    background-color: #d0d0d0;
    padding: 0 24px;
}
.user-reserv .saldo-count .botao:hover{
    background-color: #a0a0a0;
}
.user-reserv .promo-list{
    float: left;
    padding: 0;
    margin-bottom: 36px;
    border-bottom: 1px dashed #bcbcbc;
    width: 100%;
}
.user-reserv .promo-list .item{
    margin: 27px 0 10px;
}
.user-reserv .flex.quatro > a,
.user-reserv ul.flex.quatro li,
.user-reserv .flex.quatro > .coluna {
    flex: 1 1 auto;
    max-width: 23.402%;
}
.user-reserv .no-img img {
    max-height: 48px;
    margin: 24px 12px 5px;
}
.user-reserv .promo-list .no-img > span:nth-child(2) {
    font-size: 11px;
    line-height: 19px;
}
.user-reserv .promo-list h3{
    font-size: 18px;
    line-height: 22px;
}
.user-reserv .promo-list .item.no-img .promo-text{
    padding-top: 6px;
}
.promo-list .item.no-img .promo-text h3{
    min-height: 58px;
}
.promo-list.linhas .item.no-img .promo-text h3{
    min-height: 0;
}
.user-reserv .promo-list .promo-text {
    padding: 19px 11px 15px;
    width: 100%;
}
.user-reserv .promo-list .no-img > span:nth-child(3) {
    padding: 22px 11px 0;
}
.user-reserv .promo-list .no-img > span {
    padding: 0 13px;
}
.user-reserv .faq-group .filtros{
    float: left;
}
.user-reserv .faq-group > div > a{
    font-size: 11px;
    color: #ec008c;
    position: relative;
    padding: 9px 30px 0;
    display: block;
}
.user-reserv .faq-group .button-row.square{
    margin: 0;
}
.user-reserv .faq-group .button-row.square a{
    font-size: 11px;
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    border-radius: 4px;
    margin: 0;
}
.user-reserv .faq-group .button-row.square a:before{
    content: none;
}
.user-reserv .faq-group > div > a:hover{
    color: #960c65;
}
.user-reserv .movimentos{
    float: left;
    padding-bottom: 41px;
    width: 100%;
}
.user-reserv .faq-group .movimentos > a{
    padding-bottom: 27px;
}
.user-reserv .movimentos .linha,
.user-reserv.balcao .movimentos .linha a:first-child{
    padding: 13px 10px 17px;
    float: left;
    width: 100%;
    color: #787878;
    text-align: left;
}
.user-reserv.balcao .movimentos .linha-item{
    padding: 0;
    float: left;
    width: 100%;
    color: #787878;
    text-align: left;
}
.user-reserv .movimentos .linha-info{
    display: none;
}
.user-reserv .movimentos .linha.linha-info > span{
    height: 13px;
}
.user-reserv .movimentos .linha > span,
.user-reserv.balcao .movimentos .linha a > span{
    padding: 0 5px;
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 9px;
}
.user-reserv .movimentos .linha > span span,
.user-reserv.balcao .movimentos .linha a:first-child > span span{
    display: block;
    text-transform: uppercase;
}
.user-reserv .movimentos .linha .coluna1{
    max-width: 50px;
}
.user-reserv .movimentos .linha-item .coluna1{
    font-size: 16px;
    line-height: 20px;
    color: #5a5a5a;
    font-weight: 500;
}
.user-reserv .movimentos .linha-item .coluna1 span{
    font-size: 10px;
    line-height: 14px;
}
.user-reserv.balcao .movimentos.obs .linha .coluna2,
.user-reserv .movimentos .linha .coluna2{
    max-width: 160px;
    font-weight: 500;
}
.user-reserv.balcao .movimentos.obs .linha-item .coluna2,
.user-reserv .movimentos .linha-item .coluna2{
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    padding-top: 5px;
}
.user-reserv .movimentos .linha-item .coluna2 span{
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
}
.user-reserv .movimentos .linha .coluna3{
    display: none;
    font-weight: 400;
}
.user-reserv .movimentos .linha .coluna4{
    display: none;
}
.user-reserv .movimentos .linha-item .coluna4 span,
.user-reserv .movimentos .linha-item .coluna5 span{
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
}
.user-reserv .movimentos .linha .coluna5{
    max-width: 60px;
    text-align: right;
    float: right;
}
.user-reserv.logista .movimentos .linha .coluna5{
    float: left;
}
.user-reserv.logista .movimentos .linha .coluna6{
    max-width: 84px;
    text-align: right;
}
.user-reserv .movimentos .linha-item .coluna5{
    color: #ec008c;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding-top: 2px;
}
.user-reserv.logista .movimentos .linha-item .coluna6{
    padding-top: 2px;
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
}
.user-reserv.logista .movimentos .linha-item .coluna6 span{
    font-weight: 400;
    line-height: 15px;
    font-size: 11px;
}
.user-reserv .movimentos .linha-item:nth-child(2n){
    background-color: #fff;
}
.user-reserv .promo-list .no-carousel{
    display: none;
}
.user-reserv .promo-list .owl-item{
    padding: 0 6px 0 7px;
}
@media only screen and (min-width: 768px) {
    .user-reserv .faq-left > a{
        padding: 0 34px;
    }
    .user-reserv .faq-left li span,
    .user-reserv .faq-left li a{
        padding: 4px 34px 0;
    }
    .user-reserv .faq-left > ul > li.rosa a{
        padding: 0 0 0 34px;
    }
    .user-reserv .faq-left li li a{
        padding: 2px 0 0 60px;
    }
    .user-reserv .movimentos .linha-info{
        background-color: #e4e4e4;
        padding: 21px 10px 9px;
        text-transform: uppercase;
        margin-top: 36px;
        display: block;
    }
    .user-reserv .movimentos .linha-item .coluna1{
        font-size: 18px;
        line-height: 22px;
    }
    .user-reserv .movimentos .linha-item .coluna1 span{
        font-size: 11px;
        line-height: 15px;
    }
    .user-reserv .movimentos .linha .coluna1{
        max-width: 136px;
    }
    .user-reserv .movimentos .linha > span,
    .user-reserv.balcao .movimentos .linha a:first-child > span{
        padding: 0 10px;
    }
    .user-reserv.balcao .movimentos.obs .linha .coluna2,
    .user-reserv .movimentos .linha .coluna2{
        max-width: 215px;
    }
    .user-reserv .movimentos .linha-item .coluna2 span{
        font-size: 12px;
        line-height: 16px;
    }
    .user-reserv .movimentos .linha .coluna5{
        max-width: 84px;
    }
}
@media only screen and (min-width: 1024px) {
    .user-reserv .faq-left{
        float: left;
        width: 188px;
        position: fixed;
        top: 132px;
        left: auto;
    }
    .user-reserv .faq-left a{
        display: none;
    }
    .user-reserv .faq-left ul{
        display: block;
        padding: 0;
    }
    .user-reserv .faq-left > span{
        display: block;
        width: 100%;
        font-size: 10px;
        line-height: 14px;
        padding: 13px 0 7px 15px;
        background-color: #fff;
    }
    .user-reserv .faq-group{
        margin: 15px 0 0 260px;
    }
    .user-reserv .faq-left li span,
    .user-reserv .faq-left li a{
        padding: 4px 0 0 14px;
    }
    .user-reserv .faq-left li.open span,
    .user-reserv .faq-left > ul > li.active > span,
    .user-reserv .faq-left > ul > li > span:hover,
    .user-reserv .faq-left > ul > li.active > a,
    .user-reserv .faq-left > ul > li > a:hover{
        border-left: 3px solid #ec008c;
        padding: 4px 0 0 11px;
    }
    .user-reserv .faq-left > ul > li.rosa a{
        margin-top: 12px;
        padding: 0 0 0 15px;
    }
    .user-reserv .faq-left > ul > li.rosa > a:hover{
        border-left: none;
    }
    .user-reserv .faq-left > ul > li.rosa:hover a{
        padding: 0 0 0 15px;
    }
    .user-reserv .faq-left li li a{
        padding: 2px 0 0 26px;
    }
    .user-reserv .faq-group{
        text-align: left;
    }
    .user-reserv .breadcrumb{
        display: block;
    }
    .user-reserv .breadcrumb ul{
        border-bottom: 1px solid #eee;
        padding-bottom: 2px;
    }
    .user-reserv .breadcrumb li{
        display: inline-block;
        text-transform: uppercase;
        color: #a0a0a0;
        font-size: 9px;
        line-height: 36px;
    }
    .user-reserv .breadcrumb li a{
        color: #a0a0a0;
    }
    .user-reserv .breadcrumb li:last-child a{
        color: #787878;
    }
    .user-reserv .welcome{
        padding: 36px 0;
    }
    .user-reserv .faq-group > .welcome > a{
        margin: 0;
        padding: 0;
        float: left;
    }
    .user-reserv .welcome img{
        display: block;
        float: left;
        border-radius: 45px;
        width: 90px;
        height: 90px;
    }
    .user-reserv .saldo{
        padding-bottom: 23px;
        margin-bottom: 54px;
    }
    .user-reserv .saldo-count:last-child{
        margin-right: 0;
    }
    .user-reserv .saldo-count{
        margin: 19px 20px 19px 0;
        float: left;
        max-width: 213px;
        padding: 0;
    }
    .user-reserv .welcome-perfil{
        float: left;
        padding: 9px 44px;
    }
    .user-reserv .welcome-perfil h1{
        font-size: 30px;
        line-height: 34px;
    }
    .user-reserv .welcome-perfil .botao{
        margin: 11px 2px 4px;
    }
    .user-reserv .faq-group h2{
        font-size: 24px;
        line-height: 28px;
    }
    .user-reserv .faq-group > div > a{
        display: inline-block;
        margin-left: 25px;
        padding: 0 30px;
    }
    .user-reserv .faq-group > div > a:before{
        content: '';
        display: block;
        position: absolute;
        height: 12px;
        width: 1px;
        background-color: #e4e4e4;
        left: 0;
        top: -13px;
    }
    .user-reserv .saldo-count.total span:nth-child(2){
        padding: 18px 0;
    }
    .user-reserv .saldo-count span:nth-child(2){
        padding: 18px 0;
        font-size: 60px;
        line-height: 64px;
    }
    .user-reserv .promo-list .no-carousel{
        display: block;
    }
    .user-reserv .promo-list .owl-carousel{
        display: none;
    }
    .user-reserv .promo-list{
        text-align: left;
        margin-bottom: 54px;
    }
    .user-reserv .promo-list .item{
        margin: 37px 0 42px;
    }
    .user-reserv .faq-group .movimentos > a{
        padding-bottom: 0;
    }
    .user-reserv .movimentos{
        margin-bottom: 54px;
        border-bottom: 1px dashed #bcbcbc;
    }
}
@media only screen and (min-width: 1270px) {
    .user-reserv.balcao .movimentos.obs .linha .coluna3,
    .user-reserv .movimentos .linha .coluna3{
        max-width: 411px;
        display: inline-block;
    }
    .user-reserv.logista .movimentos .linha .coluna3{
        max-width: 327px;
    }
    .user-reserv.balcao .movimentos.obs .linha-item .coluna3,
    .user-reserv .movimentos .linha-item .coluna3{
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;
        padding-top: 6px;
    }
    .user-reserv .movimentos .linha .coluna4{
        max-width: 104px;
        display: inline-block;
    }
    .user-reserv .movimentos .linha-item .coluna4{
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: #a0a0a0;
        padding-top: 2px;
    }
    .user-reserv .saldo-count{
        margin: 19px 40px 19px 0;
        max-width: 240px;
    }
}

.user-reserv .reserv-title{
    float: left;
    width: 100%;
    text-align: left;
}
.user-reserv .reserv-title h1{
    font-size: 24px;
    line-height: 28px;
    color: #ec008c;
    float: left;
    margin: 64px 0 18px;
    max-width: 60%;
}
.user-reserv .reserv-title h1 span{
    color: #787878;
    font-family: camptonlight;
}
.user-reserv.registo .reserv-title .saldo-count,
.user-reserv.pontos .reserv-title .saldo-count{
    float: right;
    max-width: 106px;
    width: auto;
    margin: 63px 0 19px;
    padding: 0 0 0 19px;
    position: relative;
}
.user-reserv.registo .reserv-title .saldo-count.total::before,
.user-reserv.pontos .reserv-title .saldo-count.total::before {
    content: "";
    display: block;
    position: absolute;
    height: 36px;
    width: 1px;
    background-color: #e4e4e4;
    left: 0;
    top: 6px;
}
.user-reserv.registo .reserv-title .saldo-count span:first-child,
.user-reserv.pontos .reserv-title .saldo-count span:first-child{
    display: block;
    border: none;
    text-align: left;
    font-size: 9px;
    line-height: 13px;
    padding: 2px 0 3px;
}
.user-reserv.registo .reserv-title .saldo-count span:nth-child(2),
.user-reserv.pontos .reserv-title .saldo-count span:nth-child(2){
    display: block;
    font-size: 24px;
    line-height: 28px;
    padding: 1px 47px 2px 0;
    border-bottom: none;
}
.user-reserv.registo .reserv-title .saldo-count span sup,
.user-reserv.pontos .reserv-title .saldo-count span sup{
    font-size: 10px;
    line-height: 14px;
}
.user-reserv.pontos form button{
    margin-top: 35px;
    width: 146px;
}
.user-reserv.pontos.balcao form button,
.user-reserv.pontos .gerente form button{
    width: 138px;
}
.user-reserv.pontos form .form-select{
    display: inline-block;
    max-width: 188px;
    position: relative;
    float: right;
    font-size: 11px;
    width: 100%;
}
.user-reserv.pontos form .form-select.lojas{
    margin-right: 20px;
    float: left;
}
.user-reserv.pontos form .form-select span{
    text-transform: uppercase;
    font-size: 9px;
    padding: 14px 0 9px;
    display: block;
    text-align: left;
}
.user-reserv.pontos form .input-wrap{
    display: inline-block;
    max-width: 188px;
    position: relative;
    float: left;
    margin-right: 20px;
    width: 100%;
}
.user-reserv.pontos form > .input-wrap{
    float: right;
    margin: 0;
}
.user-reserv.pontos form .input-wrap label{
    font-size: 9px;
    text-align: left;
}
.user-reserv.pontos form .input-wrap input{
    font-size: 11px;
}
.user-reserv.pontos form .input-wrap.pesquisa button{
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    background-color: transparent;
    color: #a0a0a0;
    margin-top: 16px;
    font-size: 22px;
    padding: 0 8px;
}
.user-reserv.pontos .movimentos .botao{
    background-color: #ec008c;
    color: #fff;
    border-radius: 4px;
    min-width: 135px;
    float: none;
    font-size: 10px;
    padding: 0 30px;
    display: inline-block;
}
.user-reserv.pontos .movimentos .botao:hover{
    background-color: #960c65;
}
.user-reserv.pontos .movimentos .botao:before{
    display: none;
}
.user-reserv.pontos .movimentos-tabela .movement-overlimit.hidden{
    max-height: 0;
    transition: all 1s cubic-bezier(0, 1, 0, 1) -.1s;
}
.user-reserv.pontos .movimentos-tabela .movement-overlimit{
    max-height: 90000px;
    transition: all 1s cubic-bezier(0.5, 0, 1, 0) 0s;
    overflow: hidden;
    float: left;
}
.user-reserv.pontos .movimentos-tabela{
    float: left;
    width: 100%;
    border: solid #e4e4e4;
    border-width: 1px 0;
    padding: 18px 0;
    margin: 5px 0 17px;
    overflow: hidden;
    transition: all 1s ease-out;
}
.user-reserv.pontos .facturacao .movimentos-tabela,
.user-reserv.pontos.balcao .movimentos-tabela,
.user-reserv.pontos .top .movimentos-tabela,
.user-reserv.pontos .grafico .movimentos-tabela{
     max-height: none;
 }
.user-reserv.pontos .movimentos-tabela.visible{
    transition: all 1s ease-out;
}
.user-reserv.pontos .pontos .movimentos-tabela{
    float: left;
    width: 100%;
    border: solid #e4e4e4;
    border-width: 1px 0;
    padding: 0;
    margin: 17px 0;
    max-height: 571px;
}
.user-reserv.pontos .movimentos{
    padding-bottom: 26px;
    margin-bottom: 48px;
}
.user-reserv.pontos .movimentos .linha-info{
    margin: 0;
    padding-top: 20px;
}
.user-reserv.pontos .tabela-info{
    float: left;
    width: 100%;
    padding: 10px 0;
}
.user-reserv.pontos .tabela-info > span{
    display: block;
    font-size: 10px;
    color: #787878;
    padding: 2px 0;
}
.user-reserv.pontos .tabela-info > span b{
    color: #5a5a5a;
    font-weight: 400;
}
.user-reserv.pontos .tabela-info > span span{
    color: #ec008c;
}
.user-reserv.pontos .tabela-info > span:first-child{
    display: block;
    font-size: 12px;
    color: #a7a7a7;
}
.user-reserv.pontos .filtros .select .dropform{
    float: left;
    width: 100%;
    position: relative;
}
.user-reserv.pontos .filtros .select .dropform > button{
    max-width: 138px;
    margin: 0 0 12px;
    float: right;
}
.user-reserv.pontos .faq-group > form{
    display: none;
}
.user-reserv .filtros > form{
    position: relative;
}
.user-reserv.pontos .filtros .calendar .icon-close{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
    top: 8px;
}
.user-reserv.pontos .filtros .input-wrap.date label{
    text-align: center;
}
.user-reserv.pontos .filtros .input-wrap.date{
    width: 50%;
    padding: 20px 5px 20px 0;
    margin: 0;
}
.user-reserv.pontos .filtros .input-wrap.date:last-child{
    padding: 20px 0 20px 5px;
}
.user-reserv.pontos .filtros .calendar-button{
    text-align: left;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-size: 9px;
    width: 35%;
    padding-bottom: 10px;
}
.user-reserv.pontos .filtros .calendar-button span{
    display: block;
    padding: 14px 0 9px;
}
.user-reserv.pontos .filtros .calendar-button i{
    font-size: 25px;
    cursor: pointer;
}
.user-reserv.pontos .filtros .calendar-button i:before{
    margin: 0;
}
.user-reserv.pontos .filtros .calendar{
    display: none;
    width: 100%;
    max-width: 416px;
}
.user-reserv.pontos .filtros .calendar.open{
    display: block;
    position: absolute;
    bottom: 49px;
    z-index: 9999;
}
.user-reserv.pontos .filtros .calendar::before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    background-color: #fff;
    height: 100%;
    left: -15px;
}
@media only screen and (min-width: 480px) {
    .user-reserv.pontos form > .input-wrap {
        float: left;
        margin-right: 20px;
    }
    .user-reserv.pontos .filtros .select .dropform > button{
        margin: 15px 20px 0 0;
        float: left;
    }
    .user-reserv.pontos .filtros .calendar-button{
        display: none;
    }
    .user-reserv.pontos .filtros .calendar{
        display: block;
        float: left;
    }
    .user-reserv.pontos .filtros .calendar.open{
        display: block;
        position: static;
        bottom: auto;
    }
    .user-reserv.pontos .filtros .calendar::before {
        display: none;
    }
    .user-reserv.pontos .filtros .input-wrap.date{
        padding: 0;
        margin-right: 20px;
    }
    .user-reserv.pontos .filtros .input-wrap.date:last-child{
        padding: 0;
    }
    .user-reserv.pontos .filtros .calendar .icon-close{
        display: none;
    }
    .user-reserv.pontos .filtros .input-wrap.date label{
        text-align: left;
    }
}
@media only screen and (min-width: 768px) {
    .user-reserv.pontos .faq-group > form{
        display: block;
    }
    .user-reserv.pontos .filtros .select .dropform{
        width: calc(100% - 188px);
    }
    .user-reserv.pontos form .input-wrap label{
        padding: 14px 0 9px;
    }
    .user-reserv.pontos .filtros .select .dropform > button{
        margin-top: 35px;
    }
    .user-reserv.pontos form .input-wrap.pesquisa button{
        margin-top: 36px;
    }
}
@media only screen and (min-width: 1024px) {
    .user-reserv.pontos .movimentos .botao{
        float: right;
    }
    .user-reserv.pontos .tabela-info{
        max-width: 50%;
    }
    .user-reserv .reserv-title h1{
        font-size: 30px;
        line-height: 34px;
        max-width: none;
        margin: 44px 0 37px;
    }
    .user-reserv.registo .reserv-title .saldo-count span:first-child,
    .user-reserv.pontos .reserv-title .saldo-count span:first-child{
        display: inline-block;
        max-width: 80px;
        font-size: 10px;
        line-height: 14px;
        padding: 10px 0 11px;
    }
    .user-reserv.registo .reserv-title .saldo-count span:nth-child(2),
    .user-reserv.pontos .reserv-title .saldo-count span:nth-child(2){
        display: inline-block;
        font-size: 42px;
        line-height: 47px;
        border-left: 1px solid #e4e4e4;
        padding: 9px 47px 10px 17px;
    }
    .user-reserv.registo .reserv-title .saldo-count span sup,
    .user-reserv.pontos .reserv-title .saldo-count span sup{
        font-size: 15px;
        line-height: 19px;
        top: 10px;
    }
    .user-reserv.registo .reserv-title .saldo-count,
    .user-reserv.pontos .reserv-title .saldo-count{
        max-width: none;
        margin: 24px 40px 19px 0;
        padding: 0 15px;
    }
    .user-reserv.registo .reserv-title .saldo-count.total::before,
    .user-reserv.pontos .reserv-title .saldo-count.total::before{
        display: none;
    }
    .user-reserv.pontos .filtros .calendar-button{
        display: none;
    }
    .user-reserv.pontos .filtros .calendar{
        display: inline-block;
    }
}

.user-reserv.cartao .reserv-title{
    padding-bottom: 16px;
}
.user-reserv.cartao .cartao-info{
    float: left;
    width: 100%;
    padding: 39px 0 6px;
    border: solid #e4e4e4;
    border-width: 1px 0;
}
.user-reserv.cartao .cartao-info .atvImg{
    width: 265px;
    height: 163px;
    display: inline-block;
    margin: 3px 0;
}
.user-reserv.cartao .cartao-info .barcode{
    width: 265px;
    height: 163px;
}
.user-reserv.cartao .atvImg-shadow {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.45);
}
.user-reserv.cartao .atvImg-container.over .atvImg-shadow {
    box-shadow: 0 0 40px rgba(0,0,0,0.4), 0 16px 40px rgba(0,0,0,0.4);
}
.user-reserv.cartao .saldo{
    float: right;
    border: none;
    margin: 0;
    padding: 0;
}
.user-reserv.cartao .saldo h2{
    font-size: 9px;
    line-height: 13px;
    color: #a0a0a0;
    font-weight: 400;
    text-transform: uppercase;
    padding: 22px 0 3px;
}
.user-reserv.cartao .reserv-title .saldo-count{
    margin: 63px 0 0;
}
.user-reserv.cartao .saldo-count{
    margin: 12px 20px 12px 0;
}
.user-reserv.cartao .saldo-count:last-child{
    margin-right: 0;
}
.user-reserv.cartao .saldo-count span{
    font-size: 10px;
    line-height: 14px;
}
.user-reserv.cartao .saldo-count span:first-child{
    padding: 10px 0;
}
.user-reserv.cartao .saldo-count span:nth-child(2){
    font-size: 24px;
    line-height: 65px;
    padding: 0;
}
.user-reserv.cartao .tabela-info{
    padding: 15px 0 36px;
    max-width: none;
}
@media only screen and (min-width: 1024px) {
    .user-reserv.cartao .cartao-info{
        padding: 39px 0 38px;
    }
    .user-reserv.cartao .cartao-info .atvImg{
        float: left;
    }
    .user-reserv.cartao .saldo{
        padding-top: 30px;
    }
    .user-reserv.cartao .saldo h2{
        padding: 0;
    }
    .user-reserv.cartao .saldo-count{
        max-width: 188px;
        margin: 27px 20px 19px 0;
    }
    .user-reserv.cartao .tabela-info{
        padding: 27px 0 36px;
        border-bottom: 1px dashed #bcbcbc;
        margin-bottom: 48px;
    }
}
@media only screen and (min-width: 1270px) {
    .user-reserv.cartao .saldo{
        max-width: 604px;
        padding-top: 0;
    }
}

.notificacoes .reserv-title h1{
    margin: 64px 0 28px;
}
.user-reserv.notificacoes .reserv-title .saldo-count{
    margin: 63px 0 8px;
}
.notificacoes .faq-group .filtros{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
}
.notificacoes .faq-group .filtros a{
    padding: 13px 0;
    margin: 0 36px 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #a0a0a0;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.notificacoes .faq-group .filtros a:hover,
.notificacoes .faq-group .filtros a.active{
    color: #444;
}
.notificacoes .faq-group .filtros a::before{
    display: none;
}
.notificacoes .faq-group .filtros a.active::before,
.notificacoes .faq-group .filtros a:hover::before{
    content: '';
    display: block;
    background-color: #444;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    top: auto;
}
.user-reserv.notificacoes .tabela-info{
    max-width: none;
    padding: 17px 0 13px;
    text-align: left;
}
.user-reserv.notificacoes .tabela-info.bottom-info{
    padding: 16px 12px 37px;
    text-align: center;
}
.user-reserv.notificacoes .tabela-info > span:first-child{
    font-size: 11px;
}
.user-reserv.notificacoes .bottom-info > span:first-child{
    font-size: 12px;
}
.user-reserv.notificacoes .noti-wrap{
    float: left;
    position: relative;
}
.user-reserv.notificacoes .noti-list{
    float: left;
    position: relative;
}
.user-reserv.notificacoes .noti-list .noti-item{
    float: left;
    position: relative;
    padding: 11px 37px;
    border-bottom: 1px solid #e4e4e4;
    width: 100vw;
    margin-left: -15px;
    text-align: left;
}
.user-reserv.notificacoes .noti-item.active{
    background-color: #ec008c;
    border-color: #f8f8f8;
}
.user-reserv.notificacoes .noti-item.unread{
    background-color: #fff;
    border-color: #f8f8f8;
}
.user-reserv.notificacoes .noti-item:before{
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #d0d0d0;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.user-reserv.notificacoes .noti-item.active:before{
    border-color: #fff;
}
.user-reserv.notificacoes .noti-item.unread:before{
     border-color: #ec008c;
    background-color: #ec008c;
 }
.user-reserv.notificacoes .noti-item > span{
    font-size: 11px;
    line-height: 15px;
    display: block;
    color: #a0a0a0;
}
.user-reserv.notificacoes .noti-item.unread > span{
    color: #646464;
}
.user-reserv.notificacoes .noti-item.active > span{
    color: #7d0a54;
}
.user-reserv.notificacoes .noti-item > span:first-child{
    font-size: 9px;
    text-transform: uppercase;
    line-height: 19px;
    color: #a0a0a0;
}
.user-reserv.notificacoes .noti-item > span span{
    color: #d0d0d0;
}
.user-reserv.notificacoes .noti-item.active > span:first-child{
    color: #fff;
    opacity: 0.5;
}
.user-reserv.notificacoes .noti-item.active > span span{
    color: #fff;
}
.user-reserv.notificacoes .noti-item h2{
    font-size: 13px;
    line-height: 22px;
    width: 100%;
    padding-top: 2px;
    color: #787878;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.user-reserv.notificacoes .noti-item.unread h2{
    color: #ec008c;
}
.user-reserv.notificacoes .noti-item.active h2{
    color: #fff;
}
.user-reserv.notificacoes .noti-actions{
    display: none;
}
.user-reserv.notificacoes .noti-actions.open{
    display: block;
    position: absolute;
    right: 24px;
    top: -6px;
    width: 150px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    z-index: 99;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.75);
}
.user-reserv.notificacoes .noti-actions:before{
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    position: absolute;
    transform: rotate(45deg);
    right: -5px;
    top: 18px;
    z-index: 99;
    border: solid #e4e4e4;
    border-width: 1px 1px 0 0;

}
.user-reserv.notificacoes .noti-actions a{
    display: block;
    width: 100%;
    color: #a0a0a0;
    font-size: 9px;
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
    line-height: 33px;
}
.user-reserv.notificacoes .noti-actions a i{
    padding: 0 8px 0 12px;
    font-size: 11px;
}
.user-reserv.notificacoes .noti-actions a:hover{
    color: #787878;
    background-color: #e4e4e4;
}
.user-reserv.notificacoes .noti-actions .rosa{
    color: #ec008c;
    border: none;
}
.user-reserv.notificacoes .noti-actions .rosa:hover{
    color: #960c65;
}
.user-reserv.notificacoes .icon-actions{
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 18px;
    color: #d0d0d0;
    padding: 7px 0;
}
.user-reserv.notificacoes .active .icon-actions{
    color: #960c65;
}
.notificacoes .noti-display{
    width: 100vw;
    background-color: #fff;
    text-align: left;
    position: absolute;
    margin: 0;
    left: -15px;
}
.notificacoes .noti-display .voltar{
    width: 100%;
    background-color: #fff;
    color: #d0d0d0;
    font-size: 9px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 7px 6px;
}
.notificacoes .noti-display .voltar i{
    font-size: 15px;
}
.notificacoes .noti-display .display-item{
    display: none;
}
.notificacoes .noti-display .display-item.active{
    display: block;
}
.notificacoes .noti-display .noti-header{
    font-size: 10px;
    line-height: 42px;
    text-transform: uppercase;
    width: 100%;
    color: #787878;
    background-color: #e4e4e4;
}
.notificacoes .noti-display .noti-header > span{
    padding-left: 15px;
    display: inline-block;
}
.notificacoes .noti-display .noti-nav{
    float: right;
}
.notificacoes .noti-display .noti-nav a{
    font-size: 9px;
    color: #a0a0a0;
    font-weight: 600;
    padding: 0 11px;
    display: inline-block;
    border-left: 1px solid #d0d0d0;
    max-height: 42px;
    float: left;
}
.notificacoes .noti-display .noti-nav a:hover{
    background-color: #d0d0d0;
    color: #fff;
}
.notificacoes .noti-display .noti-nav span{
    display: none;
}
.notificacoes .noti-display .noti-nav i{
    font-size: 13px;
}
.notificacoes .noti-content{
    padding: 23px 15px;
}
.notificacoes .noti-content h2{
    color: #ec008c;
    font-size: 17px;
    line-height: 24px;
    max-width: 380px;
    padding-bottom: 18px;
}
.notificacoes .noti-content p{
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding-bottom: 18px;
}
.notificacoes .noti-content h3{
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}
.notificacoes .noti-content .anexos{
    border-top: 1px solid #eee;
    margin-top: 24px;
    padding: 12px 0 18px;
    float: left;
    width: 100%;
}
.notificacoes .noti-content .anexos span{
    padding: 0;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 400;
}
.notificacoes .noti-content .anexos img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.notificacoes .noti-content .anexos a{
    margin: 6px 10px 6px 0;
    width: 66px;
    height: 66px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}
.notificacoes .noti-content .votacao{
    border-top: 1px solid #eee;
    padding: 17px 0 7px;
    float: left;
    width: 100%;
}
.notificacoes .noti-content .votacao span{
    display: inline-block;
    padding: 0;
    font-weight: 600;
    color: #787878;
}
.notificacoes .noti-content .votacao span:first-child{
    color: #ec008c;
    float: left;
    font-weight: 400;
    padding: 5px 0 13px;
    width: 100%;
}
.notificacoes .noti-content .votacao a{
    color: #787878;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    border: 1px solid #d0d0d0;
    height: 36px;
    width: 84px;
    display: inline-block;
    line-height: 31px;
    text-align: center;
    border-radius: 4px;
    margin-left: 6px;
}
.notificacoes .noti-content .votacao a.active,
.notificacoes .noti-content .votacao a:hover{
    background-color: #d0d0d0;
}
.notificacoes .noti-content .votacao a i{
    font-size: 15px;
    padding-right: 7px;
}
@media only screen and (min-width: 768px) {
    .user-reserv.notificacoes .noti-list{
        max-width: 292px;
    }
    .user-reserv.notificacoes .noti-list .noti-item{
        width: 100%;
        margin-left: 0;
    }
    .user-reserv.notificacoes .icon-actions{
        right: 0;
    }
    .user-reserv.notificacoes .noti-item:before{
        left: 10px;
    }
    .user-reserv.notificacoes .noti-list .noti-item{
        padding: 11px 32px;
    }
    .user-reserv.notificacoes .tabela-info.bottom-info{
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px dashed #bcbcbc;
        margin: 18px 0 48px;
        padding: 27px 12px 36px;
    }
    .notificacoes .noti-display{
        float: left;
        margin-left: 20px;
        width: 55%;
        background-color: #fff;
        text-align: left;
        position: static;
        left: auto;
    }
    .notificacoes .noti-display .noti-header > span{
        padding-left: 31px;
    }
    .notificacoes .noti-display .voltar{
        display: none;
    }
    .notificacoes .noti-display .noti-nav span{
        display: inline-block;
        vertical-align: top;
        padding: 0 8px 0 7px;
    }
    .notificacoes .noti-content{
        padding: 23px 30px;
    }
    .notificacoes .noti-content h2{
        font-size: 18px;
    }
    .notificacoes .noti-content .anexos{
        margin-top: 18px;
        padding: 18px 0 20px;
    }
    .user-reserv.notificacoes .noti-wrap{
        overflow-y: visible;
    }
}
@media only screen and (min-width: 1024px) {
    .notificacoes .reserv-title h1{
        margin: 44px 0 33px;
    }
    .user-reserv.notificacoes .reserv-title .saldo-count{
        margin: 24px 0 19px;
    }
    .user-reserv.notificacoes .tabela-info.bottom-info{
        text-align: left;
    }
    .notificacoes .noti-display{
        max-width: 368px;
        width: 100%;
    }
}
@media only screen and (min-width: 1270px) {
    .notificacoes .noti-display{
        max-width: 656px;
    }
    .notificacoes .noti-content .votacao{
        text-align: right;
    }
    .notificacoes .noti-content .votacao span:first-child{
        padding: 9px 0 0;
        width: auto;
    }
}

.input-section{
    float: left;
    width: 100%;
}
.user-reserv.registo .inner{
    max-width: 1270px;
}
.user-reserv.registo .reserv-title{
    border-bottom: 1px solid #e4e4e4;
}
.user-reserv.registo .reserv-title h1 span{
    display: block;
    font-size: 18px;
    line-height: 22px;
}
.user-reserv.registo h2{
    float: left;
    font-family: camptonmedium;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}
.user-reserv.registo .welcome img{
    margin-top: 9px;
    display: inline-block;
    float: left;
    width: 72px;
    height: 72px;
    border-radius: 45px;
}
.user-reserv.registo .welcome-perfil{
    padding: 9px 0 9px 21px;
    text-align: left;
    float: left;
    max-width: 168px;
}
.user-reserv.registo .welcome .botao:before{
    display: none;
}
.user-reserv.registo form .welcome input{
    position: absolute;
    height: 100px;
    width: 2000px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    opacity: 0;
}
.user-reserv.registo form .welcome .botao{
    margin: 15px 0 4px;
    min-width: 197px;
    line-height: 34px;
    font-size: 10px;
    display: inline-block;
    float: none;
    padding-top: 0;
    position: relative;
    overflow: hidden;
}
.user-reserv.registo .welcome-perfil span{
    width: 100%;
    display: block;
    font-weight: 300;
    font-size: 11px;
    color: #a0a0a0;
}
.user-reserv.registo .welcome-perfil span:first-child{
    font-weight: 400;
    font-size: 12px;
    color: #5a5a5a;
    padding: 11px 0 3px;
}
.user-reserv.registo .faq-group{
    margin: 15px 0 0 0;
}
.user-reserv.registo .formulario{
    padding-top: 47px;
    float: left;
    width: 100%;
}
.user-reserv.registo .welcome{
    padding: 36px 10px 0;
    width: auto;
    float: none;
    display: inline-block;
    max-width: 260px;
}
.user-reserv.registo .welcome h2{
    padding-bottom: 9px;
}
.user-reserv.registo .form-content{
    float: left;
    width: 100%;
}
.user-reserv.registo .input-section .input-wrap span{
    font-size: 9px;
    padding-bottom: 0;
    font-style: italic;
    text-transform: none;
}
.user-reserv.registo .form-content h2{
    padding-bottom: 7px;
}
.user-reserv.registo .form-content > span{
    display: block;
    float: left;
    width: 100%;
    padding: 0 10px 15px;
    font-weight: 300;
    font-size: 11px;
}
.user-reserv.registo .botao{
    border-radius: 4px;
    color: #fff;
    line-height: 42px;
    float: left;
}
.user-reserv.logista .atribuir.balcao .botao.solicitar{
    border-radius: 4px;
    background-color: #d0d0d0;
    color: #fff;
    line-height: 42px;
    float: left;
    margin-bottom: 50px;
}
.user-reserv.registo .sucesso-pop .botao.print{
    margin: 20px 0;
    padding: 0;
    width: 45%;
    min-width: 0;
    float: left;
    display: inline-block;
}
.user-reserv.registo .sucesso-pop .botao.print.right{
    float: right;
}
.user-reserv.registo .botao.print{
    margin: 0 25px 0 0;
}
.user-reserv.registo .botao.print:before{
    display: none;
}
.user-reserv.registo .botao:hover{
    border-radius: 4px;
    background-color: #a0a0a0;
    color: #fff;
}
.user-reserv.registo .formulario form .criar button{
    float: left;
}
.user-reserv.registo.balcao .formulario form .criar button{
    float: right;
}
.user-reserv.registo .formulario form button{
    min-width: 135px;
    width: auto;
    margin: 17px 0 0;
    float: right;
}
.user-reserv.registo .formulario form button.foto{
    margin: 17px 15px 0;
    float: left;
    height: 34px;
}
.user-reserv.registo .formulario form .botao{
    min-width: 135px;
    width: auto;
    margin: 17px 0;
}
.user-reserv.registo.balcao .formulario form .botao{
    float: left;
}
@media only screen and (min-width: 768px){
    .user-reserv.registo .reserv-title h1 span{
        display: inline-block;
        font-size: 24px;
        line-height: 28px;
    }
    .user-reserv.registo .welcome{
        max-width: 426px;
    }
    .user-reserv.registo .welcome img{
        width: 90px;
        height: 90px;
    }
    .user-reserv.registo .welcome-perfil{
        padding: 9px 0 9px 41px;
        width: 100%;
        max-width: 300px;
    }
    .user-reserv.registo form .welcome .botao{
        margin-left: 41px;
        float: left;
    }
    .user-reserv.registo .formulario h2,
    .user-reserv.registo .breadcrumb,
    .user-reserv.registo .reserv-title{
        padding: 0 10px;
    }
    .user-reserv.registo h2{
        font-size: 18px;
    }
    .user-reserv.registo .welcome{
        padding: 5px 10px 47px;
    }
    .user-reserv.registo .welcome h2{
        padding-bottom: 15px;
    }
    .user-reserv.registo .welcome-perfil span:first-child{
        padding-top: 0;
    }

}
@media only screen and (min-width: 1024px){
    .user-reserv.registo .faq-group{
        margin: 15px 0 0 250px;
    }
    .user-reserv.registo .form-content{
        max-width: 728px;
    }
    .user-reserv.registo .welcome{
        width: 100%;
        float: left;
        max-width: 728px;
    }
    .user-reserv.registo .welcome-perfil{
        max-width: 500px;
    }
    .user-reserv.registo .welcome .botao{
        float: none;
    }
}

.user-reserv.interesses .formulario .form-content > span{
    font-size: 10px;
    padding: 7px 10px 9px;
    color: #a0a0a0;
}
.user-reserv.interesses .formulario .checkbox > span{
    padding: 14px 10px 15px;
}
.user-reserv.interesses .formulario .checkbox > span{
    padding: 14px 0 15px;
    text-align: center;
}
.user-reserv.interesses .formulario .checkbox label{
    color: #787878;
}
.user-reserv.interesses .formulario .familia label{
    color: #a0a0a0;
}
.user-reserv.interesses .checkbox{
    justify-content: flex-start;
}
.user-reserv.interesses .checkbox > span,
.user-reserv.interesses .checkbox .full{
    display: block;
    width: 100%;
}
.user-reserv.interesses .formulario{
    padding-top: 0;
}
.user-reserv.interesses .formulario h2{
    padding: 35px 0 0;
}
.user-reserv.interesses .checkbox.dois .coluna{
    width: 50%;
}
@media only screen and (min-width: 768px) {
    .user-reserv.interesses .formulario .checkbox > span{
        padding: 14px 0 15px;
        text-align: left;
    }
    .user-reserv.interesses .formulario .checkbox.um{
        width: 33%;
    }
    .user-reserv.interesses .formulario .checkbox.dois{
        width: 66%;
    }
    .user-reserv.interesses .formulario .form-content > span {
        padding: 27px 10px 9px;
    }
    .user-reserv.interesses .formulario h2{
        padding: 35px 10px 6px;
    }
}
sup{
    text-transform: uppercase;
}
.user-reserv.balcao h2{
    padding-top: 49px;
}
.user-reserv.balcao .saldo{
    margin-bottom: 6px;
    padding-bottom: 22px;
}
.user-reserv.logista .faq-group > div:last-child,
.user-reserv.balcao .faq-group > div:last-child{
    margin-bottom: 48px;
}
.user-reserv.balcao .movimentos .linha-info{
    margin-top: 37px;
}
.user-reserv .movimentos.pontos .linha .coluna1{
    max-width: 760px;
}
.user-reserv .movimentos.pontos .linha-item .coluna1{
    font-size: 24px;
    line-height: 28px;
    font-family: camptonsemibold;
}
.user-reserv.balcao .movimentos .linha .coluna1{
    max-width: 89px;
}
.user-reserv .movimentos.pontos .linha .coluna2{
    max-width: 190px;
}
.user-reserv .movimentos.pontos .linha-item .coluna2{
    color: #ec008c;
    font-size: 24px;
    line-height: 28px;
    font-family: camptonsemibold;
    padding-top: 0;
}
.user-reserv.logista .movimentos.pontos .linha-item .coluna2{
    padding-top: 5px;
}
.user-reserv .movimentos.pontos .linha-item .coluna2 sup{
    font-size: 14px;
    line-height: 20px;
}
.user-reserv.balcao .movimentos .linha .coluna2{
    max-width: 110px;
}
.user-reserv.balcao .movimentos .linha .coluna3{
    max-width: 137px;
    display: block;
}
.user-reserv.balcao .movimentos .linha .coluna4{
    max-width: 101px;
    display: block;
}
.user-reserv.balcao .movimentos .linha .coluna5{
    display: none;
}
.user-reserv.balcao .movimentos .linha .coluna6{
    max-width: 86px;
    text-align: left;
}
.user-reserv.balcao .movimentos .linha .coluna7{
    max-width: 132px;
    text-align: center;
}
.user-reserv.balcao .movimentos .linha .coluna8{
    max-width: 52px;
    text-align: center;
    float: right;
}
.user-reserv .movimentos.pontos .linha-item{
    padding: 19px 10px 18px;
    position: relative;
    min-height: 66px;
}
.user-reserv.balcao .movimentos .movimentos-tabela > a.linha-item,
.user-reserv.balcao .movimentos .linha-item a:first-child{
    padding: 21px 10px 17px;
    position: relative;
}
.user-reserv.balcao .movimentos .linha-item a:first-child:hover::before{
    content: 'Consultar este cartão';
    background-color: rgba(236,0,140,0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
    font-size: 10px;
}
.user-reserv .movimentos.pontos .linha-item .hover{
    display: none;
}
.user-reserv .movimentos.pontos .linha-item:hover .hover{
    display: block;
    background-color: rgba(236,0,140,0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 66px;
    font-size: 10px;
    font-weight: 500;
}
.user-reserv.balcao .movimentos .linha-item .coluna1{
    font-size: 11px;
    color: #a0a0a0;
    text-transform: uppercase;
    font-weight: 500;
}
.user-reserv.balcao .movimentos .linha-item .coluna2{
    font-size: 18px;
    font-weight: 700;
    color: #5a5a5a;
    padding-top: 1px;
}
.user-reserv.balcao .movimentos .linha-item .coluna2 small{
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding-top: 7px;
}
.user-reserv.balcao .movimentos .linha-item .coluna3{
    font-size: 11px;
    color: #787878;
    padding-top: 3px;
    display: block;
    font-weight: 400;
}
.user-reserv.balcao .movimentos .linha-item .coluna4{
    font-size: 11px;
    color: #787878;
    padding-top: 1px;
    display: block;
}
.user-reserv.balcao .movimentos .linha-item .coluna5{
    display: none;
}
.user-reserv.balcao .movimentos .linha-item .coluna6{
    text-transform: uppercase;
    color: #ec008c;
    text-align: left;
    font-size: 10px;
    padding-top: 5px;
    font-weight: 500;
}
.user-reserv.balcao .movimentos .linha-item .coluna7,
.user-reserv.balcao .movimentos .linha-item .coluna8{
    text-transform: uppercase;
    padding-top: 3px;
    font-size: 12px;
    font-weight: 500;
}
.user-reserv.balcao .movimentos .linha-item .verde{
    color: #8dc63f;
}
.user-reserv .search{
    float: left;
    width: 100%;
    padding: 0 0 41px;
    border-bottom: 1px dashed #bcbcbc;
    margin-bottom: 6px;
}
.user-reserv .search form{
    padding: 30px 0;
    background-color: #e4e4e4;
    margin-top: 37px;
}
.user-reserv .search form .inner{
    position: relative;
    padding: 0 30px;
}
.user-reserv .search form input{
    height: 60px;
    font-size: 14px;
    padding: 0 114px 0 30px;
}
.user-reserv .search form button{
    right: 30px;
    width: 84px;
    height: 60px;
    margin-top: 0;
}
.user-reserv .search form button i{
    font-size: 24px;
}
.user-reserv.balcao .regulamentos{
    float: left;
    width: 100%;
    padding-bottom: 41px;
    border-bottom: 1px dashed #bcbcbc;
}
.user-reserv.balcao .regulamentos h2{
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 32px;
}
.user-reserv.balcao .regulamentos .botao{
    font-size: 10px;
    margin-top: 13px;
    line-height: 42px;
    min-width: 135px;
    border-radius: 4px;
    background-color: #d0d0d0;
    padding: 0 24px;
}
.user-reserv.balcao .regulamentos .botao:hover{
    background-color: #a0a0a0;
}
.user-reserv.balcao .regulamentos .imprimir{
     max-width: 180px;
     display: inline-block;
     float: left;
     margin-right: 80px;
 }
.user-reserv.balcao .regulamentos span{
    font-family: camptonlight;
    font-size: 24px;
    line-height: 28px;
    color: #787878;
}
.user-reserv.balcao .regulamentos .botao:hover{
    background-color: #a0a0a0;
}
@media only screen and (min-width: 1270px){
    .user-reserv.balcao .movimentos .linha-item .coluna5{
        font-size: 11px;
        color: #787878;
        padding-top: 1px;
        display: block;
    }
    .user-reserv.balcao .movimentos .linha .coluna5{
        max-width: 236px;
        float: left;
        text-align: left;
        display: block;
        height: 10px;
    }
}

.user-reserv.balcao .filtros .select .dropform{
    width: 100%;
}
.user-reserv.balcao .filtros .form-select{
    float: left;
    margin-right: 20px;
}
.user-reserv.balcao .filtros .form-select span{
    padding: 0 0 3px;
    text-align: left;
}
.user-reserv.balcao .filtros .select .dropform > button{
    margin-right: 0;
}
.user-reserv.balcao .movimentos .paginacao{
    float: right;
}
.user-reserv.balcao .movimentos .numeracao{
    display: inline-block;
    font-size: 12px;
    padding: 0 81px;
}
.user-reserv.balcao .movimentos .numeracao span span{
    color: #a0a0a0;
}
.user-reserv.balcao .movimentos .form-select{
    float: left;
}
.user-reserv.balcao .movimentos .botao{
    float: none;
    background-color: #d0d0d0;
}
.user-reserv.balcao .movimentos .botao:hover{
    background-color: #a0a0a0;
}
.user-reserv.balcao .movimentos .botao.rosa{
    background-color: #ec008c;
}
.user-reserv.balcao .movimentos .botao.rosa:hover{
    background-color: #960c65;
}
.user-reserv.pontos.balcao .movimentos .linha-info{
    margin-top: 0;
}
@media only screen and (min-width: 768px){
    .user-reserv.balcao .filtros .form-select span{
        padding: 14px 0 9px;
    }
}

.user-reserv.detalhe h2{
    font-size: 18px;
    font-family: camptonmedium;
    line-height: 24px;
}
.user-reserv.detalhe .voltar{
    float: left;
    width: 100%;
    padding: 0 10px;
}
.user-reserv.detalhe .voltar a{
    font-size: 9px;
    color: #a0a0a0;
    width: 100%;
    border: solid #e4e4e4;
    border-width: 1px 0;
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 9px 0 13px;
}
.user-reserv.detalhe .voltar a i{
    font-size: 15px;
}
.user-reserv.detalhe .voltar a:hover{
    color: #787878;
}
.user-reserv.detalhe .voltar a:before{
    display: none;
}
.user-reserv.detalhe .formulario{
    padding-top: 33px;
}
.user-reserv.detalhe .saldo-count{
    max-width: 200px;
    margin: 31px 10px 19px 0;
}
.user-reserv.detalhe .levantamento .saldo-count{
    margin-top: 0;
    text-align: left;
    display: inline-block;
    float: left;
}
.user-reserv.detalhe .saldo-count:last-child{
    margin-right: 0;
}
.user-reserv.detalhe .saldo-count span:nth-child(2){
    font-size: 24px;
    line-height: 28px;
    color: #787878;
    font-family: camptonlight;
}
.user-reserv.detalhe .saldo-count.total span:nth-child(2){
    color: #ec008c;
    font-family: camptonsemibold;
}
.user-reserv.detalhe .saldo-count:nth-child(2) span:last-child{
    color: #545454;
    font-family: camptonsemibold;
}
.user-reserv.detalhe .formulario form{
    float: left;
    width: 100%;
}
.user-reserv.detalhe .impressos{
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 4px;
}
.user-reserv.detalhe .impressos form .input-wrap{
    padding: 0;
}
.user-reserv.detalhe .impressos form > .input-wrap:last-child{
    border-bottom: 1px dashed #bcbcbc;
    padding-bottom: 24px;
}
.user-reserv.detalhe .impressos .coluna{
    position: relative;
    min-height: 75px;
    padding-bottom: 1px;
}
.user-reserv.detalhe .impressos .coluna label{
    position: absolute;
    bottom: 1px;
}
.user-reserv.detalhe .formulario .form-content{
    max-width: 728px;
}
.user-reserv.detalhe .form-content h2{
    margin-top: 55px;
}
.user-reserv.detalhe .form-content > span{
    padding: 8px 10px 15px;
}
.user-reserv .formulario > form > .input-wrap{
    margin-top: 24px;
}
.user-reserv .formulario > form > .input-wrap:last-child:before{
    content: "";
    display: block;
    background-color: #e4e4e4;
    width: 100%;
    height: 1px;
}
.user-reserv.detalhe .formulario .checkbox.flex.tres > .coluna{
    max-width: 33%;
}
.user-reserv.detalhe .formulario .coluna > span{
    display: block;
    min-height: 43px;
}
.user-reserv.detalhe .formulario .checkbox.flex > span,
.user-reserv.detalhe .formulario .checkbox.flex .full{
    width: 100%;
}
.user-reserv.detalhe .formulario .checkbox{
    justify-content: flex-start;
}
.user-reserv.detalhe .formulario .checkbox label{
    text-transform: none;
}
.user-reserv.detalhe .formulario .gerar{
    width: 100%;
}
.user-reserv.detalhe .formulario .gerar .botao{
    margin: 0 0 3px;
    min-width: 185px;
}
.user-reserv.detalhe .formulario .gerar > span:last-child{
    color: #a0a0a0;
    display: inline-block;
    text-transform: none;
    font-size: 9px;
    line-height: 12px;
    padding: 0;
    font-style: italic;
    max-width: 140px;
    margin: 9px 0 0 20px;
}
.user-reserv.detalhe .formulario .gerar span:last-child span{
    color: #787878;
    display: inline-block;
    text-transform: none;
    font-size: 9px;
    line-height: 12px;
    padding: 0;
    font-style: italic;
}
.user-reserv.detalhe .reserv-title{
    border: none;
}
.user-reserv.detalhe .saldo{
    padding: 0 10px 11px;
    border: none;
}
.user-reserv.detalhe .saldo h2{
    padding: 0;
}
.user-reserv.detalhe .saldo-count sup{
    font-size: 15px;
    top: 18px;
}
@media only screen and (min-width: 1024px){
    .user-reserv.detalhe .saldo-count{
        max-width: 225px;
        margin: 31px 20px 19px 0;
    }
    .user-reserv.detalhe .levantamento .saldo-count{
        margin-top: 0;
    }
}

.user-reserv.detalhe .novo .reserv-title{
    border-bottom: 1px solid #e4e4e4;
}
.user-reserv.detalhe .novo h2:first-child{
    margin: 0;
}
.user-reserv.detalhe .novo span:nth-child(2){
    padding: 8px 10px 27px;
}
.user-reserv.detalhe .novo .input-wrap:nth-child(3) .fancyselect{
    margin-bottom: 4px;
}

.user-reserv.pontos.logista .search{
    border-bottom: none;
    position: relative;
    z-index: 9;
}
.user-reserv.pontos.logista .search-text{
    padding:  37px 0 17px;
    border: solid #e4e4e4;
    border-width: 1px 0;
    cursor: pointer;
}
.user-reserv.pontos.logista .search-text h2{
    display: block;
}
.user-reserv.pontos.logista .search-text span{
    font-size: 11px;
    font-weight: 300;
}
.user-reserv.pontos.logista .search-text i{
    position: absolute;
    top: 38px;
    right: -3px;
    font-size: 27px;
}
.user-reserv.pontos.logista .open .search-text i:before{
    content: "\e876";
}
.user-reserv.pontos.logista .search-text i:before{
    margin: 0;
}
.user-reserv.pontos.logista{
    min-height: 500px;
}
.user-reserv.pontos.logista .search-form{
    background-color: #f8f8f8;
    border-bottom: 1px dashed #bcbcbc;
    display: none;
    width: 100%;
}
.user-reserv.pontos.logista .search.open .search-form{
    display: block;
}
.user-reserv.pontos.logista .search form{
    margin: 0 0 41px;
}
.user-reserv.pontos.logista .saldo{
    border-bottom: none;
    margin-bottom: 17px;
}
.user-reserv.pontos.logista .saldo .saldo-count{
    max-width: 25%;
    margin: 19px 0;
    padding-right: 20px;
}
.user-reserv.pontos.logista .saldo .saldo-count span:nth-child(2){
    font-size: 24px;
    line-height: 28px;
    font-family: camptonsemibold;
}
.user-reserv.pontos.logista .saldo .saldo-count sup{
    font-size: 15px;
    top: 18px;
}
.user-reserv.pontos.logista .saldo .half{
    max-width: 50%;
}
.user-reserv.pontos.logista h3{
    font-size: 18px;
    line-height: 24px;
    font-family: camptonmedium;
    padding: 12px 0;
    float: left;
    width: 100%;
}
.user-reserv.logista .detalhe .reserv-title h1{
    margin-bottom: 34px;
}
.user-reserv.logista .detalhe .reserv-title{
    border-bottom: 1px solid #e4e4e4;
}
.user-reserv.logista .detalhe .saldo{
    padding: 29px 0 12px;
}
.user-reserv.logista .atribuir .saldo{
    padding-bottom: 12px;
}
.user-reserv.logista .detalhe .movimentos-tabela{
    border: none;
    padding: 0;
}
.user-reserv.logista .movimentar{
    float: left;
    width: 100%;
}
.user-reserv.logista .detalhe .movimentar form{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #bcbcbc;
    padding-bottom: 30px;
    margin-bottom: 47px;
}
.user-reserv.logista .movimentar button{
    width: auto;
    min-width: 135px;
    margin-top: 30px;
    float: right;
}
.user-reserv.logista .detalhe .movimentar span:first-child,
.user-reserv.logista .detalhe .movimentar label{
    font-size: 10px;
    padding: 14px 0 9px;
    color: #a0a0a0;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.user-reserv.logista .detalhe .movimentar span:nth-child(2){
    font-size: 26px;
    font-family: camptonsemibold;
    line-height: 40px;
    position: relative;
}
.user-reserv.logista .detalhe .movimentar sup{
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    top: 2px;
}
.user-reserv.logista .detalhe .movimentar .input-wrap{
    max-width: 167px;
}
.user-reserv.logista .detalhe .movimentar .input-wrap:nth-child(3){
    max-width: 150px;
    margin: 0 0 0 20px;
}
@media only screen and (min-width: 1270px){
    .user-reserv.pontos.logista .detalhe .movimentar .input-wrap{
        max-width: 240px;
    }
}
.user-reserv.logista .atribuir form .input-wrap.full{
    max-width: none;
    margin: 30px 0 0;
}
.user-reserv.logista .atribuir form .full:last-child:before{
    content: "";
    display: block;
    background-color: #e4e4e4;
    width: 100%;
    height: 1px;
}
.user-reserv.logista .atribuir form .input-wrap{
    max-width: 344px;
}
.user-reserv.logista .atribuir form .ofertas .input-wrap:nth-child(2){
    max-width: 708px;
}
.user-reserv.logista .atribuir form .input-wrap:nth-child(3),
.user-reserv.logista .rebater form .input-wrap:nth-child(5),
.user-reserv.logista .rebater form .ofertas .input-wrap:nth-child(3){
    max-width: 180px;
}
.user-reserv.logista .rebater form .input-wrap.full{
    max-width: none;
}
.user-reserv.logista .rebater form .input-wrap:nth-child(3){
    max-width: 344px;
}
.user-reserv.logista .rebater #form1 form .input-wrap:nth-child(3){
    max-width: 222px;
}
.user-reserv.logista .atribuir.rebater .movimentar > h3:first-child{
    color: #ec008c;
    font-size: 30px;
    line-height: 34px;
    padding-top: 30px;
}
.user-reserv.logista .atribuir .movimentar form button{
    margin-top: 17px;
}
.user-reserv.logista .atribuir .limpar{
    border-radius: 4px;
    background-color: #d0d0d0;
    color: #fff;
    line-height: 42px;
    float: left;
    min-width: 135px;
    margin-top: 17px;
}
.user-reserv.logista .atribuir.balcao .botao{
    float: right;
}
.user-reserv.logista .atribuir .movimentar span:first-child,
.user-reserv.logista .atribuir .movimentar label{
    font-size: 10px;
    padding: 14px 0 9px;
    color: #a0a0a0;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.user-reserv.logista .atribuir .movimentar span:nth-child(2),
.user-reserv.logista .atribuir .movimentar #resgate{
    font-size: 26px;
    font-family: camptonsemibold;
    line-height: 40px;
    position: relative;
    color: #5a5a5a;
    font-style: normal;
}
.user-reserv.logista .atribuir .movimentar sup{
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    top: 2px;
}
.user-reserv.logista .movimentar .ofertas{
    float: left;
    padding-bottom: 44px;
}
.user-reserv.logista .movimentar .ofertas h3{
    padding: 12px 0 8px;
}
.user-reserv.logista .movimentar .ofertas span:nth-child(2){
    font-size: 11px;
    line-height: 15px;
    font-weight: 300;
    color: #a0a0a0;
    padding-bottom: 26px;
    display: block;
    float: left;
}
.user-reserv.logista .movimentar .ofertas span:last-child{
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    color: #a0a0a0;
    font-style: italic;
    display: block;
    width: 100%;
    float: left;
}
.user-reserv.logista .movimentar .ofertas span:last-child span{
    font-weight: 700;
    color: #ec008c;
    display: inline-block;
    padding: 0;
    width: auto;
    padding-right: 4px;
}
.user-reserv.logista .movimentar .ofertas .form-select{
    max-width: 708px;
    float: left;
}
.user-reserv.logista .movimentar .ofertas .fancyselect{
    margin-bottom: 7px;
}
.user-reserv.logista .movimentos.top .linha-item{
    padding: 13px 10px 16px;
    height: auto;
}
.user-reserv.logista .movimentos.top .coluna1{
    max-width: 130px;
}
.user-reserv.logista .movimentos.top .linha-item .coluna1{
    font-size: 11px;
    line-height: 24px;
    color: #a0a0a0;
    padding: 7px 10px 0;
}
.user-reserv.logista .movimentos.top .linha-item .coluna1 small{
    display: block;
    line-height: 15px;
}
.user-reserv.logista .movimentos.top .coluna2{
    max-width: 407px;
}
.user-reserv.logista .movimentos.top .linha-item .coluna2{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #5a5a5a;
}
.user-reserv.logista .movimentos.top .coluna3{
    max-width: 140px;
    text-align: center;
    margin-right: 52px;
}
.user-reserv.logista .movimentos.pontos.top .coluna3{
    max-width: 350px;
    text-align: left;
    margin-right: 0;
}
.user-reserv.logista .movimentos.top .linha-item .coluna3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #5a5a5a;
    padding-top: 5px;
}
.user-reserv.logista .movimentos.top .coluna4{
    max-width: 123px;
    text-align: center;
    display: block;
}
.user-reserv.logista .movimentos.top .linha-item .coluna4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #ec008c;
    padding-top: 5px;
}
.user-reserv.logista .gerente .filtros .select .dropform{
    width: 100%;
}
.user-reserv.logista .gerente .filtros .select .dropform button{
    margin-right: 0;
}
.user-reserv.logista .gerente .form-select{
    float: left;
    margin-right: 20px;
}
.user-reserv.logista .gerente .paginacao{
    float: left;
    width: 472px;
    margin: 0 0 20px;
    text-align: center;
}
.user-reserv.logista .gerente .paginacao .botao:first-child{
    float: left;
    background-color: #d0d0d0;
}
.user-reserv.logista .gerente .paginacao .botao:first-child:hover{
    background-color: #a0a0a0;
}
.user-reserv.logista .gerente .paginacao span.botao:first-child:hover{
    background-color: #d0d0d0;
}
.user-reserv.logista .gerente .paginacao .botao:last-child{
    float: right;
}
.user-reserv.logista .gerente .numeracao{
    display: inline-block;
    font-size: 12px;
    line-height: 42px;
}
.user-reserv.logista .gerente .numeracao span span{
    color: #a0a0a0;
}
.user-reserv.logista .gerente .movimentos > .botao:last-child{
    background-color: #787878;
}
.user-reserv.logista .gerente .movimentos > .botao:last-child:hover{
    background-color: #545454;
}
.user-reserv.logista .movimentos.facturacao .coluna1{
    max-width: 92px;
}
.user-reserv.logista .movimentos.facturacao .linha-item .coluna1{
    font-size: 11px;
    line-height: 24px;
    color: #a0a0a0;
    padding: 7px 10px 0;
    text-transform: uppercase;
}
.user-reserv.logista .movimentos.facturacao .coluna2{
    max-width: 121px;
}
.user-reserv.logista .movimentos.facturacao .linha-item .coluna2{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #5a5a5a;
}
.user-reserv.logista .movimentos.facturacao .coluna3{
    max-width: 238px;
}
.user-reserv.logista .movimentos.facturacao .linha-item .coluna3{
    font-size: 11px;
    line-height: 24px;
    font-weight: 500;
    padding-top: 5px;
}
.user-reserv.logista .movimentos.facturacao .coluna4{
    max-width: 273px;
    display: block;
}
.user-reserv.logista .movimentos.facturacao .linha-item .coluna4{
    font-size: 11px;
    line-height: 24px;
    font-weight: 500;
    padding-top: 5px;
    color: #787878;
}
.user-reserv.logista .movimentos.facturacao .coluna5{
    max-width: 94px;
    text-align: left;
    float: left;
}
.user-reserv.logista .movimentos.facturacao .linha-item .coluna5{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #545454;
    padding-top: 0;
}
.user-reserv.logista .movimentos.facturacao .linha-item .coluna6 span,
.user-reserv.logista .movimentos.facturacao .linha-item .coluna5 span{
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
}
.user-reserv.logista .movimentos.facturacao .coluna6{
    max-width: 94px;
    text-align: right;
    float: left;
}
.user-reserv.logista .movimentos.facturacao .linha-item .coluna6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #ec008c;
    padding-top: 0;
}
@media only screen and (min-width: 1270px){
    .user-reserv.logista .movimentos.top .coluna2{
        max-width: 502px;
    }
    .user-reserv.logista .movimentos.pontos.top .coluna2{
        max-width: 347px;
    }
    .user-reserv.logista .movimentos.facturacao .coluna4{
        max-width: 311px;
    }
    .user-reserv.logista .gerente .paginacao{
        width: 509px;
        margin: 0 19px;
    }
}
.user-reserv.logista #chart{
    float: left;
    width: 100%;
    height: 344px;
    margin-top: 7px !important;
}
.user-reserv.logista .chart-wrap{
    background-color: #fff;
    float: left;
    width: 100%;
    margin: 16px 0 43px;
    padding: 13px 32px 51px;
}
.user-reserv.logista .movimentos.grafico .linha span{
    float: right;
}
.user-reserv.logista .movimentos.grafico .linha .coluna1{
    float: left;
}
.user-reserv.logista .movimentos.grafico .linha-item .coluna1{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.user-reserv.logista .movimentos.grafico .linha .coluna4{
    max-width: 135px;
    margin: 0 30px;
    text-align: center;
}
.user-reserv.logista .movimentos.grafico .linha-item .coluna4{
    font-size: 16px;
    font-weight: 500;
}
.user-reserv.logista .movimentos.grafico .linha .coluna3{
    max-width: 120px;
    text-align: center;
    margin: 0 30px;
}
.user-reserv.logista .movimentos.grafico .linha-item .coluna3{
    font-size: 16px;
    font-weight: 500;
    color: #ec008c;
}
.user-reserv.logista .movimentos.grafico .linha .coluna2{
    max-width: 115px;
    text-align: right;
    margin-left: 30px;
}
.user-reserv.logista .movimentos.grafico .linha-item .coluna2{
    font-size: 16px;
    font-weight: 500;
    color: #646464;
}
.user-reserv.logista .chart-wrap .form-select{
    margin: 0 40px 30px 0;
}
.user-reserv.logista .chart-wrap .pontos{
    float: left;
    width: 130px;
    margin: 0 40px;
}
.user-reserv.logista .chart-wrap .pontos:nth-child(3){
    margin-right: 0;
}
.user-reserv.logista .chart-wrap .pontos span{
    font-size: 9px;
    text-transform: uppercase;
    display: block;
    padding: 14px 0 15px;
}
.user-reserv.logista .chart-wrap .pontos span:last-child{
    font-size: 24px;
    font-family: camptonlight;
    padding: 0;
    color: #646464;
}
.user-reserv.logista .chart-wrap .rosa span:last-child{
    color: #ec008c;
    font-family: camptonsemibold;
}
.user-reserv.logista .chart-wrap .flot-y-axis .flot-tick-label{
    left: 0 !important;
    text-align: left !important;
}
.user-reserv.logista .chart-wrap .flot-x-axis{
    left: 20px !important;
    top: 8px !important;
}
.filtros .input-wrap .icon-date{
    position: absolute;
    right: 11px;
    bottom: 35px;
    font-size: 18px;
    color: #a0a0a0;
    pointer-events: none;
}
@media only screen and (min-width: 480px){
    .filtros .input-wrap .icon-date{
        bottom: 15px;
    }
}
@media only screen and (min-width: 768px){
    .filtros .input-wrap .icon-date{
        bottom: 22px;
    }
}
#tooltip{
    position: absolute;
    display: none;
    background-color: #fff;
    transform: translateX(-48px);
    opacity: 1;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.75);
    text-transform: uppercase;
    font-size: 9px;
    color: #a0a0a0;
    width: 123px;
    padding: 10px;
}
.user-reserv .sucesso-pop{
    display: none;
}
.user-reserv .sucesso-pop.open{
    display: block;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
}
.user-reserv .sucesso-pop .pop-content{
    background-image: url("../images/sucessgreen.jpg");
    height: 450px;
    width: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: 50%, 50%;
    padding: 40px 50px;
    text-align: center;
    border-radius: 4px;
}
.user-reserv .pop-content h2{
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding-top: 22px;
    float: none;
}
.user-reserv .pop-content > span{
    width: 100%;
    display: block;
    color: #185d01;
    font-size: 12px;
    line-height: 18px;
    padding: 12px 0 25px;
}
.user-reserv .pop-content > span span{
    font-weight: 700;
}
.user-reserv .pop-content i{
    position: absolute;
    right: -23px;
    top: -22px;
    color: #a0a0a0;
}
.user-reserv .pop-content i:hover{
    color: #ec008c;
}
.user-reserv .pop-content .botao{
    display: inline-block;
    float: none;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.15);
    min-width: 139px;
}

footer{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 999;
    background-color: #fff;
}
footer .inner > span:first-child{
    text-transform: uppercase;
    font-size: 9px;
    line-height: 30px;
    color: #d0d0d0;
    display: inline-block;
    margin: 11px 0;
    cursor: pointer;
}
footer .inner > span:first-child span{
    float: left;
    padding: 1px 9px 0;
}
footer .inner > span:first-child i{
    font-size: 16px;
    float: left;
}
footer .logos{
    margin: 33px 0;
}
footer .logos.flex > img.coluna{
    max-width: 125px;
    width: 100%;
}
footer .logos.flex a{
    flex: 1 1 50%;
    opacity: 0.6;
    max-width: 130px;
}
footer .logos a:hover{
    opacity: 1;
}
footer .inner{
    position: relative;
}
footer .inner > img{
    width: 100%;
    max-width: 94px;
    height: 100%;
    display: block;
    margin: 11px auto;
}
footer nav{
    border-bottom: 1px solid rgba(68, 68, 68, 0.1);
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 8px;
}
footer nav li{
    display: inline-block;
    width: 100%;
}
footer nav li a{
    color: #5a5a5a;
    font-size: 11px;
    padding: 8px 17px;
    display: block;
}
footer nav li a:hover{
    color: #444444;
}
footer nav li a.active{
    color: #3fbaeb;
}
footer .copyright{
    float: left;
    width: 100%;
    padding: 14px 0;
}
footer .copyright span:first-child{
    display: block;
    font-size: 10px;
    color: #a0a0a0;
    padding: 5px 0 6px;
}
footer .copyright span:nth-child(2){
    font-size: 9px;
    color: #d0d0d0;
    font-weight: 300;
}
footer .inner .lavva img{
    width: 38px;
    opacity: 0.5;
}
@media only screen and (min-width: 768px){
    footer .inner > img{
        max-width: 126px;
        margin: 33px 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
    }
    footer .logos{
        margin: 58px 0 46px;
    }
    footer .logos.flex a{
        max-width: 145px;
    }
    footer nav{
        padding: 0;
        margin-top: 32px;
    }
    footer nav li{
        width: auto;
    }
    footer nav li a{
        font-size: 12px;
        padding: 20px 17px;
    }
}
@keyframes barrasanimation{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}

.atvImg {
    border-radius: 5px;
    transform-style: preserve-3d;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.atvImg img {
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.atvImg-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all 0.2s ease-out;
}
.atvImg-container.over .atvImg-shadow {
    box-shadow: 0 45px 100px rgba(0,0,0,0.4), 0 16px 40px rgba(0,0,0,0.4);
}
.atvImg-layers {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    transform-style: preserve-3d;
}

.atvImg-rendered-layer {
    position: absolute;
    width: 104%;
    height: 104%;
    top: -2%;
    left: -2%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: cover;
    transition: all 0.1s ease-out;
}
.atvImg-shadow {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    transition: all 0.2s ease-out;
    box-shadow: 0 40px 60px 0 rgba(0,0,0,0.45);
}
.atvImg-shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 60%);
}


#ui-datepicker-div{
    font-size: 11px;
}

.popup-wrap{
    display: none;
    position: fixed;
    z-index: 99999999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    text-align: center;
}
.popup-wrap.open{
    display: block;
}
.popup-wrap .icon-close{
    position: fixed;
    color: #fff;
    background-color: #8dc63f;
    width: 48px;
    height: 48px;
    line-height: 48px;
    top: 0;
    right: 0;
    text-align: center;
}
.popup{
    display: inline-block;
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    text-align: left;
}
.popup .pop-txt{
    padding: 33px 40px;
    float: left;
    width: 100%;
}
.popup h3{
    font-weight:600;
    font-size: 40px;
    line-height: 42px;
    width: 300px;
    float: left;
    padding: 4px 0;
}
.popup img{
    float: left;
    width: 100%;
}
.popup .promo-info{
    width: 166px;
    padding: 0;
    border: none;
}
.popup .descricao{
    width: 100%;
    display: block;
    float: left;
}
.popup .descricao span:first-child{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    display: block;
    padding: 26px 0 3px;
}
.popup .descricao span{
    font-weight: 300;
    font-size: 11px;
    line-height: 18px;
    color: #787878;
}
body.promopop{
    overflow: hidden;
}
.popup .promo-info .info-row{
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding: 15px 0 11px;
    float: left;
}
.popup .promo-info .info-row:first-child{
    padding-top: 0;
}
.popup .promo-info .info-row span:first-child{
    font-size: 11px;
    line-height: 16px;
}
.popup .promo-info .info-row span:last-child{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #8dc63f;
    width: 100%;
    display: block;
    float: left;
}
.registo .formulario form .input-wrap  .seguranca.nascimento a{
    color: #ec008c;
}
.button-box{
    float: left;
    width: 50%;
}
.button-row{
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-left: 10px;
}
.levantamento{
    float: left;
    width: 50%;
    text-align: right;
    padding-left: 10px;
}
.levantamento > span{
    display: block;
}

.interesses.registo form .checkbox.autoriza label{
    font-size: 9px;
}
.acesso .titulo h1{
    font-size: 30px;
    line-height: 40px;
    text-align: left;
}
.acesso form .input-wrap.full{
    max-width: none;
}
.acesso form .botao.cinza{
    min-width: 138px;
    border-radius: 4px;
    margin-top: 35px;
    float: left;
}
.acesso form button{
    margin-bottom: 30px;
    float: right;
}

.user-reserv.balcao .movimentos .linha-item a:first-child{
    width: 94%;
}
.user-reserv.balcao .movimentos .linha-item a.coluna8{
    width: 6%;
    display: inline-block;
    font-size: 24px;
    color: #ec008c;
    padding-right: 10px;
    height: 60px;
    padding-top: 13px;
}
.user-reserv.balcao .movimentos .linha-item a.coluna8:hover{
    color: #960c65;
}

.promocoes .flex.quatro + .h2externas,
.promocoes .line-externas + .h2externas{
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .popup .promo-info{
        float: right;
    }
    .popup-wrap .icon-close {
        position: fixed;
        color: #fff;
        background-color: #8dc63f;
        width: 48px;
        height: 48px;
        line-height: 48px;
        top: 0;
        left: 50%;
        transform: translateX(300px);
        text-align: center;
    }
    .popup{
        max-width: 600px;
    }
}