/* COBRA CAPOEIRA */

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

body {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;     
    }

#mv {
    position: relative;
    height: 200px;
    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: 60px auto 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    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 );
    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;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.9);
    background-color: #2ba9d6;
    background: linear-gradient(-20deg, pink, #222b30);
    background: url(img/bg-pattern-04.png),linear-gradient(-10deg, #0d1114, #222b30 );
    width: 240px;
    padding: 12px 0px 12px 20px;
    margin: 0px auto 0px auto;
    font-family: "Orbitron", sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.8em;
    text-align: center;
    color: #ff9021;
    transition: 0.6s;
    }

.flexct {
    display: flex;
    justify-content: center;
    }

.flexct a {
    display: block;
    text-decoration: none;
    width: 50%;
    height: 600px;
    transition: 2s;
    }

.flexct a:hover {
    width: 60%;
    }

.flexct section {
    transition: 3s;
    }

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

#what {
    display: block;
    box-sizing: ;
    background-image: url(img/map-southamerica-white20.png), url(img/bg-what-02.jpg);
    background-size: 70%, cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    padding-bottom: 100px;
    color: #733c17; /* 804e29 352d27 */
    }

#what:hover { width: vw; }

#what a:link { text-decoration: none; }

#what h2 {
    font-family: "Cabin Sketch", sans-serif;
    font-weight: 800;
    font-size: 88px;
    letter-spacing: 0.04em;
    line-height: 0.88em;
    padding: 0px;
    margin: 0px auto 20px;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
    width: 90%;
        max-width: 640px;
    }

#what .text {
    border: 0px dotted #fff;
    padding: 0px 0px 0px;
    margin: 0px auto;
    width: 90%;
        max-width: 640px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.6em;
    text-align: left;
    color: #6b3515;         /* 352d27 483b32 */
    text-shadow: 0px 0px 10px rgba(255,255,255,0);
    }

#what .text-normal {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.6em;
    color: #;
    }

#what .btn {
    /* position: absolute; bottom: 80px; right: 8%; */
    border: 4px solid #ab7b65;
    outline: 0px;
    background: #643f2e;
    margin: 50px 15% 0px auto;
    color: #f3d3b1;
    transform: translateX(0px); 
    }

#what .btn:hover {
    color: #ff9021;
    text-shadow: 0px 0px 20px #ff9021;
    }

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

#about {
    display: block;
    box-sizing: border-box;
    background-image: url(img/bg-index-about.jpg);
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 600px;
    }

#about:hover { width: vw; }

#about a:link { text-decoration: none; }

#about .ct {
    display: flex;
    justify-content: center;
    align-items: top;
    border: 0px dotted #fff;
    width: 90%;
        min-width: px;
        max-width: 800px;
    margin: 170px auto 0px;
    }

#about .logo {
    border: 0px dotted #fff;
    border-radius: 100%;
    background-image: url(img/logo.jpg);
    background-size: cover;
    background-position: center;
    width: 160px;
        min-width: 160px;
    height: 160px;
    margin: 0px;
    box-shadow: 0px 0px 16px rgba(250, 252, 255, 0.8), 0px 0px 60px rgba(100, 200, 255, 0.);
    }

#about .text {
    border: 0px dotted #fff;
    padding: 0px 0px;
    margin: 0px 0px 0px 30px;
    width: 100%;
        max-width: px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    text-align: left;
    color: #505a60;
    text-shadow: 0px 0px 8px rgba(255,255,255,0.6);
    }

#about .text .furigana {
    display: none;
    font-size: 0.6em;
    line-height: 0em;
    }

#about .text span {
    display: block;
    font-size: 0.8em;
    line-height: 1.6em;
    }

#about .btn {
    /* position: absolute; bottom: 80px; right: 8%; */
    margin: 30px 12% 0px auto;
    color: #40c0fa;
    transform: translateX(0px);
    }

#about .btn:hover {
    color: #42daff;
    text-shadow: 0px 0px 20px #42daff;
    }

/* TARGET & BENEFIT -------------------------------------------------- */

#target {
    background-image: url(img/bg-about-profile.jpg);
    background-size: cover;
    background-position: center;
    height: px;
    transition: 1s;
    }

#target .copy-main {
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    }

#target .copy-sub {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8em;
    text-align: center;
    }

#target .ct-flex {
    display: flex;
    justify-content: center;
    }

