#clipping{
    position: relative;
    box-sizing: border-box;
    padding-bottom: 84px;
}
#lista-clipping{
    margin-top: 22px;
}
.clipping{
    width: 15.66%;
    height: auto;
    float: left;
    margin-left: 0.25%;
    margin-bottom: 0.25%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.clipping img{
    width: 100%;
    height: auto;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.clipping:hover img{
    transform: scale(1.1);
}
.sombra{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.sombra:hover{
    background-color: rgba(0,0,0,0);
}
.sombra div{
    width: 100%;
    position: absolute;
    padding: 13px;
    bottom: -30%;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.sombra:hover div{
    bottom: 0;
}
.sombra span{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
.sombra .categoria{
    font-size: 12px;
    font-weight: 100;
    padding-top: 3px;
}
.sombra .edicao{
    font-family: 'Arial';
    font-size: 12px;
    font-weight: 200;
    text-transform: lowercase;
    padding-top: 5px;
}

/***************** Clipping LIGHT BOX ********************/

.fancybox-overlay{
    background: #E2E2E2 !important;
}
.fancybox-skin {
    box-shadow: none !important;
    background: #E2E2E2 !important;
}
.fancybox-nav span {
    display: inline-block;
    width: 40px !important;
    height: 69px !important;
    background-image: url(../imagem/setas-slide-home.fw.png) !important;
    margin-top:-20px !important;
    visibility: visible !important;
}
.fancybox-next span{
    background-position: -40px 0 !important;
    background-size: inherit !important;
    right: 0 !important;
}
.fancybox-prev span{
    background-position: 0 0 !important;
    background-size: inherit !important;
    left: 0 !important;
}
.fancybox-close{
    position: fixed !important;
    background: url(../imagem/fechar.fw.png)no-repeat !important;
    width: 75px !important;
    height: 11px !important;
    display: block !important;
    top: 44px !important;
    right: 34px !important;
    background-position: top left !important;
}




/* Site REsponsivo */
@media only screen and (min-width:1200px){
    .clipping:nth-child(6n+1){
        margin-left: 0;
    }
    .sombra div{
        bottom: -40%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){
    .owl-prev, .owl-prev::before{
        left: 0;
    }
    .owl-next, .owl-next::before{
        right: 8px;
    }
    
    .clipping{
        width: 24.5%;
        margin-bottom: 0.6%;
        margin-left: 0.6%;
    }
    .clipping:nth-child(4n+1){
        margin-left: 0;
    }
    .sombra{
        background: none;
    }
    .sombra div{
        bottom: 0;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .clipping{
        width: 32.66%;
        margin-bottom: 0.67%;
        margin-left: 0.67%;
    }
    .clipping:nth-child(3n+1){
        margin-left: 0;
    }
    .sombra{
        background: none;
    }
    .sombra div{
        bottom: 0;
    }
    .owl-prev, .owl-prev::before{
        left: 0;
    }
    .owl-next, .owl-next::before{
        right: 0;
    }
    #conteudoLighbox {
        width: 100%;
    }
    .slide-item>img{
        height: auto;
        max-width: 100%;
    }
}
@media only screen and (max-width:886px){
    .topo>.container{
        position: relative;
    }
    .nav-icon{
        right: 0;
    }
}
@media only screen and (min-width:480px) and (max-width:767px){
    .voltar{
        display: block;
    }
    .clipping{
        width: 48.66%;
        margin-bottom: 0.89%;
        margin-left: 0.89%;
    }
    .clipping:nth-child(2n+1){
        margin-left: 0;
    }
    #conteudoLighbox {
        width: 100%;
    }
    #revista{
        margin-top: 30px;
    }
    .owl-item{
        width: 543px;
        height: 580px;
    }
    .owl-prev, .owl-prev::before{
        left: 0;
    }
    .owl-next, .owl-next::before{
        right: 0;
    }
    .sombra{
        background: none;
    }
    .sombra div{
        bottom: 0;
    }
    #conteudoLighbox {
        position: inherit !important;
        top: 0;
        margin: 0 !important;
    }
    .slide-item>img{
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }
    .owl-buttons div{top:40%;}
    
}
@media only screen and (max-width:479px){
    #conteudoLighbox {
        width: 100%;
    }
    .voltar{
        display: block;
    }
    #revista{
        margin-top: 30px;
    }
    .owl-wrapper{
        width: 2172px;
    }
    .owl-item{
        height: 580px;
    }
    .clipping{
        width: 100%;
        margin-bottom: 1%;
        margin-left: 0;
    }
    .clipping:nth-child(1n+1){
        margin-left: 0;
    }
    .owl-prev, .owl-prev::before{
        left: 0;
    }
    .owl-next, .owl-next::before{
        right: 0;
    }
    .sombra{
        background: none;
    }
    .sombra div{
        bottom: 0;
    }
    #conteudoLighbox {
        margin: -311px auto 0px;
        position: absolute;
    }
    .slide-item>img{
        max-width: 100%;
        height: auto;
    }
    .owl-buttons div {
        top: 30% !important;
    }
}
.logo-agencia{
    position: fixed;
}
@media only screen and (min-height:600px) and (max-height:649px){
    #clipping{
        min-height: 650px;
    }
}
@media only screen and (min-height:650px) and (max-height:699px){
    #clipping{
        min-height: 670px;
    }
}
@media only screen and (min-height:700px) and (max-height:749px){
    #clipping{
        min-height: 750px;
    }
}
@media only screen and (min-height:750px) and (max-height:799px){
    #clipping{
        min-height: 780px;
    }
}
@media only screen and (min-height:800px) and (max-height:849px){
    #clipping{
        min-height: 850px;
    }
}
@media only screen and (min-height:850px) and (max-height:899px){
    #clipping{
        min-height: 880px;
    }
}
@media only screen and (min-height:900px) and (max-height:949px){
    #clipping{
        min-height: 950px;
    }
}
@media only screen and (min-height:950px) and (max-height:999px){
    #clipping{
        min-height: 980px;
    }
}