/* FONTES ---------------------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700);

/* GLOBAL ---------------------------------------------------------------------------- */

*{
    border:0px;
    margin: 0px;
    padding: 0px;
    font-family: 'Rajdhani', sans-serif;
}

a{
    cursor: pointer;
}

body{
    width: 1280px;
    height: 1024px;
    position: absolute;

    background-color:rgb(250,250,250);
    border: 2px solid rgb(40,38,52);
}

.centrar{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.esquerda{
    margin-left: 0px;
    display: block;
    text-align: left;
}

.direita{
    margin-right: 0px;
    display: block;
    text-align: right;
}

/* MENU ------------------------------------------------------------------------------ */

#logo{

    width: 300px;
    height: 120px;
    background-color: rgb(40,38,52);
    margin-top:20px;
    margin-left: 50px;
    display: inline-block;
    z-index: 10;
    position: absolute;
}

#logo p{
    font-size:100px;
    color: white;
    padding-left: 20px;
    font-weight: 500;
    display: inline-block;
}

#logo p2{
    font-size:16px;
    color: white;
    padding-left: 20px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}

#menu{
    width: 1000px;
    height:auto;
    margin-top:15px;
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: 20px;
    text-align: right;

}

#menu li{
    display: block;
    width: auto;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 15px;
    padding-bottom: 10px;
}

#menu li a{
    text-decoration: none;
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding-top: 16px;
}

#menu li a.sel{
    font-weight: 600;
    border-bottom:3px solid rgb(40,38,52);

}


#dia{
    width: 100px;
    height: 77px;
    position: absolute;
    top:45px;
    left:330px;
    background-color: rgb(230,230,230);
    z-index: 9;   
}

#dia a{
    color:black;
    height: 50px;
    width: 60%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    display:inline-block;
    margin-left: 29%;
}

#dia a1{
    color:black;
    width: 70%;
    font-size: 14px;
    font-weight: 400;
    display:inline-block;
    margin-left: 25%;
    text-align: center;   
}


#hora{
    width: 190px;
    height: 47px;
    position: absolute;
    top:120px;
    left:320px;
    background-color: rgb(240,240,240);
    z-index: 9;
}

#hora a{
    color:black;
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
    float: right;
}

#hora a1{
    color:black;
    width: 43px;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
    float: right;
    margin-right: 10px;
}

#hora a2{
    color:black;
    width: 43px;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
    float: right;
}

#hora a3{
    color:black;
    width: 43px;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
    float: right;
}

#noticias{
    width: 600px;
    height: auto;
    background-color: rgb(240,240,240);
    position: absolute;
    padding:5px;
    bottom:10px;
    margin-left:50px;
    z-index: 10;
    padding-top: 10px;

}

#noticias p{
    font-size:11px;
    color: rgb(40,38,52);
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;

}
#noticias a{
    text-decoration: none;
    font-size:14px;
    color: rgb(40,38,52);
    padding-left: 20px;
    font-weight: 700;
}

#noticias a:hover{
    text-decoration: underline;
}

/* CONTAINER ------------------------------------------------------------------------- */

.container{
    width: 95%;
    height: 900px;
    position: absolute;
    top: 80px;
    z-index: 0;
    margin-left: 2.5%;
    background-color: white;
    overflow: hidden;
}

#minimapa{
    width:200px;
    height: auto;
    position: absolute;
    right: 0px;
    bottom:-10px;
    margin: 10px;
}

#minimapa img{
    width: 100%;
    height: auto;
}

#pisos{
    width: auto;
    height:auto;
    margin-top:37px;
    vertical-align: top;
    display: block;
    text-align: right;
    z-index: 20;
    margin-right: 30px;
}

#pisos li{
    display: block;
    width: auto;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 15px;
    margin: 0 3px;
    background-color:rgb(240,240,240);
    cursor: pointer;

}

#pisos li a{
    text-decoration: none;
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding-top: 16px;
    width: 100%;
    height: 34px;

}

#pisos li a.sel{
    font-weight:600;
    color:rgb(219,108,106);
}

.vista{
    width: auto;
    vertical-align: top;
    position: absolute;
    display: block;
    text-align: left;
    z-index: 90;
    margin-left:20px;
}

