/* COBRA CAPOEIRA｜ONLINE */

body {
    background-image: none;
    background-color: #000;
    }

a:link { text-decoration: none; }


/* mv -------------------------------------------------- */

#mv {
    position: relative;
    height: 100vh;
    margin: 0px auto 0px;
    background-image: url(video/mv-leopard-01-poster.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

#mv h1 {
    position: relative;
    z-index: ;
    margin: 40vh auto 0px;
    font-size: 120px;
    text-align: center;
    letter-spacing: 0.1em;
    /* -webkit-text-stroke: 2px #fff; */
    line-height: 1em;
    color: #fff;
    }

#mv h1 div {
    margin-top: -4px;
    font-size: 0.22em;
    font-weight: 500;
    letter-spacing: 0.4em;
    line-height: 0.8em;
    }

#mv .h1-sub {
    margin: 40px auto 0px;
    letter-spacing: 0.2em;
    text-align: center;
    }

#mv::after {
    z-index: ;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(50,60,80,0.0);
    background-image: radial-gradient(#000 30%, transparent 31%), radial-gradient(#000 30%, transparent 31%);
    background-size: 2px 2px;
    background-position: 0 0, 2px 2px;
    }

#mv video {
    z-index: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0%);
    }

.mv-logo {
    z-index: 4!important;
    position: relative;
    border: 0px solid #fff;
    background-image: url(img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 350px;
    margin: calc(50vh - 0px) auto 0px;
    font-size: 0px;
    color: transparent;
    }

.title-box {
    z-index: 2!important;
    position: relative;
    margin-top: 35vh;
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1));
    animation: title-light 4s ease-in-out infinite;
    }

@keyframes title-light {
    0% { filter: drop-shadow(0px 0px 0px rgba(255,255,255,1)); }
    50% { filter: drop-shadow(0px 0px 8px rgba(255,255,255,1)); }
    100% { filter: drop-shadow(0px 0px 0px rgba(255,255,255,1)); }
    }

.title {
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald",sans-serif;
    font-size: 80px;
    font-weight: 600;
    color: transparent;
    letter-spacing: 2px;
    line-height: 1.2em;
    -webkit-text-stroke: #fff 1.2px;
    }

.title-sub {
    text-transform: uppercase;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1em;
    letter-spacing: .3em;
    text-indent: 1.3em;
    }

.scroll {
    z-index: 10!important;
    position: absolute; bottom: -2vh; left: 50%;
    background-color: #fff;
    width: 0.5px;
    height: 100px;
    animation: scroll ease-in-out 2.8s infinite;
    }

@keyframes scroll {
 0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    50%{
        transform-origin: top;
        transform: scaleY(1);
    }
    51%{
        transform-origin: bottom;
        transform: scaleY(1);
        opacity: 1;
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
        opacity: 0;
    }
    }

/* BOTTOM-NOW -------------------------------------------------- */

.bottom-now-cnt {
    z-index: 50;
    position: relative;
    opacity: 0;
    transition: opacity 1s;
    }

.bottom-now-cnt.visible {
    z-index: 50;
    opacity: 1;
    }

.bottom-now-cnt a {
    text-decoration: none;
    }

.bottom-now {
    z-index: 20;
    position: fixed; bottom: 0px; right: 10px;
    box-sizing: border-box;
    border-radius: 20px 20px 0px 0px;
    background: rgba(255,255,255,0.15);
    height: auto;
    width: 240px;
    max-width: 50%;
    padding: 10px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    color: #eaafc8;
    box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 10px, rgba(101, 119, 134, 0.15) 0px 0px 3px 1px;
    text-decoration: none;
    }

.bottom-now:hover {
    padding-bottom: 15px;
    background: rgba(255,255,255,0.4);
    box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 30px, rgba(255, 255, 255, 0.4) 0px 0px 5px 1px;
    }

.bottom-now .text {
    font-size: 15px;
    text-align: center;
    margin: 0px 0px 5px 0px;
    color: #fff;
    }

.arrow {
    display: inline-block;
    animation: arrow 2.5s infinite ease-in-out;
    }

@keyframes arrow {
    0% { transform: translateX(0px); }
    50% { transform: translateX(3px); }
    100% { transform: translateX(0px); }
    }

.bottom-now .email {
    display: block;
    box-sizing: border-box;
    border-radius: 10px;
    border: 0px solid #fff;
    background-color: #654ea3;
    background: linear-gradient(50deg, #654ea3, #eaafc8);
    width: 100%;
    padding: 10px;
    margin: 0px auto 0px auto;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    }

/* main -------------------------------------------------- */

main {
    position: relative;
    background-color: #111216;
    background: linear-gradient( 180deg, #111216, #121626 );
    background-image: url(img/bg-abstract-01.jpg);
    padding: 0px 0px 0px;
    margin: 0px auto;
    }

#index main {
    overflow: hidden;
    /* border-top: 1px #fff solid; */
    }

#index section {
    z-index: 0;
    position: relative;
    margin: 60px auto 150px auto;
    }

