body,
footer,
header {
    background-color: #000;
    font-family: Lufga, sans-serif
}

.content {
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    position: relative;
    width: 100%
}

a {
    outline: none;
    text-decoration: none
}

.text-underline {
    text-decoration: underline
}

.site-content[role=home]:after {
    background-color: #dffe00;
    border-bottom-left-radius: 80px;
    border-top-left-radius: 80px;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    top: -15px;
    width: 80%
}

.site-content[role=home]:before {
    background: transparent;
    background-color: #dffe00;
    bottom: 0;
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%);
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    transform: none;
    width: 150px
}

.site-content[role=home] .logo {
    display: block;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
    width: 100%
}

.site-content[role=home] .nav-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    position: relative;
    width: 100%
}

.site-content[role=home] .nav-img img {
    border-radius: 5px;
    bottom: -5px;
    position: absolute;
    right: -10px;
    width: 140px
}

.site-content[role=home] .bx-nav {
    background-color: #dbff01;
    border-radius: 15px;
    margin: 20px auto 25px;
    max-width: 300px;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    width: 100%
}

.site-content[role=home] .bx-nav .titulo {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 3px;
    position: relative;
    transition: .3s;
    z-index: 2
}

.site-content[role=home] .bx-nav p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    position: relative;
    transition: .3s;
    z-index: 2
}

.site-content[role=home] .bx-nav.nav-0 {
    border: 1px solid #dbff01
}

.site-content[role=home] .bx-nav.nav-0:before {
    background-color: #000;
    border-radius: 0;
    bottom: -15px;
    content: "";
    height: 95px;
    position: absolute;
    right: -95px;
    rotate: 301deg;
    width: 180px
}

.site-content[role=home] .bx-nav.nav-1 {
    border: 1px solid #dbff01
}

.site-content[role=home] .bx-nav.nav-1:before {
    background-color: #fff;
    border-radius: 0;
    bottom: -15px;
    content: "";
    height: 155px;
    left: -50px;
    position: absolute;
    rotate: 45deg;
    transition: .3s;
    width: 250px
}

.site-content[role=home] .bx-nav:hover.nav-1:before {
    background-color: #3d3d3d;
    content: ""
}

.site-content[role=home] .bx-nav:hover.nav-1 .titulo,
.site-content[role=home] .bx-nav:hover.nav-1 p {
    color: #fff
}

.site-content[role=home] .bx-contato {
    background-color: #dffe00;
    border: 1px solid #dffe00;
    border-radius: 15px;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    margin: 20px auto;
    max-width: 300px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-transform: uppercase;
    transition: .3s;
    width: 100%;
    z-index: 2
}

.site-content[role=home] .bx-contato:before {
    background-color: #dbff01;
    border-radius: 14px;
    bottom: -11px;
    content: "";
    height: 120px;
    position: absolute;
    right: -25px;
    rotate: 15deg;
    transition: .3s;
    width: 140px
}

.site-content[role=home] .bx-contato .icon {
    bottom: 0;
    color: #000;
    font-size: 37px;
    line-height: 59px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 1px
}

.site-content[role=home] .bx-contato:hover:before {
    background-color: #fff
}

/*# sourceMappingURL=map/style.css.map */