body
{
    font-family: 'Open Sans', sans-serif!important;
}

/* MENU */
.menu-desktop
{
    width: 100%;
    text-align: center;
}

.menu-desktop img
{
    position: absolute;
    left: 0;
    height: 150px;
    z-index: 1;
}

.menu-desktop ul
{
    margin: 0px auto;
    line-height: 4;
    padding-left: 0;
    font-size: 12px;
    background-color: #404040;
}

.menu-desktop li
{
    display: inline;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

.menu-desktop li a,
.menu-desktop li span
{
    color: #fff;
    text-shadow: 1px 1px #717171;
}

.menu-desktop li.social a,
.menu-desktop li.social span
{
    margin-right: 15px;
}

.visible-sm.social a
{
    color: #fff;
    margin-left: 15px;
}

/* EMPREENDIMENTOS */
.empreendimentos .item span em
{
    color: #87a581;
}

.empreendimentos .imagem
{
    -webkit-clip-path: polygon(100% 0, 100% 70%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 70%, 80% 100%, 0 100%, 0 0);
}

.empreendimentos .imagem
{
    background-position: center;
    background-size: cover;
    height: 200px;
}

.empreendimentos
{
    margin-top: 30px;
}

.empreendimentos .imagem:hover,
#galeria-fotos .imagem:hover,
#galeria-plantas .imagem:hover
{
    opacity: 0.9;
    cursor: pointer;
}

.empreendimentos .imagem i,
#galeria-fotos .imagem i,
#galeria-plantas .imagem i
{
    line-height: 200px;
    color: #fff;
    text-align: center;
    display: none;
}

.empreendimentos .imagem:hover i,
#galeria-fotos .imagem:hover i,
#galeria-plantas .imagem:hover i
{
    display: block;
}
.empreendimentos .item a
{
    color: #2b2b2b;
}

.empreendimentos .item a:hover,
#galeria-fotos .item a:hover,
#galeria-plantas .item a:hover
{
    text-decoration: none;
}

.empreendimentos .item span
{
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
}

.empreendimentos .item span em
{
    font-weight: 700;
}

/* CARROSSEL EMPREENDIMENTOS */
.carrossel-empreendimentos
{
    padding-top: 50px;
    padding-bottom: 50px;
}

/* IMOBILIARIAS PARCEIRAS */
.imobiliarias-parceiras
{
    padding-top: 15px;
    border-bottom: 1px solid #d6d6d6;
}

.imobiliarias-parceiras .imobiliarias .item
{
    height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* RODAPE */
.rodape-desktop
{
    margin-top: 100px;
}

.rodape-desktop .menu
{
    background-color: #5bc0de;
    height: 50px;
}

.rodape-desktop ul
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.rodape-desktop ul li
{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.rodape-desktop ul li.social
{
    margin-right: 35px;
}

.rodape-desktop ul li a:not(:first-of-type)
{
    margin-left: 20px;
}

.rodape-desktop ul li a,
.rodape-desktop ul li span
{
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
}

.rodape-desktop .endereco
{
    padding-top: 20px;
    background-color: #404040;
    color: #fff;
}

.rodape-desktop .endereco h5
{
    letter-spacing: 4px;
}

.rodape-desktop .endereco p
{
    font-size: 1.1rem;
}

.rodape-desktop .informativo
{
    height: 161px;
    margin-top: -161px;
    float: right;
    -webkit-clip-path: polygon(100% 100%, 100% 0, 42% 0, 0 100%);
    clip-path: polygon(100% 100%, 100% 0, 42% 0, 0 100%);
    position: absolute;
    text-align: right;
    background-color: white;
    right: 0;
}

.rodape-desktop .informativo .btn
{
    padding-left: 20px;
    padding-right: 20px;
    background-color: #7da55d;
    color: #dedede;
    margin-top: 15px;
}

.rodape-desktop .informativo h5
{
    letter-spacing: 3px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.rodape-desktop .informativo small
{
    font-size: 11px;
}

/* HELPERS */
.no-padding-left
{
    padding-left: 0px!important;
}

.no-margin-top
{
    margin-top: 0px !important;
}

.no-margin-bottom
{
    margin-bottom: 0px !important;
}

.no-col-margin-left
{
    margin-left: -15px !important;
}

.btn-arredondado
{
    border-radius: 20px;
}

.diagonal-right-bottom
{
    -webkit-clip-path: polygon(100% 0, 100% 70%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 70%, 80% 100%, 0 100%, 0 0);
}

/* SOBREESCREVER */
.btn
{
    letter-spacing: 2px;
}

.btn-success
{
    background-color: #7da55d;
    border-color: #7da55d;
}

.btn-danger
{
    background-color: #d9534f;
    border-color: #d9534f;
}

ol.breadcrumb
{
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 10px;
}

ol.breadcrumb li a
{
    color: #000;
}

form .form-control
{
    border: 0;
    font-size: 1.2rem;
}

.form-group
{
    margin-bottom: 10px;
}

@media screen and (max-width: 728px)
{
    .rodape-desktop ul li
    {
        margin-right: 7px;
    }
}

@media screen and (max-width: 728px)
{
    .menu-desktop ul
    {
        font-size: 1.05rem;
    }

    .menu-desktop ul li
    {
        margin-left: 5px;
        margin-right: 5px;
    }

    .rodape-desktop
    {
        margin-top: 70px;
    }

    .rodape-desktop ul li a,
    .rodape-desktop ul li span
    {
        font-size: 9px;
    }

    .empreendimentos
    {
        margin-top: 60px;
    }
}

.alertify-logs
{
    z-index: 9999 !important;
}