#index section:hover h3 {
    letter-spacing: 4px;
    border-bottom: 0.5px solid #fff;
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1));
    transition: .4s;
    }

/*
#index section:hover h3::after {
    z-index: -1;
    content: "WORKS";
    opacity: 0.5;
    position: absolute; top: 1; left: 1;
    border-bottom: px solid #fff;
    -webkit-text-stroke: #22ccff 2px;
    letter-spacing: 4px;
    filter: none;
    transition: .4s;
    }
*/



.btn {
    display: block;
    box-sizing: border-box;
    border-radius: 16px;
    border-top: 4px solid #475763;
    border-bottom: 4px solid #1e252b;
    border-left: 4px solid #394854;
    border-right: 4px solid #1e252b;
    outline: 2px solid #1e252b;
    background-color: #2ba9d6;
    background: linear-gradient(-20deg, pink, #222b30);
    background: url(img/bg-pattern-04.png),linear-gradient(-10deg, #0d1114, #222b30 );
    width: 420px;
    padding: 12px 0px 12px 0px;
    margin: 0px auto 0px auto;
    font-family: "Orbitron", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.8em;
    text-align: center;
    color: #ff9021!important;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.8), 0px 0px 8px rgba(0,0,0,0.8);
    transition: 0.6s;
    }

.btn:hover {
    text-shadow: 0px 0px 10px rgba(255,255,255,0.2);
    }

.backtotop {
    margin-top: 100px;
    }

/* WHAT -------------------------------------------------- */

/* 上：　ccad99 805e4a 997054 b38664 中： b3947d ｜下： b89c8a
cca485　→サイド上げ： cc9c7a  →明るく：  d6a481
bd8f71
b38664  少しくすんでるから改善したい。
b3825f  25°, 47%, 70%
*/

#what {
    background: url(img/bg-pattern-04.png),linear-gradient(-12deg, #d6a481, #b3825f);
    background-size: 600px, 100%;
    background-position: center 0px;
    background-attachment: none;
    background-repeat: repeat;
    background-color: #bd8f71;
    }

#what .section-inner { position: relative; }

#what h2 {
    text-align: center;
    }

#what h2 div {
    display: block;
    margin: 0px;
    line-height: 1.6em;
    }

#what .f-big {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.6em;
    }

#what .f-mid {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6em;
    }

#what .f-normal {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    }

.center { text-align: center; }
.left { text-align: left; }

.what-videos {
    position: relative; left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    background-color: #111;
    width: 100vw;
    padding: 50px 0px;
    margin: 10px auto 50px auto;
    }

.what-video {
    display: block;
    width: 33%;
    height: 300px;
    }

#what .line {
    border-radius: 1px;
    background-color: #fff;
    height: 4px;
    width: 150px;
    margin: 20px auto 50px;
    }

.box600 {
    width: 700px;
    margin: 0px auto 0px auto;
    line-height: 2.4em;
    }

#what .intro {
    font-size: 18px;
    text-align: left;
    line-height: 2em;
    }

/* CHOOSE: REAL / ONLINE -------------------------------------------------- */

#choose {
    display: flex;
    background-color: #111214;
    padding: 0px;
    color: #fff;
    }

#choose a {
    display: block;
    text-decoration: none;
    }

#choose a:hover {
    text-shadow: none;
    }

#choose .ct {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 3%;
    transition: 3s;
    }

#choose .ct:hover {
    width: 100%;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    }

#choose .real {
    background-color: #111214;
    background: linear-gradient(-20deg, #212224, #111214, #000);
    background-image: url(img/bg-robot-01.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;   
    }

#choose .online {
    background-color: #777782;
    background: linear-gradient(-45deg, #f8faff, #777782);
    background-image: url(img/bg-abstract-01.jpg);
    background-size: cover;
    background-position: center;
    height: 600px;
    color: #fff;   
    }
/*
#choose .online a:link { color: #777;}
#choose .online a:visited { color: #777;}
#choose .online a:hover { color: #777;}
#choose .online a:active { color: #777;}
*/

#choose .box {
    border: 0px dotted #aaa;
    margin: 100px auto 0px auto;
    width: 100%;
        max-width: 1400px;
    line-height: 1.5em;
    }

#choose .text-top {
    font-family: "Orbitron", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    }

#choose .text-main {
    font-family: "Orbitron", sans-serif;
    font-size: 68px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1em;
    }

#choose .text-sub {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    }

#choose .text-info {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    }

