/*POP-UP HOME TEMPORÁRIA*/
.pop-up-home{
    width: 100%;
    height: 2000px;
    position: fixed;
    z-index: 999999;
}

.pop-up-home .bt-fechar{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.estr-full-popup{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 9999999;
    top: 60px;
}
.relative-pop{
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
}
.estr-full-popup .cont-popup{
    width: 100%;
    height: auto;
}
.estr-full-popup .cont-popup .fecharpopdiv{
    width: 26px;
    height: 28px;
    position: absolute;
    right: 32%;
    top: 10%;
    background: url("../img/fechar-popup-telefones.png")  no-repeat 0 0 transparent;
    cursor: pointer;
}

@media (max-width:768px){

    .relative-pop img{
        width: 100%;
    }

    .estr-full-popup .cont-popup .fecharpopdiv{
        right: 12%;
    }

}
