/* Minification failed. Returning unminified contents.
(917,1): run-time error CSS1019: Unexpected token, found '}'
(949,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(950,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(966,1): run-time error CSS1019: Unexpected token, found '}'
(1008,1): run-time error CSS1019: Unexpected token, found '}'
(1014,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1015,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '50%'
 */
.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/*body {
    margin: 0px;
    background-color: #000000;
    overflow: hidden;
}*/

.visualizador360-wrapper.col-xs-12,
.visualizador360-wrapper.col-sm-12,
.visualizador360-wrapper.col-md-12,
.visualizador360-wrapper.col-lg-12 {
    padding: 0 !important;
    margin: 0 !important;
}

.visualizador360-wrapper.col-md-6 {
    padding: 0 8px !important;
}

    .visualizador360-wrapper.col-md-6:first-child {
        padding-left: 0 !important;
    }

    .visualizador360-wrapper.col-md-6:last-child {
        padding-right: 0 !important;
    }

.visualizador360:fullscreen {
    margin: 0px !important;
    background-color: #000000 !important;
    overflow: hidden !important;
}

.fullscreen {
    margin: 0px !important;
    background-color: #000000 !important;
    overflow: hidden !important;
    width: 100%;
}

.debug {
    width: 90%;
    height: 15% !important;
    background-color: black;
    opacity: .8;
    color: #1db000;
    position: absolute;
    left: 5%;
    bottom: 5%;
    padding: 5%;
    font-family: Courier New, Courier, monospace;
}