#choose .btn {
    position: absolute; bottom: 120px; right: 120px;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #2ba9d6;
    background: linear-gradient(-20deg, pink, #5C258D);
    background: url(img/bg-pattern-04.png),linear-gradient(50deg, #654ea3, #eaafc8);
    border: 0px solid #fff;
    width: 240px;
    padding: 12px 0px 12px 20px;
    margin: 50px 0px 0px auto;
    font-family: "Orbitron", sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.8em;
    text-align: center;
    transition: 0.6s;
    }

#choose .btn span {
    margin-left: 8px;
    font-size: 0.8em;
    vertical-align: top;
    }

#choose .ct:hover .btn {
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.4), 0px 0px 10px rgba(255, 255, 255, 0.4) inset;
    }


/* SECTIONS -------------------------------------------------- */

#capoeira {
    background-color: #000;
    background-image: url(img/bg-robot-01-black.jpg);
    background-size: cover;
    }

#athleticism {
    background-color: #000;
    background-image: url(img/bg-what.jpg);
    background-size: cover;
    }

section h2 {
    margin-bottom: 0px;
    }

section .intro {
    position: relative;
    box-sizing: border-box;
    border-radius: 21px;
    border-top: 2px solid #181818;
    border-left: 2px solid #18191a;
    border-bottom: 2px solid #4a4d56;
    border-right: 2px solid #4b4d56;
    background-image: url(img/bg-robot-01-blac.jpg);
    background-color: rgba(0,2,5,0.8);
    background-size: cover;
    background-position: center;
    width: 100%;
        max-width: 930px;
    height: px;
    padding: 40px;
    margin-bottom: 2%;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    text-align: left;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 4px rgba(255,255,255,0.1), 5px 5px 5px rgba(0,0,0,0.5) inset;
    transition: 0.6s; 
    }

section .intro p {
    position: relative;
    z-index: 4;
    }

section .intro::after {
    z-index: 3;
    content: "";
    position: absolute; top: 0; left: 0;
    background: rgba(0,4,15,0.0);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    }


/* ATHLETICISM -------------------------------------------------- */

#athleticism h2 {
    color: rgba(0,10,20,0.7);
    }

#athleticism .intro {
    overflow: hidden;
    border-top: 2px solid #888;
    border-left: 2px solid #888;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    background: rgba(230,230,232,0.8);
    /* background-image: url(img/c00.jpg), linear-gradient(rgba(220,220,220,0.9), rgba(220,220,220,0.9) 90deg)!important; */
    background-position: center top;
    box-shadow: 2px 2px 4px rgba(255,255,255,0.5), 5px 5px 5px rgba(0,0,0,0.2) inset;
    color: #00101a;
    text-shadow: 0px 0px 5px rgba(255,255,255,0.8);
    }

#athleticism .intro::after {
    z-index: 0;
    position: absolute; top: -100%; left: -20%;
    border-radius: 0px;
    background: rgba(255,255,255,0.4);
    width: 50%;
    height: 400%;
    transform: rotate(30deg);
    }

/* COURSES -------------------------------------------------- */

.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start ;
    gap: 1.3333333%;
    }

.flexbox a:link { text-decoration: none; }

.course {
    position: relative;
    box-sizing: border-box;
    border-radius: 20px;
    border-top: 1px solid rgba(240,255,255,0.4);
        border-left: 1px solid rgba(240,255,255,0.4);
        border-bottom: 1px solid rgba(0,0,0,0.4);
        border-right: 1px solid rgba(0,0,0,0.4);
    background-color: #000;
    background-image: url(img/bg-abstract-01.jpg);
    background-size: cover;
    background-position: center;
    width: 24%;
    height: 480px;
    padding: 20px;
    margin-bottom: 1.33333%;
    text-align: center;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.6);
    transition: 0.6s;
    }

.course:hover {
    box-shadow: 0px 0px 40px rgba(210,240,255,0.5),0px 0px 40px rgba(210,240,255,0.5) inset;
    transform: translateY(-10px);
    }

.overlay-gradient {
    position: absolute; top: 0px; left: 0px;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0.1), rgba(0,0,0,0) );
    width: 100%;
    height: 100%;
    }

.course-box-info {
    position: relative;
    z-index: 2;
    border: 0px dotted #fff;
    border-radius: 20px;
    }

.course .code {
    position: relative;
    z-index: 2;
    margin-top: 250px;
    font-family: "Cute Font", sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 0.8em;
    }

.course .title-top {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    }

.course .title-main {
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    margin-bottom: 15px;
    }

.course .info {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    }

.cs {
    display: block;
    opacity: 1;
    filter: blur(0px) ;
    }

