/*
@font-face {
    font-family: Intro;
    src: url(../fonts/Intro.otf);
}
@font-face {
    font-family: GothamNarrowBook;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: GothamNarrowMedium;
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: SeravekExtraLight;
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: SeravekMedium;
    src: url(../fonts/OpenSans-Semibold.ttf);
}
*/
@font-face {
    font-family: Intro;
    src: url('../fonts/Intro.eot');
    src: url('../fonts/intro.eot?#iefix') format('embedded-opentype'), url('../fonts/Intro.woff') format('woff'), url('../fonts/Intro.ttf') format('truetype');
}

@font-face {
    font-family: GothamNarrowBook;
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
}

@font-face {
    font-family: GothamNarrowMedium;
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype');
}

@font-face {
    font-family: SeravekExtraLight;
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype');
}

@font-face {
    font-family: SeravekMedium;
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype');
}

@-ms-viewport{
    width: device-width;
}

@viewport{
    width: device-width;
}

select.sel_municipios {

    display: block;
    font-family: GothamNarrowBook;
    color: #fff;
    background-color: #000;
    border: none;
    border-bottom: 1px solid #ffffff;
    font-size: 0.75em;
    height: 26px;
    padding-top: 9px;
    text-decoration: none;
    width: 280px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';

}

.menu_municipios {

    padding: 0px;
    margin: 0px;

}

.tipologia {
    font-family: GothamNarrowBook;
    color: #FFF;
    font-size: 15px;
    display: block;
    padding-left: 0.4em;
    margin-bottom: 7px;
}

.tipologia1_on {
    font-family: GothamNarrowBook;
    color: #FFF;
    font-size: 15px;
    display: block;
    padding-left: 0.4em;
    margin-bottom: 7px;
    background: #6f499d;
}

.tipologia2_on {
    font-family: GothamNarrowBook;
    color: #FFF;
    font-size: 15px;
    display: block;
    padding-left: 0.4em;
    margin-bottom: 7px;
    background: #00a2b7;
}

.tipologia3_on {
    font-family: GothamNarrowBook;
    color: #FFF;
    font-size: 15px;
    display: block;
    padding-left: 0.4em;
    margin-bottom: 7px;
    background: #884b39;
}

.tipologia4_on {
    font-family: GothamNarrowBook;
    color: #FFF;
    font-size: 15px;
    display: block;
    padding-left: 0.4em;
    margin-bottom: 7px;
    background: #67b800;
}

.tipologia5_on {
    font-family: GothamNarrowBook;
    color: #FFF;
    font-size: 15px;
    display: block;
    padding-left: 0.4em;
    margin-bottom: 7px;
    background: #0c8f45;
}

.tipologia6_on {
    font-family: GothamNarrowBook;
    color: #FFF;
    font-size: 15px;
    display: block;
    padding-left: 0.4em;
    margin-bottom: 7px;
    background: #acb700;
}

.tipologia#tt1:hover {
    background: #6f499d;
}

.tipologia#tt2:hover {
    background: #00a2b7;
}

.tipologia#tt3:hover {
    background: #884b39;
}

.tipologia#tt4:hover {
    background: #67b800;
}

.tipologia#tt5:hover {
    background: #0c8f45;
}

.tipologia#tt6:hover {
    background: #acb700;
}

#search2 input[type="text"] {
    background: url(../imgs/search-dark.png) no-repeat 10px 6px #FFF;
    border: 1px solid #999999;
    font-family: GothamNarrowBook;
    font-size: 0.75em;
    color: #555555;
    width: 55%;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.homemenu {
    padding: 10px;
    position: absolute;
    width: 960px;
    color: #FFF;
    top: 0px;
    margin-left: 0;
    margin-bottom: 10px;
    font-family: GothamNarrowBook;
    font-size: 0.625em;
    background-color: rgba(0, 0, 0, 0.5);;
    z-index: 300;
}

.homemenu a {
    color: #FFF;
    margin-right: 3%;
}

#sidebarsitio {
    width: 316px;
    height: auto;
    float: left;
    margin-top: 0;
    padding: 0.4em;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 3;
}

#inform_box {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: 15%;
    z-index: 10;
    width: 450px;
    height: auto;
    display: none;
    float: right;
}

.titulo_info_sitio {
    font-family: GothamNarrowBook;

    color: #FFF;
    font-size: 0.938em;
    /* margin-left: 0.4em;*/
    padding-top: 9px;
    text-decoration: none;
    display: block;
    /*width: 190px;*/
    border-bottom: 1px solid rgba(102, 184, 0, 1);

}

.titulo_sitio {
    font-family: GothamNarrowBook;

    color: #FFF;
    font-size: 14px;
    margin-left: 0.4em;
    font-weight: bold;
    text-decoration: none;

}

.sitio_info article {
    font-family: SeravekExtraLight;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    padding: 15px 20px 15px 15px;

}

.sitio_info_link{
    font-family: SeravekExtraLight;
    font-size: 13px;
    color: #ffffff;


}

.sitio_info_titulo {
    padding: 10px 10px 10px 15px;
    position: fixed;
    width: 100%;
    color: #FFF;
    top: 0px;
    margin-left: 0;
    height: 20px;
    font-family: GothamNarrowBook;
    font-size: 14px;
    font-weight: bold;
    /*background-color: rgba(12, 62, 84, 1);*/
    background-color: rgba(102, 184, 0, 1);
    z-index: 300;
}

.sitio_menu_titulo {
    padding: 10px 10px 10px 5px;
    position: fixed;
    width: 100%;
    color: #FFF;
    top: 40px;
    height: 20px;
    margin-left: 0;
    font-family: GothamNarrowBook;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(2, 52, 74, 1);
    z-index: 300;

}