.pano_canvas {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

    .pano_canvas:active {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
    }

.pano_nav {
    position: absolute;
    display: inline-block;
    margin-top: 23px;
    margin-right: 23px;
    width: 40px;
    border: 3px solid #FFF;
    z-index: 5;
    height: 249px;
    background-color: #CCCCCC;
}

.pano_nav_btn {
    position: absolute;
    background: #333333;
    width: 34px;
    height: 35px;
    z-index: 3;
    cursor: pointer;
}

    .pano_nav_btn:hover {
        background-color: #666666;
    }

div.pano_nav_btn:first-child {
    top: 0;
}

div.pano_nav_btn:last-child {
    bottom: 0; /* Por causa do seleccionador */
}

.pano_icon {
    display: inline-block;
    margin: 0 auto;
    line-height: 35px;
    /*opacity: 50%;
        width: 24px;
        height: 24px;*/
}

.pano_plus:before {
    content: '+';
    color: #fff;
    font-size: 35px;
    text-align: center;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-align-content: space-around;
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
}

.pano_minus:before {
    content: '-';
    color: #fff;
    font-size: 35px;
    text-align: center;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-align-content: space-around;
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
}


.centered {
    text-align: center;
}

.pano_slider {
    height: 140px;
    width: 100%;
    position: absolute;
    top: 35px;
}

.pano_slider_bar {
    width: 100%;
    height: 100%;
    background: #CCCCCC;
    position: absolute;
    top: 0;
}

.pano_slider_box {
    position: absolute;
    width: 100%;
    height: 35px;
    background: #666666;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: -7px;*/
    margin-top: 0;
    top: 0%;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.thumbnails {
    position: absolute;
    background-color: #000;
    opacity: .8;
    padding: 10px;
    top: 5%;
    left: 5%;
}

.thumb {
    float: left;
    margin-left: 10px;
}

.visualizador360 {
    display: block;
    position: relative;
    height: 100%;
}

.bol360-btn-fullscreen {
    display: block;
    /* position: absolute; */
    margin-top: 23px;
    margin-right: 27px;
    background-color: #333;
    padding: 1px 0;
    border: 3px solid #fff;
    z-index: 3;
}

    .bol360-btn-fullscreen:hover {
        background-color: #666;
    }


    .bol360-btn-fullscreen i:before {
        color: #FFF;
    }

    .bol360-btn-fullscreen > span {
        font-size: 22px;
    }

.bol360-bussola {
    position: absolute;
    /*bottom: 17px;*/
    bottom: 37px;
    left: 17px;
    color: #FFF;
    text-shadow: 0px 0px 10px #000000, 0px 0px 1px #000000;
}

    .bol360-bussola.activo {
        color: #6fc214;
    }

.visualizador360-viewport {
    width: 100%;
    height: 100vh;
}

    .visualizador360-viewport > div#container {
        height: 100%;
        width: 100%;
    }

.visualizador360-wrapper {
    display: block;
    /*width: 100%; causa problema no comparar*/
    height: 100%;
    z-index: 1;
}

.gyro {
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: #fff;
    text-shadow: 0px 0px 10px #000000, 0px 0px 1px #000000;
}

.btnComparar {
    background-color: #346A97;
    color: #FFF;
    position: absolute;
    top: 5%;
    right: 10%;
    z-index: 5;
}

.btnClose {
    position: absolute;
    padding: 10px;
    font-weight: bolder;
    color: #fff;
    background-color: #ff0000;
    top: 23px;
    right: 27px;
    cursor: pointer;
    user-select: none;
    z-index: 5;
}

.compra .botoes .pequeno a.ver360 {
    background-color: #00A88E;
    width: unset;
    max-width: unset;
    height: 55px;
    text-align: left;
    padding: 0 15px 0 15px;
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 55px;
    display: none;
}

.compra .botoes a.ver360 {
    background-color: #00A88E;
    width: 100%;
    height: 55px;
    max-width: 350px;
    text-align: left;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 55px;
    display: none;
}

html.webgl .compra .botoes a.ver360 {
    display: inline-block;
}

.cone {
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 100px solid grey;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.container-lugares .botoes {
    top: 90px;
}

    .container-lugares .botoes.div360 {
        top: -70px;
        right: 0;
        width: 200px;
    }

@media (max-width: 768px) {
    .compra .botoes a.ver360 {
        width: unset;
        max-width: unset;
        padding: 0 15px 0 15px;
    }

    .compra .botoes.div360 {
        text-align: center;
        clear: both;
        padding-top: 0;
        height: 80px;
        margin-top: -8px;
    }

    .container-lugares .botoes.div360 {
        top: -75px;
        right: -5px;
        width: 200px;
        padding-top: 0 !important;
    }
}


.compra .botoes a.ver360:hover {
    background-color: #3DBBA7;
}

.sparkling-sprite.img360-medio:before {
    background-position: 0px -105px;
    width: 51px;
    height: 44px;
    margin-left: 5px;
    margin-top: -4px;
}

.bol360-viewport {
    min-height: 365px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50000000;
    width: 100%;
    height: 100vh;
}

    .bol360-viewport.mobile {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
    }

    .bol360-viewport.widget,
    .bol360-viewport.wide.widget {
        left: 0 !important;
        top: 0 !important;
        position: initial !important;
        z-index: 50;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important;
        height: 100vh;
        /*width: 100%;*/
    }

.bol360-btn {
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border: 3px solid #FFF;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
}


    .bol360-btn.bol360-close-placeHolder {
        background-color: #FFF;
        position: absolute;
        top: 23px;
        right: 27px;
        z-index: 2;
    }

.bol360-close {
    background-color: #A5001B;
    margin-top: 23px;
    margin-right: 27px;
    z-index: 3;
    position: relative;
}

    .bol360-close:hover {
        background-color: #BB4054;
    }


.pointer {
    cursor: pointer;
}

.no-select {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

.bol360-fechar-planta {
    /*position: absolute;*/
    /*right: 0;
    top: -52px;*/
    z-index: 0;
    background-color: #A5001B;
    margin-bottom: 11px;
}

.bol360-botao-foto {
    background-color: #337ab7;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FFF;
    font-size: 17px;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    z-index: 25;
}

.bol360-botao-foto-hover {
    /*-webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);*/
    background-color: #d67300;
}

.bol360-botao-foto > i {
    text-align: center;
    margin-top: 28%;
    width: 100%;
}

.bol360-botao-foto.selected {
    background-color: #6fc214;
    /*min-width: 25px;
        min-height: 25px;*/
}


.bol360-label {
    position: absolute;
    font-weight: bold;
    color: #FFF;
    font-size: 19px;
    text-transform: uppercase;
}

    /* BOTÃO COMPARAR */
    .bol360-label.comparar {
        background-color: #346A97;
        border: 3px solid #FFF;
        width: 120px;
        height: 40px;
        top: -35%;
        left: 42%;
        line-height: 37px;
        text-align: center;
        transform: translate(-42%) scale(3.4);
    }

        .bol360-label.comparar:hover {
            background-color: #678FB2;
        }

    /* BOTÃO ESCOLHER VISTA */
    .bol360-label.planta {
        /*background-color: #424142;*/
        border: 0;
        width: 250px;
        height: 58px;
        bottom: -25%;
        line-height: 52px;
        float: right;
        margin-right: 20px;
        clear: both;
        font-size: 29px;
        text-align: right;
        text-decoration: underline;
        text-shadow: 0px 0px 10px #000000, 0px 0px 1px #000000;
        transform: scale(2.2) translate(15%);
        display: none;
    }

/*.bol360-label.planta:hover {
            background-color: #707070;
        }*/

.bol360-ontop {
    z-index: 50;
}

@media(max-width: 600px) {
    .pano_nav,
    .bol360-label.comparar,
    .bol360-btn.bol360-btn-fullscreen {
        display: none !important;
    }
}

.layerTransparencia {
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    /*-webkit-animation: opacityAnimation .3s ease-in-out;
    -moz-animation: opacityAnimation .3s ease-in-out;
    -o-animation: opacityAnimation .3s ease-in-out;
    animation: opacityAnimation .3s ease-in-out;*/
}

.opaque {
    opacity: 0.7;
}

@-webkit-keyframes opacityAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .7;
    }
}

@-moz-keyframes opacityAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes opacityAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacityAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.bol360-nome-sector {
    text-transform: uppercase;
    font-size: 22px;
    color: #FFF;
    text-shadow: 0px 0px 10px #000000, 0px 0px 1px #000000;
    position: absolute;
    top: 17px;
    left: 27px;
}

.visualizador360:not(.fullscreen) .bol360-nome-sector {
    margin-right: 70px;
}

@media (max-width: 1024px) {
    .bol360-nome-sector {
        left: 13px;
    }

    /*.to-bottom-right-no-transition {
        right: 13px !important;
        bottom: 17px !important;
    }*/

    .botoes.panzoom-parent {
        right: 13px !important;
    }

    /*.bol360-fechar-planta {
        margin-right: 13px !important;
    }*/
}


.bol360-backlayer {
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,1);
    position: absolute;
    z-index: 50000000;
}