.cs::after {
    z-index: 4;
    content: "COMING SOON";
    position: absolute; top: 150px; left: 0;
    width: 100%;
    font-family: "Cute Font", sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: #fff;         /* cc0a35 ac3344 */
    text-shadow: 0px 0px 10px rgba(250,100,200,0.9);
    line-height: 0.7em;
    text-align: center;
    }

.cs::before {
    z-index: 3;
    content: "";
    position: absolute; top: 0; left: 0;
    background: rgba(150,10,220,0.5);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    }

.locked {
    border-top: 1px solid #47484a;
    border-left: 1px solid #37383a;
    border-bottom: 1px solid #181818;
    border-right: 1px solid #18191a;
    border-radius: 21px;
    }

.locked::after {
    z-index: 4;
    content: "LOCKED";
    position: absolute; top: 150px; left: 0;
    width: 100%;
    font-family: "Cute Font", sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: #fff;         /* cc0a35 ac3344 */
    text-shadow: 0px 0px 10px rgba(50,150,200,0.9);
    line-height: 0.7em;
    text-align: center;
    }

.locked::before {
    z-index: 3;
    content: "";
    position: absolute; top: 0; left: 0;
    background: rgba(5,15,30,0.84);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    }

.cs-secret {
    border-top: 1px solid #47484a;
    border-left: 1px solid #37383a;
    border-bottom: 1px solid #181818;
    border-right: 1px solid #18191a;
    border-radius: 21px;
    }

.cs-secret::after {
    z-index: 4;
    content: "LOCKED";
    position: absolute; top: 150px; left: 0;
    width: 100%;
    font-family: "Cute Font", sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: #fff;         /* cc0a35 ac3344 */
    text-shadow: 0px 0px 10px rgba(100,225,255,0.9);
    line-height: 0.7em;
    text-align: center;
    }

.cs-secret::before {
    z-index: 3;
    content: "";
    position: absolute; top: 0; left: 0;
    background: rgba(0,5,15,0.88);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    }

.c04 { background-image: url(img/c04.jpg); }
.c03 { background-image: url(img/c03.jpg); }
.c02 { background-image: url(img/c02.jpg); }
.c01 { background-image: url(img/c01.jpg); }
.c00 { background-image: url(img/c00.jpg); }




/* ABOUT -------------------------------------------------- */

#about {
    background-image: url(img/mv.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0px;
    margin: 0px auto;
    font-weight: 500;
    color: #fff;
    text-shadow: #fff 0px 0px 0px;
    }

#about:hover h2 {
    text-shadow: #fff 0px 0px 10px;
    }

#about .section-inner {
    /* background-color: rgba(245,235,225,0.9);*/
    padding: 50px 100px 50px;
    margin: 0px auto;
    box-sizing: border-box;
    }

#about .section-main {
    display: ;
    font-size: 16px;
    line-height: 2em;
    }

#about .about-top-flex {
    display: flex;
    }

.about-img {
    flex-shrink: 0;
    overflow: hidden;
    float: ;
    display: block;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #000;
    background-image: url(img/logo.png);
    background-size: cover;
    background-position: center;
    width: 400px;
    height: 400px;
    margin: 0px 50px 20px 0px;
    transition: .4s;
    }

#about:hover .about-img {
	box-shadow: 0px 0px 2px #fff, 0px 0px 10px #fff, 0px 0px 30px #fff;
    }

.about-slogan {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.4em;
    }

#about h3 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    }

#about h4 {
    position: relative;
    padding-left: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 30px 0px 0px 0px;
    }

#about h4::before {
    content: "";
    display: block;
    border: 0px solid #ccc;
    position: absolute; left: -10px; top: -12px;
    background-image: url(img/dot-berimbau-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    animation: berimbau 3s ease-in-out infinite;
    }

@keyframes berimbau {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(-15deg); }
    100% { transform: rotate(0deg); }
    }


/* STAGE -------------------------------------------------- */

#stage {
    background-color: #43176e;
    }

.stages {
    margin: 30px 0px 50px 0px;
    }

.stage {
    display: flex;
    background-color: #000;
    box-sizing: border-box;
    height: 350px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    text-align: center;
	font-family: "Quantico", sans-serif;
	font-weight: 700;
	font-size: 35px;
	letter-spacing: 0.02em;
    line-height: 1em;
    transition: .4s;
    }

.stage:hover {
    box-shadow: 0px 0px 30px 0px #fff, inset 0px 0px 20px 0px #fff;
    }

.stage01 { background-image: url(img/mv.jpg); }
.stage02 { background-image: url(img/mv.jpg); }
.stage03 { background-image: url(img/mv.jpg); }
.stage04 { background-image: url(img/mv.jpg); }
.stage05 { background-image: url(img/mv.jpg); }

