#cabec_moradia_estudantil, #cabec_tcc, #cabec_casa_50 {
    width:100%;
    min-height: 50vh;
    position: relative;
}

#cabec_moradia_estudantil {
    background: url("../img/moradia_estudantil/conj-1-5.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

#cabec_anelyse {
    background: url("../img/residencial_anelyse/Sala-01.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

#cabec_fernando {
    background: url("../img/residencial_fernando/sala_render01.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

#cabec_lilian {
    background: url("../img/residencial_lilian/render06.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

#cabec_shirley {
    background: url("../img/residencial_shirley/quarto1.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

#cabec_casa_50 {
    background: url("../img/casa_50/externo-1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
    background-attachment: fixed;
}

#cabec_tcc {
    background: url("../img/tcc/aereo_02.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
    background-attachment: fixed;
}

#cabec_umuarama {
    background: url("../img/cinema_umuarama/render-04.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
    background-attachment: fixed;
}

#cabec_liz {
    background: url("../img/residencial_liz/LIZ_render-01.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top;
    background-attachment: fixed;
}

input:checked + .secao_escondida, input:checked + label + .secao_escondida, input:checked + .post-it, input:checked + .miniatura {
   display: block;
}

.chave {
    width: 130px;
    vertical-align: top;
}

.direita {
    text-align: right;
    margin-right: 10px;
}

.div1 {
    width: 90vw;
    margin: 0.02vw;
    padding: 0.5em 0.1em 0 0.5em;
}

.div1 h2 {
    width: 50vw;
    margin: 0.02vw 0.02vw 0.02vw 20vw;
    text-align: left;
    font-family: 'Comfortaa', cursive;
    font-size: 1.1em;
    font-weight: 300;
    cursor: pointer;
    border-bottom: 1px solid #333;
}
 
.fonte_grande {
    font-size: 1.2em;
}

.icone {
    width: 13px;
    margin-left: 5px; 
    vertical-align: bottom;
}

.icone_fecha, .icone_abre {
    float:right; 
    margin-top: 0.25em;
    margin-right: 2em;
}

.icone_abre, input:checked + label .icone_fecha { display:none; }
.icone_fecha, input:checked + label .icone_abre { display: block; }

.icone_navegacao {
    width: 20px;
    margin-right: 5px;
    margin-top: 30px;
}

.icone-post-it {
    position: absolute;
    cursor: pointer;
    vertical-align: middle;
}

.icone-post-it img {
    width: 20px;
    height: 20px;
    z-index: 1;
}

.linhas_espacadas {
    margin-top: 10px;
    margin-right: 90px;
}

.linhas_espacadas li {
    margin-bottom: 50px;

} 

.mostra_postit {
    position: absolute;
    margin-left: 200px;
}

.mostra_postit img {
    max-width: 200px;
}

.posicao_div {
    overflow: auto;
}

.post-it {
    width: 200px;
    height: 200px;
    background-color: yellow;
    position: absolute;
}

.secao_escondida, .input_escondido, .post-it {
    display: none; 
}

.tcc img, .casa_50 img, .umuarama img {
    max-width: 80vw;
}

.texto {
    width: 80%;
    display: block;
    background-color: #dddddd;
    padding: 30px;
    margin: 10px;
    font-size: 1.2vw;
}

.vazia {
    min-height: 40vh;
    width: 90%;
    display: block;
}

.encerrar {
    width: 90%; 
    margin-top: 8px; 
    clear: both;
}

.box {
    padding: 6px;
    width: 300px;
    height: auto;
    display: none;
    position: absolute;
    top: 100px;
    left: 250px;
    z-index: 1;
    background: #ffff66;
}

.box img {
    max-width: 250px;
    max-height: 250px;
    vertical-align: middle;
}

.sotexto {
    height: 150px;
}

input {
    display: none;
}

input:checked + label .box {
    display: inline-block;
}

.umuarama, .render_3d {
    width:100%;
    min-height: 600px;
    position: relative;
}

.galeria {
    width: 80vw;
}

.galeria img {
    min-width: 70vw;
}

.miniatura {
    float: left;
}

.miniatura img {
    margin: 2px;
    width: 75px;
    height: 50px;
    z-index: 1;
}

a[target="_blank"] {
  color:#465575;
  text-decoration:none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

a[target="_blank"]:visited {
  color:#465575;
  text-decoration:none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

a[target="_blank"]:hover { 
  color:#a7a7a7;
  text-decoration: underline;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
