/*V2404112330*/
:root {
    --card-w: 325px;
    /*380px*/
    --card-margin: 30px;
    --card-h: 230px;
    /*260px*/
    --card-wr: 320px;
    /*340px*/
    --pad-card: 20px 28px 12px 28px;
    --pad-cardr: 20px 10px 12px 10px;
    --s-card-feedback-w: 542px;
    --color-border-asis: ;
    --color-card-fill-black: #000000;
    --color-card-fill-blue: #0059b2;
    --limit-sim-card: 890px;
    --limit-sim-solutions: 790px;
    --limit-sim-fbkcard: 890px;
    --limit-sim-accompaniment: 500px;
    --limit-neg-office: 360px;
    --limit-exito-office: 700px;
    --limit-error-office: 400px;
    --limit-error-office2: 480px;
    --txt-blue-tittle: #0067ee;
    --txt-blue-offer: #0d60ac;
    --txt-grey-feedbak: #757575;
    --txt-order-status-done: #008000;
    --txt-order-status: #757575;
    --txt-black-feedback: #1a1a1a;
    --txt-blue-logo: #0067ee;
    --txt-blue-claro-fondo: #F0FBFE;
    --txt_azul_card_row: #0377bb;
    --smaxima: #39A247;
    --sbuena: #F48600;
    --smedia: #ffc300;
    --sbaja: #ef233c;
    --txt-blue-stv: #00638f;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.aui-box-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aui-box-flex-end {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.aui-flex-row-reverse {
    flex-direction: column-reverse;
}

.aui-txt-order-status {
    color: var(--txt-order-status);
}

.aui-blue-stv {
    color: var(--txt-blue-stv) !important;
}

.aui-blue-tit {
    color: var(--txt-blue-tittle);
}

.aui-line-through {
    text-decoration: line-through;
}

.btn_error{
	border: 1px solid #DE2F1B !important;
}

.aui-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.aui-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.aui-col-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}

.aui-col-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}

.aui-col-9 {
    -ms-flex: 0 0 74.97%;
    flex: 0 0 74.97%;
    max-width: 74.97%;
}

.aui-col-8 {
    -ms-flex: 0 0 66.64%;
    flex: 0 0 66.64%;
    max-width: 66.64%;
}

.aui-col-7 {
    -ms-flex: 0 0 58.331%;
    flex: 0 0 58.331%;
    max-width: 58.331%;
}

.aui-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.aui-col-5 {
    -ms-flex: 0 0 41.665%;
    flex: 0 0 41.665%;
    max-width: 41.665%;
}

.aui-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.aui-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.aui-col-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.aui-col-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.aui .neg-texto24px {
    font-size: 24px;
    line-height: 1.4em
}

.aui .neg-texto22px {
    font-size: 22px;
    line-height: 1.3em
}

.aui-d-none {
    display: none;
}

.aui-font-italic {
    font-style: italic;
}


.aui .position-absolute{
    position: absolute;
}

.simetrica-d-inline {
    display: inline;
}

.simetrica-tituloPaquetes {
    font-family: 'Roboto-thin', sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
/*    font-size: 3em;*/
    font-size: 2.25em;
    line-height: 1.3em;
    text-align: center;
    padding: 25px 0 10px 0;
}

.simetrica-subtitulo {
    font-family: 'Roboto-thin', sans-serif;
    color: #1a1a1a;
    text-decoration: none solid rgb(26, 26, 26);
    text-align: center;
}

.simetrica-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /* border: 1px dashed #cccccc;*/
}

.simetrica-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.simetrica-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.simetrica-card {
    width: var(--card-w);
    height: var(--card-h);
    margin: var(--card-margin);
    border-radius: 10px;
    padding: var(--pad-card);
}

.simetrica-card.bkg-fill-black {
    background-color: var(--color-card-fill-black);
}

.simetrica-card.bkg-fill-blue {
    background-color: var(--color-card-fill-blue);
    ;
}

.simetrica-mart-offerasis {
    margin-top: 30px;
}

.simetrica-mart-offerasis-b {
    margin-top: 55px;
}

.simetrica-mart-offertobe {
    margin-top: 25px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}


.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.simetrica-card-limit {
    width: var(--limit-sim-card);
    /* border: 1px dashed #cccccc;*/
}

.simetrica-fbkcard-limit {
    width: var(--limit-sim-fbkcard);
    /* border: 1px dashed #cccccc;*/
}

.simetrica-accompaniment-limit {
    width: var(--limit-sim-accompaniment);
    /* border: 1px dashed #cccccc;*/
}

.limit-neg-office {
    width: var(--limit-neg-office);
    /* border: 1px dashed #cccccc;*/
}

.limit-exito-office {
    width: var(--limit-exito-office);
    /* border: 1px dashed #cccccc;*/
}