.stage-box-left {
    box-sizing: border-box;
    border: 0px solid #fff;
    width: 50%;
    height: 100%;
    padding: 20px;
    text-align: left;
    line-height: 1em;
    }

.stage-number {
    -webkit-text-stroke: 0.02em #fff;
    color: transparent;
    font-size: 44px;
    line-height: 1em;
    }

.stage-name {
    font-size: 42px;
    text-align: left;
    line-height: 1em;
    }

.stage-box-right {
    border: 0px solid #fff;
    width: 50%;
    height: 100%;
    }

.map {
    border: 0px solid #fff;
    position: ;
    z-index: ;
    display: block;
    width: 100%;
    height: 100%;
    }

#stage .flexbox {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    }

.flexbox .stage {
    display: block;
    height: 550px;
    width: 32%;
    }

.flexbox .stage-box-left {
    position: relative;
    box-sizing: border-box;
    border: 0px solid #fff;
    width: 100%;
    height: 250px;
    padding: 20px;
    }

.flexbox .stage-box-right {
    border: 0px solid #fff;
    width: 100%;
    height: 300px;
    }


/* CHARACTER -------------------------------------------------- */

#character {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(img/character-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 950px;
    }

#character .section-inner { border: 0px solid #fff; }
#character .section-main { border: 0px dashed #fff444; }

#character h2 {
    z-index: 10;
    position: relative;
    }

#character::before {
    content: "";
    z-index: -1;
    position: absolute; top: 120; left: -20%; right: 0;
    background-color: #43176e;
    background: linear-gradient(40deg, #5C258D, #2ba9d6);
    height: 0px;
    width: 150%;
    transform: rotate(0deg);
    transition: .4s;
    }

#character:hover::before {
    height: 0px;
    transform: rotate(-6deg);
    }

.character-fight {
    opacity: 0.5;
    z-index: 0;
    position: absolute; top: 280px; right: -350px;
    border: 0px solid #fff;
    height: ;
    width: ;
	font-family: "Quantico", sans-serif;
    font-size: 340px;
    font-weight: 900;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    transform: rotate(90deg);
    transition: .4s;
    }

#character:hover .character-fight {
    opacity: 1;
    }


.box-left {
    position: relative;
    z-index: 10;
    border: 0px solid #fff;
    }

.name {
    z-index: 1;
    position: relative;
	font-family: "Quantico", sans-serif;
	font-weight: 900;
	font-size: 140px;
    line-height: 1em;
	letter-spacing: -0.04em;
    margin: 50px 0px 30px 0px;
    transition: .4s;
    }

#character:hover .name {
	text-shadow: 0px 0px 5px rgba(255,255,255,0.6), 0px 0px 10px rgba(255,255,255,0.8), 0px 0px 30px #88aaff;
	}

/* .name::after {
    content: "DRAGÃO";
    z-index: -1;
    color: #5588ee;
    position: absolute; top: 5; left: 8;
    }
*/

.intro {
    margin: 0px 0px 20px 0px;
    line-height: 1.6em;
    font-size: 15px;
    font-weight:;
    letter-spacing: 0.03em;
    }

.character-info {
    font-size: 14px;
    }

#character .row {
    margin: 0 0 2 0;
    }

#character .row div {
    display: inline-block;
    background-color: #000;
    width: 100px;
    padding: 0px 10px;
    margin: 0px 20px 4px 0px;
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    }

.character-image {
    z-index: 1;
    position: absolute; top: -300px; left: calc(50% - 550px);
    border: 0px solid #fff;
    background-image: url(img/profile-dragao.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 1200px;
    width: 1200px;
    }

.character-profile-img {
    background-image: url(img/dragao-1.jpg);
    background-size: 130%;
    background-position: -16px 0px;
    border-radius: 800px;
    width: 180px;
    height: 180px;
    margin: 30px 0px 20px 20px;
    box-shadow: 0px 0px 8px #fff, 0px 0px 30px #bb88ee;
    transform: rotate(20deg);
    transition: .6s;
    }

.character-profile-img:hover {
    box-shadow: 0px 0px 16px #fff, 0px 0px 30px #bb99ee, 0px 0px 40px #bb99ee;
    transform: rotate(380deg);
    }

#character .character-message-title {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 700;
    }

#character .character-message {
    margin-top: 5px;
    width: 460px;
    font-size: 14px;
    }



/* TRAINING -------------------------------------------------- */

.training-info {
    font-size: 14px;
    margin: 20px 0px 50px 0px;
    }

#training .row {
    margin: 0 0 4 0;
    font-size: 16px;
    font-weight: 500;
    }

#training .row div {
    display: inline-block;
    background-color: #000;
    width: 100px;
    padding: 0px 10px;
    margin: 0px 20px 4px 0px;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    }

.training-flow {
    margin: 20px 0px 50px 0px;
    }

