.cor-botao-padrao{
    color: #3F6184;
    text-align: center;
}

.starwars{
    font-size: 52px;
    font-weight: bolder;
    text-align: center;
    padding-top: 20px;
}

.link-starwars{
    text-decoration: none;
    color: black;
}

.pad10{
    padding-top: 10px;
}

.iconInteracao{
    margin-right: 5px;
    margin-top: 50%;
}

.hideEdicao{
    display: none;
}
.show{
    display: '';
}

.favorite{
    color: #ffd700;
    cursor: pointer;
}

.favorite:hover{
    color: gray;
}

.mapboxClassImovel{ 
    position:absolute; top:0; bottom:0; width:100%; }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 20px;
}
.lds-ellipsis div {
    position: absolute;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a2b6c5;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.widget-dados-empresas-fii {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 18px 11px 3px 17px;
}

.dataview-media-item{
    float: left;
    margin: 1px 4px 4px 1px;
    max-height: 200px;
    text-align: center;
    cursor: pointer;
    height: 87px;
    width: 120px;
    &:hover: {
        opacity: .5,
            zIndex: 5,
    };
}

.dataview-media-item img{
    max-width: 120px;
    max-height: 90px;
}

.customWinMask.x-mask {
    filter: alpha(opacity=50);
    opacity: .5;
    background: black !important; 
}

.fon-fon{
    font-size: 16px !important;
    margin-left: 10px;
}