.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar {
    display: none;
}

.info {
    position: relative;
    background: url('img/gym_fundo.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    margin-bottom: -15px;
}

.sobre {
    background-color: rgba(63, 202, 255, 0.8);
    width: 100%;
    padding: 2% 3%;
    text-align: center;
    padding-bottom: 40px;
}

.parceria {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 2% 3%;
    text-align: center;
    padding-bottom: 40px;
}

.rodape {
    background-color: black;
    width: 100%;
    padding: 2% 3%;
    display: table;
    line-height: 1.42 !important;
}

.rodape .rod-info {
    width: 50%;
    float: left;
    text-align: left;
    position: relative;
    padding: 0px 10px;
}

.rodape .rod-social {
    color: grey;
    font-size: 30px;
    margin-left: 5px;
    transition: all .2s ease-in-out;
}

.rodape .rod-social:hover {
    color: deepskyblue;
}

.pquiz,
pquiz:visited,
pquiz:link,
pquiz:active {
    font-size: 34px;
    text-decoration: none;
    color: #595959 !important;
}

.quizarr,
.quizarr:hover {
    text-decoration: none;
    font-size: 34px;
    color: #595959 !important;
}

#video_about {
    width: 100%;
    height: 70vh;
    position: relative;
    margin-bottom: 10px;
}

@media (min-width: 1400px) {
    #video_about {
        height: 90vh;
    }
}

@media (max-width: 700px) {
    #video_about {
        height: 50vh !important;
    }
}

@media (max-width: 500px) {
    #video_about {
        height: 40vh !important;
    }
}

@media (max-width: 400px) {
    #video_about {
        height: 30vh !important;
    }
}

.link_rodape {
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.link_rodape:hover {
    color: white;
    border-bottom: 1px solid;
}

.col-sm-3,
.col-sm-6 {
    float: left;
    margin-top: 10px;
}

body {
    font-family: 'Rajdhani', sans-serif;
    overflow-x: hidden !important;
    background-attachment: fixed;
    background-position: absolute;
    background-size: auto;
}

.top_margin {
    margin-top: 235px;
}

.reg_div {
    margin-top: 110px;
}

.iniSession {
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif !important;
    text-align: center;
    color: whitesmoke;
    float: right;
    margin-top: 33px;
    margin-right: 3%;
    border-radius: 3px;
    border-width: 3px;
    padding: 8px 15px;
    background-color: deepskyblue;
    background-image: -webkit-linear-gradient(left, deepskyblue 0%, #99d4ff 50%, #16aeff 100%);
    background-image: linear-gradient(to right, deepskyblue 0%, #99d4ff 50%, #16aeff 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}

.reg_btn {
    font-family: 'Rajdhani', sans-serif !important;
    color: white;
    font-size: 30px;
    font-family: inherit;
    font-weight: normal;
    padding: 20px 60px;
    text-align: center;
    border-radius: 10px;
    background-color: deepskyblue;
    background-image: -webkit-linear-gradient(left, deepskyblue 0%, #99d4ff 50%, #16aeff 100%);
    background-image: linear-gradient(to right, deepskyblue 0%, #99d4ff 50%, #16aeff 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}

.iniSession:hover,
.reg_btn:hover {
    text-decoration: none;
    color: whitesmoke;
    background-position: 100% 0;
}

.texto_principal,
.texto_2 {
    text-align: center;
}

@media (max-width: 1740px) {
    .fundo_inicial {
        background-size: cover !important;
    }
}

@media(max-width: 599px) {
    .logo_h {
        width: 210px !important;
        margin-right: 0 !important;
    }
}

@media only screen and (min-width:751px) and (max-width:850px) {
    .texto_principal {
        font-size: 42px !important;
    }
    .texto_2 {
        font-size: 23px !important;
    }
    .reg_btn {}
}

@media (max-width:750px) {
    .texto_principal {
        font-size: 40px !important;
    }
    .texto_2 {
        font-size: 22px !important;
    }
    .reg_btn {
        padding: 15px 30px !important;
    }
}

@media (max-width:585px) {
    .texto_principal {
        font-size: 38px !important;
    }
    .texto_2 {
        font-size: 21px !important;
    }
    .reg_btn {
        font-size: 24px !important;
        padding: 12px 20px !important;
    }
}

@media (max-width: 430px) {
    .texto_principal {
        font-size: 38px !important;
    }
    .texto_2 {
        font-size: 21px !important;
    }
}

@media (min-width:1000px) {
    .texto_principal {
        font-size: 55px !important;
    }
    .texto_2 {
        font-size: 30px !important;
    }
}

@media (orientation:landscape) and (max-width:800px) {
    .top_margin {
        margin-top: 170px;
    }
    .reg_div {
        margin-top: 70px;
    }
}

@media (max-width:500px) {
    .logo_h {
        margin-left: 0 !important;
    }
    .navbar-brand {
        margin-left: 0 !important;
    }
}

#countdown {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dispositivos {
    width: 100%;
    padding: 25px 50px;
    background: black;
    display: table;
    text-align: center;
}

.disp {
    width: 20%;
    float: left;
    transition: all 0.2s ease-in-out;
}

.disp i {
    font-size: 120px;
    margin-bottom: 15px;
}

.disp i:hover {
    color: deepskyblue;
}

.disp p {
    font-size: 20px;
}

#tit_upgrade {
    margin-bottom: 25px;
}

.tit {
    font-family: 'Rajdhani', sans-serif;
    font-size: 40px;
    text-align: center;
}

@media (max-width: 900px) {
    .disp {
        width: 100%;
        margin-bottom: 15px;
    }
}