.step {
    display: flex;
    align-items: center;
    border: 0px dotted #fff;
    margin: 0px 0px 4px 0px;
    }

.step-nr {
    background-color: rgba(0,0,0,1);
    width: 130px;
    padding: 4px 20px;
    margin: 0px 10px 0px 0px;
    font-family: "Quantico", sans-serif;
    -webkit-text-stroke: 0.025em #fff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1em;
    color: transparent;
    text-align: left;
    }

.step :last-child {
    font-weight: ;
    }

/* PRICE -------------------------------------------------------------------------- */

#price {
    padding-top: 0px;
    }

#price h2 {
    width: 90vw;
        max-width: 1400px;
    padding: 50px 0px;
    margin: 0px auto 0px;
    }

#price .shop {
    background: rgba(0,0,0,0.0);
    background-image: url(img/price-shop-bg.jpg);
    background-size: 2200px;
    background-position: center bottom;
    background-repeat: repeat-x;
    width: 100vw;
        min-width: 100vw;
    height: px;
    padding: 0px;
    margin-left: calc( vw);
    }

#price .shop-inner {
    position: relative;
    background: rgba(255,255,255,0.0);
    width: 100%;
        max-width: 1400px;
    height: 600px;
    margin: 0px auto;
    padding: 30px 0px 0px 0px;
    }

#price .items {
    z-index: 10;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: ;
    background: rgba(255,255,255,0.0);
    width: 75%;
    padding: 30px 30px 0px 0px;
    }

#price .item {
    display: block;
    width: 20%;
    margin-bottom: 10px;
    transition: .6s;
    }

#price .box {
    width: 48%;
    margin-bottom: 0px;
    }

.cr {
    padding: 10px;
    }

#price .item .img {
    border: 0px solid #fff;
    border-radius: 100%;
    background-color: #faf4ed;
    background-size: contain;
    background-position: center;
    width: 140px;
        min-width: 140px;
    height: 140px;
    margin: 0 auto;
    transition: .6s;
    }

#price .item .title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 4px #000, 0px 0px 10px #000;
    -webkit-text-stroke: 0px;
    margin-bottom: 10px;
    }

#price .item .fee {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.08em;
    }

.trial { background-image: url(img/price-ticket-01.jpg); }
.member { background-image: url(img/price-member-01.jpg); }

.price-ex {
    opacity: 0.7;
    display: inline-block;
    margin: 0px 0px 40px 80px;
    font-size: 13px;
    }

#price .infobox { margin-top: 50px; }

#price .item:hover .img {
    box-shadow: 0px 0px 10px #ffc14d, 0px 0px 50px #ff8000; /* ccddff aaddff */
    transform: scale(1.1);
    } 

/* STAFF ----------------------- */

#price .shop .staff {
    z-index: 2;
    position: absolute; right: 0px; bottom: 0px;
    border: 0px solid #fff;
    background-image: url(img/price-staff-body.png);
    background-size: 400px;
    background-position: right 279px;
    background-repeat: no-repeat;
    width: 700px;
    height: 500px;
    }

#price .shop .staff-head {
    z-index: 0;
    position: absolute; right: 84px; top: 55px;
    border: 0px solid #fff;
    background-image: url(img/price-staff-head.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 245px;
    height: 245px;
    animation: staff-head 6s infinite ease-in-out;
    transform-origin: center bottom;
    }

@keyframes staff-head {
    0% { transform: rotate(0deg); }
    30% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
    }

#price .shop .staff-arm {
    z-index: 0;
    position: absolute; right: 360px; bottom: 3px;
    border: 0px solid #fff;
    background-image: url(img/price-staff-arm.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 170px;
    height: 170px;
    animation: staff-arm 6s infinite ease;
    transform-origin: 150px 150px;
    }

@keyframes staff-arm {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(20deg); }
    66% { transform: rotate(-40deg); }
    100% { transform: rotate(0deg); }
    }

#price .shop .staff-hand {
    z-index: 0;
    position: absolute; left: -36px; top: -97px;
    border: 0px solid #fff;
    background-image: url(img/price-staff-hand.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    animation: staff-hand 4s infinite ease;
    transform-origin: 100px 110px;
    }

@keyframes staff-hand {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(50deg); }
    66% { transform: rotate(-30deg); }
    100% { transform: rotate(0deg); }
    }


/* STAFF:end ----------------------- */

#price .shop .counter {
    border: 0px solid #fff;
    background-color: #000;
    background-image: url(img/price-shop-counter.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: repeat-x;
    width: 100vw;
    height: 350px;
    }

#price .price {
    font-size: 20px;
    font-weight: 600;
    color: #ff8000;
    margin: 0px 5px;
    }

