.azul{
    color:#8ac6dd;
}

.p-30{
    padding: 30px;
}

.sp-next-arrow:before {
    right: 30%;
    top: 0;
    content: "";
}

.sp-previous-arrow:before {
    left: 30%;
    top: 0;
    content: '';}

/* Video lightbox section
==================================================*/

.parallax-window {
    position: relative;
    min-height: 400px;
    background: url(../img/chester-and-black-headhunting.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.video-overlay {
    background: rgba(77, 77, 77, .8);
}

.play-video {
    color: #fff;
    border: 2px solid #fff;
}

.play-video i {
    color: #fff;
}

.video-overlay .subtitle {
    color: #fff !important;
}


@media (max-width: 500px){
    .slider-pro h2.sp-layer{
        font-size: 3.2em !important;
    }
}
    
    