.indexBackdrop {
    z-index: 300000000;
}

.indexModal {
    z-index: 400000000;
}

.modal-absolute {
    position: absolute !important;
}

/* Planta sala - com animações */
.bol360-layer {
    background: rgba(0,0,0, 0.8);
    z-index: 22;
    width: 100.1%;
    height: 100.1%;
    padding-bottom: 1px;
    position: absolute;
}

.planta {
    position: absolute;
    bottom: 50%;
    right: 50%;
    z-index: 1;
    font-size: 0;
    transform: translate(50%, 50%);
    cursor: pointer;
    z-index: 25;
}

    .planta.to-bottom-right .bol360-botao-foto:not(.selected), .planta.to-bottom-right-no-transition .bol360-botao-foto:not(.selected) {
        display: none;
    }

    /*.planta.to-bottom-right .bol360-botao-foto.selected, .planta.to-bottom-right-no-transition .bol360-botao-foto.selected {
        border-width: 2px;
    }*/

    .planta.to-bottom-right .bol360-botao-foto.selected > i, .planta.to-bottom-right-no-transition .bol360-botao-foto.selected > i {
        display: none;
    }

    .planta.to-center canvas, .planta.to-center-no-transition canvas {
        display: none;
    }

.to-bottom-right-no-transition .bol360-label.planta {
    display: block;
}

.to-center .bol360-botao-foto.not-visible {
    display: none;
}

.to-bottom-right-no-transition div.bol360-botao-foto.selected {
    transform: scale(1.5);
}

/* Panzoom */
.botoes.panzoom-parent {
    position: absolute;
    top: 23px;
    right: 27px;
    z-index: 50;
    display: none;
    background-color: transparent;
    border: 0;
    height: auto;
}

    .botoes.panzoom-parent div:not(.bol360-fechar-planta) {
        padding: 5px;
        display: block;
        width: 32px;
        height: 32px;
        line-height: 23px;
        background-color: #3d3d3d;
        font-size: 25px;
        color: #fff;
        font-weight: normal;
        text-align: center;
        margin-bottom: 8px;
        cursor: pointer;
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        backface-visibility: hidden;
    }