.limit-error-office {
    width: var(--limit-error-office);
}

.limit-error-office2 {
    width: var(--limit-error-office2);
}

.simetrica-solutions-limit {
    width: var(--limit-sim-solutions);
    /* border: 1px dashed #cccccc;*/
}

.simetrica-solutions-limit .simetrica-col {
    padding: 0 15px;
}

.simetria-iconosvsblanco {
    padding: 25px 40px 10px 40px;
    background-image: url("../images/iconos_vs_blanco.svg");
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: left;
    margin-right: 10px
}

.simetria-iconosvscolor {
    padding: 25px 40px 10px 40px;
    background-image: url("../images/iconos_vs_color.svg");
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: left;
    margin-right: 10px
}

.simetrica-card-feedback {
    width: var(--s-card-feedback-w);
    /*600px*/
    margin: 30px;
    margin-top: 111px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding: 20px 28px 12px 28px;
    border: 1px solid #666666;
}

.pos-icon-card {
    position: absolute;
    top: -90px;
    width: 100%;
}

.pos-text-card {
    position: absolute;
    top: -30px;
    width: 100%;
}

.simetrica-center {
    text-align: center;
    margin: auto auto;
}

.simetrica-center {
    text-align: center;
    margin: auto auto;
}

.card-txt-body-left {
    text-align: left;
    padding-left: 25px
}