.vista li{
    display: block;
    width: auto;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 15px;
    margin: 0 3px;
    cursor: pointer;

}

.vista li a{
    text-decoration: none;
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding-top: 16px;
    width: 100%;
    height: 34px;

}

.vista li a.sel{
    font-weight:600;
    color:rgb(219,108,106);
}


#wrapper {
    width:100%;
    height:700px;
    position:absolute;
    top:100px;
    overflow:hidden;
    z-index: 0;
}

#mask {
    width:100%;
    height:600%;
    overflow:hidden;

}

.item {
    width:100%;
    height:16.66%;
    display:block;
}   


.content {
    width:100%;
    height:100%;
    top:0px;
    margin:0 auto;
    position:relative;
}

.content img{
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.iso img{
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.selected {
    background:#fff;
    font-weight:700;
}

/* SALAS ----------------------------------------------------------------------------- */

#salas_titulo{
    color: rgb(40,38,52);
    text-transform: uppercase;
    position: absolute;
    font-size: 30px;
    font-weight: 600;
    margin-top: 150px;
    margin-left: 50px;
    display: block;
    border-bottom: 3px solid rgb(40,38,52);
    cursor:pointer;
}

#salas_titulo1{
    color: rgb(40,38,52);
    text-transform: uppercase;
    position: absolute;
    font-size: 30px;
    font-weight: 500;
    margin-top: 150px;
    margin-left: 280px;
    display: block;
    cursor: pointer;
}

#salas_titulo2{
    color: rgb(40,38,52);
    text-transform: uppercase;
    position: absolute;
    font-size: 30px;
    font-weight: 600;
    margin-top: 150px;
    margin-left: 250px;
    display: block;
}

.salas_procura{
    width: 580px;
    height: 500px;
    margin-left: 50px;
    margin-top: 220px; 
}

#texto{
    width: auto;
    height: 100%;
    float: left;
}

#texto p{
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600; 
    padding-top: 15px;
    padding-bottom: 10px;

}

.pisosopcoes{
    display: block;
    width: 100%;
    height: 100%;
    float: right; 
}

.pisosopcoes .caixa{
    display: inline-block;
    width: 75px;
    height: 45px;
    float: left; 
    cursor: pointer;
    background-color: rgb(245,245,245);
    margin-right: 5px;
    margin-bottom: 5px;
}

.pisosopcoes .caixa p{
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600; 
    padding-top: 5px;
}

.pisosopcoes .caixa p.sel{
    color: rgb(219,108,106);
    font-weight: 700;
}

.pisosopcoes .caixaauto{
    display: inline-block;
    width: auto;
    height: 45px;
    float: left; 
    cursor: pointer;
    background-color: rgb(245,245,245);
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0px 9px;
}

.pisosopcoes .caixaauto p{
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600; 
    padding-top: 10px;
}

.pisosopcoes .caixaauto p.sel{
    color: rgb(219,108,106);
    font-weight: 600;
}

.pisosopcoes .caixaauto2{
    display: inline-block;
    width:137px;
    height: 45px;
    float: left; 
    cursor: pointer;
    background-color: rgb(245,245,245);
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 0px 9px;
}

.pisosopcoes .caixaauto2 p{
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600; 
    padding-top: 5px;
}

.pisosopcoes .caixaauto2 p.sel{
    color: rgb(219,108,106);
    font-weight: 600;
}

.pisosopcoes .caixa2{
    display: inline-block;
    width: auto;
    height: 45px;
    float: left; 
    padding: 0px 10px;
    cursor: pointer;
    background-color: rgb(245,245,245);
    margin-right: 5px;
    margin-bottom: 5px;
}

.pisosopcoes .caixa2 p{
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600; 
    padding-top: 8px;
}
.pisosopcoes .caixa2 p.sel{
    color: rgb(219,108,106);
    font-weight: 600;
}

.salas_resultados{
    width: 500px;
    height: 610px;
    position: absolute;
    float: right;
    right: 50px;
    top: 145px;
    overflow: hidden;
    background-color: rgb(245,245,245);
}


.salas_resultados #titulo, .info_resultados #titulo, #info_contactos #titulo{
    width: 100%;
    height: 50px;
    background-color: rgb(40,38,52);
}

