.slide_main{
    height:100vh;
}
.slide .cameraContents::after {
    z-index: 1;
    content: "-";
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .7;
    top: 0;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background-color: #9E9E9E!important;
    border: 2px solid #9E9E9E!important;
}

.camera_wrap .camera_pag .camera_pag_ul li > span{
    border: 2px solid #9E9E9E!important;
}
.camera_caption {
    padding:15px 0;
    left: 50%;
    top: 50%;
    bottom: auto!important;
    transform: translate(-50%, -50%);
    width: auto!important;
    z-index:3;
}
.camera_caption .recuadro_negro {
    background-image: url(http://lugarsa.com/rb-media/gallery/trans2.png);
    display: inline-block;
}

.camera_caption h1{
    font-size: 1.8em;
    display: inline-block;
    padding: 10px 20px;
    line-height: 40px;
}
.camera_caption p {
    font-size: .95em;
}
.camera_caption > div {
    background: none!important;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
}

.camera_prev > span {
	background: url(https://cadeza.com.pe/rb-media/gallery/arrowleft.png)!important;
}
.camera_next > span {
	background: url(https://cadeza.com.pe/rb-media/gallery/arrowright.png)!important;
}
.camera_prevThumbs, 
.camera_nextThumbs, 
.camera_prev, 
.camera_next{
	background: transparent!important;
}

.camera_caption * {
    color: #fff;
    line-height: 50px;
}

.camera_caption a.link {
    background-color: #00BCD4;
    padding: 4px 20px;
    border-radius: 5px;
    font-size: .75em;
}

.camera_prev {
	left:3%!important;
}
.camera_next {
	right:3%!important;
}