.p-status {
    padding: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-payment {
    margin-right: 30px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-55 {
    margin-top: 55px;
}

.txt-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}

.pos-relative {
    position: relative;
}

.pos-aborder-card {
    position: absolute;
    bottom: 80px;
    width: 325px;
    border-bottom: 3px solid;
}

.simetrica-border-asis {
    border-color: #0067ee;
}

.simetrica-border-tobe {
    border-color: #ffffff;
}

.simetrica-inline {
    display: inline;
}

.simetrica-offer-scroll {
    overflow-x: auto;
    width: 90%;
}

.g-clear {
    display: block;
}

.simetria-btn {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 0px !important;
    width: 90% !important;
    max-width: 320px !important;
}

.simetria-line-promotion {
    width: 750px;
    height: 25px;
    background-image: url("../images/line-promotion.svg");
    background-position: center;
    background-repeat: repeat-x;
}

.simetrica-item-tittle {
    min-height: 45px;
    padding-top: 5px;
    color: var(--txt-blue-tittle);
}

.simetrica-item-offer {
    min-height: 45px;
}

.txt-blue-offer {
    color: var(--txt-blue-offer);
}

.txt-grey-feedbak {
    color: var(--txt-grey-feedbak);
}

.txt-blue-logo {
    color: var(--txt-blue-logo);
}

.simetria-congrats-contain {
    border: 1px solid var(--color-card-fill-blue);
    border-radius: 10px;
    padding: 15px;
}

/*aui init*/
.aui .texto12px {
    font-size: 0.75em;
}

.aui .texto13px {
    font-size: 13px;
}


.aui .texto14px {
    font-size: 0.875em;
}

.aui .texto16px {
    /* font-size: 0.9em;*/
    font-size: 16px;
}

.aui .texto17px {
    font-size: 17px;
}


.aui .texto18px {
    font-size: 1.125em;
}

.aui .texto20px {
    font-size: 1.2em;
}

.aui .texto36px {
    font-size: 2.25em;
}

.aui .texto20px {
    font-size: 1.25em;
}

.aui .texto21px {
    font-size: 1.3125em;
}

.aui .texto22px {
    font-size: 1.375em;
}

.aui .texto24px {
    font-size: 1.5em;
}

.aui .texto26px {
    font-size: 1.625em;
}

.aui .texto28px {
    font-size: 1.75em;
}

.aui .texto30px {
    font-size: 1.875em;
}

/*
.aui .texto32px {
    font-size: 2.2858em;
}
*/

.aui .texto35px {
    font-size: 2.1875em;
}

.aui .texto42px {
    font-size: 2.625em;
}

.aui .texto48px {
    font-size: 3em;
}

.aui .texto72px {
    font-size: 4.5em;
}

.confirm-txt-gris {
    display: block;
    font-size: 12px;
    color: #757575;
}

.aui .simetria-black {
    color: #1a1a1a;
}

.aui .simetria-red {
    color: #d81b60;
}

.aui .simetria-red.bkg-white {
    background-color: #fff;
    padding: 0px 25px;
    display: inline-block;
}

.aui .gris {
    color: #55667a;
}

.aui .w-bold {
    font-weight: bold;
}

.aui .w-medium {
    font-weight: 600;
}

.aui .w-semibold {
    font-weight: 500;
}

.aui .w-thin {
    font-family: 'Roboto-thin', sans-serif;
}

.aui .font-weight-light {
    font-weight: 100
}

.aui .font-weight-bold {
    font-weight: bold;
}

.aui .text-center {
    text-align: center;
}

/* TomaPedido*/
input[type="text"].sin_max,
input[type="password"].sin_max,
input[type="number"].sin_max,
input[type="email"].sin_max {
    max-width: none;
    width: 100%;
}

input[type="text"] {
    background-color: #fff !important;
}

input[type="text"]:valid {
    background-color: #f2fbff !important;
}

input[type="text"]:invalid {
    /*background-color: #FDF4F3 !important;
    border: 1px solid #DE2F1B;*/
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.letter-spacing1 {
    letter-spacing: 0.2px;
}

.letter-spacing2 {
    letter-spacing: 0.5px;
}

input.w-auto {
    width: auto;
}



.blue-claro-fondo {
    background: var(--txt-blue-claro-fondo)
}

.fondo-peach {
    background: rgba(255, 147, 0, .2);
}

.text-peach {
    color: #b73b2e;
}

.rounded {
    border-radius: 10px;
}

.nota_promo {
    margin: 0 -20px;
    padding: 10px 20px;
}

.padding-1 {
    padding: .4em;
}

.padding-t-2 {
    padding-top: 1em;
}

.padding-t-1 {
    padding-top: .5em;
}

.padding-l-1 {
    padding-left: .5em;
}

.padding-t-tv {
    padding-top: 7px;
}

.padding-t-radio {
    padding-top: 10px;
}

.padding-alert {
    padding-top: 5px;
    padding-left: 5px;
}

.padding-top50{
   padding-top: 50px;
}

.margin-0 {
    margin: 0;
}

.marginx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top35 {
    margin-top: 35px;
}

.margin-top50 {
    margin-top: 50px;
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.margin-bottom35 {
    margin-bottom: 35px;
}

.margin-bottom80 {
    margin-bottom: 80px;
}

.margin-top0 {
    margin-top: 0;
}

.text-center {
    text-align: center !important;
}

.padding-bottom-envio {
    padding-bottom: 40px !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.solo_cel {
    display: none;
}

.cont_input_camp.cel_interlineado {
    margin: 28px auto 15px auto;
}

/* Confirma tu solicitud */
.txt_azul_card_row {
    color: var(--txt_azul_card_row) !important;
}

.dark-card{
    border-radius: 0px;
    padding: 20px 30px 20px 30px;

    border: 1px #F2F5FA solid;
     background-color: black;
}


.shadowed-card{
    border-radius: 5px;
    padding: 20px 30px 20px 30px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    border: 1px #F2F5FA solid;
}




.block-card {
    border: 1px solid var(--txt_azul_card_row);
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    position: relative;
}

.custom-block {
    padding: 5px 30px 30px 30px;
}

.block-card h6 {
    color: var(--txt_azul_card_row);
    margin: 0;
    background: #fff;
    position: absolute;
    left: 10px;
    width: auto;
    top: -25px;
    transition: 0.3s;
    z-index: 1;
    padding: 3px 10px 1px;
    text-align: left;
    border-radius: 5px;
}

.col-plan1 {
    -ms-flex: 0 0 86%;
    flex: 0 0 86%;
    max-width: 86%;
}

.col-precio1 {
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
}

.col-plan2 {
    -ms-flex: 0 0 60;
    flex: 0 0 60%;
    max-width: 60%;
}

.col-precio2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.border-bottom-gris {
    border-bottom: 1px solid #e6e6e6
}

.aui-border-left-o365 {
    border-left: #0048a7 solid 1px;
}

.aui-border-right-o365 {
    border-right: #0048a7 solid 1px;
}

.padding-interlineado {
    padding: 8px 0;
}

.padding-interlineado-ch {
    padding: 3px 0;
}

.padding-interlineado-mini {
    padding: 1px 0;
}

.d-block {
    display: block
}

.d-inline {
    display: inline
}

.mr-2 {
    margin-right: 10px;
}

/*ORDER-STATUS init*/
.orderstatus {
    color: #55667a;
    display: block;
    padding: 0 0;
    position: relative;
    text-align: left;
    min-height: 100px;
    padding-bottom: 2em;
}

.orderstatus.done:before {
    background: #32841f;
}

.orderstatus:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    width: 2px;
    background: #939393;
    margin: 0 25px;
    border
}

.orderstatus.alert:before {
    background: #d67d00;
}

.orderstatus:first-child:before {
    height: 0;
}

.orderstatus.done p {
    color: var(--txt-order-status);
}

.orderstatus .orderstatus-text {
    left: 0;
    width: 85%;
}

.orderstatus-text {
    position: relative;
    width: 50%;
    left: 55%;
    text-align: left;
    padding-left: 65px;
    padding-right: 30px;
    font-size: .95em;
}

.orderstatus-container {
    padding: 2em 0 0 0;
    text-align: center;
}

.orderstatus time {
    display: block;
    font-size: 1em;
    color: var(--txt-order-status);
    font-weight: bold;
    padding-top: .9em;
}

.orderstatus date {
    color: #1a1a1a;
}

.done.orderstatus time {
    color: var(--txt-blue-tittle);
}

.done.orderstatus date {
    color: #1a1a1a;
}

.orderstatus-text p {
    margin: 3px 0px;
    color: #55667a;
}

.orderstatus-check {
    border: 2px solid var(--txt-order-status);
    ;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    margin-bottom: 0.5em;
    background: #fff;
    z-index: 2;
    position: absolute;
    color: var(--txt-order-status);
    left: 0;
}

.done .orderstatus-check {
    background-color: var(--txt-order-status-done);
    color: #fff;
    border-color: var(--txt-order-status-done);
}

.alert .orderstatus-check {
    background-color: #d67d00;
    color: #fff;
    border-color: #d67d00;
}

.orderstatus-active {
    text-align: center;
    position: relative;
    left: 25px;
    top: 20px;
    color: var(--txt-order-status);
    display: none;
}

.status-application,
.status-delivery,
.status-home,
.status-modem {
    background-repeat: no-repeat;
    background-position: center;
}

.status-application {
    background-size: 55%;
}

.status-delivery {
    background-size: 75%;
}

.status-home {
    background-size: 70%;
}

.status-modem {
    background-size: 75%;
}

.orderstatus.done div.status-application {
    background-image: url(../images/status-application-w.svg);
}

.orderstatus div.status-application {
    background-image: url(../images/status-application.svg);
}

.orderstatus.done div.status-delivery {
    background-image: url(../images/status-delivery-w.svg);
}

.orderstatus div.status-delivery {
    background-image: url(../images/status-delivery.svg);
}

.orderstatus.done div.status-home {
    background-image: url(../images/status-home-check-w.svg);
}

.orderstatus.alert div.status-home {
    background-image: url(../images/status-home-alert.svg);
}

.orderstatus div.status-home {
    background-image: url(../images/status-home.svg);
}

.orderstatus.alert div.status-modem {
    background-image: url(../images/status-modem-alert-w.svg);
}

/*ORDER-STATUS end*/
/* Soluciones Negocio Office 365x*/
.form-border-gris {
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 25px
}

.form-border-gris .btn_red {
    width: 66%;
    height: 49px;
    line-height: 49px;
    padding: 0px 40px;
    border-radius: 15px;
    background-color: #de2f1b;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
}

.capsule-grey {
    width: auto;
    height: 49px;
    line-height: 49px;
    border-radius: 15px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
    background-color: #f2f5fa;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    max-width: 260px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.text-left {
    text-align: left !important
}

.mt-0,
.my-0 {
    margin-top: 0rem !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.v-bottom {
    vertical-align: bottom
}

.limit-exito-office .btn_red {
    padding: 0px 40px;
    border-radius: 15px;
    background-color: #de2f1b;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    height: 49px;
    line-height: 49px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    width: auto;
    max-width: 260px;
}

.limit-exito-office .btn_secundario {
    padding: 0px;
    border: 2px solid #b73b2e;
    border-radius: 15px;
    background-color: #ffffff;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    color: #1a1a1a;
    text-decoration: none solid rgb(26, 26, 26);
    text-align: center;
    width: auto;
    max-width: 260px;
}

.btn_blue {
    padding: 0px 40px;
    border-radius: 15px;
    background-color: #0276ba;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    height: 49px;
    line-height: 49px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    width: auto;
    max-width: 260px;
    display: block;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 20px auto 5px;
    text-decoration: none;
    max-width: 300px;
    cursor: pointer;
}

.btn_naranja:disabled,
.btn_naranja.disabled {
    opacity: .65 !important;
    cursor: default;
}



.form-border-gris .cont_input_camp {
    width: 100%;
}

.limit-exito-office a {
    text-decoration: underline;
    text-decoration-color: rgb(2, 118, 186);
}

.tit-etiqueta-art {
    padding: 10px 15px;
    border-radius: 10px;
    background: #f0fbff;
    border: 1px solid #dfe9f2;
    font-family: Arial;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none solid rgb(26, 26, 26);
    position: absolute;
    margin: -50px 10px 0 10px;
}

.borde-articulo-office365 {
    width: 100%;
    border: 1px solid #dfe9f2;
    border-radius: 5px;
    padding: 30px 30px 15px 30px;
}

.border-item-office365 {
    border: 1px solid #dfe9f2;
    border-radius: 5px;
}

.spacing-item-office365 {
    padding: 30px 30px 15px 30px;
}

.spacing-item-p20-p30 {
    padding: 20px 30px;
}

.spacing-item-p10-p20 {
    padding: 10px 20px;
}

.blocked-item-o365 {
    position: absolute;
    background-color: rgba(255, 255, 255, .6);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 0.4rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
   
}

.progress-bar{
    transition: all 0.5s ease-out;
}

.pista {
    font-size: 14px !important;
    text-align: left;
    line-height: 1.3rem !important;
    margin: 0;
}

.note {
    font-size: 12px;
    color: #1a1a1a;
    text-align: left
}

.custom-green {
    color: var(--smaxima);
}

.custom-red {
    color: #de2f1b;
}

.s_maxima {
    background: var(--smaxima);
}

.s_buena {
    background: var(--sbuena);
}

.s_media {
    background: var(--smedia);
}

.s_baja {
    background: var(--sbaja);
}

.bullet.text-success:before {
    color: var(--text-success);
}

.bullet:before {
    content: '\2022';
    margin-right: 5px;
    display: inline-block;
    font-size: 2rem;
    position: relative;
    vertical-align: bottom;
    font-size: 20px;
}

.smaller,
smaller {
    font-size: 90%;
    font-weight: 400;
}

.text-success {
    color: #28a745 !important;
}

.ojo_contrasenia_input {
    width: 20px;
    height: 14px;
    position: absolute;
    right: 10px;
    margin-top: -27px;
    cursor: pointer;
}

.cont_input.office365[type="number"] {
    color: #121212;
    font-family: Arial;
    font-size: 16px;
}

.cont_input.office365 ~ label {
    padding: 3px 10px 1px 10px;
}

.cont_input.office365,
.cont_input.office365:valid {
    background: #fff !important
}

.cont_input.office365:disabled {
    background: #f0fbff !important
}

.cont_input.office365:focus {
    border: 1px solid #0067ee;
    background: #fff !important
}

.custom-input-selected{
    border: 1px solid #0067ee !important;
    background: #fff !important
    box-shadow: 0px 0px 15px 0px rgba(0,173,255,0.75) !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,173,255,0.75) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,173,255,0.75) !important;
        }


.custom-input-invalid{
    border: 1px solid #de2f1b;
    background: #fff !important;
    box-shadow: 0px 1px 12px rgba(222, 47, 27, 0.4);
}


/*
.cont_input.office365:invalid {
    border: 1px solid #de2f1b;
    background: #fff !important;
    box-shadow: 0px 1px 12px rgba(222, 47, 27, 0.4);
}
*/

.icon-90 {
    width: 90px;
    height: 90px;
}

.icon-80 {
    width: 80px;
    height: 80px;
}

/*INPUT SPINNER*/
.max-w-spinner {
    max-width: 130px;
}

.num-block {
    float: left;
    width: 100%;
    padding: 10px 10px;
}

.skin .num-in {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    height: 40px;
    width: 100%;
    border: 1px solid #217bb8;
}

.skin .num-in span {
    width: 25%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin .num-in span:before,
.skin .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 15px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin .num-in input {
    float: left;
    width: 50%;
    height: 40px;
    border: none;
    text-align: center;
}

/*INPUT SPINNER END*/
.aui-flex-justify-neg {
    display: flex;
    align-items: center;
    justify-content: left;
}

.icon-wrapper-feedback {
    width: 100%;
    position: absolute;
    top: -70px;
}

.d-middle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.d-mobile {
    display: none;
}

.d-desk {
    display: inline-block;
}

.offer-card {
    padding: 5px;
    border: 1px solid #d9dadb;
    border-radius: 5px;
    background-color: #ffffff;
}

.offer-card:hover {
    border-color: #1e71e8;
}

.bkg-grey {
    border-color: #1e71e8;
    background-color: #f2f5fa;
}

.stv {
    background-image: url(../images/tv2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 41px;
    width: 61px;
}

.light {
    --primary: #0d60ac;
    --other: #0d60ac;
    background: hsl(0, 0%, 98%);
}

/* label */
.radio-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0px;
    cursor: pointer;
    position: relative;
}

/* input */
.radio-input {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* .design */
.design {
    width: 15px;
    height: 15px;
    border: 3px solid var(--other);
    border-radius: 100%;
    margin-right: 16px;
    position: relative;
}

.design::before,
.design::after {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    position: absolute;
    transform: scale(0);
    transform-origin: center center;
}

.design:before {
    background: var(--other);
    opacity: 0;
    transition: .3s;
}

.design::after {
    background: var(--primary);
    opacity: .4;
    transition: .6s;
}

/* checked state */
.radio-input:checked + .design::before {
    opacity: 1;
    transform: scale(.6);
}

/* other states */
.radio-input:hover + .design,
.radio-input:focus + .design {
    border: 3px solid var(--primary);
}

.radio-input:hover + .design:before,
.radio-input:focus + .design:before {
    background: var(--primary);
}

.radio-input:hover ~ .text {
    color: var(--primary);
}

.aui .btn-blue,
.aui .btn-blue:visited {
    display: block;
    background-color: #0276ba;
    padding: 10px 40px;
    text-align: center;
    max-width: 200px;
    cursor: pointer;
    text-decoration: none;
    margin: 0 auto 25px auto;
    color: #fff;
    font-weight: bold
}

.aui .btn-blue:hover,
.aui .btn-blue:focus,
    {
    background-color: #0b61ac;
    color: #fff;
    text-decoration: none
}

.aui .btn-grey,
.aui .btn-grey:visited {
    display: block;
    background-color: #DFE9F2;
    padding: 10px 40px;
    text-align: center;
    max-width: 200px;
    cursor: pointer;
    text-decoration: none;
    margin: 0 auto 25px auto;
    color: #000;
    font-weight: bold
}

.aui .btn-grey:hover,
.aui .btn-grey:focus,
    {
    background-color: #DFE9F2;
    color: #000;
    text-decoration: none
}

.aui .btn-red-outline,
.aui .btn-red-outline:visited {
    display: block;
    background-color: #FFF;
    padding: 10px 40px;
    text-align: center;
    max-width: 200px;
    cursor: pointer;
    text-decoration: none;
    margin: 0 auto 25px auto;
    color: #000;
    font-weight: bold;
    border: 3px solid #b73b2e;
    border-radius: 8px;
}

.aui .btn-red-outline:hover,
.aui .btn-red-outline:focus {
    background-color: #b73b2e;
    color: #FFF;
    text-decoration: none;
    border: 3px solid #b73b2e;
}

/*
.radio-input:focus + .design::after,
.radio-input:active + .design::after { opacity: .1; transform: scale(2.6);
}
*/
.f-especial {
    width: 32px !important;
    font-size: 1.9rem !important;
    padding: 0.35rem 0.6rem !important;
}

.custom-form-control {
    color: var(--brand3) !important;
}

.custom-form-control {
    border: 1px solid #CCCCCC;
    height: 60px;
    min-height: 60px;
    min-width: 45px;
    text-align: center;
}



.custom-red-placeholder::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: red;
    text-align: center;
    font-size: 2em;
}


  
    
.aui-form-control {
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.aui-form-group {
    margin-bottom: 1rem;
}

.aui-form-control {
    border: 1px solid #CCCCCC;
    height: 45px;
    min-height: 45px;
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.aui-select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    background: url(../images/ico-arrow-down.svg) no-repeat 95% 52%;
    word-wrap: normal;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-weight: normal;
}
    
    .aui-select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    background: url(../images/ico-arrow-down.svg) no-repeat 95% 52%;
    word-wrap: normal;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-weight: normal;
}
    
    .cont_input_camp.cel_interlineado {
    margin: 28px auto 5px auto;
}

  
    
    
.cont_input_camp .margin-0 {
    display: block;
    position: relative;
    margin: 10px auto 10px;
    text-align: center;
    width: 95%;
}    
    
    

.icon-top-c{
    width: 70px;
}





/*aui end*/
@media screen and (max-width: 950px) {
    .aui-flex-row-reverse-cel {
        flex-direction: column-reverse;
    }

    .aui-marginbav-cel {
        margin-bottom: 40px;
    }

    .aui-col-12-cel {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .aui-col-11-cel {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .aui-col-10-cel {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .aui-col-9-cel {
        -ms-flex: 0 0 74.97%;
        flex: 0 0 74.97%;
        max-width: 74.97%;
    }

    .aui-col-8-cel {
        -ms-flex: 0 0 66.64%;
        flex: 0 0 66.64%;
        max-width: 66.64%;
    }

    .aui-col-7-cel {
        -ms-flex: 0 0 58.331%;
        flex: 0 0 58.331%;
        max-width: 58.331%;
    }

    .aui-col-6-cel {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .aui-col-5-cel {
        -ms-flex: 0 0 41.665%;
        flex: 0 0 41.665%;
        max-width: 41.665%;
    }

    .aui-col-4-cel {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .aui-col-3-cel {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .aui-col-2-cel {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .aui-col-1-cel {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

 
    
    .stv {
        background-image: url(../images/tv2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 25px;
        width: 30px;
    }

    .texto20px-cel {
        font-size: 13px !important;
    }

    .padding-t-tv {
        padding-top: .2em;
    }

    .d-mobile {
        display: inline-block;
    }

    .d-desk {
        display: none !important;
    }

    .mr-payment {
        margin-right: 0px !important;
    }

    .simetrica-card-limit {
        width: 400px;
    }

    .simetrica-fbkcard-limit {
        width: 400px;
    }

    .simetrica-accompaniment-limit {
        width: 400px;
    }

    .orderstatus .orderstatus-text {
        width: 81%;
    }

    .simetrica-card {
        width: var(--card-wr);
        height: var(--card-h);
        margin: 30px;
        border-radius: 10px;
        padding: var(--pad-cardr);
    }

    .simetria-iconosvsblanco {
        padding: 25px 35px 10px 35px;
        background-repeat: no-repeat;
        background-size: 70px;
        background-position: left;
        margin-right: 10px
    }

    .simetrica-card-feedback {
        width: 340px;
    }
}

.buy-resume {
    background-color: #f2f5fa;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
    padding: 1rem;
    margin-top: 2rem;
}

.bkg-grey {
    background-color: #f2f5fa;
}

.bkg-alert {
    background-color: #fffaed;
}

.bkg-alert p {
    color: #ca4503;
    text-align: center;
}

a.underline-anchor,
a.underline-anchor:hover {
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 850px) {
    .res-no-border-o365 {
        border: none;
    }

    .aui-r-mob-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .aui-r-mob-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .aui-r-mob-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .aui-res-a-bottom {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

    .aui-res-a-bottom .buy-resume {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0px -2px 16px rgba(0, 0, 0, 0.17);
    }

    .aui-res-col-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .simetria-line-promotion {
        width: 100%;
        height: 25px;
        background-image: url("../images/line-promotion.svg");
        background-position: center;
        background-repeat: repeat-x;
    }
}

@media screen and (max-width: 835px) {
    .simetrica-solutions-limit {
        /* border: 1px dashed #cccccc;*/
    }
}

@media screen and (max-width: 600px) {
    .limit-exito-office {
        width: 100%;
    }

    .limit-error-office,
    .limit-error-office2 {
        width: 100%;
    }

    .limit-76-cel {
        width: 76%;
        margin-left: 12%;
        margin-right: 12%;
    }

    .limit-84-cel {
        width: 84%;
        margin-left: 8%;
        margin-right: 8%;
    }

    .texto16pxcel {
        font-size: 16px !important;
    }

    .texto32pxcel {
        font-size: 32px !important;
    }

    .texto27pxcel {
        font-size: 27px !important;
    }

    .icontop80cel {
        width: 80px;
    }

    .icon-wrapper-feedback-oopaterncel {
        width: 100%;
        position: absolute;
        top: -200px;
    }

    .icontoplogo {
        width: 104px;
    }

    .icon-wrapper-feedback-cel {
        top: -40px;
    }

    .margin-bottom40-cel {
        margin-bottom: 40px;
    }

    .icon-80 {
        width: 60px;
        height: 60px;
    }

    .w-bold-no-cel {
        font-weight: 400 !important;
    }

    .simetrica-tituloPaquetes.azul1.cel_pers {
        font-size: 24px
    }

    .simetrica-tituloPaquetes.azul1.cel_pers2 {
        font-size: 26px;
        font-weight: 400;
    }

    .block-card h6.texto30px {
        font-size: 1.3em;
        top: -17px;
    }

    .margin_cel {
        margin: 0;
    }

    .cont.cel {
        padding: 0px 10px;
    }

    .nota_promo {
        margin: 0 -10px;
        padding: 10px 20px;
    }

    .solo_cel {
        display: inline
    }

    .desaparece_cel {
        display: none
    }

    .cont_input_camp.cel_interlineado {
        margin: 28px auto 15px;
    }

    .block-card {
        padding: 15px 15px 10px 15px;
        box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
    }

    .col-plan1 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-precio1 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-plan2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-precio2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .aui .col-plan1 .texto20px,
    .aui .col-plan2 .texto20px {
        font-size: 0.9em;
    }

    .aui .col-precio1 .texto20px,
    .aui .col-precio2 .texto20px {
        font-size: 1.1em;
    }

    .aui .col-plan1 .texto14px,
    .aui .col-plan2 .texto14px,
    .aui .col-precio1 .texto14px,
    .aui .col-precio2 .texto14px {
        font-size: 0.8em;
    }

    .aui .totales {
        padding: 0 10px;
    }

    .aui .totales .texto22px {
        font-size: 1em;
        -ms-flex: 0 0 50%;
        flex: 0 0 49%;
        max-width: 49%;
        display: flex;
        position: relative;
    }

    .negro_cel {
        color: #1a1a1a !important;
    }

    .aui .totales .texto30px {
        font-size: 1.4em;
    }

    .aui .totales.alineado {
        text-align: left !important;
        position: relative;
        display: flex;
    }

    .aui .totales.alineado.margin-top35 {
        margin-top: 15px;
    }

    .aui .totales .texto18px {
        font-size: 0.9em;
    }

    .aui .totales .texto14px {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 460px) {
    .simetrica-wrapper {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .simetrica-fbkcard-limit {
        width: 100%
    }

    .simetrica-accompaniment-limit {
        width: 100%
    }

    .orderstatus .orderstatus-text {
        width: 78%;
    }

    .simetrica-card-feedback {
        width: 95%;
        margin-top: 111px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
        padding: 1px;
    }

    .simetrica-card-feedback .texto20px {
        font-size: 1em;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 430px) {
    .simetrica-card-limit {
        width: 260px;
    }

    .simetrica-card {
        width: 240px;
        height: var(--card-h);
        margin: 0px;
        border-radius: 10px;
        padding: 5px;
        padding-top: 20px;
    }

    .simetrica-card .texto72px {
        font-size: 2.8em;
    }

    .simetrica-card .texto36px {
        font-size: 1.25em;
    }

    .simetrica-row .texto26px {
        font-size: 1.2em;
    }

    .simetrica-row .texto28px {
        font-size: 1.25em;
    }

    .simetrica-card .texto18px {
        font-size: .9em;
    }

    .simetrica-card .texto14px {
        font-size: 0.6em;
    }

    .simetria-iconosvsblanco {
        padding: 25px 22px 10px 22px;
        background-repeat: no-repeat;
        background-size: 44px;
        background-position: left;
        margin-right: 10px
    }

    .pos-aborder-card {
        bottom: 80px;
        width: 235px;
    }

    .simetrica-mart-offerasis {
        margin-top: 70px;
    }

    .simetrica-mart-offerasis-b {
        margin-top: 80px;
    }

    .simetrica-mart-offertobe {
        margin-top: 60px;
    }

    .simetria-btn {
        margin-top: 30px !important;
    }

    .simetria-congrats-contain {
        padding: 10px;
        margin-top: 40px
    }
}



.head-split-line{
    display: inline-block;  
    width: 1px; 
    height: 38px; 
    background-color: black; 
    margin: 0px 20px;
}

.head-logo-l{
    height: 27px;
}

.head-logo-r{
    height: 35px;
}

@media screen and (max-width: 360px) {
    .head-split-line{
    height: 28px; 
}

    .head-logo-l{
        height: 18px;
    }

    .head-logo-r{
        height: 22px;
    }
}

/*ICON SET INIT*/


.field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -38px !important;
  position: relative;
  z-index: 2;
}


.icon-sm{
    width: 20px;
    height: 20px;
    padding: 10px;
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
}

.custom-input-p-eye{
    padding-right: 35px !important;
}

/*ICON SET END*/


.contain-grey-blue {
    border-radius: 5px;
    background-color: #F2F5FA;
    padding: 20px;
    max-width: 600px;
    
}


.box-lghtblue{
    border: 1px #CAE5EF solid;
    padding: 40px 0px 30px 0px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    background-color: #ffffff;
}


.contain-light-grey {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 20px;
    max-width: 600px;
    border: 1px #0067EE solid;
}


.contain-light-blue {
    border-radius: 5px;
    background-color: #F0FBFF;
    padding: 20px;
    max-width: 600px;
    border: 1px #CAE5EF solid;
}


.slash-light-grey {
    background-color: #F2F5FA;
    padding: 10px 10px;
    width: 100%;
}

.btn-next{
    position: absolute;
    top: 35%;
    right: 0px;
    cursor: pointer;
}




.btn-next img{
    height: 20px;
}


.txt_mtgrey{
    color: #384452;
}

.txt_mtlightblue{
    color: #0C6DED;
}

.txt-red{
    color: #DE2F1B;
}

.txt-blue{
    color: #0276BA;
}

.txt-bold{
    font-weight: bold;
}

.txt-medium{
    font-weight: 500;
}
.txt-dgray{
    color: #384452;
}
.txt-gray{
    color: #55667A;
}


.block-card-lg-grey {
    padding: 10px 30px 10px 30px;
    background-color: #f2f5fa;
    border-radius: 12px;
}


/*MODAL INIT*/

.btn-close {
  color: #aaaaaa;
  font-size: 20px;
  text-decoration: none;
  padding: 10px;
  position: absolute;
  right: 7px;
  top: 0;
}
.btn-close:hover {
  color: #919191;
}
.modale:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.opened:before {
  display: block;
}
.opened .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  margin-left: -200px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  width: 360px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
  padding: 20px;
}
.modal-body input {
  width: 200px;
  padding: 8px;
  border: 1px solid #ddd;
  color: #888;
  outline: 0;
  font-size: 14px;
  font-weight: bold;
}
.modal-headerCustom,
.modal-footer {
  padding: 18px 20px;
}
.modal-header {
  border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}
/*MODAL END*/