.salas_resultados #titulo p, .info_resultados #titulo p, #info_contactos #titulo p{
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    
}

.salas_resultados #caixas{
    width: 100%;
    height:auto;
    max-height: 530px;
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    overflow-y: scroll;
}

.salas_resultados #caixas .caixa{
    width: 80%;
    height: auto;
    background-color: white;
    margin-bottom: 10px;
    cursor: pointer;

}

.salas_resultados #caixas .caixa p{
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600; 
    padding:15px 30px;
    text-align: left;
}

.salas_resultados #caixas .caixa2{
    width: 80%;
    height: auto;
    background-color: white;
    margin-bottom: 10px;
    cursor: pointer;

}

.salas_resultados #caixas .caixa2 p{
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500; 
    padding:15px 30px;
    text-align: left;
}

.salas_resultados #setacima{
    width: 70px;
    height: 70px;
    position: absolute;
    float: right;
    right: 10px;
    top: 60px;
    cursor: default;
}

.salas_resultados #setacima img{
    width: 100%;
    height: auto;
    margin-top:10px;
}

.salas_resultados #setabaixo{
    width: 70px;
    height: 70px;
    position: absolute;
    float: right;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.salas_resultados #setabaixo img{
    width: 100%;
    height: auto;
    margin-top: 10px;
}

#caixatexto,#caixatexto2{
    width: 90%;
    height: 70px;
    background-color: rgb(245,245,245);
    margin-bottom: 50px;
    margin-left: -20px;
    padding:0px 20px;
    font-size: 30px;
}

#imagemsala{
    width: 70%;
    height: 320px;
    margin-top: 10px;
    overflow: hidden;
}

#imagemsala img{
    width: 100%;
    height: auto;
    margin-left: -10px;
}

.salas_resultados #voltaratras{
    width: 70px;
    height: 70px;
    position: absolute;
    float: right;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.salas_resultados #voltaratras img{
    width: 86%;
    height: auto;
    margin-top: 17px;
    margin-left: -20px;
}

#infosala{
    width: 68%;
    height: 150px;
    margin-top: 10px;
}

#infosala p{
    font-size: 34px;
    color:black;
    font-weight: 600;
    text-transform: uppercase;
}

#linha{
    width: 20%;
    margin-top:10px;
    margin-bottom:10px;
    border-bottom: 3px solid black;
    
}

#linha2{
    width: 40%;
    margin-top:0px;
    margin-bottom:5px;
    border-bottom: 3px solid black;
}

#botaodirecoes{
    width: 40%;
    height: 50px;
    position: absolute;
    bottom: 40px;
    margin-left: 30%;
}

#botaodirecoes a{
    font-size: 24px;
    color:rgb(219,108,106);
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    
}

#infodocente{
    width: 59%;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    padding-left: 10px;
}

#infodocente p{
    font-size:22px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: left;
}

#infodocente p2{
    font-size:19px;
    font-weight: 500;
    display: block;
    text-align: left;
}

#fotodocente{
    width: 35%;
    height: 180px;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    overflow: hidden;
}

#fotodocente img{
    width:80%;
    float: left;
    height: auto;
    margin-left: 10px;
}

#infodocente2{
    width: 96%;
    height: auto;
    display: inline-block;
    margin-top: 10px;
    padding-left: 10px;
    overflow: scroll;
}

#infodocente2 p{
    font-size:25px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: left;
}

#infodocente3{
    width: 96%;
    height: 205px;
    display: inline-block;
    margin-top: 5px;
    padding-left: 10px;
    overflow: scroll;
}

#infodocente3 p2{
    font-size:17px;
    font-weight: 600;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

#infodocente3 #horario{
    width: 98%;
    height: 30px;
    padding-top: 7px;
    margin-bottom: 5px;
    background-color: white;
}

#horario p3{
    width: 125px;
    height: 100%;
    font-size:20px;
    font-weight: 500;
    text-align: left;
    padding-left: 5px;
    display: inline-block;
    float: left; 
}


#horario p4{
    width: 200px;
    height: 100%;
    font-size:20px;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    float:left;
}

