.banner
{
    background-position: center;
    width: 100%;
    height: 570px;
    top: -1px;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.banner > video
{
    width: 100%;
}

img.btn-play
{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    height: 12%;
    cursor: pointer;
}

.menu-desktop
{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
}

.menu-desktop ul
{
    background-color: transparent;
}

.apresentacao-inicial-diagonal
{
    margin-top: -100px;
    background-color: #fff;
    -webkit-clip-path: polygon(55% 99%, 63% 0, 100% 0, 100% 100%, 0 100%, 0 99%);
    clip-path: polygon(55% 99%, 63% 0, 100% 0, 100% 100%, 0 100%, 0 99%);
    height: 130px;
}

.apresentacao-inicial .img-familia-texto
{
    margin-top: -130px;
    background-color: transparent;
    border-bottom: solid 1px #d8d8d8;
    height: 248px;
}

.apresentacao-inicial .img-familia-texto img
{
    position: absolute;
    margin-top: -40px;
}

.apresentacao-inicial .img-familia-texto .texto
{
    padding-top: 30px;
}

.apresentacao-inicial .img-familia-texto .texto a
{
    color: #2c2c2c;
}

.apresentacao-inicial .empreendimentos .item
{
    height: 300px;
}

.apresentacao-inicial .descricao-empreendimento h2,
.apresentacao-inicial .descricao-empreendimento small
{
    font-weight: 700;
}

.apresentacao-inicial .descricao-empreendimento small
{
    font-size: 10px;
}

.apresentacao-inicial .descricao-empreendimento p,
.apresentacao-inicial .descricao-empreendimento .btn-arredondado,
.resumo-historia .btn-arredondado
{
    font-size: 1.1rem;
}

/* DIAGONAL TRANSPARENTE A DIREITA DA DIV */
.apresentacao-inicial .empreendimentos .item
{
    background-position: center;
    background-size: cover;
}

.apresentacao-inicial .empreendimentos
{
    -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);
}

.resumo-historia h2,
.resumo-historia h2 small
{
    color: #87a581;
}

.resumo-historia
{
    background-repeat: no-repeat;
    background-size: cover;
    color: #c5c5c5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.resumo-historia p
{
    font-size: 1.1rem;
}

#map-canvas
{
    width: 100%;
    height: 500px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}

#map-empreendimento
{
    width: 330px;
    height: 500px;
    position: absolute;
    background-color: white;
    margin-top: -500px;
    right: 0;
    float: right;
    text-align: left;
    -webkit-clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
}

#map-empreendimento .img-empreendimento
{
    height: 230px;
    background-position: center;
    background-size: cover;
}

#map-empreendimento .glyphicon
{
    padding-top: 15px;
    padding-right: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #5bc0de;
}

#map-empreendimento .cabecalho
{
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 18%;
}

#map-empreendimento .cabecalho h5
{
    letter-spacing: 2px;
}

#map-empreendimento .descricao h2
{
    line-height: 10px;
    font-weight: 600;
}

#map-empreendimento .descricao h2 small
{
    font-size: 11px;
}

#map-empreendimento .descricao p
{
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 20px;
}

#map-empreendimento a.btn-arredondado
{
    font-size: 10px;
}

@media screen and (max-width: 728px)
{
    .resumo-historia
    {
        background-image: none !important;
        background-color: #3c3c3c;
    }

    .resumo-historia .btn-arredondado
    {
        margin-bottom: 25px;
        display: block;
        float: none !important;
    }
}

@media (min-width: 1750px)
{
    img.btn-play
    {
        top: 20%;
    }

    #map-canvas,
    #map-empreendimento
    {
        height: 550px;
    }

    #map-empreendimento
    {
        margin-top: -550px;
    }
}