﻿

.zs_menu {
    background-color: #565555 !important;
    color: white;
}



hr {
    display: block;
    height: 2px;
    border: 0;
    margin: 3em 0;
    padding: 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
    hr.zs-hr-white {
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    }

    hr.zs-hr-black {
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, #b9b9b9 50%, rgba(255,255,255,0) 100%);
    }

div.backgroundpf {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 400px;
    background: #152133;
    /*background: linear-gradient(to right, #3a7fd5, #6ebce2);*/
    /*transform: skew(0, -1.5deg);*/
    /*transform-origin: bottom left;*/
    box-shadow: inset 0 -3px 10px rgb(0 0 0 / 10%);
    z-index: -2;
}

header.zs-header-container {
    height: 150px;
    top: 50px;
}

img.imgbackgroundpf {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*position: absolute;*/
    padding-top: 50px;
    /*margin-top: 50px;*/
    /*left: 0;*/
    width: 50%;
    z-index: -1;
}


div.zs-header-secundary {
    position: absolute;
    left: 0;
    width: 100%;
    height: 150px;
    background: #152133;
    box-shadow: inset 0 -3px 10px rgb(0 0 0 / 10%);
    z-index: -2;
}

img.zs-header-imgbackground {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*position: absolute;*/
    padding-top: 50px;
    /*margin-top: 50px;*/
    /*left: 0;*/
    width: 50%;
    z-index: -1;
}

p {
    text-align: justify;
}

.zs-main-container {
    min-height:734px;
}