/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
    background-color: #eee;
    font-family: 'Gotham-Medium', sans-serif;
}

#sombra{
    position: absolute;
    display: block;
    width: 1151px;
    height: 525px;
    top: 0;
    left: 50%;
    margin-left: -575px;
    background: no-repeat top center url(../img/sombra.png);
    z-index: 0;
    
    display: block;
}

#corpo{
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    font-family: "Gotham-Light", sans-serif;
}

header{
    position: absolute;
    width: 1000px;
    height: 82px;
    z-index: 999999;
}

header div{
    position: relative;
    float: left;
    height: 82px;
    margin: 0;
    padding: 0;
}

#logomarca{
    width: 200px;
}

#titulo{
    position: relative;
    width: 600px;
    /*background: no-repeat center url(../img/bg_titulo.png);*/
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
    font-family: "Gotham-Thin", sans-serif;
    font-size: 22px;
    color: #fff;
}

.titulo_home{
    background: rgb(11%,39%,5%) !important;
    background: rgba(11%,39%,5%, 0.8) !important;
}

.titulo_home em{
    font-size: 18px;
    font-style: normal;
}

#titulo_internas{
    font-size: 30px;
}

.titulo_quemsomos{
    font-size: 18px !important;
}

#titulo_home, #titulo_internas{
    position: relative;
    width: 560px;
    margin: 0 auto;
    text-align: center;
    line-height: 80px;
}

#titulo div span a img{
    width: 67px;
    height: 29px;
    margin-left: 30px;
    vertical-align: middle;
}

#redes_sociais{
    position: relative;
    width: 185px;
    height: 72px;
    padding: 10px 0 0 15px;
    /*background: no-repeat center url(../img/bg_redes.png);*/
    background-color: rgb(200,200,200);
    background-color: rgba(200,200,200,0.7);
}

#redes_sociais img{
    margin: 0 3px;
}

nav{
    position: relative;
    float: left;
    width: 200px;
    height: 418px;
    padding: 0;
    margin-top: 82px;
}

ul, li{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul{
    background-color: #000;
}

nav ul li{
    position: relative;
    display: block;
    width: 210px;
    height: 84px;
    color: #fff;
    font-family: "Gotham-Light", sans-serif;
    font-size: 13px;
    overflow: hidden;
}

/* --------------------------------------------------------------------------- */

.menu_item {
    width: 200px;
    height: 84px;
    position: relative;
    display: block;
    margin: 0;
    overflow: hidden;
    /*-webkit-perspective: 2000px;
       -moz-perspective: 2000px;
         -o-perspective: 2000px;
            perspective: 2000px;*/
    }

.cube {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
         -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 400ms;
       -moz-transition: -moz-transform 400ms;
         -o-transition: -o-transform 400ms;
            transition: transform 400ms;
    }

.cube figure {
    display: block;
    position: absolute;
    width: 160px;
    height: 84px;
    line-height: 130px;
    color: white;
    text-align: right;
    margin: 0;
    padding: 0 20px;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }

    .cube figure img{
        position: relative;
        vertical-align:text-bottom;
        margin-left: 10px;
    }

.cube.panels-backface-invisible figure {
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
         -o-backface-visibility: hidden;
            backface-visibility: hidden;
    }

.cube .front  {
      /*background: hsla( 0, 100%, 50%, 1 );*/
      background-color: #c7373a;
    }

/*.cube .bottom {
      -webkit-box-shadow: inset 0px 0px 0px 50px rgba(0, 0, 0, 0.1);
      -moz-box-shadow:    inset 0px 0px 0px 50px rgba(0, 0, 0, 0.1);
      box-shadow:         inset 0px 0px 0px 50px rgba(0, 0, 0, 0.1);
    }*/

.cube .front  {
    -webkit-transform: translateZ( 42px );
       -moz-transform: translateZ( 42px );
         -o-transform: translateZ( 42px );
            transform: translateZ( 42px );
    }
    
.cube .bottom {
    opacity: 0.8;
    filter:Alpha(opacity=80);
    -webkit-transform: rotateX(  -90deg ) translateZ( 42px );
       -moz-transform: rotateX(  -90deg ) translateZ( 42px );
         -o-transform: rotateX(  -90deg ) translateZ( 42px );
            transform: rotateX(  -90deg ) translateZ( 42px );
    }

.cube:hover {
    -webkit-transform: translateZ( -42px ) rotateX( 90deg );
       -moz-transform: translateZ( -42px ) rotateX( 90deg );
         -o-transform: translateZ( -42px ) rotateX( 90deg );
            transform: translateZ( -42px ) rotateX( 90deg );
    }

/* --------------------------------------------------------------------------- */

#m_inicio figure{
    background-color: #c7373a;
}

