@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format("truetype");
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCM.ttf) format("truetype");
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-59U.ttf) format("truetype");
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCM.ttf) format("truetype");
}
@font-face {
    font-family: Monstserrat;
    src: url("../../fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: 900;
}
@font-face {
    font-family: Monstserrat;
    src: url("../../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 500;
}
.mipaginations {
    margin-top: 30px;
    margin-bottom: -20px;
}
.mipaginations .paginations {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.mipaginations .paginations a {
    color: white;
    font-size: 20px;
}
.mipaginations .paginations .back {
    color: #494949;
    display: flex;
    font-size: 16;
    align-items: center;
}
.mipaginations .paginations .back p {
    margin: 0;
}
.mipaginations .paginations .next {
    color: #494949;
    display: flex;
    font-size: 16;
    align-items: center;
}
.mipaginations .paginations .next p {
    margin: 0;
}
@media (max-width: 600px) {
    .mipaginations {
        margin-bottom: 30px;
    }
}
body {
    font-family: "Roboto Condensed", sans-serif !important;
    background-color: #121212;
    color: #6f6f6f;
    overflow-x: hidden;
    position: relative;
}
.imgs-join-login {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.imgs-join-login .login-img {
    width: 30px;
}
.imgs-join-login .a-login {
    margin-right: 25px;
    color: darkgrey;
    font-size: 2rem;
}
@media (max-width: 550px) {
    .imgs-join-login {
        margin: 0;
    }
}
img {
    width: auto;
}
#img-locked {
    width: 80px;
    margin-bottom: 20px;
    margin-top: 20px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}
#header {
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    background-color: #121212;
}
@media (min-width: 520px) {
    #header {
        justify-content: space-between;
        flex-direction: row;
    }
}
#header img {
    height: 30px;
}
#header .site-logo {
    margin: 5px 0;
}
#header #security-auth-msg {
    margin: 5px 0;
}
.header-line {
    background-color: #292929;
    width: 97%;
    height: 1px;
    margin: auto;
}
#main-section {
    margin: 70px auto 50px auto;
}
#main-section .container-fotos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#main-section .mio {
    margin: 5px 5px;
    height: 400px;
    width: 400px;
    position: relative;
    padding: 0;
}
#main-section .mio .image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#main-section .mio .image .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(60deg, #8CD500 -10%, rgb(2 165 148 / 69%));
    opacity: 0;
    transition: opacity 0.3s;
}
#main-section .mio .image .overlay .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 2.3rem;
    font-family: Monstserrat, sans-serifm;
    font-weight: 900;
}
#main-section .mio .image .overlay .text2 {
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #8CD500;
    border-radius: 10px;
    padding: 9px;
}
#main-section .mio .image .overlay:hover {
    opacity: 1;
}
#main-section .buttom_full {
    height: 131px;
    display: flex;
    color: white;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 3.8rem;
    border: 2px solid #494949;
    border-radius: 10px;
    margin: 50px;
    font-family: Monstserrat, sans-serifm;
    font-weight: 900;
    text-align: center;
}
@media (max-width: 600px) {
    #main-section .buttom_full {
        font-size: 2.5rem;
        margin: 10px;
    }
}
#main-section .buttom_full:hover {
    color: #8CD500;
    border: 2px solid #8CD500;
}
#main-section #first-info .flex-verify {
    display: flex;
    align-items: center;
}
@media (max-width: 1350px) {
    #main-section #first-info .flex-verify {
        flex-direction: column;
    }
}
#form {
    border: #404040 1px solid;
    border-radius: 5px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 20px;
}
#first-info {
    display: flex;
    flex-direction: column;
    margin: 20px 0 30px 0;
    text-align: center;
    align-items: center;
    margin: 0 10px;
}
#first-info h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    margin: 0 auto;
    color: #ffffff;
    margin: 0 10px;
    margin-bottom: 20px;
}
#first-info h1 span {
    font-size: 1.5em;
    font-family: Monstserrat, sans-serifm;
    font-weight: 900;
}
@media (min-width: 550px) {
    #first-info h1 {
        font-size: 2.5em;
    }
}
#first-info .info {
    font-weight: normal;
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
    max-width: 600px;
    margin-bottom: 10px;
}
#device-ip-info {
    color: #ffffff;
    text-align: center;
}
#device-ip-info .info {
    color: #595959;
    font-size: 12px;
}
#KeyForm {
    max-width: 100%;
    font-size: 2em;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    max-width: 350px;
    height: 50px;
    border-radius: 6px;
    color: #777777;
}
#KeyForm::placeholder {
    color: #777777;
    font-weight: lighter;
}
.margin-correction {
    margin: 0px auto;
}
#SubmitButton,
#contact_button {
    background-color: #8CD500;
    color: white;
    font-size: 2.5em;
    width: 100%;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 6px;
    margin: 5px auto;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 0;
    outline: none;
    text-decoration: none;
    max-width: 450px;
    font-family: Monstserrat, sans-serifm;
    font-weight: 900;
}
#SubmitButton:hover,
#contact_button:hover {
    color: #8CD500;
    background-color: white;
}
.inputs {
    font-size: 1.15em;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 100%;
    max-width: 350px;
    height: 50px;
    border-radius: 6px;
    margin: 10px auto;
    border: none;
    text-transform: uppercase;
    outline: none;
}
.inputs::placeholder {
    color: #777777;
    font-weight: lighter;
}
.centered {
    text-align: center;
}
#ResendButton {
    background-color: transparent;
    border-color: transparent;
    color: #777777;
}
#final-msg {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 12px !important;
    color: #6f6f6f;
    margin: 50px 0px 35px 0px;
}
#final-msg a {
    font-size: 12px !important;
    font-weight: normal;
    color: #ffffff;
}
#final-msg a:hover {
    color: #0d679a;
}
#models-msg p {
    font-size: 14px !important;
    text-transform: uppercase;
    color: #6f6f6f;
    font-size: 10px;
    text-align: center;
}
#security-auth-msg {
    color: #ffffff;
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #3c3939;
    z-index: 10;
    background-color: #121212;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 550px) {
    #security-auth-msg .imgs-join-login .login-img {
        width: 25px;
    }
}
#security-auth-msg .imgs-join-login .join-img {
    background-image: url("/assets/img/button-joinnow-normal.svg");
    height: 40px;
    background-repeat: no-repeat;
    max-width: 160px;
    min-width: 140px;
    margin-right: 5px;
}
@media (max-width: 550px) {
    #security-auth-msg .imgs-join-login .join-img {
        margin: 0;
        min-width: 100px;
    }
}
#security-auth-msg .imgs-join-login .join-img:hover {
    background-image: url("/assets/img/button-joinnow-hover.svg");
    background-repeat: no-repeat;
}
@media (max-width: 550px) {
    #security-auth-msg .imgs-join-login .llogin {
        display: none;
    }
}
@media (max-width: 550px) {
    #security-auth-msg .imgs-join-login {
        margin: 0;
    }
}
#security-auth-msg .txt {
    text-transform: uppercase;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 300;
    margin: auto 0;
}
#rta-logo img {
    height: 50px;
}
.justify-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container.footer {
    margin-top: 50px;
    padding: 0 15%;
    text-align: center;
    width: 100%;
    position: absolute;
}
@media (max-width: 768px) {
    #promo {
        display: none;
    }
}
@media (min-width: 768px) {
    #promo {
        display: block;
    }
}
.imgs {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 10px;
}
#help {
    margin-top: 30px;
}
#help .card {
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    margin: 10px;
}
#help .card p {
    min-height: 80px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
}
#help .card .card-img img {
    height: 90px;
}
#promo_countdown_bar {
    pointer-events: none;
    position: relative;
    height: 100px;
    width: 100%;
    display: flex;
    max-width: 675px;
    background-color: 1a1a1a;
    border-radius: 10px;
}
#promo_countdown_bar .thaPic {
    display: none;
}
#promo_countdown_bar .bg,
#promo_countdown_bar .promo_title_img,
#promo_countdown_bar .text-verify {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#promo_countdown_bar .bg {
    display: none;
    width: 100%;
    height: 100%;
}
#promo_countdown_bar .promo_title_img {
    width: 90%;
    max-width: 500px;
    top: 15px;
}
#promo_countdown_bar .text-verify {
    width: 100%;
    color: white;
    font-size: 10px;
    top: 5px;
}
@media (max-width: 768px) {
    #help {
        max-width: 300 !important;
        margin: auto;
    }
}
#logo {
    width: 200px;
    margin-left: 65px;
}
@media (max-width: 550px) {
    #logo {
        margin: 0;
    }
} /*# sourceMappingURL=./tour.min.css.map */