#target .benefit {
    border: 0.5px solid #fff;
    width: 94%;
        max-width: 540px;
    padding: 40px;
    margin: 30px 10px 0px;
    font-size: 16px;
    line-height: 1.8em;
    }

#target .benefit title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    }

#target .copy-sub strong {
    display: block;
    font-size: 60px;
    line-height: 1.2em;
    margin: 10px auto 20px;
    }


/* START -------------------------------------------------- */

#start {
    background-image: url(img/bg-index-start.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    transition: 1s;
    }

/* #start:hover { filter: saturate(100%) contrast(110%);} */

#start .text {
    display: none;
    padding: 20px 0px 0px 0px;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    text-align: center;
    color: #282a2f;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.8);
    }


/* 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: 50%;
    height: 100vh;
    padding: 3%;
    transition: 3s;
    }

#choose .ct:hover {
    width: 60%;
    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-dark.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-02.jpg);
    background-size: cover;
    background-position: center;
    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: 30vh auto 0px auto;
    width: 100%;
        max-width: 600px;
    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.5em;
    }

#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: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    }

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

#choose .btn {
    position: absolute; bottom: 120px; right: 120px;
    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;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6), 0px 0px 5px rgba(255, 255, 255, 0.8);
    background-color: #2ba9d6;
    background: linear-gradient(-20deg, pink, #222b30);
    background: url(img/bg-pattern-04.png),linear-gradient(-10deg, #0d1114, #222b30 );
    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;
    color: #ff9021;
    transition: 0.6s;
    }

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

#choose .ct:hover .btn {
    text-shadow: 0px 0px 20px #ff9021;
    /* box-shadow: 0px 0px 30px rgba(255, 144, 33, 0.6), 0px 0px 10px rgba(255, 167, 79, 0.8); */
    color: #ffa74f;
    }

#choose .online .btn { color: #dc3dff; }

#choose .online:hover .btn {
    color: #e159ff;
    text-shadow: 0px 0px 20px #e159ff;
    }


/* CONTACT ------------------------------------------------------------------------- */

#contact {
    /* background: url(img/bg-pattern-04.png), linear-gradient(50deg, #654ea3, #eaafc8);*/
    background-color: #d9bca3; /* 452080 */
    background-image: url(img/map-southamerica-white20.png), url(img/bg-what-02.jpg);
    background-size: 40%, cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 50px 5% 80px;
    color: #733c17;
    }

#contact .berimbau {
    z-index: 0;
    position: absolute; top: 20px; left: calc(84%);
    border: 0px solid #fff;
    background-image: url(img/instrument-berimbau.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 260px;
    transform: rotate(-16deg);
    }

#contact .atabaque {
    z-index: 0;
    position: absolute; top: 100px; left: calc(4%);
    border: 0px solid #fff;
    background-image: url(img/instrument-atabaque.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 200px;
    transform: rotate(8deg);
    }

#contact .capo1 {
    z-index: 0;
    position: absolute; top: 60px; left: calc(50% - 680px);
    border: 0px solid #fff;
    background-image: url(img/what-capoeirista-01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    transform: rotate(0deg);
    }

#contact .capo2 {
    z-index: 0;
    position: absolute; top: 30px; left: calc(50% + 280px);
    border: 0px solid #fff;
    background-image: url(img/nadi-01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    transform: rotate(0deg);
    }


#contact .text {
    z-index: 1;
    position: relative;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.6);
    }

#contact .text-small {
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.6);
    margin-top: 20px;
    }

#contact .email {
    z-index: 1;
    position: relative;
    border-radius: 100px;
    border: 0px solid #fff;
    background-color: #733917;  /* edae00 9629cc b431f5 733917 733c17 */
    width: 540px;
    padding: 25px 10px;
    margin: 40px auto 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    text-align: center;
    color: #fff;
    }

#contact .note {
    z-index: 1;
    position: relative;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    }



/* LEGAL -------------------------------------------------------------------- */

#legal {
    background: #121626;
    }

#legal .section-inner {
    max-width: 700px;
    font-size: 13px;
    line-height: 1.8em;
    color: #ccc;
    }

#legal h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    color: #fff;
    }

#legal h3 {
    border: 0px;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #eee;
    }

.btn-back {
    display: block;
    border: 1px solid #fff;
    max-width: 240px;
    padding: 16px;
    margin: 80px auto 50px;
    font-size: 16px;
    text-align: center;
    text-decoration: none!important;
    }


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

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

/* END --------------------------------------------------------------------------- */