/* 
    Document   : txt
    Created on : 19/Janeiro/2018, 18:22:00
    Author     : garedesign
    Description:
        Purpose of the stylesheet follows.
*/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/* Custom Styles */
html {font-size: 100%;}

html, body{
    margin:0;
    padding:0;
    border:0;
    /*background:url('../images/topo_fundo.gif') repeat-x scroll 0 0 transparent;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color:rgba(0, 0, 0, .75);
    color: #fff;
    letter-spacing:0;
    font-size: 1rem;
}

h1{font-size: 2.5rem; line-height: 1.6;}
h2{font-size: 1.8rem; line-height: 1.6;}
h3{font-size: 1.5rem; line-height: 1.6;}
h4{font-size: 1rem;}


/* Estrutura INICIO */

/* Define grid areas */
.hg-header { grid-area: header; }
.hg-pesq { grid-area: pesq; }
.hg-main { grid-area: main; }
.hg-left { grid-area: esq; }
.hg-right { grid-area: dir; }
.hg-footer { grid-area: footer; }


.hg {
    display: grid;
    grid-template-areas: 
        "header header header" 
        "pesq pesq pesq"
        "esq main dir"
        "footer footer footer";

    grid-template-columns: auto 1fr auto;

    grid-template-rows: 
        auto 
        auto 
        1fr 
        auto;

    min-height: 100vh;
    /*grid-gap:20px;*/
}

.hg-header{padding: 0 2%; /*position: fixed; top: 0; left: 0; right: 0; z-index: 1;*/}
.hg-main{padding: 15px 2%;}
/* Estrutura FIM */


.topomaster{display: flex; justify-content: space-between; }
.logomaster{display: inline-block; margin-top: 30px; z-index: 1;}
.menutopomaster{display: inline-block; text-align: right;}
.menutopomaster > div{display: inline-block;}

.logosite {
    display: block;
    text-indent: -9999px;
    width: 300px;
    height: 70px;
    background: url(../images/logo-branco.svg) no-repeat top;
    background-size: 300px auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.topomaster, .pesqtopomaster, .hg-main{margin: 0 auto; width: 100%; max-width: 1400px;}

/*.hg{background-color: #f9f9f9;}*/
/*.hg-header{background: #1e242e; color: #fff;}*/
/*.hg-header{background: #323054; color: #fff;}*/
/*.hg-header{background: #68cc25; color: #fff;}*/ 
/*.hg-header{background-color: #f9f9f9; border-top: 3px solid #eee;}*/
.hg-header{}

.hg-pesq{}
/*.hg-pesq{background: #1e242e; color: #fff;}*/

.pesqtopomaster{padding: 0 2%;}


/*Footer*/
.footer-master{
    padding: 30px 2%;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}


/*### Alert Message ###*/
#system-message-container {width: 90%; margin: 0 auto;}
.alert{margin: 30px auto; padding: 20px 35px 20px 20px;}

/*### Transition Fade Anchor ###*/
html{scroll-behavior: smooth;}

/*### IMG ZOOM ###*/
/*.mod_djclassifieds_items img:hover, .item_img img:hover{transform: scale(1.05) rotate(0.02deg);}
.mod_djclassifieds_items img, .item_img img{transition: all 0.5s ease-in-out 0s;}*/

/*### p ###*/
p {display: block;}

/*### a Link INICIO ###*/
a{
    /*color:rgba(0, 0, 0, .75);*/
    font-weight: 400;
    text-decoration: none;    
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    transition: all 0.3s;
}
a:hover, a:active {
    text-decoration: none;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    transition: all 0.3s;
}
/*### a Link FIM###*/
