@media (max-width: 1100px) {
    /* /Resuluciones de 1200px en adelante hasta 1500/ */
    .container-register {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .container-register .title{
        margin-top: 30px;
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .container-register .desc{
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 1200px) {
    /* /Resuluciones de 1200px en adelante hasta 1500/ */
    .container {
        max-width: 1400px!important;
    }
}   
@media (min-width: 1500px) {
    /* /Resuluciones de 1500px en adelante hasta 1600/ */
    .container {
        max-width: 1450px!important;
    }
}
@media (min-width: 1600px) {
    /* /Resuluciones de 1600px en adelante hasta 1650/ */
    .container {
        max-width: 1480px!important;
    } 
}
@media (min-width: 1650px) {
    /* /Resuluciones desde 1650/ */
    .container {
        max-width: 1550px!important;
    }
}

.languages a {
    color: black !important;
    text-decoration: none !important;
}

.advertise a{
    color: white !important;
}

a:active, a:hover, a:visited, a:link {
    text-decoration: none !important;
    color: inherit !important;
}

body{
    text-decoration: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f65565!important;
    border-color: #f65565!important;
    color: #ffffff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #f65565!important;
    color: #ffffff;
}

body.modal-open .supreme-container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff!important;
    background-color: #f65565!important;
    border-color: #f65565!important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff!important;;
    background-color: #f65565!important;
    border-color: #f65565!important;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f65565!important;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}
.separator-menu {
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 8px;
    padding-bottom: 8px;
}

.container-register{
    display: flex;
    min-height: 600px;
    justify-content: center;
    align-items: center;
    background: url('/images/bg.jpg') repeat scroll 0 0 / cover rgba(0, 0, 0, 0) !important;
}
.container-register .text-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container-register .text-container .title{
    font-size: 50px;
    color: white;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
}
.container-register .text-container .desc{
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: center;
    display: flex;
}
.register .info-bottom{
    display: flex;
    width: 100%;
    background-color: white;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}
.register .info-bottom .title-info{
    font-size: 20px;
    margin-top: 40px;
    font-weight: 600;
    display: flex;
    text-align: center;
}
.register .info-bottom .items{
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.disabled{
    display: none !important;
}
.register .info-bottom .item-price{
    min-height: 570px;
    border-radius: 35px;
    width: 270px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    align-items: center;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 40px;
}
.input-group{
    display: flex !important;
    width: 320px !important;
}
.register .info-bottom .bronz{
    background-color: #93786d;
}
.register .info-bottom .silver{
    background-color: #d4d4d4;
}
.register .info-bottom .gold{
    background-color: #daa520;
}
.register .info-bottom .vip{
    background-color: red;
}
.register .info-bottom .item-price .title-price{
    display: flex;
    align-items: center;
    width: 95%;
    justify-content: center;
    margin-top: 5px;
    border-radius: 25px;
    height: 65px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-size: 25px;
}
.register .info-bottom .item-price .advantages{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.register .info-bottom .item-price .advantages div{
    height: 60px;
    font-size: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed;
    margin-left: 15px;
    margin-right: 15px;
}
.register .info-bottom .item-price .advantages div .fa-circle-check{
    font-size: 25px;
    color: red;
    margin-right: 10px;
}
.register .info-bottom .item-price .advantages div .fa-circle-xmark{
    font-size: 25px;
    color: grey;
    margin-right: 10px;
}
.register .info-bottom .items .item{
    width: 650px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    display: flex;
}
.register .info-bottom .items .item .icon{
    display: flex;
    justify-content: center;
    margin-right: 30px;
    align-items: center;
    font-size: 55px;
    color: red;
}
.register .info-bottom .items .item .gem{
    font-size: 52px !important;
}
.register .info-bottom .items .item .eye{
    font-size: 41px !important;
}
.register .info-bottom .items .item .city{
    font-size: 44px !important;
}
.register .info-bottom .items .item .clipboard{
    font-size: 65px !important;
}
.register .info-bottom .items .item .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.register .info-bottom .items .item .info .title-item{
    font-weight: 600;
}
.register .info-bottom .items .item-product{
    height: 240px;
    border-radius: 4px;
    margin-top: 10px;
    width: 300px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.register .info-bottom .products{
    justify-content: space-evenly;
}
.register .info-bottom .items .item-product .title-product{
    display: flex;
    font-size: 25px;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
.register .info-bottom .items .item-product .days{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.register .info-bottom .items .item-product .title-days{
    display: flex;
    justify-content: center;
    font-size: 13px;
    margin-top: 15px;
}
.register .info-bottom .items .item-product .days .day{
    width: 50px;
    height: 23px;
    border: 1px solid grey;
    display: flex;
    border-radius: 15px;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #f3f3f3;
    cursor: pointer;
}
.register .info-bottom .items .item-product .days .active{
    background-color: white;
    border: 1px solid #52D19B;
}
.register .info-bottom .items .item-product .price{
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}
.register .info-bottom .items .item-product .price .number-lifecoins {
    margin-right: 15px;
}
.register .info-bottom .calculator{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
}
.register .info-bottom .calculator label{
    display: flex;
    width: 100px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}
.register .info-bottom .calculator select{
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.margin-top-product{
    margin-top: 40px !important;
}
.gold-product{
    height: 270px !important;
}
.buttons-type{
    display: flex;
    margin-top: 20px;
}
.buttons-type .button{
    margin-left: 20px;
    margin-right: 20px;
}
.buttons-type .button button{
    height: 50px;
    min-width: 200px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f3f3f3;
}
.button-register button{
    height: 50px;
    min-width: 250px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: red;
    color: white;
}
.buttons-type .button .active{
    background-color: red;
    color: white;
}
.offer{
    background-color: red;
    justify-content: center;
    display: flex;
    color: white;
    height: 30px;
    align-items: center;
}
.price-lifecoin{
    font-size: 30px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 90%!important;
    }
}