/*CSS DOCUMENT*/

.c_voce_esta{float: left; width: 100%; height: 37px; position: relative;}
.voce_esta{float: left; width: 100%; height: 37px;}
.forma_voce_esta{width: 77%; height: 37px; background-color: #f1ce50; margin: 0 auto; border-radius: 0 0 20px 20px;}
.forma_voce_esta_dir{float: right; width: 50%; height: 37px;}
.forma_voce_esta_dir h1{margin: 12px 28px 0 0; float: right; font-size: 14px; font-family: 'Lato-Regular';}
.forma_voce_esta_dir b{color: #ab7a21;}
.linkHome{color: #000;}
.linkHome:hover{opacity: 0.8;}
.linkEmp{color: #38394c; font-family: 'Lato-Bold';}
.linkEmp:hover{opacity: 0.8;}

.c_piso_ind{float: left; margin-top: -37px; width: 100%; height: 349px; background: url(../img/web/bgpiso.jpg) no-repeat center;}
.piso_ind{float: left; width: 100%; height: 349px;}
.piso_ind h1{margin: 110px 0 0 222px; font-size: 22px; font-family: 'GalanoGrotesqueAlt-Bold'; color: #222339;}
.piso_ind p{margin: 35px 178px 0 222px; font-size: 14px; font-family: 'Lato-Regular'; line-height: 25px;}

.c_piso_fts{float: left; width: 100%; height: 500px; background: url(../img/web/bgpisobaixo.jpg) no-repeat center;}
.piso_fts{float: left; width: 100%; height: 500px;}
.caixas_piso{float: left; width: 100%; margin-top: 80px;}
.caixa_piso{float: left; width: 30%; margin-bottom: 10px;}
.caixa_piso:nth-of-type(1){margin-left: 50px;}
.caixa_piso:nth-of-type(4){margin-left: 190px;}
.img01piso{padding: 5px; border: 1px solid; width: 260px; height: 160px; background: url(../img/web/fotosPiso/01.jpg) no-repeat center; display: inline-block;}
.img02piso{padding: 5px; border: 1px solid; width: 260px; height: 160px; background: url(../img/web/fotosPiso/02.jpg) no-repeat center; display: inline-block;}
.img03piso{padding: 5px; border: 1px solid; width: 260px; height: 160px; background: url(../img/web/fotosPiso/03.jpg) no-repeat center; display: inline-block;}
.img04piso{padding: 5px; border: 1px solid; width: 260px; height: 160px; background: url(../img/web/fotosPiso/04.jpg) no-repeat center; display: inline-block;}
.img05piso{padding: 5px; border: 1px solid; width: 260px; height: 160px; background: url(../img/web/fotosPiso/05.jpg) no-repeat center; display: inline-block;}

@media(max-width: 970px){
    .c_voce_esta{display: none;}

    .c_piso_ind{margin-top: 0; height: auto; background: none; background-color: #fff; padding: 70px 0 70px 0;}
    .piso_ind{height: auto; text-align: center;}
    .piso_ind h1{margin: 0 0 30px 0;}
    .piso_ind p{margin: 0 65px 0 65px; text-align: justify;}

    .c_piso_fts{height: auto; background: none; background-color: #e4e4e4;}
    .piso_fts{height: auto;}
    .caixa_piso:nth-of-type(1){margin-left: 0px;}
    .caixa_piso:nth-of-type(4){margin-left: 0px;}
    .caixas_piso{padding-bottom: 60px;}
    .caixa_piso{width: 100%; text-align: center;}
}

@media(max-width: 300px){
    .img01piso{width: 100%; padding: 0; border: 0;}
    .img02piso{width: 100%; padding: 0; border: 0;}
    .img03piso{width: 100%; padding: 0; border: 0;}
    .img04piso{width: 100%; padding: 0; border: 0;}
    .img05piso{width: 100%; padding: 0; border: 0;}
}