#price .staff-voice {
    z-index: 20;
    opacity: 0;
    position: absolute; top: 240px; right: 40px;
    border-radius: 40px;
    border: 2px solid #000;
    background: rgba(0,10,30,0.8);
    width: 480px;
    height: auto;
    padding: 30px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #eee;     /* 825c40 */
    box-shadow: 0px 0px 10px #fff, 0px 0px 30px #fff;
    transition: .4s;
    }

#price .staff-voice::after {
    content: "";
    position: absolute; right: -35px; top: 35%;
    border: 0px solid #fff;
    background: rgba(0,10,30,0.8);
    width: 35px;
    height: 40px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    /* transform: rotate(0deg); */
    box-shadow: 0px 0px 10px #fff, 0px 0px 30px #fff;
    }

#price .item:hover .staff-voice {
    display: ;
    opacity: 1;
    transition: .4s;
    }

#price .staff-talk {
    position: relative;
    border-radius: 20px;
    background: rgba(0,0,0,0.4);
    width: 300px;
    padding: 20px 20px;
    margin: -10px 0px 0px 40px;
    font-size: 16px;
    }

#price .staff-talk .item {
    cursor: pointer;
    width: 100%;
    text-shadow: 0px 0px 10px #000, 0px 0px 20px #000;
    }

#price .staff-talk .item:hover {
    /* transform: translateX(5px);*/
    padding-left: 5px;
    color: #ff8000;
    }

#price .staff-talk .staff-voice {
    z-index: 20;
    position: absolute; left: 450px; top: -200px;
    }

#price .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }

#price .flexbox .box {
    width: 48%;
    }

#price .flexbox p {
    margin-bottom: 50px;
    }


/* CLOTHING -------------------------------------------------- */

.cloth-cnt {
    border: 0px solid #fff;
    margin-bottom: 50px;
    }

.cloth-flexbox {
    display: flex;
    justify-content: space-between;
    }

.cloth-box {
    display: flex;
    justify-content: space-between;
    border: 0px solid #fff;
    width: 48%;
    margin: 10px 0px 30px 0px;
    }

.cloth {
    width: 200px;
    }

.cloth .img {
    border-radius: 100%;
    border: 0px solid #fff;
    background-color: #000;
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 200px;
    transition: .6s;
    cursor: pointer;
    }

.cloth:hover .img {
    box-shadow: 0px 0px 10px #fff, 0px 0px 30px #aaeeff, 0px 0px 15px inset;
    transform: scale(1.1);
    }

.cloth .tshirt { background-image: url(img/clothing-tshirt.jpg);
    background-size: 250px!important;
    background-position: center bottom;
    }

.cloth .pants { background-image: url(img/clothing-pants.jpg);
    background-size: px!important;
    background-position: center bottom;
    }

.cloth .sneakers { background-image: url(img/clothing-sneakers.jpg);}

.cloth .bag { background-image: url(img/clothing-backpack.jpg);}
.cloth .towel { background-image: url(img/clothing-towel.jpg);}
.cloth .drink { background-image: url(img/clothing-drink.jpg);}

.cloth .title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    -webkit-text-stroke: 0px;
    text-align: center;
    margin-top: 10px;
    }

.cloth-box-right {
    border: 0px solid #fff;  
    width: 48%;
    }

.cloth-info {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8em;
    margin-top: px;
    }

.cloth-info-note {
    border-top: 0.5px solid #fff;
    font-size: 0.85em;
    line-height: 1.8em;
    padding-top: 10px;
    margin-top: 30px;
    }


/* RESERVATION -------------------------------------------------- */

#reservation {
    background: url(img/bg-pattern-04.png),linear-gradient(0deg, #654ea3, #eaafc8);
    background-size: 500px, 100%;
    background-position: center 0px;
    background-attachment: none;
    background-repeat: repeat, no-repeat;
    }

#reservation a { text-decoration: none; }

#reservation p {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 40px;
    }

.email {
    display: block;
    border-radius: 500px;
    border: 0px solid #fff;
    background: #000;
    width: 640px;
    padding: 50px 50px;
    margin: 0px auto 30px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: transparent;
    /* box-shadow: 0px 0px 20px 1px #fff, 0px 0px 3px 1px #fff inset; */
    }

.email span {
    background: linear-gradient(50deg, #eaafc8, #654ea3); /* 654ea3 */
    color: transparent;
    background-clip: text;
    }

#reservation .note {
    margin: 50px 0px 0px 0px;
    font-size: 12px;
    text-align: center;
    }


/* VOICE -------------------------------------------------- */

#voice {
    background-image: url(img/photo-palms2.jpg);
    background-position: bottom;
    background-size: cover;
    background-attachment: ;
    text-shadow:  0px 0px 0px;
    }

