.CBitel-Todos-los-d {
    width: 100%;
    padding: 15px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #00a4b1;
    text-align: center;
    /*bottom: 0;
    position: absolute;*/
}

.El-APP-que-hace-todo-Copy {
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    margin-top: 8px;
}

.changeVisibility {
    position: absolute;
    background: url(../../img/new_login/ojo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 18px;
    bottom: 20px;
    right: 25px;
}

.Olvid-mi-contrasea-Copy {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffe500;
    text-decoration: underline;
    display: inline-block;
    float: right;
}

.Recurdame {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

/* Customize the label (the container) */
.container-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: transparent;
    border: 2px solid white;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: transparent;
    border: 2px solid white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container__text {
    display: inline-block;
    max-width: 250px;
    margin-bottom: 15px;
}

.Una-nueva-experienci svg {
    width: 23px;
    height: 40px;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    margin-top: 12px;
}

.Una-nueva-experienci .svg-container {
    display: inline-block;
    vertical-align: top;
    /*width: 14%;*/
    margin: 20px 12px 0 12px;
    background-image: linear-gradient(to bottom, #29bdbc 2%, #00a4b1);
    background-image: -webkit-linear-gradient(to bottom, #29bdbc 2%, #00a4b1);
    background-image: -moz-linear-gradient(to bottom, #29bdbc 2%, #00a4b1);
    background-image: -o-linear-gradient(to bottom, #29bdbc 2%, #00a4b1);
    border-radius: 50%;
    width: 69px;
    height: 69px;
    box-shadow: 0 3px 10px -1px #a6cacf;

}

.Una-nueva-experienci.desktop-svg .svg-container {
    background-image: linear-gradient(to bottom, #ffffff, #eff6f7);
    background-image: -webkit-linear-gradient(to bottom, #ffffff, #eff6f7);
    background-image: -moz-linear-gradient(to bottom, #ffffff, #eff6f7);
    background-image: -o-linear-gradient(to bottom, #ffffff, #eff6f7);
    cursor: pointer;
}

.Una-nueva-experienci.desktop-svg .svg-container.active {
    background-image: linear-gradient(to bottom, #29bdbc 2%, #00a4b1);
    background-image: -webkit-linear-gradient(to bottom, #29bdbc 2%, #00a4b1);
    background-image: -moz-linear-gradient(to bottom, #29bdbc 2%, #00a4b1);
    background-image: -o-linear-gradient(to bottom, #29bdbc 2%, #00a4b1);
}

.Una-nueva-experienci {
    width: 65%;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    color: #939393;
}

.izq-col .Una-nueva-experienci {
    float: right;
}

.right-col .Una-nueva-experienci {
    float: left;
}

.Una-nueva-experienci span {
    font-size: 22px;
    font-weight: 500;
    color: #00a4b1;
    display: block;
}

.conoce-mi-bitel-slider button {
    display: none !important;
}

.conoce-mi-bitel-slider img {
    max-height: 440px;
    margin-left: 50px;
}

.slick-slider {
    /*width: 512px;*/
    margin: 0 auto;
}

.title {
    text-align: center;
}

.Conoce {
    font-family: Roboto;
    font-size: 31px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #111111;
}

ul, ol {
    display: inline-block;
    padding: 0.5em;
    padding-left: 2em;
    margin: 0.5em;
}

ul.custom-bullet, ol.custom-bullet {
    list-style: none;
    margin-top: 24px;
}

ul.custom-bullet > li, ol.custom-bullet > li {
    clear: left;
    font-family: Roboto;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: left;
    /*margin-right: 25px;*/
}

ol.custom-bullet {
    counter-reset: liNum;
}

ol.custom-bullet > li {
    counter-increment: liNum 1;
}

ul.custom-bullet > li:before, ol.custom-bullet > li:before {
    content: "";
    height: 1em;
    width: 1em;
    display: block;
    float: left;
    margin-left: -1.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

ol.custom-bullet > li:before {
    content: counter(liNum);
    text-align: center;
}

ul.yellow-square-check > li:before {
    background-image: url(../../img/new_login/yellow-square-check.svg);
    background-size: 90%;
    background-position: center;
    transition: background-size 0.3s;
    -webkit-transition: background-size 0.3s;
}

ul.yellow-square-check > li:hover:before {
    background-size: 100%;
}

.El-APP-que-hace-todo {
    font-family: Roboto;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 13px;
    max-width: 319px;
}

.Bienvenido-a {
    font-family: Ubuntu;
    font-size: 28px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #ffffff;
    max-width: 311px;
    margin: 0 auto;
}

.Por-favor-ingresa-l {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

form > div:not(.form-footer) {
    border-radius: 8px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px 21px 0;
}

form input:not(.form-check-input) {
    border: none !important;
    background: white;
    padding-left: 0 !important;
    width: 100%;
    height: 19px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: /*#c1c1c1*/ black !important;
    padding: 0 !important;
    height: 19px !important;
}

.form-check-label:before {
    background-color: red;
}

.form-check-input:checked ~ .form-check-label::before {
    background-color: black;
}

form label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #007689;
}

.shape {
    display: inline;
    vertical-align: top;
    margin-right: 15px;
}

.shape img {
    max-width: 11.7px;
    max-height: 17px;
}

.No-tienes-una-cuent {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 50px;
}

.No-tienes-una-cuent .text-style-1 {
    color: #ffe500;
    text-decoration: underline;
}

form button {
    height: 52px;
    border-radius: 8px;
    background-image: linear-gradient(to top, #ffbf00 20%, #fff200);
    background-image: -webkit-linear-gradient(to top, #ffbf00 20%, #fff200);
    background-image: -moz-linear-gradient(to top, #ffbf00 20%, #fff200);
    background-image: -o-linear-gradient(to top, #ffbf00 20%, #fff200);
    width: 100%;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4c4500;
    margin-bottom: 20px;
}

.input-container {
    width: 100%;
    border-radius: 8px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #ffffff;
    padding: 15px 21px !important;
    height: auto;
}

.input-container label {
    margin-bottom: 7px !important;
}

.input-container .form-group {
    margin-bottom: 0;
}

.input-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c1c1c1;
    opacity: 1; /* Firefox */
}

.input-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c1c1c1;
}

.input-container input::-ms-input-placeholder { /* Microsoft Edge */
    color: #c1c1c1;
}

.input-container input:focus {
    outline: none !important;
    outline-style: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.circle {
    width: 477px;
    height: 476px;
    opacity: 0.85;
    background-image: radial-gradient(circle at 50% 0, #00aebe, #007689 89%);
    background-image: -webkit-radial-gradient(circle at 50% 0, #00aebe, #007689 89%);
    background-image: -moz-radial-gradient(circle at 50% 0, #00aebe, #007689 89%);
    background-image: -o-radial-gradient(circle at 50% 0, #00aebe, #007689 89%);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 80px;
    bottom: 150px;
}

.Rectangle {
    max-width: 250px;
    min-height: 50px;
    border-radius: 22.5px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(to bottom, #ffffff 65%, #cccccc);
    background-image: -webkit-linear-gradient(to bottom, #ffffff 65%, #cccccc);
    background-image: -moz-linear-gradient(to bottom, #ffffff 65%, #cccccc);
    background-image: -o-linear-gradient(to bottom, #ffffff 65%, #cccccc);
    font-family: Ubuntu;
    font-size: 23.4px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.45px;
    color: #007689;
}

.Descarga-Mi-Bitel {
    font-family: Ubuntu;
    font-size: 24.1px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.43px;
    text-align: center;
    color: #007689;
}

.Descarga-Mi-Bitel span {
    font-size: 31.5px;
    letter-spacing: -0.56px;
}

.form-container {
    width: 400px;
    float: right;
    margin-top: 80px;
    margin-right: 80px;
}

.section-one {
    background: url(/resources/core/mb_assets/img/new_login/group-8@2x.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

#curva_mobile {
    display: none;
}

.title {
    margin: 50px;
}

@media only screen and (max-width: 767px) {
    .form-container {
        margin-top: auto;
    }

    .title {
        margin: auto;
        margin-top: 25px;
    }

    .section-one {
        background: url(/resources/core/mb_assets/img/new_login/responsive_bg.png);
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .conoce-mi-bitel-slider img {
        max-height: 400px;
        margin-left: 50px;
    }

    .form-container {
        max-width: 100%;
        float: none;
    }

    #first_first {
        padding: 25px;
    }

    #curva_mobile {
        bottom: -75px;
        width: 105%;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        display: block;
    }

    .container__text {
        width: 250px;
    }

    .Una-nueva-experienci {
        width: auto;
    }
}

@media only screen and (max-height: 530px) and (max-width: 360px) {
    .conoce-mi-bitel-slider img {
        max-height: 300px;
        margin-left: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1400px) {
    .Una-nueva-experienci {
        width: 85%;
    }

    .circle {
        width: 450px;
        height: 460px;
        left: -50px;
    }

    .CBitel-Todos-los-d {
        bottom: 0px;
        /*position: absolute;*/
    }

    .title {
        padding-top: 10px;
        margin-bottom: 28px;
    }
}

@media only screen and (min-width: 1401px) {
    .conoce-mi-bitel-slider img {
        margin-left: 116px;
    }
}