#horario p5{
    width: 140px;
    height: 100%;
    font-size:20px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    float:left;
}

#infodocente3 a{
    font-size:20px;
    text-decoration: underline;
    color: black;
    
}

#descer{
    width: 70px;
    height: 70px;
    position: absolute;
    float: left;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
}

#descer img{
    width: 100%;
    height: auto;
    margin-top: 15px;
}

#descer2{
    width: 70px;
    height: 70px;
    position: absolute;
    float: left;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
    display: none;
}

#descer2 img{
    width: 100%;
    height: auto;
    margin-top: 15px;
}

#container_icones{
    width:60%;
    left:20px;
    top: 150px;
    position:relative;

}

.icone{
    width: 150px;
    height: auto;
    position: relative;
    display: inline-block;
    padding:13px;
    margin-top: 30px;
    cursor:pointer;
}

.info_resultados{
    width: 400px;
    height: auto;
    min-height: 500px;
    position: absolute;
    float: right;
    right: 50px;
    top: 145px;
    overflow: hidden;
    background-color: rgb(245,245,245);
}

.info_resultados #titulo{
    width: 100%;
    height: auto;
    background-color: rgb(40,38,52);
}

.info_resultados #titulo p{
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    
}

.info_resultados #caixas, #c_contactos{
    width: 100%;
    height:auto;
    max-height: 550px;
    margin-top: 20px;
    margin-left: 10px;
    padding-bottom: 10px;
}


.info_resultados #caixas p{
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500; 
    padding:5px 20px;
    text-align: left;

}

.info_resultados #caixas p2{
    font-size:20px;
    font-weight: 600;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 30px;
    margin-left: 20px;
    text-transform: uppercase;
}

#botao{
    width: 70%;
    height: 45px;
    background-color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 25px;
    color: white;
    margin-bottom: 40px;
    margin-top: 40px;
}


#fotografia{
    margin-top: 195px;
    margin-left: 125px;
    position:relative;
}

#info_contactos{
    width: 300px;
    height: auto;
    position: absolute;
    float: right;
    right: 125px;
    top: 145px;
    overflow: hidden;
    background-color: rgb(245,245,245);
}

#c_contactos p{
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500; 
    padding:5px 30px;
    padding-bottom: 30px;
    text-align: left;

}
#c_contactos b{
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: left;

}

.container2{
    width: 95%;
    height: 900px;
    position: absolute;
    top: 80px;
    z-index: 0;
    margin-left: 2.5%;
    background-color: white;
    overflow: hidden;
}

#noticias b{
    color: rgb(219,108,106);
    text-transform: uppercase;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

#direct{
    position: absolute;
    width:40%;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 30px;
    bottom:0px;
    margin-left: 30%;
    color: black;
}

#direct1{

    text-align: left;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 10px;
    margin-left: 125px;
    color: black;
    display: inline-block;
    position: absolute;
    
}

#direct3{

    text-align: left;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 20px;
    color: black;
    display: inline-block;
    position: absolute;
    
}

#direct4{

    text-align: left;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 50px;
    margin-left: 190px;
    color: black;
    display: inline-block;
    position: absolute;
    
}

#direct5{

    text-align: left;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 50px;
    margin-left: 20px;
    color: black;
    display: inline-block;
    position: absolute;
    
}


#direct2{

    text-align: left;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    padding-top: 30px;
    margin-left: 20px;
    color: black;
}

#nomesala{
    width: auto;
    height: 100px;
    position: absolute;
    top:70px;
    right: 50px;
}

#nomesala #nrsala,#nomesala #ponto,#nomesala #nrpiso,#nomesala #nrbloco,#nomesala #sala,#nomesala #barra{
    display: inline-block;
    width: auto;
    height: 100%;
    float: right;
}

#nomesala #nrsala,#nomesala #ponto,#nomesala #nrpiso,#nomesala #nrbloco, p{
    font-size: 70px;
    font-weight:600;
}

#nomesala #sala p{
    font-size: 70px;
    font-weight:500;
    padding-right: 20px;
    
}
#nomesala #barra p{
    font-size: 80px;
    font-weight:500;
    color:rgb(219,108,106);
    margin-top: -7px;
    
}