.sitio_info_menuitem {
    position: relative;
    float: left;
    padding: 0px 10px 0px 10px;
    border-right: 1px solid #fff;

}

.sitio_info_menuitem:hover {

    background-color: rgba(12, 62, 84, 1);

}

.sitio_info_menuitem a {

    color: #fff;
    font-family: GothamNarrowBook;
    font-size: 12px;
    font-weight: normal;

}

.sitio_info_body {
    background: #333333;
    margin: 0;
    padding: 0;
    font-size: 100%;
    height: 100%;
    width: 100%;
}

.link_rios_sitios {
    font-family: Intro;
    font-size: 14px;
    margin: 15px 0px 20px 0px;
    text-decoration: underline;
    color: #578E9D;
}

.link_rios_sitios a {
    color: #578E9D;

}

.main_titulo {

    font-family: Intro;
    color: #FFF;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 0.1em;
    text-align: left;

}

.main_amp_titulo {
    font-family: Intro;
    color: #578E9D;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 15px;
    text-align: left;

}

.links_submenu {
    font-family: GothamNarrowBook;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    color: #ffffff;
    margin: 10px 0px 10px 0px;

}

.links_submenu a {

    color: #ffffff;

}

.logos_apoios {

    float: left;
    height: 70px;
    padding-right: 20px;
    margin-bottom: 10px;

}

.pedidos_ajuda_box {

    font-family: SeravekExtraLight;
    color: rgba(255, 255, 255, 1);

}

.pedidos_img {
    float: left;
    padding: 5px;

}

.pedidos_ajuda_txt {
    float: left;
    padding: 10px;

}

.pedidos_form {

    font-family: SeravekExtraLight;
    float: left;
    height: 70px;
    padding-right: 20px;
    margin-right: 10px;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 1);
    width: 90%;

}

.aviso_actividades {
    font-family: SeravekExtraLight;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    padding: 10px 5px 10px 5px;

}

.projecto_box {
    font-family: SeravekExtraLight;
    float: left;
    height: 70px;
    padding-right: 20px;
    margin: 0px 10px 50px 5px;
    color: rgba(255, 255, 255, 1);
    width: 445px;

}

.projecto_box a {

    color: #ffffff;
    text-decoration: underline;

}

.projecto_titulo {

    border-bottom: 1px solid #15781a;
    font-weight: bold;
    margin-bottom: 20px;
}

.projecto_subtitulo {

    text-decoration: underline;

}

.projecto_texto {

    font-size: 0.938em;
    padding-left: 5px;

}

.sitio_mais_info {
    position: absolute;
    left: 20px;
    top: -3px;
    height: 20px;
    width: 20px;
    z-index: 10;

}

.pesqres {
    z-index: 327;
    position: fixed !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;

}
.instrucoes_icon{
    margin-left: 3px;

}
.infoCaixa{
    background-color: #00a2b7;
    display: none;
    color: #ffffff;
    padding: 10px;
    width: 100px;
    height: 100px;


}

.info_info_titulo {
    padding: 10px 10px 10px 15px;
    position: fixed;
    width: 100%;
    color: #FFF;
    top: 0px;
    margin-left: 0;
    height: 20px;
    font-family: GothamNarrowBook;
    font-size: 14px;
    font-weight: normal;
    background-color: rgba(12, 62, 84, 1);
    z-index: 300;
}


.info_txt {
    font-family: SeravekExtraLight;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    padding: 24px 15px 15px 15px;

}

.sobre {
    width: 40%;
}

.sobre a {
    color: #FFF;
    font-family: GothamNarrowBook;
    font-size: 0.75em;
    margin-left: 2px;
    padding: 0px 5px 0px 3px;
    text-decoration: none;
    background: #66B800;
}
/*
.sobre:hover {
    background: #66B800;
}
*/

/* INFOBOX ATIVIDADES */

#infoatividades {
    width: auto;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
    font-size: 10px;
    z-index: 100;
}

#infoatividades #p1 {
    font-family: GothamNarrowBook;
    background: rgba(205, 62, 60, 1);
    margin-bottom: 0px;
    padding-left: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-right: 0.8em;
}

#infoatividades  #p1 a {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

#infoatividades #p2 {
    font-family: GothamNarrowMedium;
    background: rgba(255, 112, 110, 1);
    margin-bottom: 0px;
    margin-top: 3px;
    padding-left: 1em;
    padding-top: 0.2em;
    padding-right: 0.8em;
}

#infoatividades #p3 {
    font-family: GothamNarrowBook;
    background: rgba(255, 112, 110, 1);
    margin-top: 0px;
    padding-left: 1em;
    padding-bottom: 0.2em;
    padding-right: 0.8em;
}

/* INFOBOX SITIOS */

#infositios {
    width: auto;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
    font-size: 10px;
    z-index: 110;
}

#infositios #p1 {
    font-family: GothamNarrowBook;
    background: rgba(52, 134, 0, 1);
    margin-bottom: 0px;
    padding-left: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-right: 0.8em;
}

#infositios #p1 a {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

#infositios #p2 {
    font-family: GothamNarrowMedium;
    background: rgba(102, 184, 0, 1);
    margin-bottom: 0px;
    margin-top: 3px;
    padding-left: 1em;
    padding-top: 0.2em;
    padding-right: 0.8em;
}

#infositios #p3 {
    font-family: GothamNarrowBook;
    background: rgba(102, 184, 0, 1);
    margin-top: 0px;
    padding-left: 1em;
    padding-bottom: 0.2em;
    padding-right: 0.8em;
}
