* {
    padding: 0;
    margin: 0;
}

* {
    outline: none;
}



body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    /*background-image: url(../img/bg.png);*/
    background-repeat: repeat-x;
    height: 100%;
    color: #666666;
}





.hero-image {
   /* background-image: url("../img/mulher.JPG");
    background-image: url("../img/bg.png");*/
    background-color: #252222;
    /*height: 500px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}


img {
    border: 0;
}

h2 {
    width: 100%;
    float: left;
    /*text-align: center;*/
    padding: 10px 0px;
    font-size: 2em;
}

.header {
    max-width: 1300px;
    margin: 0 auto;
}

ul {
    list-style-type: none;
}

/* TOPO DO SITE */
.topo {
    width: 50%;
    float: left;
    height: 70px;
    margin-left: 1%;
}

.topo-content {
    width: 100%;
    float: left;
    text-align: center;
    color: white;
}

.container {
    width: 100%;
    /*height: 90vh;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px;
    border-color: #669966;
    border-style: solid;
    /*border-style:dashed;*/
    border-width: 5px 0px 0px 0px ;
}

.container p {
    
    margin-top: 3%;
    width: 100%;
    font-size: 1.3em;
}



.box {
    width: 80%;
    /*height: 300px;
background: #fff;*/
    margin-bottom: 50px;
}

/* MOBILE *********************/
@media(max-width: 600px) {
    .box {
        width: 100%;
        float:left;
        margin-bottom: 20px;
    }

    /* VIDEO  */
    .video {
        width: 100%;
        /*height: 90vh;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

    .video-box {
        width: 100%;
        /*
height: 300px;
background: #fff;
*/
        background: #000000;
        padding: 10px 0px;
        border-radius: 8px;
        margin-top: 10px;
    }

    .container {
        width: 92%;
        /*height: 90vh;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0px;
        border-color: #669966;
        border-style: solid;
        /*border-style:dashed;*/
        border-width: 0px 0px 0px 0px ;
        padding: 25px 15px;
    }
}

/***************************************/
/* TAMANHO FIXO ACIMA DE 1000 */

@media(min-width: 1000px) {
    .box {
        width: 800px;
        float:left;
        /*height: 300px;
        background: #fff;*/
        margin-bottom: 50px;
        
    }
    
}





.container h1 {
    width: 100%;
    font-weight: bold;
    font-size: 2em;
    margin-top: 2%;
}





/* VIDEO  */
.video {
    width: 100%;
    /*height: 90vh;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.video-box {
    width: 88%;
    width: 100%;
    /*height: 300px;
background: #fff;*/
    background: #000000;
    padding: 10px 0px;
    border-radius: 8px;
    margin-top: 50px;
}

.boxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    margin: 0 auto;
}

.boxVideo iframe {
    position: absolute;
    top: 150;
    left: 0;
    width: 100%;
    height: 100%;
}

.bt {
    width: 100%;
    text-align: center;
    padding: 50px 0px;
    float: left;
}

.hide {
    display: none;
}

.button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

.button:hover {
    background-color: #3e8e41
}

.button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.bt-pg {
    text-align: center;
    fload: left;
}

.bt-pg img {
    border-radius: 15px;
}

@media(min-width: 810px) {
}

@media(min-width: 601px) and (max-width:809px) {
}

@media(max-width: 600px) {
}

.footer {
    background: #3B3B3B;
    float: left;
    width: 100%;
    margin-top: 30px;
    border-color: #2E2E2E;
    border-style: solid;
    border-width: 3px 0px 0px 0px;
}

.content_footer {
    max-width: 1054px;
    margin: 0 auto;
    padding: 20px 0px;
}

.content_footer a {
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    outline: none;
    font-weight: bold;
    text-align: center;
}

.content_footer a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.content_footer h1 {
    font-weight: bold;
    font-size: 1.3em;
    color: #FFFFFF;
}

.content_footer li {
    width: 95%;
    float: left;
    padding: 3px 0px 10px 15px;
    background-image: url(../img/set-ico.png);
    background-repeat: no-repeat;
}

.chat-dks {
    position: fixed;
    bottom: 0px;
    width: 1%;
    margin-bottom: -10px;
}
