body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8fbfb;
}

.nav-cancelacion {
    background-color: #fff200;
    padding: 20px 0px;
}

.nav-cancelacion .title-nav {

    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #007689;
}

.nav-cancelacion .title-nav img {
    float: left;
}

.p-nav {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 0px 24px;
    color: #aab8c4;
}

.navegador-pasos {
    padding: 32px 0px 10px;
}

.navegador-pasos ul {
    list-style: none;
    padding: 0px;
    display: inline-flex;
}

.navegador-pasos ul li {
    display: inline-grid;
}

.navegador-pasos ul li .activate {
    color: #00a5b1;
}

.navegador-pasos ul li img {
    margin: auto;
    width: auto !important;
}

.navegador-pasos .active {
    position: relative;
}

.navegador-pasos  ul li .active:after {
    content: " ";
    display: inline-block;
    width: 95%;
    height: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f2f2;
    margin-right: 4px;
    position: absolute;
    top: 11px;
}

.img-paso {
    width: 23px;
}

.button-paso1 {
    width: 329px;
    height: 46px;
    margin: 30px 211px 0 207px;
    border-radius: 23px;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #9f5ed9;
}

.article-terminos {
    padding-top: 20px;
}

.article-terminos label {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f96ad;
}

.article-terminos label a {
    color: #00a5b1 !important;
    cursor: pointer;
    text-decoration: underline !important;
}

.article-div {
    width: 740px;
    /*height: 446px;
    margin: 10px 6px 20px 1px;
    padding: 30px 148.1px 30px 147.1px;*/
    box-shadow: 0 1px 4px 0 rgba(185, 212, 220, 0.18);
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
    border-radius: 22px;
    margin: auto;
}

.article-title {
    padding: 14px 0px;
    border-bottom: solid 1px #e3eaf2;
}

.article-title h2 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 0px;
    color: #00a5b1;
}

/**/
.article-info {

    width: 370px;
    margin: 25px auto 4px;
    position: relative;
}

.article-info img {
    position: absolute;
    left: 48%;
    top: -9px;
}

.fondo-div {
    height: 85px;
    background: url(../../img/cancel_line/fondo-info.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 250px;
    margin: auto;
}

.fondo-div p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding-top: 18px;
    margin-bottom: 6px;
}

.fondo-div span {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

/**/
.article-promo {
    width: 370px;
    margin: auto;
    padding: 15px 0px;
    border-bottom: solid 1px #e3eaf2;
}

.article-promo .div-flex {
    display: inline-flex;
    align-items: center;
    margin: 6px 0px;
}

.article-promo .div-flex p {
    margin: 0px 37px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #415263;
}

.article-promo .div-flex span {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.15px;
    color: #00a5b1;
}

/**/
.article-redes {
    width: 370px;
    margin: auto;
    padding-top: 15px;
}

.article-redes p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 0px;
    color: #415263;
}

.article-redes p span {
    color: #00a5b1;
}

