@charset "UTF-8";

*, :after, :before {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

a, article, aside, audio, b, body, canvas, caption, code, dd, details, div, dl, dt, embed, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, label, legend, li, nav, ol, p, section, span, sub, sup, table, tbody, td, tfoot, th, thead, tr, u, ul, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    font-display: swap
}

article, aside, details, figcaption, figure, footer, header, nav, section {
    display: block
}

body {
    line-height: 1.5;
    overflow-x: hidden;
    font-family: Muli-Regular, sans-serif;
    color: #606060
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    max-width: 100%;
    height: auto;
    /*display: block*/
}

a {
    text-decoration: none
}

a:hover {
    cursor: pointer
}

ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2
}

@font-face {
    font-family: Muli-Regular;
    src: url(../fonts/Muli-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Muli-Bold;
    src: url(../fonts/Muli-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Muli-ExtraBold;
    src: url(../fonts/Muli-ExtraBold.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Muller-ExtraBold;
    src: url(../fonts/Muller-ExtraBold.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.item {
    margin: 0;
    padding-left: 1em;
    padding-right: 1em
}

.item {
    width: 100%
}

.item.container {
    padding-left: 0;
    padding-right: 0
}

.index {
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.index .main-header {
    padding: 20px 15px
}

.index .main-header .logo {
    text-align: center;
    display: block
}

.index .main-header .logo img {
    width: 100%;
    max-width: 90px;
    display: inline-block
}

.index .banner img {
    width: 100%
}

.index .main-wrap {
    text-align: center;
    padding: 30px 20px
}

@media screen and (max-width: 479px) {
    .index .main-wrap {
        padding: 30px 10px
    }
}

.index .main-wrap .name {
    font-size: 26px;
    font-family: Muli-Bold
}

.index .main-wrap .section1 {
    padding-top: 45px
}

.index .main-wrap .section1 .subtitle {
    font-size: 25px
}

.index .main-wrap .section1 .title {
    font-family: Muller-ExtraBold;
    font-size: 80px;
    color: #758b41;
    line-height: .8;
    padding: 25px 0 20px
}

.index .main-wrap .section1 .title span {
    display: block;
    font-family: Muli-Bold;
    font-size: .5em
}

.index .main-wrap .section1 .description {
    font-size: 16px
}

.index .main-wrap .section1 .description b {
    display: block
}

.index .main-wrap .section2 {
    padding: 45px 0;
    position: relative
}

@media screen and (max-width: 399px) {
    .index .main-wrap .section2 {
        padding-bottom: 30px
    }
}

.index .main-wrap .section2:before {
    content: "";
    height: 1px;
    width: 150px;
    background-color: #758b41;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    position: absolute
}

.index .main-wrap .section2 .title {
    font-size: 22px;
    font-family: Muli-Bold;
    color: #758b41
}

.index .main-wrap .section2 .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px
}

.index .main-wrap .section2 .grid__item {
    width: calc(33.33% - 30px);
    margin: 15px
}

@media screen and (max-width: 449px) {
    .index .main-wrap .section2 .grid__item {
        width: calc(33.33% - 10px);
        margin: 15px 5px
    }
}

.index .main-wrap .section2 .grid__item img {
    width: 70px;
    margin: 0 auto
}

@media screen and (max-width: 399px) {
    .index .main-wrap .section2 .grid__item img {
        width: 60px
    }
}

.index .main-wrap .section2 .grid__item p {
    font-family: Muli-Bold;
    padding-top: 10px;
    line-height: 1.2;
    color: #758b41
}

@media screen and (max-width: 399px) {
    .index .main-wrap .section2 .grid__item p {
        font-size: 15px
    }
}

.index .main-wrap .section3 {
    padding: 45px 0 30px 0
}

.index .main-wrap .section3 .title {
    font-size: 22px;
    font-family: Muli-Bold;
    color: #758b41;
    max-width: 350px;
    line-height: 1.3;
    margin: 0 auto
}

.index .main-wrap .section3 .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px
}

.index .main-wrap .section3 .grid__item {
    width: calc(50% - 30px);
    margin: 15px;
    background-color: #e6e6e6;
    padding: 25px;
    border-radius: 20px
}

@media screen and (max-width: 479px) {
    .index .main-wrap .section3 .grid__item {
        margin: 5px;
        width: calc(50% - 10px);
        padding: 25px 15px
    }
}

.index .main-wrap .section3 .grid__item .subtitle {
    font-size: 15px;
    font-family: Muli-Bold
}

.index .main-wrap .section3 .grid__item .percentage {
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    font-family: Muller-ExtraBold;
    color: #758b41;
    padding: 10px 0
}

@media screen and (max-width: 399px) {
    .index .main-wrap .section3 .grid__item .percentage {
        font-size: 26px
    }
}

.index .main-wrap .section3 .grid__item .percentage span {
    font-size: 35px;
    padding-top: 3px
}

@media screen and (max-width: 399px) {
    .index .main-wrap .section3 .grid__item .percentage span {
        font-size: 28px
    }
}

.index .main-wrap .section3 .grid__item .percentage span sub {
    display: block;
    font-size: 18px
}

@media screen and (max-width: 399px) {
    .index .main-wrap .section3 .grid__item .percentage span sub {
        font-size: 16px
    }
}

.index .main-wrap .section3 .grid__item img {
    display: inline-block;
    width: 120px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

.index .main-wrap .section3 .grid__item .description {
    line-height: 1.3;
    padding-top: 15px
}

.index .main-wrap .section3 .btn {
    display: table;
    border-radius: 10px;
    background-color: #758b41;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    padding: 10px 30px;
    font-family: Muli-Bold;
    font-size: 18px;
    margin: 30px auto 0
}

.index .main-wrap .section3 .btn:hover {
    background-color: #667a39
}

.index .main-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #758b41;
    padding: 25px 35px
}

@media screen and (max-width: 479px) {
    .index .main-footer {
        padding: 25px
    }
}

.index .main-footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index .main-footer .social a {
    margin-right: 15px
}

.index .main-footer .social a img {
    width: 30px
}

.index .main-footer .copyright {
    font-family: Muli-ExtraBold;
    font-size: 18px;
    color: #fff
}

::-moz-selection {
    background: #758b41;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #758b41;
    color: #fff;
    text-shadow: none
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: rgba(96, 96, 96, .1)
}

::-webkit-scrollbar-thumb {
    background: rgba(96, 96, 96, .2)
}

.modal-terminos-condiciones {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    padding: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .75)
}

.modal-terminos-condiciones.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 999
}

.modal-terminos-condiciones .content {
    text-align: center;
    padding: 1em 0;
    max-width: 500px;
    margin: auto;
    position: relative;
    color: #000
}

.modal-terminos-condiciones .content .close {
    position: absolute;
    top: -15px;
    right: 5px;
    background: #65ad2f;
    color: #fff;
    border: none;
    outline: 0;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.modal-terminos-condiciones .content .close:hover {
    background: #4e8524
}

.modal-terminos-condiciones .content .box {
    background: #fff;
    overflow-y: scroll;
    height: 50vh;
    padding: 1em;
    border-radius: 10px
}

.modal-terminos-condiciones .content .box .subtitle, .modal-terminos-condiciones .content .box .title {
    font-family: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 10px 0
}

.modal-terminos-condiciones .content .box .title {
    margin-top: 1.2em
}

.modal-terminos-condiciones .content .box .subtitle {
    font-size: .9em;
    text-align: left
}

.modal-terminos-condiciones .content .box .description {
    color: #575757;
    font-size: 14.5px;
    margin-bottom: 1em;
    text-align: left
}

.modal-terminos-condiciones .content .box .description:last-child {
    margin-bottom: 0
}

.card_footer
{
    margin-top: 10px !important;
    border-radius: 10px !important;
    background-color: #477e4e !important;
    color: whitesmoke !important;
}