
/*MecB (https://mecb.com)*/

/*Copyright 2011-2023 ANSOFT - www.an-soft.it*/
/*Licensed under ATHENAE NOCTUA SOFTWARE DI LOSI GIULIANO*/

@font-face {
    font-family: 'arimo';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("fonts/arimo-regular-webfont.woff2") format("woff2"), url("fonts/arimo-regular-webfont.ttf") format("truetype");
}
@font-face {
    font-family: 'arimo-bold';
    font-style: normal;
    font-weight: 800;
    font-display: block;
    src: url("fonts/arimo-bold-webfont.woff2") format("woff2"), url("fonts/arimo-regular-webfont.ttf") format("truetype");
}

html {
    font-family: 'arimo', sans-serif;
}
body {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
}
h2, .h2 {
    font-family: 'arimo-bold', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-top: 0;
    margin-bottom: 20px;
}
p {
    font-family: 'arimo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.btn, a.btn {
    display: inline-block;
    margin: 0 5px;
    padding: 14px;
    font-family: 'arimo', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    transition: background .3s ease-in-out;
}
.btn-color, a.btn-color {
    color: #fff;
    background-color: #34B752;
}
.btn-color:hover, a.btn-color:hover {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

.font-weight-800 {
    font-weight: 800;
}

.section-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 700px;
    width: 100%;
    z-index: -100;
}
.bg-white {
    background-color: #fff;
}


.page-info {
    min-height: 700px;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.vert-middle {
    min-height: 700px;
    height: 100%;
    align-items: center;
    display: flex;
}
.vert-middle > div {
    width: 100%;
    vertical-align: middle;
}
img {
    vertical-align: middle;
}
.btn-row {
    margin-left: -5px;
    margin-right: -5px;
}

.social, .links {
    margin: 20px 0 20px;
}
.social a {
    color: #34B752;
    font-size: 18px;
    padding: 10px 10px;
}

.links a {
    font-family: 'arimo-bold', sans-serif;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    padding: 0 10px;
}
.links a:hover {
    color: #34B752;
}

@media only screen and (min-width: 991px) {
    .col-transform {
        transition: all 0.6s ease-in-out;
    }
}

@media only screen and (min-width: 991px) {
    .page-info {
        padding-top: 60px;
        position: fixed;
    }
}