
/* CUSTOM */

:root {
    --color--custom: #3BAA35;
}

*{
    font-family: "paralucent", sans-serif;
}

.font-condensed{
    font-family: "paralucent-condensed", sans-serif;
}

.section--color{
    background: var(--color--custom);
}

.custom--color{
    color: var(--color--custom);
}


/* ACCORDION */

.accordion-header button {
    padding: 10px;
    font-size: 14px;
}

.accordion--gallery .accordion-body{
    padding:0;
}

.accordion--gallery .accordion-body .list-group-item{
    border-top:0;
    border-left:0;
    border-right:0;
}

.accordion--gallery .accordion-body .list-group-item:last-child{
    border-bottom:0;
}

/* SECTIONS */

.section--head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section--head h2{
    color: var(--color--custom);
    display: inline-block;
    margin-bottom: 0.5rem;
}

.section--head hr{
    background: var(--color--custom);
    width: 70%;
    height: 3px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

.section--head--white h2{
    color: #fff;
}

.section--head--white hr{
    background: #fff;
}

section h3{
    color: var(--color--custom);
}

section p, section small{
    font-family: "paralucent-condensed", sans-serif;
}

.section--numbers img{
    height: 100px;
}

/* BUTTONS */

.btn--custom {
    display: inline-flex;
    align-items: center;
    gap: 1em;
    font-weight: bold;
    font-size: 1rem;
    color: #3ca241;
    background: #fff;
    border-width: 2px;
    padding: 0.5em 1.5em;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    min-height: 36px;
    min-width: 0;
    width: auto;
    outline: none;
    cursor: pointer;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    background: transparent;
    color: #3ca241;
    position: relative;
    z-index: 1;
    overflow: visible;
    transition: color 0.2s, background 0.2s;
    text-decoration: none;
}

.btn--custom::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 0;
    clip-path: polygon(
        calc(5% - 2px) 0px,
        calc(100% + 2px) 0px,
        calc(95% + 2px) calc(100% + 2px),
        0px calc(100% + 2px)
    );
    background: #fff;
    pointer-events: none;
    border-radius: 0;
    transition: background 0.2s;
}

.btn--custom::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    background: #fff;
    pointer-events: none;
    border-radius: 0;
}

.btn--custom > * {
    position: relative;
    z-index: 2;
}


.btn--custom img{
    width: 18px;
    height: 18px;
}



.btn--custom--fill {
    display: inline-flex;
    align-items: center;
    gap: 1em;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    background: #3ca241;
    border-width: 2px;
    padding: 0.5em 1.5em;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    min-height: 36px;
    min-width: 0;
    width: auto;
    outline: none;
    cursor: pointer;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    background: transparent;
    position: relative;
    z-index: 1;
    overflow: visible;
    transition: color 0.2s, background 0.2s;
    text-decoration: none;
}

.btn--custom--fill span{
    color: #fff;
}

.btn--custom--fill::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 0;
    clip-path: polygon(
        calc(5% - 2px) 0px,
        calc(100% + 2px) 0px,
        calc(95% + 2px) calc(100% + 2px),
        0px calc(100% + 2px)
    );
    background: #3ca241;
    pointer-events: none;
    border-radius: 0;
    transition: background 0.2s;
}

.btn--custom--fill::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    background: #3ca241;
    pointer-events: none;
    border-radius: 0;
}

.btn--custom--fill > * {
    position: relative;
    z-index: 2;
}


.btn--custom--fill img{
    width: 18px;
    height: 18px;
}



.btn--custom--black {
    display: inline-flex;
    align-items: center;
    gap: 1em;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    background: #000;
    border-width: 2px;
    padding: 0.5em 1.5em;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    min-height: 36px;
    min-width: 0;
    width: auto;
    outline: none;
    cursor: pointer;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    background: transparent;
    position: relative;
    z-index: 1;
    overflow: visible;
    transition: color 0.2s, background 0.2s;
    text-decoration: none;
}

.btn--custom--black span{
    color: #fff;
}

.btn--custom--black::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 0;
    clip-path: polygon(
        calc(5% - 2px) 0px,
        calc(100% + 2px) 0px,
        calc(95% + 2px) calc(100% + 2px),
        0px calc(100% + 2px)
    );
    background: #000;
    pointer-events: none;
    border-radius: 0;
    transition: background 0.2s;
}

.btn--custom--black::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    background: #000;
    pointer-events: none;
    border-radius: 0;
}

.btn--custom--black > * {
    position: relative;
    z-index: 2;
}


.btn--custom--black img{
    width: 18px;
    height: 18px;
}


/* CUSTOM */

.banner--custom{
    min-height: 800px;
}

.banner--custom section{
    z-index: 2;
    min-height: 800px;
}

.banner--logo{
    height: 80px;
}

.custom--map .btn--custom{
    position:absolute;
    top:80px;
    right:-20px;
}

@media (max-width: 576px) {
    .banner--logo{
        height: 60px;
    }

    .custom--map .btn--custom{
        position:absolute;
        top:90px;
        right:20px;
    }

    .banner--custom{
        min-height: 600px;
    }

    .banner--custom section{
        min-height: 600px;
    }			
}