html {
    height: 100%;
}
body {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
    overflow-x: hidden;
}
p {
    margin: 14px 0px !important;
    font-weight: 300;
}
.sections {
    position: relative;
    padding: 60px;
}
.section-title-red-bg > span,
.section-title-red-bg > span:nth-child(2)::after {
    color: #fff;
}
.section-title-red-bg > span:nth-child(2)::after {
    border-bottom: 2px solid #fff !important;
}
.section-title {
    width: fit-content;
    margin: 20px 20px 40px 20px;
}
.section-title > span {
    display: block;
}
.section-title > span:nth-child(1) {
    font-size: 18px;
    font-style: italic;
    line-height: 14px;
    font-weight: 200;
    margin: 0 20px;
}
.section-title > span:nth-child(2) {
    font-weight: 900;
    line-height: 45px;
    font-size: 60px;
}
.section-title > span:nth-child(2)::after {
    content: "";
    margin-top: 15px;
    display: block;
    float: right;
    width: 50%;
    border-bottom: 2px solid #c62b32;
}
.nav {
    font-weight: 300;
    letter-spacing: 1px;
}
.navbar-punho {
    background: linear-gradient(#000, transparent) !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: 20vh;
    margin: 0 !important;
    padding: 30px 0 20px 0;
    width: 100%;
    position: fixed !important;
    z-index: 100 !important;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
}
.navbar-punho a {
    color: #fff !important;
}
.scrolled-nav {
    padding-top: 10px !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    height: 60px !important;
    line-height: 60px !important;
}
.navbar-brand {
    position: relative;
    background: url(../imgs/logo.png);
    width: 200px;
    height: 70px !important;
    left: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.calendario::before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -12px;
    z-index: 10;
    background: inherit;
    box-shadow: -25px 25px 0 #1f1f1f, 25px -25px 0 #1f1f1f;
}
.calendario {
    padding-top: 120px !important;
    background-color: #1f1f1f;
}
.horario {
    background-color: #dedede;
}
.fancy-button {
    margin: 0 auto;
}
.fancy-button {
    display: block;
    position: relative;
    padding: 25px 15px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 2px currentcolor;
    box-shadow: inset 0 0 0 2px currentcolor;
    -webkit-transition: background 0.8s ease;
    transition: background 0.5s ease;
}
.fancy-button:hover {
    background: transparent;
}
.button__horizontal,
.button__vertical {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    will-change: transform;
}
.button__horizontal::before,
.button__vertical::before {
    content: "";
    position: absolute;
    border: inherit;
}
.button__horizontal {
    --vertical-offset: calc(10px * -1);
    border-top: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
}
.button__horizontal::before {
    top: calc(var(--vertical-offset) - 2px);
    bottom: calc(var(--vertical-offset) - 2px);
    left: calc(var(--vertical-offset) * -1);
    right: calc(var(--vertical-offset) * -1);
}
.fancy-button:hover .button__horizontal {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.button__vertical {
    --horizontal-offset: calc(10px * -1);
    border-left: 2px solid currentcolor;
    border-right: 2px solid currentcolor;
}
.button__vertical::before {
    top: calc(var(--horizontal-offset) * -1);
    bottom: calc(var(--horizontal-offset) * -1);
    left: calc(var(--horizontal-offset) - 2px);
    right: calc(var(--horizontal-offset) - 2px);
}
.fancy-button:hover .button__vertical {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
#punho-footer {
    background-color: #000;
    color: white;
    padding-top: 30px;
}
#punho-footer .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
#punho-footer .row {
    margin-bottom: 60px;
}
#punho-footer .footer-copyright p {
    margin: 10px !important;
    color: #ccc;
}
#punho-footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
#punho-footer h5 {
    font-size: 18px;
    color: white;
    font-weight: 300;
    margin-top: 30px;
}
#punho-footer h2 a {
    font-size: 50px;
    text-align: center;
    color: #fff;
}
#punho-footer a {
    color: #d2d1d1;
}
#punho-footer a:hover,
#punho-footer a:focus {
    color: white;
    text-decoration: none;
}
#punho-footer .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}
#punho-footer {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
#map-container {
    height: 240px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .img-praticas-internas > img {
        width: 70%;
    }
    .section-title > span:nth-child(1) {
        font-size: 2vmax;
    }
    .section-title > span:nth-child(2) {
        font-size: 5vmax;
    }
    .sections {
        position: relative;
        padding: 30px;
    }
}
@media (min-width: 992px) {
    p {
        font-size: 1.3vmax;
    }
}
@media screen and (max-width: 560px) {
    .img-praticas-internas > img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #punho-footer > .container > .row > div > h2 > a > img {
        width: 50%;
        margin: 0 auto;
    }
    .navbar-brand {
        width: 135px;
        left: 10px;
    }
    .navbar-punho {
        padding-top: 10px;
    }
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.8);
    }
}
@charset "UTF-8" [data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos="fade-up"] {
    transform: translateY(100px);
}
[data-aos="fade-down"] {
    transform: translateY(-100px);
}
[data-aos="fade-right"] {
    transform: translate(-100px);
}
[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos="zoom-out-up"] {
    transform: translateY(100px) scale(1.2);
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
footer,
nav {
    display: block;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
}
button {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button {
    text-transform: none;
}
button {
    -webkit-appearance: button;
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after {
        content: "";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    p {
        orphans: 3;
        widows: 3;
    }
    h2 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
        url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.carousel-inner > .item > img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
h2,
h4,
h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4,
h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h2 {
    font-size: 30px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
p {
    margin: 0 0 10px;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-6,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
@media (min-width: 768px) {
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-6 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
}
@media (min-width: 992px) {
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-6,
    .col-md-8 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:focus,
.btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active {
    background-image: none;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.collapse {
    display: none;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
}
@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 20px;
    }
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.container-fluid:after,
.container:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
    clear: both;
}
@-ms-viewport {
    width: device-width;
}
body {
    background-color: #e6e6e6 !important;
}
.section {
    padding: 0 75px;
}
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
@font-face {
    font-family: Font awesome\5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(./webfonts/fa-brands-400.eot);
    src: url(./webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(./webfonts/fa-brands-400.woff2) format("woff2"), url(./webfonts/fa-brands-400.woff) format("woff"), url(./webfonts/fa-brands-400.ttf) format("truetype"),
        url(./webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
@font-face {
    font-family: Font awesome\5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(./webfonts/fa-regular-400.eot);
    src: url(./webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(./webfonts/fa-regular-400.woff2) format("woff2"), url(./webfonts/fa-regular-400.woff) format("woff"), url(./webfonts/fa-regular-400.ttf) format("truetype"),
        url(./webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
    font-family: Font awesome\5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(./webfonts/fa-solid-900.eot);
    src: url(./webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(./webfonts/fa-solid-900.woff2) format("woff2"), url(./webfonts/fa-solid-900.woff) format("woff"), url(./webfonts/fa-solid-900.ttf) format("truetype"),
        url(./webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fas {
    font-family: Font awesome\5 Free;
}
.fas {
    font-weight: 900;
}
html {
    height: 100%;
}
body {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
    overflow-x: hidden;
}
p {
    margin: 14px 0px !important;
    font-weight: 300;
}
.sections-kids {
    position: relative;
    padding: 60px;
}
.section-title-kids {
    width: fit-content;
    margin: 20px 20px 40px 20px;
}
.title-kids {
    margin-left: 80px;
}
.title-kids > span:nth-child(1) {
    margin: 0 5px !important;
}
.section-title-kids > span {
    display: block;
}
.section-title-kids > span:nth-child(1) {
    font-size: 18px;
    font-style: italic;
    line-height: 14px;
    font-weight: 200;
    margin: 0 20px;
}
.section-title-kids > span:nth-child(2) {
    font-weight: 900;
    line-height: 45px;
    font-size: 60px;
}
.section-title-kids > span:nth-child(2)::after {
    content: "";
    margin-top: 15px;
    display: block;
    float: right;
    width: 50%;
    border-bottom: 2px solid #c62b32;
}
.nav {
    font-weight: 300;
    letter-spacing: 1px;
}
.navbar-punho {
    background: linear-gradient(#000, transparent) !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: 20vh;
    margin: 0 !important;
    padding: 30px 0 20px 0;
    width: 100%;
    position: fixed !important;
    z-index: 100 !important;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
}
.navbar-punho a {
    color: #fff !important;
}
.scrolled-nav {
    padding-top: 10px !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    height: 60px !important;
    line-height: 60px !important;
}
.navbar-brand {
    position: relative;
    background: url(../imgs/logo.png);
    width: 200px;
    height: 70px !important;
    left: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.kids::before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -12px;
    z-index: 10;
    background: inherit;
    box-shadow: -25px 25px 0 #1f1f1f, 25px -25px 0 #1f1f1f;
}
.kids {
    padding: 120px 0 0 0 !important;
    background-color: #1f1f1f;
}
.text-kids {
    padding: 5% 10% !important;
    text-align: center;
}
.text-kids-last {
    padding: 2% 10% !important;
    text-align: center;
}
.text-kids > img {
    margin: 30px 0 0px 0;
    width: 13%;
    height: 20%;
}
.no-padding {
    padding: 0 !important;
}
.img-kids > img {
    width: 100%;
    /*height: auto !important;*/
    position: relative;
    margin: 0 auto 0px auto;
    display: block;
}
.list-benefits > li {
    margin: 8px 0;
    text-align: left;
    line-height: 28px;
    font-size: 1.3vmax;
    font-weight: 300;
}
.list-benefits {
    margin-right: 50px;
    position: absolute;
    top: 50%;
    margin-top: 30px;
    list-style-image: url("../imgs/list-style-img.png");
}
.button-fancy-div-kids {
    display: table;
    width: 100%;
    margin: 20px 0 40px 0;
}
.p-fancy-button-kids,
.fancy-button-kids {
    margin: 0 auto;
}
.fancy-button-kids {
    margin-top: 25px;
    display: block;
    position: relative;
    padding: 25px 15px;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    color: #c62b32;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 2px currentcolor;
    box-shadow: inset 0 0 0 2px currentcolor;
    -webkit-transition: background 0.8s ease;
    transition: background 0.5s ease;
}
.fancy-button-kids:hover {
    background: rgba(100, 0, 0, 0.03);
}
.button__horizontal-kids,
.button__vertical-kids {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    will-change: transform;
}
.button__horizontal-kids::before,
.button__vertical-kids::before {
    content: "";
    position: absolute;
    border: inherit;
}
.button__horizontal-kids {
    --vertical-offset: calc(10px * -1);
    border-top: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
}
.button__horizontal-kids::before {
    top: calc(var(--vertical-offset) - 2px);
    bottom: calc(var(--vertical-offset) - 2px);
    left: calc(var(--vertical-offset) * -1);
    right: calc(var(--vertical-offset) * -1);
}
.fancy-button-kids:hover .button__horizontal-kids {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.button__vertical-kids {
    --horizontal-offset: calc(10px * -1);
    border-left: 2px solid currentcolor;
    border-right: 2px solid currentcolor;
}
.button__vertical-kids::before {
    top: calc(var(--horizontal-offset) * -1);
    bottom: calc(var(--horizontal-offset) * -1);
    left: calc(var(--horizontal-offset) - 2px);
    right: calc(var(--horizontal-offset) - 2px);
}
.fancy-button-kids:hover .button__vertical-kids {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
#punho-footer {
    background-color: #000;
    color: white;
    padding-top: 30px;
}
#punho-footer .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
#punho-footer .row {
    margin-bottom: 60px;
}
#punho-footer .footer-copyright p {
    margin: 10px !important;
    color: #ccc;
}
#punho-footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
#punho-footer h5 {
    font-size: 18px;
    color: white;
    font-weight: 300;
    margin-top: 30px;
}
#punho-footer h2 a {
    font-size: 50px;
    text-align: center;
    color: #fff;
}
#punho-footer a {
    color: #d2d1d1;
}
#punho-footer a:hover,
#punho-footer a:focus {
    color: white;
    text-decoration: none;
}
#punho-footer .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}
#punho-footer {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
#map-container {
    height: 240px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .title-kids {
        margin-left: 50px;
    }
    .not-show-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .list-benefits > li {
        text-align: left;
        line-height: 28px;
        font-size: 14px;
    }
    .img-kids-mg-bot {
        margin-bottom: 35px;
    }
    .list-benefits {
        margin-right: 0;
        margin-bottom: 20px;
        position: relative;
    }
    .fancy-button-kids {
        margin-bottom: 25px;
    }
    .img-praticas-internas > img {
        width: 70%;
    }
    .section-title-kids > span:nth-child(1) {
        font-size: 2vmax;
    }
    .section-title-kids > span:nth-child(2) {
        font-size: 5vmax;
    }
    .sections-kids {
        position: relative;
        padding: 30px;
    }
}
@media (min-width: 992px) {
    .show-mobile {
        display: none;
    }
    .not-show-mobile {
        display: block;
    }
    p {
        font-size: 1.3vmax;
    }
}
@media screen and (max-width: 560px) {
    .img-praticas-internas > img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #punho-footer > .container > .row > div > h2 > a > img {
        width: 50%;
        margin: 0 auto;
    }
    .navbar-brand {
        width: 135px;
        left: 10px;
    }
    .navbar-punho {
        padding-top: 10px;
    }
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.8);
    }
}
html {
    height: 100%;
}
body {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
    overflow-x: hidden;
}
p {
    margin: 14px 0px !important;
    font-weight: 300;
}
.sections {
    position: relative;
    padding: 60px;
}
.section-title-red-bg > span,
.section-title-red-bg > span:nth-child(2)::after {
    color: #fff;
}
.section-title-red-bg > span:nth-child(2)::after {
    border-bottom: 2px solid #fff !important;
}
.section-title {
    width: fit-content;
    margin: 20px 20px 40px 20px;
}
.section-title > span {
    display: block;
}
.section-title > span:nth-child(1) {
    font-size: 18px;
    font-style: italic;
    line-height: 14px;
    font-weight: 200;
    margin: 0 20px;
}
.section-title > span:nth-child(2) {
    font-weight: 900;
    line-height: 45px;
    font-size: 60px;
}
.section-title > span:nth-child(2)::after {
    content: "";
    margin-top: 15px;
    display: block;
    float: right;
    width: 50%;
    border-bottom: 2px solid #c62b32;
}
.nav {
    font-weight: 300;
    letter-spacing: 1px;
}
.navbar-punho {
    background: linear-gradient(#000, transparent) !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: 20vh;
    margin: 0 !important;
    padding: 30px 0 20px 0;
    width: 100%;
    position: fixed !important;
    z-index: 100 !important;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
}
.navbar-punho a {
    color: #fff !important;
}
.scrolled-nav {
    padding-top: 10px !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    height: 60px !important;
    line-height: 60px !important;
}
.navbar-brand {
    position: relative;
    background: url(../imgs/logo.png);
    width: 200px;
    height: 70px !important;
    left: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.personal-defense::before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -12px;
    z-index: 10;
    background: inherit;
    box-shadow: -25px 25px 0 #1f1f1f, 25px -25px 0 #1f1f1f;
}
.personal-defense {
    padding-top: 120px !important;
    background-color: #1f1f1f;
}
.img-kung-fu > img {
    width: 100%;
    position: relative;
    margin: 0 auto 20px auto;
    display: block;
}
.praticas-internas::before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -12px;
    z-index: 10;
    background: inherit;
    box-shadow: -25px 25px 0 #fff, 25px -25px 0 #fff;
}
.praticas-internas {
    padding-top: 50px !important;
    background-color: #fff;
}
.img-praticas-internas > img {
    position: relative;
    width: 50%;
    margin: 20px auto;
    display: block;
}
.kung-fu-beneficios::before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -12px;
    z-index: 10;
    background: inherit;
    box-shadow: -25px 25px 0 #dedede, 25px -25px 0 #dedede;
}
.kung-fu-beneficios {
    background-color: #dedede;
}
.kung-fu-beneficios ul {
    padding: 0 35px;
    list-style-image: url("../imgs/list-style-img.png");
}
.kung-fu-beneficios ul > li > p {
    padding: 0;
}
.active {
    background-color: #0b0b0b;
}
.estilo::before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -12px;
    z-index: 10;
    background: inherit;
    box-shadow: -25px 25px 0 #c62b32, 25px -25px 0 #c62b32;
}
.estilo {
    padding-top: 50px !important;
    background-color: #c62b32;
}
.img-praticas-internas > img {
    position: relative;
    width: 50%;
    margin: 20px auto;
    display: block;
}
.fancy-button {
    margin: 0 auto;
}
.fancy-button {
    margin-top: 25px;
    display: block;
    position: relative;
    padding: 25px 15px;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 2px currentcolor;
    box-shadow: inset 0 0 0 2px currentcolor;
    -webkit-transition: background 0.8s ease;
    transition: background 0.5s ease;
}
.fancy-button:hover {
    background: rgba(100, 0, 0, 0.03);
}
.button__horizontal,
.button__vertical {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    will-change: transform;
}
.button__horizontal::before,
.button__vertical::before {
    content: "";
    position: absolute;
    border: inherit;
}
.button__horizontal {
    --vertical-offset: calc(10px * -1);
    border-top: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
}
.button__horizontal::before {
    top: calc(var(--vertical-offset) - 2px);
    bottom: calc(var(--vertical-offset) - 2px);
    left: calc(var(--vertical-offset) * -1);
    right: calc(var(--vertical-offset) * -1);
}
.fancy-button:hover .button__horizontal {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.button__vertical {
    --horizontal-offset: calc(10px * -1);
    border-left: 2px solid currentcolor;
    border-right: 2px solid currentcolor;
}
.button__vertical::before {
    top: calc(var(--horizontal-offset) * -1);
    bottom: calc(var(--horizontal-offset) * -1);
    left: calc(var(--horizontal-offset) - 2px);
    right: calc(var(--horizontal-offset) - 2px);
}
.fancy-button:hover .button__vertical {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
#punho-footer {
    background-color: #000;
    color: white;
    padding-top: 30px;
}
#punho-footer .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
#punho-footer .row {
    margin-bottom: 60px;
}
#punho-footer .footer-copyright p {
    margin: 10px !important;
    color: #ccc;
}
#punho-footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
#punho-footer h5 {
    font-size: 18px;
    color: white;
    font-weight: 300;
    margin-top: 30px;
}
#punho-footer h2 a {
    font-size: 50px;
    text-align: center;
    color: #fff;
}
#punho-footer a {
    color: #d2d1d1;
}
#punho-footer a:hover,
#punho-footer a:focus {
    color: white;
    text-decoration: none;
}
#punho-footer .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}
#punho-footer {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
#map-container {
    height: 240px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .img-praticas-internas > img {
        width: 70%;
    }
    .section-title > span:nth-child(1) {
        font-size: 2vmax;
    }
    .section-title > span:nth-child(2) {
        font-size: 5vmax;
    }
    .sections {
        position: relative;
        padding: 30px;
    }
}
@media (min-width: 992px) {
    p {
        font-size: 1.3vmax;
    }
}
@media screen and (max-width: 560px) {
    .img-praticas-internas > img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #punho-footer > .container > .row > div > h2 > a > img {
        width: 50%;
        margin: 0 auto;
    }
    .navbar-brand {
        width: 135px;
        left: 10px;
    }
    .navbar-punho {
        padding-top: 10px;
    }
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.8);
    }
}
.login-general-div {
    background: linear-gradient(#212121, #101010);
    height: 100vh;
    display: inline-block;
    width: 100vw;
}
.login-general-div form {
    position: relative;
    display: block;
    width: 300px;
    background-color: transparent;
    top: calc(35% - 150px);
    left: calc(50% - 150px);
}
.login-general-div form > img {
    margin: 60px auto;
    position: relative;
    display: block;
}
.login-general-div form div > img {
    position: absolute;
    left: 10px;
    padding: 10px;
    border-radius: 6px 0px 0px 6px;
}
.login-general-div form div .key-icon {
    margin-top: 20px;
}
.login-general-div form div input {
    color: #fff;
    margin: 30px auto 10px auto;
    padding: 15px 15px 15px 65px;
    display: block;
    background-color: #6a6a6a;
    border: 0;
    width: 280px;
    outline: 0;
    border-radius: 7px !important;
}
.login-general-div form button {
    border-radius: 100%;
    border: 0;
    background-color: #c72b33;
    color: white;
    padding: 15px;
    display: block;
    margin: 60px auto 0 auto;
}
.login-general-div form button:hover {
    background-color: #a7252a;
    transition: all 300ms;
}
.login-general-div form button img {
    margin: 0;
}
html {
    height: 100%;
}
body {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
    overflow-x: hidden;
}
.p-main {
    font-size: 16px;
    margin: 14px 0px !important;
    font-weight: 300;
}
textarea,
input {
    border-radius: 0 !important;
}
textarea {
    resize: none;
}
.sections-main {
    position: relative;
    padding: 60px;
}
.section-title {
    width: fit-content;
    margin: 20px 20px 40px 20px;
}
.section-title > span {
    display: block;
}
.section-title > span:nth-child(1) {
    font-size: 18px;
    font-style: italic;
    line-height: 14px;
    font-weight: 200;
    margin: 0 20px;
}
.section-title > span:nth-child(2) {
    font-weight: 900;
    line-height: 45px;
    font-size: 60px;
}
.section-title > span:nth-child(2)::after {
    content: "";
    margin-top: 15px;
    display: block;
    float: right;
    width: 50%;
    border-bottom: 2px solid #c62b32;
}
.section-title-red-bg > span,
.section-title-red-bg > span:nth-child(2)::after {
    color: #fff;
}
.section-title-red-bg > span:nth-child(2)::after {
    border-bottom: 2px solid #fff !important;
}
.nav {
    font-weight: 300;
    letter-spacing: 1px;
}
.navbar-toggle {
    border: 0 !important;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
}
.icon-bar {
    background-color: #fff !important;
}
.navbar-punho {
    background: linear-gradient(#000, transparent) !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: 20vh;
    margin: 0 !important;
    padding: 23px 0 20px 0;
    width: 100%;
    position: fixed !important;
    z-index: 100 !important;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
}
.navbar-punho a {
    color: #fff !important;
}
.scrolled-nav {
    padding-top: 10px !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    height: 60px !important;
    line-height: 60px !important;
}
.navbar-brand {
    position: relative;
    background: url(../imgs/logo.png);
    width: 200px;
    height: 70px !important;
    left: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.nav > li > a:focus,
.nav > li > a:hover,
.nav > li > a:visited,
.nav > li > a:active,
.nav > li > a:link {
    background-color: transparent !important;
}
.nav > li > a {
    padding: 10px 20px !important;
}
.navbar-nav > li > .dropdown-menu {
    background-color: rgb(20, 20, 20);
}
.navbar-nav > li > .dropdown-menu > li > a:hover {
    background-color: #c62b32;
    -o-transition: color 0.2s ease-out, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-out, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-out, background 0.2s ease-in;
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
    transition: color 0.2s ease-out, background 0.2s ease-in;
}
.navbar-nav > li > .dropdown-menu > li > a {
    padding: 15px;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 1px;
}
#myCarousel {
    width: 100% !important;
    z-index: -1;
}
#myCarousel > .why {
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 50%;
    width: 100%;
    text-align: center;
}
#myCarousel > .why > .why-title {
    letter-spacing: 0.1em;
    font-size: 1.7em;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#myCarousel > .why > .why-title:after,
#myCarousel > .why > .why-title:before {
    content: "";
    position: absolute;
    top: 23%;
}
#myCarousel > .why > .why-title:after {
    height: 1px;
    background-color: #fff;
    left: 25%;
    right: 25%;
}
#myCarousel > .why > .why-title:before {
    width: 10px;
    height: 10px;
    background-color: #fff;
    left: 50%;
    top: 21%;
    border-radius: 50%;
}
#myCarousel > .why > ul {
    list-style: none;
    padding: 0;
}
#myCarousel > .why > ul > li {
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 100 !important;
}
#myCarousel > .why > ul > li > img {
    display: block;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.9);
    margin-bottom: 15px;
    border-radius: 100%;
    padding: 10px;
    width: 60px;
    height: 60px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.7);
}
.why-mobile {
    padding: 30px 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.92);
    display: none;
}
.why-mobile > ul {
    padding: 0;
    list-style: none;
}
.why-mobile > .why-title {
    margin: 20px 0 40px 0;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    font-weight: bolder;
    text-transform: uppercase;
}
.why-mobile > .why-title:after,
.why-mobile > .why-title:before {
    content: "";
    position: absolute;
    top: 16%;
}
.why-mobile > .why-title:after {
    height: 1px;
    background-color: #c7272e;
    left: 25%;
    right: 25%;
}
.why-mobile > .why-title:before {
    width: 10px;
    height: 10px;
    background-color: #c7272e;
    left: 49%;
    top: 15.4%;
    border-radius: 50%;
}
.why-mobile > ul > li {
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.why-mobile > ul > li > img,
.why-mobile > ul > li > span {
    display: block;
    text-align: center;
}
.why-mobile > ul > li > img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.9);
    margin-bottom: 15px;
    border-radius: 100%;
    padding: 10px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
}
.indicators-carousel {
    font-size: 30px;
    position: relative;
    top: calc(50% - 15px);
}
.academia-carousel {
    background-color: #fff;
    padding: 60px 25px;
}
#carouselFull {
    width: 100% !important;
}
.program-kungfu {
    background-color: #fff;
    z-index: 2;
}
.program-kungfu > .program-kungfu-border {
    position: absolute;
    border: 2px solid #c62b32;
    width: calc(100% - 120px);
    height: 50%;
    bottom: calc(0% + 60px);
    right: 60px;
    z-index: -1;
}
.program-kungfu > .program-kungfu-text {
    position: absolute !important;
    right: 6%;
    top: 41%;
}
.program-kungfu > .program-kungfu-img > img {
    width: 75%;
    position: relative;
    margin: 20px auto;
    display: block;
}
.wutes {
    width: 70%;
}
.wutes,
.wutes-mobile {
    margin: 50px auto;
}
.iniciantes {
    display: table;
    z-index: 3;
    background-color: #e6e6e6;
}
.iniciantes > .iniciantes-img {
    display: table;
}
.iniciantes > .iniciantes-img > div:nth-child(1) {
    position: relative;
    height: 585px;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
}
.iniciantes > .iniciantes-img > div > img {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
}
.iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(1) {
    position: absolute;
    width: 330px;
    height: 260px;
    left: calc(60% - 330px);
    top: calc(25% - 75px);
}
.iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(2) {
    position: absolute;
    width: 330px;
    height: 260px;
    left: 40%;
    bottom: calc(25% - 75px);
}
.iniciantes-background-border {
    position: absolute;
    border: 2px solid #c62b32;
    height: 280px;
    width: 330px;
    top: calc(50% - 140px);
    left: calc(50% - 165px);
    z-index: 0;
}
.img-kung-fu > img {
    width: 100%;
    position: relative;
    margin: 0 auto 30px auto;
    display: block;
}
.iniciantes-text > img {
    max-width: 70%;
}
.form-punho {
    z-index: -3;
    background: url(../imgs/bg-fale-conosco.jpg);
}
.form-punho > div > form {
    padding: 0 20px;
    color: #fff;
}
.form-control {
    border: 0 !important;
}
.form-input {
    height: 45px !important;
}
.send-button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 60px;
    margin: 20px auto;
    font-size: 12px;
    position: relative;
    display: block;
}
#punho-footer {
    background-color: #000;
    color: white;
    padding-top: 30px;
}
#punho-footer .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
#punho-footer .row {
    margin-bottom: 60px;
}
#punho-footer .navbar-brand {
    margin-top: 45px;
    height: 65px;
}
#punho-footer .footer-copyright p {
    margin: 10px !important;
    color: #ccc;
}
#punho-footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
#punho-footer h5 {
    font-size: 18px;
    color: white;
    font-weight: 300;
    margin-top: 30px;
}
#punho-footer h2 a {
    font-size: 50px;
    text-align: center;
    color: #fff;
}
#punho-footer a {
    color: #d2d1d1;
}
#punho-footer a:hover,
#punho-footer a:focus {
    color: white;
    text-decoration: none;
}
#punho-footer .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}
#punho-footer .social-networks img {
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
}
#punho-footer .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}
#punho-footer .social-networks a:hover {
    text-decoration: none;
}
#punho-footer .facebook:hover {
    color: #0077e2;
}
#punho-footer .google:hover {
    color: #ef1a1a;
}
#punho-footer .twitter:hover {
    color: #00aced;
}
#punho-footer img {
    margin: 0 auto;
}
#punho-footer .btn {
    color: white;
    background-color: #c62b32;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}
