﻿@charset "UTF-8";
*{margin: 0;padding: 0;}

@font-face {
    font-family: 'fontpag';
    src: url("../_font/Imprima-Regular.ttf");
}
/***************/
/*  Cabeçalho  */
/***************/
#header img{
    width: 100%;
}
#conf_menu{
    padding:1px;
    width: auto;
    height: 35px;
    background-color: rgb(255, 214, 79);
}
@media all and (max-width: 480px){
    #header img{
        height: 14vh;
    }
}
/*MENU*/
ul#menu li a{
    text-decoration: none;
    font-weight: bold;
    font: 12pt fontpag,sans-serif;
}
/*NIVEL1*/
ul#menu{
    width: 1280px;
    margin: 0 auto;
}
ul#menu li{
    list-style: none;

}
ul#menu li a{
    float: left;
    position:relative;
    color: #000;
    font-weight: bold;
    background-color: rgb(255, 214, 79);
    padding: 7px 50px;
    cursor: pointer;
    margin-left: 1%;
    transition: .5s;

}
ul#menu li:hover a{
    background: rgba(0, 0, 0, 0.26);

}
/*MENU RESPONSIVE*/
.show-menu {
    font: 12pt bold fontpag,sans-serif;
    text-decoration: none;
    color: #000;
    background: rgb(255, 214, 79);
    text-align: center;
    padding: 5px;
    display: none;
}
input[type=checkbox]{
    display: none;
}
input[type=checkbox]:checked ~ #menu{
    display: block;
}
/*      FIM CABEÇALHO    */

/***************/
/*  Conteúdo   */
/***************/
#conteudo{
    height: 100%;
}
#conteudo img{
    /*height: 100%;*/
    width: 100%;
}
/*      FIM DO CONTEÚDO     */
/***************/
/*   Rodapé    */
/***************/
footer#rodape {
    clear: both;
    height: 200px;
    border-top: 1px solid #606060;
    background-color: rgba(0, 0, 0, 0.82);
}
footer#rodape p{
    font: 10pt fontpag;
    text-align: left;
    color: #ffffff;
    margin-top: 2%;
    margin-left: 8%;
}
.morada{
    clear: both;
}
.telf{
     float: left;
 }
.telf::before{
    content: url("../_imagens/tlf.png");
    width: 16px;
    height: 16px;
}
.tlm{
    clear: both;
    float: left;
    text-align: left;
}
.tlm::before{
    content: url("../_imagens/tlm.png");
}
.morada::before{
    content: url("../_imagens/map_marker.png");
    float: left;
}
footer#rodape .sociais{
    position: absolute;
    margin-top: 2%;
    margin-left: 82%;
}
footer#rodape .sociais [alt="Twitter"],[alt="facebook"],[alt="linkedin"]{
    width: 30px;
    height: 30px;
}
footer#rodape .sociais [alt="Twitter"]:hover,[alt="facebook"]:hover,[alt="linkedin"]:hover{
    transform: scale(1.1);
}
