#layout{
    position: relative;
    overflow: hidden;
}
.par1{
    height: 70px;
    background-color: #212121;
}
.img-inicial{
    width: 100%;
}
.titulo-top{
    text-align: center;
    font-size: 120%;
    letter-spacing: .15rem;
    line-height: 1.5rem;
    padding-left: 4%;
    padding-right: 4%;
    margin: 7% 0;
}

.escolhas-top li a{
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
    font-family: swis721-light;
    letter-spacing: .1rem;
    font-size: 80%;
}
.escolhas-top li{
    margin-top: 7%;
}
.escolhas-top{
    margin-left: 10%;
}
.disabled{
    /* text-decoration: line-through; */

}
.disabled a{
    color: gray!important;
    cursor: not-allowed;
    
}
/* aba de pré lançamento */
.pre-lancamento-in{
    margin-top: 6%;
    padding: 3% 0 9% 0;
    background-color: #2a2a2a;
}
.btn-capa{
    position: relative;
    bottom: -13px;
    text-transform: uppercase;
    font-size: 70%;
    background-color: #ee730d;
    border: 1px solid #ee730d;
    color: white;
    letter-spacing: .15rem;
}
.texto-pre{
    margin-top: 5%;
    font-family: vogue;
    font-size: 160%;
    letter-spacing: .1rem;
    font-weight:  lighter;
    line-height: 1rem;
}
.texto-normal-pre{
    margin-top: 3%;
    font-size: 90%;
    line-height: 1.1rem;
}
.btn-geral{
    text-transform: uppercase;
    font-size: 70%;
    background-color: transparent;
    border: 1px solid #ee730d;
    color: white;
    padding: .7rem 1rem;
    letter-spacing: .15rem;
}
.botao-pre{
    margin-top: 8%;
}
/* empreendimentos */
.emp-um, .emp-dois{
    padding: 3% 0 10% 0;
}
.emp-dois{
    background-color: #2a2a2a;
}
.opaca{
    padding-left: 2%;
    padding-right: 2%;
}
.caster h1{
    margin-top: 5%;
    font-family: vogue;
    font-size: 180%;
    letter-spacing: .1rem;
    font-weight:  lighter;
    line-height: 1.8rem;
}
.caster p{
    font-size: 70%;
    line-height: 1.1rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
}
.sub-emp{
    margin-top: 1%;
}
.texto-emp{
    margin-top: 4%;
}
.img-pet{
    width: 25%;

}
.fri-flex{
    display: flex;
    margin-top: 4%;
}
.lados{
    flex: 1;
}
.lados p{
    margin-left: 3%;
}
.lados img{
    margin-top: 1%;
    margin-right: 3%;
}
.par2-button{
    margin-top: 8%;
    text-align: center;
}
@media (min-width: 360px){
    .titulo-top{
        padding-right: 7%;
        padding-left: 7%;
    }
    .btn-capa{
        padding: 3% 4%;
        bottom: -16px;
    }
    .texto-normal-pre{
        padding-right: 3%;
        padding-left: 3%;
    }
    .caster h1{
        font-size: 200%;
    }
    .opaca{
        padding-left: 3%;
        padding-right: 3%;
    }
    .btn-margin{
        margin-left: 2%;
    }

}
@media (min-width: 375px){
    
    .img-pet{
        width: 23%;
    }
    .caster h1{
        font-size: 210%;
    }
}
@media (min-width: 411px){
    
    .img-pet{
        width: 23%;
    }
    .caster h1{
        font-size: 230%;
    }
    .caster p{
        font-size: 75%;
        line-height: 1rem;
    }
    .img-pet{
        width: 18%;
    }
}
@media (min-width: 414px){
    .titulo-top{
        padding-right: 12%;
        padding-left: 12%;
    }
}
@media (min-width: 560px){
    .titulo-top{
        padding-left: 15%;
        padding-right: 15%;
    }
    .btn-capa{
        bottom: -22px;
    }
    .img-pet{
        width: 15%;
    }
}
@media (min-width: 640px){
    .texto-pre{
        font-size: 300%;
    }
    .img-pet{
        width: 12%;
    }
    .caster h1{
        font-size: 300%;
    }
    .btn-capa, .btn-geral{
        font-size: 90%;
    }
}
@media (min-width: 660px){
    .opaca{
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media (min-width: 760px){
    .titulo-top{
        font-size: 210%;
        line-height: 2.5rem;
    }
    .escolhas-top{
        font-size: 150%!important;
    }
    .texto-pre{
        margin-top: 5%;
        font-size: 420%;
    }
    .texto-normal-pre{
        margin-top: 3%;
        font-size: 100%;
        line-height: 1.1rem;
    }
    .caster h1{
        font-size: 400%;
        margin-bottom: 2%;
    }
    .caster p{
        font-size: 100%;
        line-height: 1.4rem;
    }
    .img-pet{
        width: 12%;
    }

    .btn-capa{
        bottom: -28px;
    }
    .btn-capa, .btn-geral{
        font-size: 100%;
    }
}

@media (min-width: 810px){
    .titulo-top{
        padding-left: 9%;
        padding-right: 9%;
    }
    .escolhas-top li{
        margin-top: 3%;
    }
}