#voice {
    background: url(img/bg-pattern-04.png),linear-gradient(20deg, #b58c64, #edccab );
    background-size: 500px, 100%;
    background-position: center 0px;
    background-attachment: none;
    background-repeat: repeat, no-repeat;
    }

#voice .section-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

.voice {
    display: flex;
    width: 48%;
    margin: 0px 0px 50px 0px;
    }

.voice-person {

    }

.voice-person-img {
    border: 2px solid #faf4ed;
    border-radius: 100%;
    background-size: cover;
    background-color: #faf4ed;
    background-position: center top;
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
    transition: .4s;
    }

.voice-person-info {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    }

.voice .girl01 { background-image: url(img/voice-girl-01.jpg); }
.voice .woman01 { background-image: url(img/voice-woman-01.jpg); }
.voice .man01 { background-image: url(img/voice-man-01.jpg); background-position: center; }
.voice .man02 { background-image: url(img/voice-man-02.jpg); }

.voice .text {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 40px;
    border: 2px solid #825c40;
    background: #faf4ed;
    color: #825c40;
    padding: 30px;
    margin: 0px 0px 0px 20px;
    font-size: 16px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    transition: .4s;
    }

.voice .text::after {
    content: "";
    position: absolute; left: -12px; top: 75px;
    border-bottom: 2px solid #825c40;
    border-left: 2px solid #825c40;
    background: #faf4ed;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    }

.voice .text:hover {
    transform: scale(1.06);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    }

.voice:hover .voice-person-img {
    box-shadow: 0px 0px 20px #fff;
    }

/* Q&A -------------------------------------------------- */

#qa .section-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

#qa h2 {
    margin-bottom: 40px;
    }

.qa-box {
    width: 47%;
    margin-bottom: 40px;
    }

#qa h3 {
    line-height: 1.3em;
    transition: .4s;
    border-bottom: 1px solid transparent;
    }

#qa h3::before {
    content: "Q";
    display: inline-block;
    border: none;
    top: -3px;
    left: -27px;
    width: 20px;
    height: 20px;
    font-size: 30px;
    }

#qa .qa-box:hover h3 {
    border-bottom: 1px solid #fff;
    text-shadow: 0px 0px 10px #fff;
    }


/* #link -------------------------------------------------- */

#link {
    background-image: url(img/photo-palms1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: ;
    text-align: center;
    }

#link .section-inner {
    border: 0px solid #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 50px 50px 50px 50px;
    margin: 0px auto;
    box-sizing: border-box;
    max-width: 800px;
    /* box-shadow: 0px 0px 100px #fff; */
    }

#link a {
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #fff;
    width: 260px;
    padding: 20px;
    margin: 0px 10px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    }

#link a:hover {
    text-shadow:  0px 0px 10px;
    box-shadow: 0px 0px 20px #fff;
    }


/*
#link::after {
    opacity: 0.2;
    content: "CAPOEIRA";
    z-index: 0;
    position: absolute; bottom: -40px; right: 10px;
    height: ;
    width: ;
	font-family: "Quantico", sans-serif;
    font-size: 180px;
    font-weight: 900;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    transform: rotate(0deg);
    transition: .4s;
    }
*/

/* BG COLORS -------------------------------------------------- */

/*
#43176e
#331055
*/

#stage {
    background: url(img/bg-pattern-04.png),linear-gradient(-15deg, #6E48AA, #d184bd);
    background-size: 500px, 100%;
    background-position: center 0px;
    background-attachment: none;
    background-repeat: repeat, no-repeat;
    }

#class {
    background-color: #331055;
    }

#training {
    background: url(img/bg-pattern-04.png),linear-gradient(20deg, #654ea3, #eaafc8);
    background-size: 500px, 100%;
    background-position: center 0px;
    background-attachment: none;
    background-repeat: repeat, no-repeat;
    }

#price {
    background: url(img/price-shop-btm-bg.jpg),linear-gradient(-20deg, #f0c56e, #d9aa4c);
    background-size: 2200px;
    background-position: center 0px;
    background-attachment: none;
    background-repeat: repeat, no-repeat;
    }
/* e6b85c / ad7d50 */

#clothing {
    background: url(img/bg-pattern-04.png),linear-gradient(-10deg, #654ea3, #eaafc8);
    background-size: 500px, 100%;
    background-position: center 0px;
    background-attachment: none;
    background-repeat: repeat, no-repeat;
    }

#qa {
    background: url(img/bg-pattern-04.png),linear-gradient(50deg, #654ea3, #eaafc8);
    background-size: 500px, 100%;
    background-position: center 0px;
    background-attachment: none;
    background-repeat: repeat, no-repeat;
    }

/* BASIC PLUS -------------------------------------------------- */

.none { display: none; }
.sp { display: none; }

/* end -------------------------------------------------- */