@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #04112b;
    color: #FFF;
    background-image: url(../img/bg.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
}

/* Navbar */

#navbar {
    text-align: center;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    position: fixed;
    z-index: 99999;
    width: 100%;
}

#location {
    color: #3EA0FF;
    font-weight: 600;
}

/* Hero */

.frame-video {
    max-width: 100%;
}

#button_chechout_hero, #button_chechout_final {
    display: none;
}

.hero {
    min-height: 100vh;
    text-align: center;
    padding: 50px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    transition: height 1s;
   /* background-image: url(../img/bg-shadow.png);*/
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto 250px;
}

.ultrasecreto {
    margin:20px;
    max-width: 90%;
}
 
h1 {
    color: #fff;
    text-transform: uppercase;
    max-width: 800px;
    font-family: 'Montserrat', sans-serif;
}

.som {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.som img {
    margin: 10px
}

.button_container {
    margin:50px
}

.btn {
    background-color: #FFC400;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    height:60px;
    width: 500px;
    max-width: 100%;
    -webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.bandeiras {
    margin-top: 40px;
    padding: 0px
}

.bandeiras ul {
    list-style: none;
}

.bandeiras li {
    background-color: #FFFFFF;
    display: inline;
    padding:5px 10px 5px 10px;
    border-radius: 10px;
    margin:10px;
}

.btn:hover {
    transform: scale(1.05);
    color:#fff
}

:focus {
    outline: none;
}

/* Comentários */

#c-container {
    background-color: #FFFCFC;
    border:solid 1px #EBEBEB;
    border-radius: 10px;
    margin-bottom: 50px;
    color: #333;
    text-align: left !important;
    padding: 30px 50px 30px 50px;
    font-size: 14px;
    width: 960px;
    max-width: 100%;
}

.count-c {
    font-weight: 600;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-bottom: 10px;
}

.face-c {
    font-weight: 500;
    border-top: solid 1px #dcdcdc;
    margin-bottom: 0px;
    padding-top: 10px;
    color: #666666;
    font-size: 12px;
}

.face-c img {
    width: 17px;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: -1px;
}

.foto-c, .foto-c img {
    background-color:#999;
    width:50px;
    height: 50px;
    float: left;
}

.nome-c {
    padding: 0px 0px 0px 10px;
    display: grid;
    font-weight: 800;
    color:#365899;
    font-size: 14px;
}

.comentario-c {
    padding: 0px 0px 0px 10px;
    display: grid;
    color:#090909;
    font-size: 14px;
    
}

.hora-c{
    color: #93979F;
    padding: 10px 0px 0px 0px;
    font-size: 11px;
} 

.c-content {
    margin: 0px 0px 30px 0px;
}

.resposta {
    margin-top: -10px;
    margin-left: 40px;
    padding: 0px 0px 0px 10px;
    border-left: solid 1px #dcdcdc;
}

.resposta-c {
    margin-bottom: 10px;
}

.blue {
    color:#4a7cdc;
    font-weight: 600;
}

.c-section {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    /*background-image: url(../img/bg-shadow-y.png);*/
    background-repeat: repeat-x;
    background-size: auto 250px;
}

.c1, .c2, .c3, .c4, .c5, .c6 {
    position: absolute;
}

.c1 {
    top: 100%;
    right: -900px;
}

.c2 {
    top: 30%;
    left: -900px;
}

.c3 {
    top: 34%;
    right: -237px;
}

.c4 {
    top: 51%;
    left: -680px;
}

.c5 {
    top: 67%;
    right: -1140px;
}

.c6 {
    top: 84%;
    left: -300px;
}

/* FOOTER */

.pirataria h3 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 5px;
}

.pirataria b{
    color: #FFC400;
}

.pirataria {
    font-size: 12px;
    text-align: justify;
}

footer {
    background-color: #000000a8;
    padding-top: 25px;
    padding-bottom: 25px;
    
}

.cpy {
    font-size: 12px;
    margin: 37px 0px 20px 0px;
}

.links a {
    font-size: 12px;
    color: #666666;
}

#iframe_video {
    width: 640px;
    height: 360px;
}

.yellow {
    color: #FFC400;
}

/* RESPONSIVO */

@media only screen and (max-width: 480px){

    .pirataria {
        padding-bottom: 30px;
        -moz-text-align-last: center;
text-align-last: center;
    }

    h1 {
        font-size: 26px;
        font-weight: 800;
        letter-spacing: 0px;
    }

    .count-c, .face-c {
        padding-left:10px;
    }

    #c-container {
        padding: 20px;
        border-radius: 5px;
    }

    .hero {
        height: auto;
        padding: 10px;
        background-position: bottom left !important;
    background-size: 425%;
    background-position-x: -130px !important;
    }

    .button_container {
        margin-left: 0px;
        margin-right: 0px;
        
    }

    .btn {
        height: auto;
    }

    #navbar {
        font-size: 13px;
    }

    .som {
        font-size: 11px;
    }

    .som img { 
        width: 20px;
    }

    .bandeiras {
        padding: 0px;

    }

    .bandeiras li { 
        margin: 2px;
    }

    .ultrasecreto {
        margin-top: 75px;
    }

    .hero {
        background-position-y: -150px !important;
        background-position-x: -60px !important;
    }

    
    .c-section {
        margin: 0px 10px 0px 10px;
    }

    body {
        background-color: #04112b;
        background-image: url(../img/bg-mobile.png);
    }

    #iframe_video {
        width: 100% !important;
        height: 192px !important;
    }

}

.overlay-muted { z-index: 900; }
.overlay-embed { position: absolute; width: 100%; height: 100%; left: 0%; right: 0%; top: 0%; bottom: 0%; background-image: url(https://freedomfunnels.com/hosted/images/35/663790d4c411e899cbf7997697a31b/big-play-button.png); background-repeat: no-repeat; margin: auto; background-size: 20%; background-position: center; cursor: pointer; z-index: 1000; }
.overlay-embed .btn-play { position: absolute; top: 50%; left: 50%; margin-left: -100px; margin-top: -100px; }
.overlay-embed .btn-muted { position: absolute; width: 20%; padding: 20px; margin-top: 2%; margin-left: 2%; background-image: url(https://images.clickfunnels.com/ba/09a7a0cb2a11e8a233973e775a70ad/sound-on3.png); background-size: contain; background-repeat: no-repeat; animation: pulse 2s infinite; animation-timing-function: ease-out; }

@keyframes pulse {
    0% {transform: scale(1);}
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}