* {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

body {
    padding: 0;
    margin: 0;
    background: #a5eb3c;
}

.bolt {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    height: 200px;
    width: 160px;
    background: transparent url('../img/pzzim/bolt.png') no-repeat top center;
    z-index: 99;
}

.pzzim-theme .nav-container,
.pzzim-theme .nav-container nav.bg-dark,
.pzzim-theme .nav-container nav.bg-dark .nav-bar,
.pzzim-theme .nav-container nav.bg-dark .nav-bar .module-group,
.pzzim-theme .nav-container nav.bg-dark .nav-bar .module,
.pzzim-theme .nav-container nav.bg-dark .nav-bar .menu,
.pzzim-theme .nav-container nav.bg-dark .nav-bar .menu li a,
.pzzim-theme .nav-container nav.bg-dark .nav-bar > .module.left > a {
    background: #a5eb3c;
    border: none;
    outline: none;
    height: 70px;
    min-height: 70px;
    font-weight: 300;
}

.pzzim-theme .nav-container nav.bg-dark .nav-bar .menu > li {
    margin-right: 48px;
}

.pzzim-theme .nav-container.nav.bg-dark .module.widget-handle i {
    opacity: 1;
}

.pzzim-theme .nav-container nav.bg-dark .nav-bar .menu li,
.pzzim-theme .nav-container nav.bg-dark .nav-bar .menu li a,
.pzzim-theme .nav-container nav.bg-dark .nav-bar > .module.left > a span,
.pzzim-theme .nav-container nav.bg-dark .nav-bar > .module.left > a span strong {
    line-height: 70px;
    color: #1b1c44;
}

.pzzim-theme .nav-container nav.bg-dark .nav-bar > .module.left > a span,
.pzzim-theme .nav-container nav.bg-dark .nav-bar > .module.left > a span strong { 
    font-size: 15px;
    font-weight: 300;
    white-space: nowrap;
}

.pzzim-theme .nav-container nav.bg-dark .nav-bar > .module.left > a span strong {
    font-weight: 800;
    margin-right: 40px;
}

.pzzim-theme .nav-container nav.bg-dark .nav-bar .menu li,
.pzzim-theme .nav-container nav.bg-dark .nav-bar .menu li a {
    font-size: 13px;
    font-weight: 800;
    opacity: 1;
    text-transform: uppercase;
}

.navbar strong {
    margin-right: 40px;
}

.pzzim-theme h1, 
.pzzim-theme h2, 
.pzzim-theme h3,
.pzzim-theme h5 {
    color: #fff;
}

.pzzim-theme h1 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.pzzim-theme h2 {
    font-size: 30px;
    font-weight: 400;
}

.pzzim-theme h3 {
    font-size: 20px;
    font-weight: 800;
}
.pzzim-theme h4 {
    font-size: 15pt;
    font-weight: 800; 
}

.pzzim-theme h5 {
    font-size: 12px;
    font-weight: 400;
}

.pzzim-theme p {
    font-size: 12px;
    font-weight: 400;
}

.pzzim-theme p a {
    text-decoration: underline;
    font-weight: 800;
    color: #071EC2;

}
.pzzim-theme p a:hover {
    color: #495CEE;


}
.pzzim-theme hr {
    background: #97ec2f;
    border: none;
    height: 6px;
    margin-bottom: 40px;
    width: 20%;
    margin-left: 0;
}

.full-width .container {
    width: 100%;
}

.pzzim-theme .light-green,
.pzzim-theme a.light-green {
    color: #97ec2f;
}
.pzzim-theme .light-grey{
    color:#CECECE;

}
.pzzim-theme .underline{
    text-decoration: underline;

}
.pzzim-theme .blue,
.pzzim-theme .blue strong {
    color: #1B1C44;
}
.pzzim-theme .letra_home p,
.pzzim-theme .letra_home span {
    font-size: 18px;
    font-weight: 800;
    line-height: 29px;
}
.pzzim-theme footer {
    background: #102E8C;
    padding: 15px;
}

.pzzim-theme footer .container {
    width: 100%;
}

.pzzim-theme footer p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 13px;
}

.pzzim-theme footer a { 
    font-weight: 400;
    color: #ffF;
}

.pzzim-theme footer img {
    margin-right: 15px;
    max-height: 100%;
}
.pzzim-theme .icon-floatleft {
    float: left;
    margin-bottom: 0;
}
.pzzim-theme .icon-text {
    margin-bottom: 0;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}
.pzzim-theme .icon-text p {
    font-size: 8pt;
    font-weight: 600;
    display: table;
    height: 60px;
}

.pzzim-theme .icon-text p a {
    vertical-align: middle;
    display: table-cell;
    line-height: normal;
}

.pzzim-theme .icon-text p,
.pzzim-theme .icon-floatleft span {
    color: #0D6321;
}

.pzzim-theme .icon-text:hover p {
    text-decoration: underline;
}
.pzzim-theme .infos {
    font-size: 10px;
}
.pzzim-theme .infos strong {
    letter-spacing: 1.6px;
}
.pzzim-theme .infos a {
    font-weight: 400;
}

.pzzim-theme a.vc_btn3.vc_btn3-size-lg {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.pzzim-theme .mogly img {
    transform: translateX(-25%);
}

.pzzim-theme .pzzim img { 
    position: absolute;
    bottom: -84px;
    left: 18%;
}

.pzzim-theme .height-560,
.pzzim-theme .height-560 .vc_column-inner  {
    min-height: 560px;
}