#pisos_caminho{
    width: auto;
    height: auto;
    position: absolute;
    margin-top: 150px;
    vertical-align: top;
    display: block;
    text-align: right;
    z-index: 20;
    right: 50px;
}

#pisos_caminho li{
    display: block;
    width: auto;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 15px;
    margin: 0 3px;
    background-color:rgb(240,240,240);
    cursor: pointer;

}

#pisos_caminho li a{
    text-decoration: none;
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding-top: 16px;
    width: 100%;
    height: 34px;

}

#pisos_caminho li a.sel{
    font-weight:600;
    color:rgb(219,108,106);
}

embed{
    width: 96%;
    height: auto;
    margin-top: 50px;
}

@keyframes dash {
    from {
        stroke-dashoffset: 4000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

#subircaminho{
    position: absolute;
    width: 15%;
    height: 100px;
    margin-top: 110px;
    margin-left:42.5%; 
    display: none;
}

#subircaminho #seta{
    width: 45%;
    height: 60px;
}

#subircaminho #texto{
    width: 100%;
    height: 50px;
}

#descercaminho{
    position: absolute;
    width: 15%;
    height: 100px;
    bottom: 90px;
    margin-left:42.5%; 
    display: none;
}

#descercaminho #seta{
    position: absolute;
    width: 45%;
    height: 60px;
    bottom: 0px;
    margin-left: 27.5%;
    
}

#descercaminho #texto{
    width: 100%;
    height: 50px;

}

#descercaminho #seta img{
    width: 100%;
    height: auto;
   
}

#subircaminho #seta img{
    width: 100%;
    height: auto;
}

#subircaminho #texto p, #descercaminho #texto p{
    text-decoration: none;
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding-top: 16px;
    width: 100%;
    height: 34px;

}

#pisos_caminho{
    width: 20%;
    height:100px;
    margin-top:140px;
    vertical-align: top;
    display: block;
    text-align: right;
    z-index: 20;
    margin-right: 38.4%;
    overflow: hidden;
    
}


#pisos_caminho li{
    display: block;
    width: auto;
    height: 100px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 15px;
    margin: 0 3px;
    cursor: pointer;
    display: none;
    background-color: transparent;

}

#pisos_caminho li img{

    width: 50%;
    heigth: auto;

}

#pisos_caminho li a{
    text-decoration: none;
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    padding-top: 0px;
    width: 100%;

}

#pisos_caminho li a.sel{
    font-weight:600;
    color:rgb(219,108,106);
}

#pisos_caminho2{
    width: 20%;
    height:100px;
    bottom:90px;
    display: block;
    text-align: right;
    z-index: 20;
    margin-left: 39%;
    overflow: hidden;
    position: absolute;
    
}


#pisos_caminho2 li{
    display: block;
    width: auto;
    height: 100px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 15px;
    margin: 0 3px;
    cursor: pointer;
    background-color: transparent;
    display: none;

}

#pisos_caminho2 li img{

    width: 50%;
    heigth: auto;
    margin-top: 10px;

}

#pisos_caminho2 li a{
    text-decoration: none;
    color: rgb(40,38,52);
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    padding-top: 0px;
    width: 100%;

}

#pisos_caminho2 li a.sel{
    font-weight:600;
    color:rgb(219,108,106);
}

#percurso{
    width: 250px;
    height: 60px;
    position: absolute;
    bottom:40px;
    margin-left: 50px;
    display: none;
}

#percurso p{
    font-size: 20px;
    color: rgb(40,38,52);
    padding: 15px;
    text-align: left;
    
}

#nomedocentecaminho{
    width: 300px;
    height: 50px;
    position: absolute;
    margin-top: 160px;
    right: 50px;
    text-align:right;
}

#nomedocentecaminho p{
    font-size: 26px;
    font-weight: 500;
}

#nomedocentecaminho p2{
    font-size: 21px;
    font-weight: 400;
}

#instrucoes{
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    margin-top: 33px;
    float: right;
    right: 30px;
    color: rgb(40,38,52);
    text-transform: uppercase;
    display: none;
}

::-webkit-scrollbar { 
    display: none; 
}
::-moz-scrollbar { 
    display: none; 
}

::-ms-scrollbar { 
    display: none; 
}