.article-redes ul {
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.article-redes ul li {
    padding-right: 25px;
}

.article-redes ul li img {
    width: 32px;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em!important;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-check-input:checked {
    background-color: #0d6efd00 !important;
    border-color: #007689 !important;
}

.form-check-input:checked[type=checkbox] {
    /*background: url(../../img/cancel_line/if-check.png) !important;*/
    background-image: url("/resources/core/mb_assets/img/cancel_line/if-check.png") !important;
    background-size: auto;
}

/* MIGRACION */
.options-divs{
    margin-top: 60px;
}
.op-ul div{
    width: 365px;
    margin: 20px auto;
    padding: 15px 30px;
    border-radius: 100px;
    box-shadow: 0 2px 6px 0 rgba(185, 212, 220, 0.2);
    border: solid 0.8px #e3eaf2;
    background-color: #ffffff;
    position: relative;
}
.op-ul div a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    color: #00a5b1;
    margin: 0px 9px;
}
.op-ul div button{
    padding: 0px !important;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    color: #00a5b1;
    margin: 0px 9px;
}
.op-ul div button img{
    position: absolute;
    right: 26px;
}
.ads-img{
    float: right;
}
.title-p{
    margin: 30px 0px;
}
.title-p p{
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #2b3a4a;
    margin-bottom: 0px;
}
.fondo-div-2 {
    height: 96px;
    background: url(../../img/cancel_line/combined-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 250px;
    margin: auto;
}
.fondo-div-2 p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding-top: 18px;
    margin-bottom: 6px;
}
.fondo-div-2 span {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.modal-mejorar .btn-close{
    position: absolute;
    right: 12px;
    top: 13px;
    width: 18px;
    height: 18px;
    background-color: #00a5b1;
    opacity: inherit;
    color: #ffffff !important;
    border-radius: 26px;
}
.modal-mejorar .modal-header{
    border: none !important;
}
.ls-p{
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2b3a4a;
}
.text-p{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    color: #2b3a4a;
}
.text-p span{
    font-weight: 500;
    color: #00a5b1;
}
.dow-p{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2a3a49;
    margin: 20px 0px;
}
.dow-p img{
    margin-right: 8px;
}
.modal-mejorar .modal-body ul{
    list-style: none;
    padding: 0px;
}
.modal-mejorar .modal-body ul li{
    width: 214px;
    height: 48px;
    margin: 12px auto;
    padding: 12px 52px 12px 53px;
    border-radius: 25px;
    background-color: #00a5b1;
}
.modal-mejorar .modal-body ul li img{
    width: 100%;
}

.modal-terminos-div .modal-dialog{
    max-width: 671px;
    height: 589px;
    border-radius: 15px;
    background-color: #ffffff;
}
.modal-terminos-div .modal-dialog h5{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #00a9ac;
}
.modal-terminos-div .modal-dialog .modal-content{
    border-radius: 15px;
    border: none;
}
.modal-terminos-div .modal-dialog .modal-header{
    border: none;
    text-align: center;
    display: block;
}
.modal-terminos-div .modal-dialog  .modal-header .btn-close{
    position: absolute;
    right: -10px;
    top: -11px;
    width: auto;
    height: auto;
    opacity: inherit;
}
.modal-terminos-div .modal-dialog .modal-body{
    border: none;
}
.modal-terminos-div .modal-dialog .modal-body p{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #415263;
}
.modal-terminos-div .modal-dialog .modal-footer{
    border: none;
    display: block;
    text-align: center;
}
.modal-terminos-div .modal-dialog .modal-footer button{
    width: 280px;
    border-radius: 26px;
    background-color: #00a5b1;
    border: none;
    padding: 13px 0px;
}

/*DEUDA PENDIENTE*/
.txt-red{
    padding: 15px 0px 15px;
}

.txt-para-migrar{
    margin-top: 1rem;
}

.tail-deuda p {
    padding-right: 2rem;
    padding-left: 2rem;
}

.txt-red p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f76f5a;
    margin: 0px;
    margin-top: 10px;
}
.txt-inf p{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #415263;
}
.txt-inf p span{
    font-weight: bold;
}
.div-cuadro-deuda{
    width: 410px;
    border-radius: 24px;
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
    margin: 20px auto 30px;
}
.div-cuadro-deuda div{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e3eaf2;
    padding: 15px 20px;
    position: relative;
}
.div-cuadro-deuda div img{
    margin: 0px 10px;
}
.div-cuadro-deuda p{
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #00a5b1;
}
.n-de{
    float: right;
    position: absolute;
    right: 20px;
}
.monto-de{
    border: none !important;
}
.monto-de p{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b3a4a;
}

.div-cuadro-deuda div p{
    margin: 0px;
}
.btn-deuda{
    width: 329px;
    margin: auto;
    border-radius: 23px;
    padding: 10px 3px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.btn-deuda a{
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}
.btn-deuda img{
    margin: 0px 8px;
}
.verde{
    background-color: #00a5b1 !important;
}
.morado{
    background-color: #9f5ed9 !important;
}
.transparente{
    border: solid 1px #00a5b1;
}
.transparente a{
    color: #00a5b1;
}
.div-pre{
    text-align: center;
    margin-top: 60px;
    background-color: #ffffff;
    border-radius: 13px;
    box-shadow: 0 1px 4px 0 rgb(185 212 220 / 24%);
}
.div-pre .centro{
    padding: 100px 0px;
}
.div-pre .centro p{
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #00a5b1;
}
.div-pre .centro p span{
    font-weight: 500;
}
.bttons-ul{
    padding-top: 30px;
}
.buttons-div{
    display: inline-flex;
    /* width: 100%; */
    text-align: center;
    align-items: center;
}
.buttons-div div{
    width: 165px;
    border-radius: 23px;
    padding: 11px 4px;
    margin: 0px 10px;
}
.buttons-div div a{
    color: #ffffff;
    text-decoration: none;
}
.buttons-div .vol-bt{
    background-color: #9f5ed9;
}
.buttons-div .cont-bt{
    background-color: #00a5b1;
}
/*================== CSS PASOS =====================*/

.section-pasos .navegador-pasos ul{
    width: 80%;
}
.section-pasos .navegador-pasos ul li {
    display: inline-grid;
    width: 25%;
}
.section-pasos .p-nav{
    margin: 10px 11px;
    font-size: 17px;
}
.section-pasos .navegador-pasos ul li img {
    margin: auto;
    width: 23px !important;
    height: 23px;
}
.section-pasos .navegador-pasos ul li p img{
    width: auto !important;
    height: auto;
    position: relative;
}
.section-pasos .navegador-pasos .active {
    position: relative;
    height: 10px;
    display: inline-block;
    align-items: center;
}
.section-pasos .navegador-pasos ul li .active:after {
    content: " ";
    display: inline-block;
    width: 93%;
    height: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #aab8c4;
    margin-right: 4px;
    position: absolute;
    top: 11px;
}

.section-pasos .navegador-pasos ul li .after-n:after{
    border-color: #5cbfc6;
}

.div-tabs .nav-link.active{
    border-radius: 24px;
    background-color: #007689 !important;
    width: 163px;
    margin: auto;
    font-size: 12px;
    color: #ffffff !important;
    padding: 15px 13px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active span{
    color: #ffffff !important;
    font-weight: 500;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    border-radius: 24px;
    background-color: #e3eaf22e !important;
    width: 155px;
    margin: auto;
    font-size: 12px;
    padding: 15px 13px;
    color: #415263 !important;
    border: solid 1px #e3eaf2;
}
.list-ul li a span{
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #415263;
}
.slider-onee{
    width: 70% !important;
    margin: auto;
    border: none;
}
.slider-onee .owl-stage-outer{
    position: relative;
    z-index: 99;
}
.slider-onee .owl-nav{
    position: absolute;
    top: 20px;
    width: 113%;
    z-index: 3;
    cursor: pointer;
    left: -34px;
}
.slider-onee .owl-nav button{
    width: 30px;
    height: 30px;
    padding: 8px 11px;
    border-radius: 16px;
    background-color: #e3eaf2 !important;
    color: #ffffff !important;
}
.slider-onee .owl-nav .disabled{

    color: #e3eaf2 !important;
    border: solid 1px #e3eaf2 !important;
    background-color: #ffffff !important;
}
.owl-next{
    float: right;
}
.row-vistas .article-promo .div-flex img{
    width: 20px;
}
.row-vistas .article-promo .div-flex p{
    width: 80px;
}
/**/
button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 0px;
}
.list-ul{
    width: 740px;
    margin: auto;
    border: solid 1px #e3eaf2;
    border-top: 0px;
    padding: 29px 0px;
    border-bottom: 0px;
}
.div-planes{
    width: 740px;
    margin: auto;
}
.tab-pane{
    width: 740px;
    margin: auto;
    border: 1px solid #e3eaf2;
    border-top: 0px;
}
.title-h1{
    border: solid 1px #e3eaf2;
    padding: 14px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #ffffff;
}
.div-planes h1{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00a5b1;
}

.article-dias{
    width: 370px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 30px;
}
.article-dias .div-a{
    border-radius: 14.5px;
    width: 100%;
    margin: auto;
    padding: 8px 0px;
    border-style: dotted;
    border-width: 1px;
    border-color: #00a5b1;
}
.article-dias .div-a p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00a5b1;
    margin-bottom: 0px;
}
.article-dias .div-a p span{
    font-weight: 600;
}
.article-detalles{
    width: 131px;
    margin: 10px auto;
    border-radius: 19px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #11cccc;
}
.article-detalles .div-a{
    padding: 10px 0px;
}
.article-detalles p{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0px;
}
.btn-solicitar{
    width: 329px;
    height: 46px;
    margin: 30px auto;
    border-radius: 23px;
    background-color: #9f5ed9;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.btn-solicitar:disabled{
    background-color: #d1dae4;
    opacity: inherit;
}
.btn-solicitar:hover{
    color: #ffffff;
}

.terminos-pasos{
    width: 740px;
    margin: auto;
}
.terminos-pasos .article-terminos{
    margin: 0px;
}

/*============== PASO 2 ========================*/


.datos-user{
    width: 740px;
    background-color: #ffffff;
    margin: auto;
    border: solid 1px #e3eaf2;
    border-top: 0px;
    padding: 20px 29px;
    border-bottom: solid 1px #e3eaf2;
}
.detalle-user{
    width: 740px;
    background-color: #ffffff;
    margin: auto;
    border: solid 1px #e3eaf2;
    border-top: 0px;
    padding: 20px 29px;
    border-bottom: solid 1px #e3eaf2;
}
.detalle-user label{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5b6b7b;
}
.detalle-user p{
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b3a4a;
}
.detalle-user .col-12{
    margin: 0px;
}
.datos-user label{
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #00a5b1;
}
.datos-user input{
    height: 40px;
    padding: 11px 11px 10px 14px;
    border-radius: 12px;
    box-shadow: 0 2px 7px 0 rgba(185, 212, 220, 0.2);
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.datos-user h3{
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b3a4a;
    text-transform: uppercase;
    margin: 20px 0px;
}
.datos-user h3 span{
    font-weight: 600;
}
.datos-user .numer-migrar label{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5b6b7b;
}
.datos-user .numer-migrar p{
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b3a4a;
}



/*=============  PASO 3  =================*/

.contraseña-unica-div p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b3a4a;
    margin: 15px 0px;
    padding: 0px 30px;
}
.input-pass{
    width: 674px;
    margin: auto;
}
.oj-pass{
    position: absolute;
    right: 17px;
    top: 13px;
}
.input-pass .d-flex div{
    margin-right: 15px;
}
.input-pass .d-flex div a{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    color: #00a5b1;
}
.input-pass .d-flex div a img{
    margin-right: 6px;
}
.input-pass .d-flex{
    margin: 12px 0px 25px;
}
.input-pass input{
    width: 100%;
    height: 40px;
    margin: auto;
    padding: 13px 20px 12px 24px;
    border-radius: 12px;
    box-shadow: 0 2px 7px 0 rgb(185 212 220 / 20%);
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
}
.title-checks{
    padding: 20px 26px 0px;
}
.title-checks2{
    padding: 20px 26px 0px;
}
.title-checks h2{
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
}
.title-checks2 h2{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
}
.title-checks2 h2 span{
    font-weight: 600;
}
.title-checks p{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5b6b7b;
}
.title-checks p a{
    text-decoration: none;
}
.title-checks p a span{
    font-weight: 600;
    color: #2b3a4a;
}
.form-div .terminos-pasos{
    background-color: #ffffff;
    border: solid 1px #e3eaf2;
    border-top: 0px;
    padding: 0px;
    border-bottom: solid 1px #e3eaf2;
}
.form-div .article-terminos{
    border-bottom: 1px solid #e3eaf2;
    padding: 7px 29px;
}
.form-div .form-check{
    margin-bottom: 15px;
}
.alert-terminos{
    border-bottom: 1px solid #e3eaf2;
}
.alert-terminos div{
    height: 68px;
    width: 624px;
    margin: 10px auto 30px;
    padding: 19px 44px 19px 45px;
    border-radius: 4px;
    border-style: dotted;
    border-width: 1px;
    background-color: rgba(0, 169, 172, 0.04);
    border-color: #00a9ac;
}
.alert-terminos p{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #007689;
}
.alert-terminos p span{
    font-weight: 800;
}

/**/
.table-div{
    width: 520px;
    margin: auto;
    margin-top: 40px;
    border-radius: 24px;
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
}
.border-cl{
    border-bottom: solid 1px #e3eaf2;
    padding: 14px 15px;
}
.border-ul{
    padding: 18px 10px 0px;
}
.list-table{
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2b3a4a;
}
.list-history{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5b6b7b;
    margin-bottom: 16px;
}
/*))))))))))))) modal ===========*/
.modal-advertencia{
    opacity: 1 !important;
    background-color: #0000009e;
}
.modal-advertencia .modal-header{
    display: block;
    border: none;
}
.modal-advertencia .modal-body p{
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2b3a4a;
}
.txtp{
    margin-bottom: 20px;
    margin: 0 10px;
}
.txtp p{
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #405264;
}
.modal-advertencia .btn-close{
    position: absolute;
    opacity: inherit;
    font-size: 0px;
    right: 18px;
    top: -11px;
}
.modal-advertencia .modal-footer{
    display: block;
    border: none;
}
.modal-advertencia .modal-footer button{
    width: 100%;
    height: 46px;
    margin: auto;
    border:none;
    border-radius: 26px;
    background-color: #00a5b1;
}
.modal-advertencia .modal-dialog {
    max-width: 383px;
}

.prepago-active p{
    margin: 13px 0px;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.95;
    letter-spacing: normal;
    text-align: center;
    color: #00a5b1;
}
.prepago-active span{
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #2b3a4a;
}
.codigo-active{
    width: 740px;
    margin: auto;
    border:solid 1px #e3eaf2;
    background-color: #ffffff;
    border-top: 0px;
    padding: 26px 41px 22px;
}
.indicaciones-div{
    width: 740px;
    margin: auto;
    border: solid 1px #e3eaf2;
    background-color: #ffffff;
    border-top: 0px;
    padding: 16px 0px 23px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.indicaciones-div img{
    margin-bottom: 10px;
}
.div-correo{
    width: 740px;
    margin: 11px auto 0px;
}
.div-correo span{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #405264;
}
.div-correo div{
    max-width: 200px;
    margin: auto;
}
.div-correo div p{
    border-style: dotted;
    border-width: 1px;
    border-color: #aab8c4;
    border-radius: 17px;
    margin-bottom: 0px;
    padding: 7px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #405264;
}
.indicaciones-div p{

    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #5b6b7b;
    margin-bottom: 0px;
}
.codigo-pedido div{
    border-style: dotted;
    border-width: 1px;
    border-color: #aab8c4;
    width: 170px;
    border-radius: 20px;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2b3a4a;
    padding: 5px 0px;
}
.codigo-numero div{
    border-style: dotted;
    border-width: 1px;
    border-color: #9f5ed9;
    width: 170px;
    border-radius: 20px;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9f5ed9;
    padding: 5px 0px;
}
.plan-prepago div {
    background-color: rgba(0, 169, 172, 0.05);
    border-style: dotted;
    border-width: 1px;
    border-color: #00a5b1;
    width: 170px;
    border-radius: 20px;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #00a5b1;
    padding: 5px 0px !important;
}
.fecha-prepago p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.93;
    letter-spacing: normal;
    color: #5b6b7b;
    margin-bottom: 0px;
    margin-top: 23px;
}
.fecha-prepago p span{
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #00a5b1;
    padding: 11px;
}

.plan-menor{

}
.div-benef{
    width: 530px;
    height: 144px;
    margin: 20px auto;
    padding: 18px 28px 20px 29px;
    border-style: dotted;
    border-width: 1px;
    border-color: #00a5b1;
    border-radius: 4px;
    background-color: rgba(0, 169, 172, 0.04);
}
.div-benef p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #007689;
}
.div-benef div{
    width: 274px;
    margin: auto;
    padding: 8px 26px 8px 25px;
    border-radius: 25px;
    background-color: #ffffff;
}
.div-benef div p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.93;
    letter-spacing: normal;
    color: #5b6b7b;
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.div-benef div p img{
    margin-right: 6px;
}
.div-benef div span{
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #00a5b1;
}
.im-p{
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold !important;
}
.im-p img{
    margin: 0px 10px !important;
}
