@font-face {
    font-family: Avenir;
    src: url('/resources/core/mb_assets/fonts/AvenirBook.ttf');
}

@font-face {
    font-family: AvertaPE;
    src: url('/resources/core/mb_assets/fonts/AvertaPE.otf');
}

@font-face {
    font-family: AvertaDemoPE;
    src: url('/resources/core/mb_assets/fonts/AvertaDemoPE.otf');
}

@font-face {
    font-family: AvertaPE-ExtraBold;
    src: url('/resources/core/mb_assets/fonts/AvertaDemoPE-ExtraBold.ttf');
}

body {
    background-image: url('/resources/core/mb_assets/img/BitelID/svg/B-background.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: space-between;
    margin: 0;
    height: 100%;
}

.right-Content {
    display: contents;
}

.right-Content > img {
    height: 100%;
}

.txtID {
    margin-top: 10px;
    width: 330px;
}

.left-Content {
    height: auto;
    z-index: 2;
}

.espacios {
    margin-left: 60px;
}

.topBox {
    font-family: Avenir;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #00a5b1;
    display: flex;
    justify-content: left;
    align-content: center;
    margin: 50px auto 100px -10px;
}

.medioBox {
    font-family: Avenir;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0;
    color: #516478;
}

.titleID {
    font-family: AvertaDemoPE;
    font-size: 28px;
    letter-spacing: 0;
    color: #1eaaae;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 50px;
}

.peqs {
    font-family: AvertaDemoPE;
    font-size: 13px;
    line-height: 18px;
}

.inputbox {
    font-family: AvertaDemoPE;
    width: 440px;
    height: 70px;
    border: 1px solid #84c7d8;
    border-radius: 35px;
    background-color: white;
    font-size: 14px;
    color: #007689;
}

.upInput {
    display: flex;
    justify-content: left;
    margin-top: 10px;
    margin-left: 25px;
}

.upInput > img {
    height: 25px;
}

.upInput > p {
    margin: 3px 10px;
}

.ing {
    font-family: AvertaDemoPE;
    border: 0;
    margin-left: 55px;
    font-size: 16px;
    width: 300px;
    color: #151515;
}

.ing::placeholder {
    color: #aaaaaa;
    opacity: 0.5;
}

.ing:focus {
    border: 1px solid transparent;
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.errorNum {
    font-family: AvertaDemoPE;
    color: #f56f23;
    font-size: 14px;
    margin: 10px auto 10px 0;
}

.terms {
    margin-left: 30px;
}

input[type=checkbox] {
    display: none;
}

label:before {
    content: '';
    background-color: rgba(14, 91, 115, 0.2);
    border: none;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

input[type=checkbox]:checked + label:before {
    content: '✔';
    font-size: 13px;
    line-height: 20px;
    font-family: Verdana, sans-serif;
    color: white;
    background-color: #9d59d9;
}

.tycBox {
    display: flex;
    justify-content: left;
    margin: 15px auto 0 auto;
    font-family: Avenir;
}

.txtterms {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #516478;
}

a {
    color: #00a5b1;
    cursor: pointer;
    text-decoration: none;
}

a:focus {
    color: #00a5b1;
    text-decoration: none;
}

.buttonID {
    font-family: AvertaDemoPE;
    height: 44px;
    color: #0e5b73;
    background-color: transparent;
    line-height: 40px;
    font-size: 24px;
    margin-top: 50px;
    border: none;
    outline: none;
    display: flex;
    justify-content: right;
}

.buttonID > img {
    width: 44px;
    height: 44px;
    margin-left: 15px;
}

.footBox {
    font-family: Avenir;
    color: #516478;
    font-size: 16px;
    line-height: 18px;
    bottom: 20px;
    opacity: 0.7;
    bottom: 20px;
    position: absolute;
    width: 450px;
    text-align: center;
}

.carousel-inner {
    width: 100%;
    height: 100%;
    overflow: inherit !important;
    display: flex !important;
}

#backRes {
    display: none;
}

.btn55 {
    border: transparent;
    background: transparent;
    outline: none;
}

#btn:disabled {
    opacity: 0.4;
    cursor: default;
}

.medioBox{
    margin-top: 50px;
}
#copyright1{
    display: block;
}
#copyright2{
    display: none;
}


@media (max-width: 1400px) {
    .medioBox{
        margin-top: 100px;
    }
    body {
        background-size: auto;
    }
    .footBox {
        position: initial;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .right-Content {
        position: fixed;
        height: 100%;
        right: 0;
        display: block;
    }
    #copyright1{
        display: block;
    }
    #copyright2{
        display: none;
    }
}

@media (max-width: 578px) {
    body {
        background-image: url('/resources/core/mb_assets/img/BitelID/Responsive/svg/B-background.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .espacios {
        margin-left: 20px;
    }

    .right-Content {
        display: none;
    }

    .topBox {
        margin-bottom: 50px;
    }

    .titleID {
        margin-top: 40px;
    }

    .txtID {
        margin-top: 10px;
        width: 300px;
    }

    .inputbox {
        width: 95%;
    }

    .ing {
        width: auto;
    }

    .txtterms {
        width: 250px;
    }

    .buttonID {
        font-family: AvertaDemoPE;
        height: 44px;
        color: #0e5b73;
        background-color: transparent;
        line-height: 40px;
        font-size: 24px;
        margin-top: 50px;
        border: none;
        outline: none;
        display: flex;
        justify-content: right;
    }

    .buttonID > img {
        width: 44px;
        height: 44px;
        margin-left: 15px;
    }

    .footBox {
        padding: 0;
        width: 100%;
        opacity: 1;
        position: inherit;
    }

    .carousel-inner {
        height: auto;
    }

    .footBox > p {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    #backRes {
        display: flex;
        width: 100%;
    }

    .errorNum {
        width: 80%;
        text-align: left;
    }
    #copyright1{
        display: none;
    }
    #copyright2{
        display: block;
    }
}