body {
    background: #ffffff;
    font-family: 'League Spartan', sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #8d97ad;
    font-weight: 300;
}
.pt-hero{
    padding-top: 250px;
}
.titles {
    font-family: 'Nunito';
    font-weight: bold;
    font-style: normal;
}
.fz-xs{
    font-size: 1.4rem;
}
.fz-md{
    font-size: 2rem;
}
p {
    margin-top: 0;
    margin-bottom: 1.7rem!important;
}
.text-gold{
    color: #e6bc88;
}
.logo-app{
    max-width: 460px;
}
.brand-logos{
    max-width: 140px!important;
}
.mr{
    margin-right: 15px;
}
.lead {
    font-size: 2rem;
}
.bg-green{
    background: #1f392e;
}
.bg-sand{
    background: #fff8f2;
}
.bg-gold-light{
    background: #e6bc88;
}
.bg-gold{
    background: #9e7d54;
}
.text-green{
    color: #1f392e;
}
.halo-half{
    max-width: 1000px;
    float: left;
}
.btn-circle{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.btn-networks-group{
    text-align: center;
}
.btn-networks-group a{
    text-decoration: none;
}
.halo-team-buttons{
    margin: 3px;
}
.btn-group-lg>.btn, .btn-lg {
    --bs-btn-font-size: 1.2rem;
}
.btn-gold {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e6bc88;
    --bs-btn-border-color: #e6bc88;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9e7d54;
    --bs-btn-hover-border-color: #9e7d54;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9e7d54;
    --bs-btn-active-border-color: #9e7d54;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e6bc88;
    --bs-btn-disabled-border-color: #e6bc88;
}
.btn-outline-gold {
    --bs-btn-color: #e6bc88;
    --bs-btn-border-color: #e6bc88;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9e7d54;
    --bs-btn-hover-border-color: #9e7d54;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9e7d54;
    --bs-btn-active-border-color: #9e7d54;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e6bc88;
    --bs-btn-disabled-bg: transparent;
    --bs-gradient: none;
}

.btn-green {
    color: #fff;
    background-color: #00e676;
    border-color: #00e676;
    box-shadow: 0 0.125rem 0.25rem rgb(13 20 49 / 7%);
}
.btn-green:hover {
    color: #fff;
    background-color: #05a677;
    border-color: #05a677;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-link > .bi {
    margin-top: .125rem;
    margin-left: .125rem;
    fill: currentcolor;
    transition: transform .25s ease-in-out;
}
.icon-link:hover > .bi {
    transform: translate(.25rem);
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 767px) {
    .logo-app{
        max-width: 290px;
    }
    .pt-xs-0{
        padding-top: 0px!important;
    }
    .halo-half{
        max-width: 340px;
        float: left;
    }
    .mt-toperu{
        margin-top: 15px;
    }
    .btn-wsm-100{
        width: 100%;
    }
    .fz-md{
        font-size: 1.5rem;
    }
    .fz-xs {
        font-size: 1.2rem;
    }
    .client-logos{
        max-width: 150px;
        margin-top: 15px;
    }
}