html{
    height: 100%;
}
body {
    overflow: hidden;
    min-height: 100%;
    background-color: #333333;
    height: 100%;

}


.fullBg {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.nav {
    position: absolute;
    right: 35px;
    top: 35px;
    z-index: 110;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
}

.nav li {
    cursor: pointer;
}

.nav a {
    background-color: rgba(255, 255, 255, 0.50);
}
.progress {
    margin-top: 10%;
}
.window_full{
    width:100%;
    height: 100%;
    text-align: center;
    background-color: blue;
}

.comments{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0,0,0,0.4);
    padding: 10px;
    border-radius: 10px;
    width:40%;
    color: #fff;
}
.comments-xs{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0,0,0,0.4);
    padding: 10px;
    border-radius: 10px;
    width:90%;
    color: #fff;
}
.name{
    font-size: 2.5rem;
    color: #ffff;
}
.comentario{
    font-size: 1.5rem;
    color: #ffff;
}
.mg-top-0{
    margin-top: 0px;
}
.mg-bt-5{
    margin-bottom: 5px;
}

.mg-top-10p{
    margin-top: 10px;
}

.img-xs{
    color: #fff;

}
.imgmg {
    margin-top: 30%;
}

.before{
    color: #fff;
}
.titulo-hash{
    color: #27d7e7;
    font-size: 8rem;
}
.titulo-hash-sm{
    color: #27d7e7;
    font-size: 6rem;
}
.buttons{
    margin-top: 50px;
}
.orientando{
    color: #fff;
    font-size: 8rem;
}
.phone{
    margin-top: 10%;
}
.phone-sm{
    margin-top: 20%;
}
.mg-top-10{
    margin-top: 8%;
}
.publico{
    color: #27d7e7;
    font-size: 7.5rem;
}
.btnc{
    margin-top: 10px;
}
.controle{
    margin-top: 50px;
}
.text-sm{
    font-size: 5rem;
}
.text-sm-dst{
    font-size: 5rem;
    color: #27d7e7;
}

.background-image {
    position: fixed;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.list-dashboard {
    position: absolute;
    bottom: 1%;
    left: 5%;
    width: 90%;
    background-color: rgba(0,0,0,0.4);
    color: #ffffff;
}

.list-image-circle {
}

.list-single {
    padding: 0 10px;
}

.list-single-content {
    border-color: #ffffff;
}

.list-title {
    color: #ffffff;
    font-size: 4vh;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.list-single-subtitle {
    display: block;
}

.orientacoes {
    width: 100vw;
    height: 100%;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}
.box {
    width: 80%;
    height: 90%;
    background: #fff;
}

.row{
    margin: 0px;
    /*height: 100%;*/
}
.ladoa{
    height: 100%;
    margin: 0px;
    padding: 0px;
    align-content: center;
    vertical-align: middle;
}

.ladob{
    height: 100%;
    padding-top: 20%;
}

.texto-orientacoes{
    font-size: 4vw;
}

.hashtag{
    font-size: 5vw;
    color: #3c2874;
    letter-spacing: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.color-insta{
    color: #E95950;
}