.content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    min-height: 200px;
}
#punho-footer {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
#map-container {
    height: 240px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
.modal-kids-body {
    display: table;
    padding: 30px 30px 15px 30px;
}
.modal-kids-img {
    width: 80px;
    display: block;
    margin: auto;
}
.iniciantes::before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -12px;
    z-index: 10;
    background: inherit;
    box-shadow: -25px 25px 0 #e6e6e6, 25px -25px 0 #e6e6e6;
}
.program-kungfu::before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -12px;
    z-index: 10;
    background: inherit;
    box-shadow: -25px 25px 0 #fff, 25px -25px 0 #fff;
}
.fancy-div-main {
    margin: 5% 0 0 0;
}
.p-fancy-button-main,
.fancy-button-main {
    margin: 15px auto 0 auto;
}
.fancy-button-main {
    display: block;
    position: relative;
    padding: 25px 15px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    color: #c62b32;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 2px currentcolor;
    box-shadow: inset 0 0 0 2px currentcolor;
    -webkit-transition: background 0.8s ease;
    transition: background 0.5s ease;
}
.fancy-button-main:hover {
    background: rgba(100, 0, 0, 0.03);
}
.button__horizontal-main,
.button__vertical-main {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    will-change: transform;
}
.button__horizontal-main::before,
.button__vertical-main::before {
    content: "";
    position: absolute;
    border: inherit;
}
.button__horizontal-main {
    --vertical-offset: calc(10px * -1);
    border-top: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
}
.button__horizontal-main::before {
    top: calc(var(--vertical-offset) - 2px);
    bottom: calc(var(--vertical-offset) - 2px);
    left: calc(var(--vertical-offset) * -1);
    right: calc(var(--vertical-offset) * -1);
}
.fancy-button-main:hover .button__horizontal-main {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.button__vertical-main {
    --horizontal-offset: calc(10px * -1);
    border-left: 2px solid currentcolor;
    border-right: 2px solid currentcolor;
}
.button__vertical-main::before {
    top: calc(var(--horizontal-offset) * -1);
    bottom: calc(var(--horizontal-offset) * -1);
    left: calc(var(--horizontal-offset) - 2px);
    right: calc(var(--horizontal-offset) - 2px);
}
.fancy-button-main:hover .button__vertical-main {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
@media (max-width: 992px) {
    .section-title > span:nth-child(1) {
        font-size: 2vmax;
    }
    .why {
        display: none;
    }
    .why-mobile {
        display: block;
    }
    .program-kungfu > .program-kungfu-text {
        right: 0;
        position: relative !important;
        padding: 30px !important;
    }
    .program-kungfu > .program-kungfu-img > img {
        width: 65%;
    }
    .section-title > span:nth-child(2) {
        font-size: 5vmax;
    }
    .program-kungfu > .program-kungfu-border {
        height: 55%;
    }
    .form-punho > div > form {
        padding: 0 20px;
    }
    .iniciantes-text > img {
        margin: 0 auto 25px auto;
        max-width: 90%;
    }
    .sections-main {
        position: relative;
        padding: 30px;
    }
    .program-kungfu-text > p {
        padding: 0 20px;
    }
    .slider-container .slider-content {
        width: 75%;
        height: 100%;
    }
    .slider-container .slider-right {
        left: calc(90% - 3px);
    }
    .slider-container .slider-left {
        right: calc(90% - 3px);
    }
    .iniciantes-img {
        padding: 40px 30px 60px 30px;
    }
    .dropdown .open {
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}
@media (min-width: 992px) {
    .kung-fu-div-p {
        padding: 20px 150px;
    }
    #carouselFull img {
        width: 100% !important;
        height: auto;
    }
    .iniciantes {
        height: calc(100% - 270px);
    }
    .iniciantes-img {
        top: -50px;
    }
    .iniciantes-text > .p-main {
        top: 55px;
        position: relative;
    }
    .iniciantes > .iniciantes-text > .p-main {
        margin: 14px 30px 14px 0 !important;
    }
    .iniciantes > .iniciantes-text > .p-main,
    .program-kungfu > .program-kungfu-text > p {
        margin: 14px 10px 14px 0 !important;
    }
    .program-kungfu > div:nth-child(1) {
    }
    .p-main {
        font-size: 1.5vmax;
    }
    .dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
    }
    .dropdown-menu {
        max-width: 200px;
    }
}
@media screen and (min-width: 767px) {
    .wutes-mobile {
        display: none !important;
    }
    .wutes {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    .wutes-mobile {
        display: block !important;
    }
    .wutes-2 {
        padding: 0 30px;
    }
    .program-kungfu {
        padding: 30px 10px !important;
    }
    .program-kungfu > div > p {
        padding: 0 20px;
    }
    .wutes {
        display: none !important;
    }
    .bottom-margin-form {
        margin-bottom: 15px;
    }
    #punho-footer > .container > .row > div > h2 > a > img {
        width: 50%;
        margin: 0 auto;
    }
    .navbar-brand {
        width: 135px;
        left: 10px;
    }
    .navbar-punho {
        background: linear-gradient(#000, #00000070, transparent) !important;
        padding-top: 10px;
        height: 14vh !important;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 35px !important;
        margin-left: 30px;
    }
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.8);
    }
    .modal-kids-img {
        width: 60px;
    }
}
@media screen and (max-width: 350px) {
    .iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(1),
    .iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(2) {
        width: 185px !important;
        height: 160px !important;
    }
    .iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(1) {
        left: calc(66% - 185px) !important;
        top: calc(55% - 160px) !important;
    }
    .iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(2) {
        left: 34% !important;
        bottom: calc(50% - 140px) !important;
    }
    .iniciantes-background-border {
        height: 160px !important;
        top: calc(50% - 95px) !important;
    }
    .iniciantes > .iniciantes-img > div:nth-child(1) {
        height: 250px !important;
    }
}
@media screen and (max-width: 560px) {
    .iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(1),
    .iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(2) {
        width: 200px;
        height: 170px;
    }
    .iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(1) {
        position: absolute;
        left: calc(63% - 200px);
        top: calc(30% - 90px);
    }
    .iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(2) {
        position: absolute;
        left: 38%;
        bottom: calc(30% - 90px);
    }
    .iniciantes-background-border {
        height: 200px;
        width: 220px;
        top: calc(50% - 110px);
        left: calc(50% - 110px);
    }
    .iniciantes > .iniciantes-img > div:nth-child(1) {
        height: 300px;
    }
    .slider-container .slider-left {
        right: 92%;
        top: 45%;
        font-size: 16px;
        padding: 3px 10px 3px 9px;
    }
    .slider-container .slider-right {
        left: 92%;
        top: 45%;
        font-size: 16px;
        padding: 3px 9px 3px 10px;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(1) {
        left: calc(61% - 300px);
        top: 13%;
        width: 300px !important;
        height: 240px !important;
    }
    .iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(2) {
        left: 40%;
        top: 46%;
        width: 300px !important;
        height: 240px !important;
    }
}
@media (min-width: 1500px) {
    .iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(1) {
        position: absolute;
        left: calc(60% - 400px);
        top: calc(27% - 160px);
        width: 400px !important;
        height: 320px !important;
    }
    .iniciantes > .iniciantes-img > div:nth-child(1) > img:nth-child(2) {
        position: absolute;
        left: 42%;
        bottom: calc(36% - 220px);
        width: 400px !important;
        height: 320px !important;
    }
    .iniciantes-background-border {
        height: 340px;
        width: 400px;
        top: calc(50% - 170px);
        left: calc(50% - 200px);
        z-index: 0;
    }
    .iniciantes-img {
        top: 50%;
    }
}
.fancy-button {
    margin: 0 auto;
}
.fancy-button {
    display: block;
    position: relative;
    padding: 25px 15px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 2px currentcolor;
    box-shadow: inset 0 0 0 2px currentcolor;
    -webkit-transition: background 0.8s ease;
    transition: background 0.5s ease;
}
.fancy-button:hover {
    background: transparent;
}
.button__horizontal,
.button__vertical {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    will-change: transform;
}
.button__horizontal::before,
.button__vertical::before {
    content: "";
    position: absolute;
    border: inherit;
}
.button__horizontal {
    --vertical-offset: calc(10px * -1);
    border-top: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
}
.button__horizontal::before {
    top: calc(var(--vertical-offset) - 2px);
    bottom: calc(var(--vertical-offset) - 2px);
    left: calc(var(--vertical-offset) * -1);
    right: calc(var(--vertical-offset) * -1);
}
.fancy-button:hover .button__horizontal {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.button__vertical {
    --horizontal-offset: calc(10px * -1);
    border-left: 2px solid currentcolor;
    border-right: 2px solid currentcolor;
}
.button__vertical::before {
    top: calc(var(--horizontal-offset) * -1);
    bottom: calc(var(--horizontal-offset) * -1);
    left: calc(var(--horizontal-offset) - 2px);
    right: calc(var(--horizontal-offset) - 2px);
}
.fancy-button:hover .button__vertical {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
html {
    height: 100%;
}
body {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
    overflow-x: hidden;
}
p {
    margin: 14px 0px !important;
    font-weight: 300;
}
.sections {
    position: relative;
    padding: 60px;
}
.section-title-red-bg > span,
.section-title-red-bg > span:nth-child(2)::after {
    color: #fff;
}
.section-title-red-bg > span:nth-child(2)::after {
    border-bottom: 2px solid #fff !important;
}
.section-title {
    width: fit-content;
    margin: 20px 20px 40px 20px;
}
.section-title > span {
    display: block;
}
.section-title > span:nth-child(1) {
    font-size: 18px;
    font-style: italic;
    line-height: 14px;
    font-weight: 200;
    margin: 0 20px;
}
.section-title > span:nth-child(2) {
    font-weight: 900;
    line-height: 45px;
    font-size: 60px;
}
.section-title > span:nth-child(2)::after {
    content: "";
    margin-top: 15px;
    display: block;
    float: right;
    width: 50%;
    border-bottom: 2px solid #c62b32;
}
.nav {
    font-weight: 300;
    letter-spacing: 1px;
}
.navbar-punho {
    background: linear-gradient(#000, transparent) !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: 20vh;
    margin: 0 !important;
    padding: 30px 0 20px 0;
    width: 100%;
    position: fixed !important;
    z-index: 100 !important;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
}
.navbar-punho a {
    color: #fff !important;
}
.scrolled-nav {
    padding-top: 10px !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    height: 60px !important;
    line-height: 60px !important;
}
.navbar-brand {
    position: relative;
    background: url(../imgs/logo.png);
    width: 200px;
    height: 70px !important;
    left: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.quem-somos::before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -12px;
    z-index: 10;
    background: inherit;
    box-shadow: -25px 25px 0 #1f1f1f, 25px -25px 0 #1f1f1f;
}
.quem-somos {
    padding-top: 120px !important;
    background-color: #1f1f1f;
}
.practice-p {
    font-weight: 100;
    text-align: center;
    margin: 20px 0 0 0 !important;
    letter-spacing: 1px;
}
.practice-2-p {
    letter-spacing: 1px;
    text-align: center;
    margin: 0 !important;
}
.practice-2-p > span {
    font-weight: 900;
}
#equipe::before {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -12px;
    z-index: 10;
    background: #E6E6E6;
    box-shadow: -25px 25px 0 #E6E6E6, 25px -25px 0 #E6E6E6;
}
.equipe-column {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 !important;
}
.equipe-column > ul {
    padding: 0;
    list-style-image: url("../imgs/list-style-img.png");
}
.equipe-column > ul > li {
    margin: 10px 60px;
}

.equipe-column > ul > p {
    margin: 10px 25px !important;
    text-align: justify;
    /*font-size: 1.2vmax !important;*/
}

.equipe-column > div {
    margin-bottom: 20px;
}
.equipe-column > div > img {
    padding: 0;
}
.equipe-item {
    display: table;
    background-color: #000;
    height: 30%;
    padding: 15px;
}
.equipe-item > img {
    position: absolute;
    left: calc(50% - 25px);
    top: -20px;
    background-color: #000;
    padding: 8px;
    border-radius: 100%;
}
.equipe-item > div {
    text-align: center;
    margin: 10px auto 10px auto;
}
.equipe-item > .name-item > span {
    color: #fff;
    display: block;
    text-align: center;
}
.equipe-item > .name-item > .title-item {
    font-weight: 700;
    font-size: 20px;
}
#punho-footer {
    background-color: #000;
    color: white;
    padding-top: 30px;
}
#punho-footer .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
#punho-footer .row {
    margin-bottom: 60px;
}
#punho-footer .footer-copyright p {
    margin: 10px !important;
    color: #ccc;
}
#punho-footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
#punho-footer h5 {
    font-size: 18px;
    color: white;
    font-weight: 300;
    margin-top: 30px;
}
#punho-footer h2 a {
    font-size: 50px;
    text-align: center;
    color: #fff;
}
#punho-footer a {
    color: #d2d1d1;
}
#punho-footer a:hover,
#punho-footer a:focus {
    color: white;
    text-decoration: none;
}
#punho-footer .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}
#punho-footer {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
#map-container {
    height: 240px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .section-title > span:nth-child(1) {
        font-size: 2vmax;
    }
    .img-praticas-internas > img {
        width: 70%;
    }
    .section-title > span:nth-child(2) {
        font-size: 5vmax;
    }
    .sections {
        position: relative;
        padding: 30px;
    }
}
@media (min-width: 992px) {
    p {
        font-size: 1.3vmax;
    }
}
@media screen and (min-width: 992px) and (max-width: 1048px) {
    .equipe-item {
        height: 33%;
    }
}
@media screen and (max-width: 560px) {
    .equipe-column > ul > li {
        margin: 10px 20px;
    }
}
@media screen and (max-width: 380px) {
    .equipe-item > div {
        margin: 6px auto 0px auto;
    }
    .equipe-item > .name-item {
        margin: 0px auto 0px auto;
    }
    .equipe-item > .name-item > span {
        font-size: 12px !important;
    }
}
@media screen and (min-width: 1600px) {
    .equipe-item > img {
        width: 100px;
        height: 100px;
    }
    .equipe-item > div {
        margin: 50px auto 0px auto;
    }
    .equipe-item > .name-item {
        margin: 20px auto 0px auto;
    }
    .equipe-item > div > img {
        height: 20px;
        width: 20px;
    }
    .equipe-item > .name-item > .title-item {
        font-size: 40px;
    }
    .equipe-item > .name-item > span {
        font-size: 30px;
    }
    .equipe-item > img {
        left: calc(50% - 50px);
        top: -40px;
        background-color: #000;
        padding: 15px;
        border-radius: 100%;
    }
}
@media screen and (max-width: 560px) {
    .img-praticas-internas > img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #punho-footer > .container > .row > div > h2 > a > img {
        width: 50%;
        margin: 0 auto;
    }
    .navbar-brand {
        width: 135px;
        left: 10px;
    }
    .navbar-punho {
        padding-top: 10px;
    }
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.8);
    }
}