.to-center-no-transition div.comparar, .to-center div.comparar {
    display: none !important;
}

.to-bottom-right {
    animation: to-bottom-right .7s ease-in-out;
    animation-fill-mode: forwards;
    /*animation-delay: .5s;*/
}

.to-center {
    animation: to-center .7s ease-in-out;
    animation-fill-mode: forwards;
}

@media (min-width: 600px) and (max-width: 1023px) {
    /*.bol360-label.planta {
        transform: scale(2) translate(25%, 5%);
        -moz-transform: scale(2) translate(25%, 5%) rotate(0.01deg);
    }*/
}


@media (min-width: 1024px) {
    .botoes.panzoom-parent div:not(.bol360-fechar-planta) {
        width: 40px !important;
        height: 40px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 1023px) {

    .bol360-fechar-planta {
        width: 32px !important;
        height: 32px !important;
        line-height: 26px;
    }

    .botoes.panzoom-parent {
        top: 20px !important;
    }


    /*.to-bottom-right-no-transition, .to-bottom-right {
        transform: translate(30%, 32%) scale(.3) !important;
    }*/
}

@media (min-width: 600px) and (max-width: 1024px) {

    /*.to-bottom-right-no-transition, .to-bottom-right {
        transform: translate(35%, 35%) scale(.2) !important;
    }*/
}

@media (min-width: 321px) and (max-width: 570px) {
    .to-bottom-right-no-transition {
        bottom: 50px !important;
        right: 20px !important;
    }

    .bol360-label.planta {
        transform: scale(2.2) translate(15%);
        text-align: right;
    }

    /*.to-bottom-right-no-transition, .to-bottom-right {
        transform: translate(25%, 32%) scale(.3) !important;
    }*/
}


@media (max-width: 320x) and (orientation: landscape) {
    .bol360-label.planta {
        transform: scale(2.0) translate(23%, -30%) !important;
        -moz-transform: scale(2.0) translate(23%, -30%) rotate(0.01deg) !important;
    }
}

/*@media (max-height: 650px) {
    .pano_nav {
        display: none !important;
    }
}*/

@media (max-width: 1024px) and (orientation: landscape) {

    .planta.to-center > div:first-child, .planta.to-center-no-transition > div:first-child {
        width: auto !important;
        /*height: 100%;*/
    }
}

.planta > img {
    vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.bol-360-active {
    background: rgba(0,0,0, 0.8);
    z-index: 22;
    width: 100%;
    height: 100vh;
    position: absolute;
}


/* Animação */
@keyframes to-bottom-right {
    0% {
        bottom: 50%;
        right: 50%;
    }

    100% {
        bottom: 60px;
        right: 27px;
        transform: translate(35%, 35%) scale(.3); /* sendo que o ponto 100,100 (canto direito do ecrã) significa 35%, 35%, varia consoante a escala */
        -ms-transform: translate(35%, 35%) scale(.3);
        -moz-transform: translate(35%, 35%) scale(.3) rotate(0.01deg);
    }
}

/* Animação */
@keyframes to-center {
    0% {
        bottom: 60px;
        right: 27px;
        transform: translate(37%, 37%) scale(.25);
        -ms-transform: translate(37%, 37%) scale(.25);
        -moz-transform: translate(37%, 37%) scale(.25) rotate(0.01deg);
    }

    100% {
        bottom: 50%;
        right: 50%;
        /*transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        -moz-transform: translate(50%, 50%) rotate(0.01deg);*/
    }
}

@media (max-width:570px) {
    @keyframes to-bottom-right {
        0% {
            bottom: 50%;
            right: 50%;
        }

        100% {
            bottom: 60px;
            right: 27px;
            height: auto;
            transform: translate(35%, 35%) scale(.3); /* sendo que o ponto 100,100 (canto direito do ecrã) significa 35%, 35%, varia consoante a escala */
            -ms-transform: translate(35%, 35%) scale(.3);
            -moz-transform: translate(35%, 35%) scale(.3) rotate(0.01deg);
        }
    }


    /* Animação */
    @keyframes to-center {
        0% {
            bottom: 60px;
            right: 27px;
            transform: translate(37%, 37%) scale(.25);
            transform: translate(37%, 37%) scale(.25); /* sendo que o ponto 100,100 (canto direito do ecrã) significa 35%, 35%, varia consoante a escala */
            -ms-transform: translate(37%, 37%) scale(.25);
            -moz-transform: translate(37%, 37%) scale(.25) rotate(0.01deg);
        }

        100% {
            bottom: 50%;
            right: 50%;
        }
    }
}



@media (min-width: 800px) and (max-width:1024px) and (orientation: landscape) {

    /*.bol360-label.planta {
        transform: scale(2.5) translate(20%, -5%) !important;
        -moz-transform: scale(2.5) translate(20%, -5%) rotate(0.01deg) !important;
    }*/

    @keyframes to-bottom-right {
        0% {
            bottom: 50%;
            right: 50%;
            transform: translate(50%, 50%);
            -ms-transform: translate(50%, 50%);
            -moz-transform: translate(50%, 50%) rotate(0.01deg);
        }

        100% {
            bottom: 60px;
            right: 27px;
            height: auto;
            transform: translate(35%, 35%) scale(.2);
            -ms-transform: translate(35%, 35%) scale(.2);
            -moz-transform: translate(35%, 35%) scale(.2) rotate(0.01deg);
        }
    }


    /* Animação */
    @keyframes to-center {
        0% {
            bottom: 60px;
            right: 27px;
            transform: translate(35%, 35%) scale(.2);
            -ms-transform: translate(35%, 35%) scale(.2);
            -moz-transform: translate(35%, 35%) scale(.2) rotate(0.01deg);
        }

        100% {
            bottom: 50%;
            right: 50%;
            /*transform: translate(50%, 50%);
            -ms-transform: translate(50%, 50%);
            -moz-transform: translate(50%, 50%) rotate(0.01deg);*/
        }
    }
}

.to-center-no-transition {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%) rotate(0.01deg);
}

.to-bottom-right-no-transition {
    bottom: 60px;
    right: 27px;
    transform: translate(35%, 35%) scale(.3); /* sendo que o ponto 100,100 (canto direito do ecrã) significa 35%, 35%, varia consoante a escala */
    -ms-transform: translate(35%, 35%) scale(.3);
    -moz-transform: translate(35%, 35%) scale(.3) rotate(0.01deg);
}

@media (max-width: 1370px) {
    .to-bottom-right-no-transition {
        bottom: 60px;
        right: 27px;
        transform: translate(37%, 37%) scale(.25); /* sendo que o ponto 100,100 (canto direito do ecrã) significa 35%, 35%, varia consoante a escala */
        -ms-transform: translate(35%, 35%) scale(.25);
        -moz-transform: translate(35%, 35%) scale(.25) rotate(0.01deg);
    }

    /* Animação */
    @keyframes to-bottom-right {
        0% {
            bottom: 50%;
            right: 50%;
        }

        100% {
            bottom: 60px;
            right: 27px;
            transform: translate(37%, 37%) scale(.25); /* sendo que o ponto 100,100 (canto direito do ecrã) significa 35%, 35%, varia consoante a escala */
            -ms-transform: translate(37%, 37%) scale(.25);
            -moz-transform: translate(37%, 37%) scale(.25) rotate(0.01deg);
        }
    }
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        /*opacity: 0;*/
        background-color: #DD0000;
    }
}

/* Fim planta sala */

.controls-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}


.pano_nav_small {
    position: absolute;
    display: inline-block;
    margin-top: 23px;
    margin-right: 23px;
    width: 40px;
    border: 3px solid #FFF;
    z-index: 5;
    height: 76px;
    background-color: #CCCCCC;
}

.widget .bol360-close:not(.bol360-fechar-planta) {
    display: none;
}

.popup .comparar {
    display: none;
}

.fullscreen .comparar {
    display: none !important;
}

/*esconder botão fechar em wide*/
.bol360-viewport.wide.widget .visualizador360-wrapper.visualizador360-wrapper.col-md-12 .bol360-close {
    display: none !important;
}

.bol360-powered-by {
    background-color: rgba(0,0,0, 0.4);
    position: absolute;
    bottom: 27px;
    left: 27px;
    color: #FFF;
}

    .bol360-powered-by img {
        position: absolute;
        bottom: 0;
        left: 0;
    }

.visualizador360:not(.fullscreen) div.pano_nav_btn:last-child {
    border-top: 3px solid #FFF;
}

