﻿
.VP_Header_Transluced {
    position: relative;
}

    .VP_Header_Transluced:before {
        content: "";
        background-color: #A7D971;
        /*background-color: #579c0d;*/
        opacity: .7 !important;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: -1;
        /*height: 2px;*/
    }


.VP_Header {
    position: relative;
    opacity: 1 !important;
    /*border: 2px solid blue;*/
}

    .VP_Header:before {
        content: "";
        /*background-image: url(../../img/Campo2.jpg);*/
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: -1;
        height: 660px;
        opacity: 1 !important;
        /*border: 2px solid red;*/
    }