#m_sobre figure{
    background-color: #a93336;
}

#m_contato figure{
    background-color: #6a1f21;
}

#m_lancamentos figure{
    background-color: #5355a1;
}

#m_breveslancamentos figure{
    background-color: #3a3b71;
}

article{
    position: relative;
    width: 800px;
    min-height: 312px;
    margin: 0 auto;
    float: left;
}

footer{
    position: relative;
    float: left;
    clear: both;
    width: 1000px;
    height: 235px;
    margin: 15px 0;
    font-family: inherit;
    font-size: 12px;
    color: white;
}

.box_pequeno{
    position: relative;
    float: left;
    width: 235px;
    height: 235px;
    background: no-repeat center center;
    background-size: 235px;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
    opacity:0;
    filter: alpha(opacity=0);
}

.box_pequeno:last-child{
    margin-right: 0;
}

footer .box_pequeno:hover{
    -webkit-transition:all 300ms;
    transition: all 300ms;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    width: 240px;
    height: 240px;
    margin-left: -5px;
    background-size: 245px;
}

.box_pequeno div{
    position: absolute;
    display: block;
    width: 100% auto;
    height: 15px;
    padding: 5px;
    -moz-opacity: 0.84;
    opacity:.84;
    filter: alpha(opacity=84);
}

.box_pequeno_titulo{
    top: 15px;
}

.box_pequeno_info{
    top: 50px;
}

.box_pequeno_mais{
    bottom: 10px;
}

/* Cores dos Boxes ---------------------------------------------------------- */

.box_laranja div{
    background-color: #f26522;
}

.box_lilas div{
    background-color: #a864a8;
}

/* -------------------------------------------------------------------------- */

*::-webkit-input-placeholder {
    color: white;
}    
*:-moz-placeholder {
    /* FF 4-18 */
    color: white;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: white;
}    
*:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}


/* INTERNAS ----------------------------------------------------------------- */

article.article_internas{
    font-family: "Gotham-Thin", sans-serif;
    font-size: 12px;
    padding: 100px 0 90px 0;
    color: #fff;
}

article.article_internas > div{
    position: relative;
    width: 470px;
    margin: auto;
}

#interna_quemsomos{
    background-color: #a93336;
}

#interna_contato{
    background-color: #6a1f21;
}

#interna_contato div{
    width: 315px !important;
}

#resposta_texto{
    position: absolute;
    right: 20px;
    bottom: 15px;
}

#interna_lancamentos{
    background-color: #5355a1;
}

#interna_breveslancamentos{
    background-color: #3a3b71;
}

#interna_detalhes{
    background-color: #fff;
}

h2{
    font-size: 30px;
}

p{
    text-align: justify;
}

#portifolio blockquote{
    position: relative;
    margin: 0;
    padding: 0;
    width: 220px;
    float: left;
}

#portifolio blockquote p{
    margin: 0;
    padding: 0;
}

#lancamentos, #breveslancamentos{
    width: 510px;
    
}

#lancamentos > div, #breveslancamentos > div{
    margin-top: 20px;
}

#detalhes{
    text-align: center;
}

#detalhes img{
    margin: 20px auto;
}

/* FORMS -------------------------------------------------------------------- */

input, textarea, button{
    background: none;
    border: 1px solid #fff;
    width: 315px;
    color: #fff;
    font-family: inherit;
    padding: 5px;
    margin: 10px 0;
    outline: none;
}

textarea{
    height: 130px;
}

button{
    width: 51px;
}

/*banner dhtml*/
.modal{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    /*cursor: pointer;*/
    background: rgba(100,100,100,0.8);
}
.banner-dhtml{
    position: fixed;
    display: none;
    width: 300px;
    height: 250px;
    left: 50%;
    top: 20%;
    margin: 0 0 0 -150px;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
}

.banner-dhtml img{
    position: absolute;
    top: 0;
    left: 0;
}

.banner-dhtml .close-button{
    position: absolute;
    top: 4px;
    right: 9px;
    transform: rotate(45deg);
    font: bold 24px/1 Arial, sans-serif;
    color: black;
    text-decoration: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}