:root {
    --tj-theme-primary: #76b532 !important;
    --tj-theme-secondary: #345d08 !important;
    --tj-theme-accent-1: #060a01 !important;
    --tj-theme-accent-2: #060a01 !important;
    --tj-black: #000000 !important;
    --tj-black-2: #000000 !important;
}

@font-face {
    font-family: HelveticaLT;
    font-weight: bold;
    src: url("../fonts/HelveticaLTStd-Bold.otf") format("opentype");
}

body {
    background: #000 !important;
}

a {
    color: #8db642;
    text-decoration: none;
    s
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'HelveticaLT', sans-serif;
}

.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.8rem !important;
}

.color-theme {
    color: #8db642 !important;
}

.btn-theme {
    color: #000;
    background: #8db642 !important;
}

.btn-theme:hover,
.btn-theme:focus {
    color: #000;
    background: #7aa729 !important;
}

.text-gray-2 {
    color: #DDD;
}

.iframe-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-responsive.iframe-vertical {
    padding-bottom: 100%;
}

.whatsapp_futuante {
    position: fixed;
    right: 40px;
    bottom: 90px;
    z-index: 999;
}

.whatsapp_futuante a {
    z-index: 9999;
    position: relative;
    background: #76b532;
    border: 2px solid #76b532;
    box-shadow: 0 0 5px #00000036;
    width: 55px;
    height: 55px;
    line-height: 52px !important;
    text-align: center;
    display: block;
    color: #FFF;
    font-size: 30px;
    border-radius: 100%;
    transition: 0.3s all ease;
}

.whatsapp_futuante a:hover {
    transform: translateY(-5px);
    color: #FFF;
}

.whatsapp_futuante:before,
.whatsapp_futuante:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #76b532;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animatePulse 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.pulsaDelay:after {
    animation-delay: .5s;
}

@keyframes animatePulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media screen and (max-width:720px) {
    .section-header {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .section-header .section-title {
        padding-top:30px;
        padding-bottom:30px;
    }
}
@media screen and (max-width:420px) {
    .header-button .tj-btn-primary {
        gap: 2px !important;
        padding: 12px 15px !important;
    }        
}

.tj-btn-primary i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.tj-header-area .logo-box {
    max-width: 180px !important;
}

.footer-logo-box {
    max-width: 220px !important;
}

.progress-wrap {
    right: 40px !important;
}

.portfolio-filter .button-group {
    background: none !important;
    border-radius: 0 !important;
}

.portfolio-filter .button-group .active-bg {
    display: none;
}

.portfolio-filter .button-group button {
    margin: 5px;
}

.portfolio-filter .button-group button.active {
    background: var(--tj-theme-primary) !important;
    background: -o-linear-gradient(190deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%) !important;
    background: linear-gradient(260deg, var(--tj-theme-secondary) 0%, var(--tj-theme-primary) 100%) !important;
    -webkit-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

@media screen and (max-width:550px) {
    .tj-header-area .logo-box {
        max-width: 120px !important;
    }
}