@charset "UTF-8";
/* Para a "inserção" olha só */
html {
	 
    overflow: auto;
}
/* Vamos começar a festa */
::-webkit-scrollbar {
    width: 12px;
}

/* pista*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*manipular*/
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4);
}
body {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 2px;
    right: 10px;
    background-color: #ffffff;
    color: rgba(0,0,0,1);
    overflow-y: scroll;
    overflow-x: hidden;
}
div#interface {
    width: 1100px;
    background-color: rgba(210,0,0,255);
    margin: 10px auto 0 auto;
    box-shadow: 4px 4px 10px #5C3317;
    padding: 10px;
z-index: 1;
}
p {
    text-align: justify;
    text-indent: 50pt;
}
a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #C49E17;
    text-decoration: underline;
}
header#cabecalho img#icone {
    position: absolute;
    left: 1050px;
    top: 95px;
}
header#cabecalho {
    border-bottom: 2px #5C3317 solid;
    height: 150px;
    box-shadow: 2px 2px 10px #5C3317;
    border-radius: 10px;
    margin-top: 5px;
	box-sizing: border-box;
    background-color: rgba(128,128,128,.3);
}
header#cabecalho h1{
    font-family: 'fontelogo', sans-serif;
    font-size: 20pt;
    color: #fff;
    text-shadow: 2px 2px 2px #adff2f;
    padding: 0px;
    margin-top: 5px;
    margin-left: 10px;

}
header#cabecalho h2{
    font-family: georgia, sans-serif;
    font-size: 60pt;
    color: #fff;
    text-shadow: 4px 6px 4px #000000;
    padding: 0px;
    margin-top: -45px;
    margin-bottom: 0px;
	text-align: center;
}
header#cabecalho h3{
    font-family: arial, sans-serif;
    font-size: 20pt;
    color: #fff;
    text-shadow: 2px 2px 2px #adff2f;
    padding: 0px;
    margin-top: -10px;
    text-align: center;
    margin-bottom: 0px;
}
/* formatação de imagem com legenda*/
figure.foto-legenda {
position: relative;
    border: 8px solid #E3C66D;
    width: 680px;
    margin-left: 2px;
    margin-top: -20px;
    box-shadow: 2px 2px 4px  #5C3317;

}
figure.foto-legenda img {
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 4px black;
}
figure.foto-legenda figcaption {
    opacity: 0;
    position: absolute;
    margin-top: -330px;
    background-color: rgba(0,0,0,.8);
    color: white;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    transition: opacity 1s;
}
figure.foto-legenda:hover figcaption {
    opacity: 1;
}
/* formatação do Menu*/
nav#menu {
    display: block;

}
nav#menu ul {
    list-style: none;
    text-transform: uppercase;
    position: absolute;
    top: 380px;
    left: 120px;

}
nav#menu li {
    display: inline-block;
    background-color: #E3C66D;
    padding: 5px;
    margin: 1px;
    transition: bacground-color 2s;
    font-size: 18pt;
    border-radius: 10px;
}
nav#menu li:hover {
    background-color: #ff0019;
}
nav#menu h1 {
    display: none;

}
nav#menu a {
    color: #000000;
    text-decoration: none;
}
nav#menu a:hover {
    color: #ffffff;
}
section#corpo {
    display: block;
    width: 700px;
    float: left;
    border-right: 2px solid #5C3317 ;
    padding-right: 15px ;
}
section#corpo h6 {
    display: block;
    float: right;
    margin-right: -54px;
    margin-top: 10px;
}
article#noticia-principal h2{
    font-size: 18pt;
    color: #adff2f;
    background-color: #000000;
    padding: 5px 0 5px 10px;
    margin: -30px 0 10px 0;
    box-shadow: 2px 2px 2px #5C3317;
    position: relative;
}
article#noticia-principal h5 {
    position: absolute;
    font-size: 18pt;
    color: #000;
    background-color: rgba(255,255,255,.4 );
    padding: 5px 0 5px 10px;
    margin: -350px 175px 10px 175px;
}


aside#lateral {
    display: block;
    width: 360px;
    float: right;
    background-color: #E3C66D;
    padding: 10px;
    margin-top: 20px;
    box-shadow: 2px 2px 2px #5C3317;
}
aside#lateral h1 {
    font-family: sans-serif;
    font-size: 20pt;
    color: #606060;
}
aside#lateral h2 {
    background-color: #a71700;
    font-size: 15pt;
    color: #ffffff;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
aside#lateral h6 {
    display: block;
    float: right;
   align-content: center;
    margin-right: -25px;
}

footer#rodape {
    clear: both;
    border-top: 2px solid #5C3317;
}
footer#rodape p {
    text-align: center;
}
.borderht {-webkit-transition-duration: .80s; }
.borderht:hover { webkit-transform: scale(1.9) ;
    -moz-transform: scale(1.9);
    -o-transform: scale(1.9);
    transform: scale(1.9);}

/* banner na frente do cabeçalho
 <div style="position: absolute; z-index: 2;margin-top: -40px;margin-left: 375px;">
            <img src="_imagens/bannerpng.png" alt="banner"/>
        </div>

        Efeito 3D Imagens
-------------------------------------*/

#r3d_container {
    display: inline-block;
    position: relative;
    width: 200px; /* defina largura padrão da imagem */
    height: 200px; /* defina altura padrão da imagem */
    margin-top: 430px;
    z-index: 1;
}
#r3d_container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}
#r3d_text {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 1.0s linear;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 1.0s linear;
    -o-transform-style: preserve-3d;
    -o-transition: all 1.0s linear;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}
#r3d_container:hover #r3d_text, #r3d_container.hover_effect #r3d_text {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -webkit-box-shadow: -5px 5px 5px #aaa;
    -moz-box-shadow: -5px 5px 5px #aaa;
    box-shadow: -5px 5px 5px #aaa;
}
.r3dface {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.r3dface.back {

    display: block;
    -webkit-transform: rotateY(180deg);
    -webkit-box-sizing: border-box;
    -moz-transform: rotateY(180deg);
    -moz-box-sizing: border-box;
    -o-transform: rotateY(180deg);
    -o-box-sizing: border-box;
    transform: rotateY(180deg);
    -ms-transform:rotateY(180deg);
    box-sizing: border-box;
    padding-top: 0px;
    text-align: center;
    color: #ffffff;     /*cor do texto*/
    background-color: #000;    /*cor de fundo*/
    text-shadow: 2px 2px 4px #ffff00;
    font-family: 'fonttitlo',sans-serif;
    font-size: 18pt;

}
/*
codigo para ser colado no html
<div id="r3d_container" class="hover">
<div id="r3d_text" class="shadow">
<div class="front r3dface">
<img style="width: 300px; height: 250px; display: inline-block;" src="URL-DA-IMAGEM-AQUI"/>
</div>
<div class="back r3dface center">
<p>
ESCREVA SEU TEXTO AQUI.</p>

</div>
</div>
</div>
-------------------------------------- */
