/*Li*/
.liIzquierda {
    padding-left: inherit;
}

.liDerecha {
    padding-left: 90%;
}
/*Li*/
/*Check Active*/
/* Customize the label (the container) */
.containerCheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerCheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid var(--primaryColor);
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmark {
    background-color: var(--secondaryColor);
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmark {
    background-color: var(--primaryColor);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Check Active*/

/*Modal*/
.modal-title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0b33a2;
}

.modal-header {
    border-bottom: 0px solid #e5e5e5;
    padding: 68px;
}

.modal-body {
    padding: 0px 68px 68px 68px;
}

.modal-dialog {
    width: 60%;
}

.botonModal {
    border-radius: 21.6px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.15);
    background-color: var(--primaryColor);
    padding: 8px 15px 8px 15px;
    height: auto !important;
    border: 1px solid var(--primaryColor);
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.pModal {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #4a4a4a;
}
/*Modal*/
.select2-dropdown.select2-dropdown--below {
    width: auto;
}

.select2-container--default .select2-selection--single {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--primaryColor) !important;
    outline-width: 0 !important;
    /*border: 1px solid #979797 !important;*/
    border-radius: 8px !important;
    margin-top: 2px;
    width: 100% !important;
    box-sizing: border-box !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
    padding: 8px 15px 8px 15px;
    height: auto !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        /*width: 40px;*/
        color: #fff;
        font-size: 1.3em;
        padding: 8px 15px 8px 15px;
        height: 42px !important;
        position: absolute;
        top: 0px;
        right: 0px;
        /*width: 20px;*/
    }


.errorSelect2 {
    border-radius: 8px !important;
    border: solid 1px #d0021b !important;
    background-color: #ffffff !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url('img/times-solid.svg');
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    margin-bottom: 0px !important;
}

.Bitmap {
    padding-bottom: 40px !important;
}


:root {
    --primaryColor: VARCOLOR1;
    --secondaryColor: VARCOLOR2;
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

p {
    color: grey
}


.lineaBotones {
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8
}

#heading {
    text-transform: uppercase;
    color: var(--primaryColor);
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        position: relative
    }

.form-card {
    text-align: left;
    background: #fbfbfb;
    padding: 4%;
    border-radius: 8px;
    border: 1px double #f9f9f9;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.botonesFormCard {
    height: auto;
}

.form-card-tipoPago {
    text-align: center;
    background: #fff;
    padding: 26px 28px 48px;
    border-radius: 8px;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

.inputSalud {
    padding: 8px 15px 8px 15px;
    height: auto !important;
    border: 1px solid #979797;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 29px !important;
}

.botonSalud {
    padding: 8px 15px 8px 15px;
    height: auto !important;
    border: 1px solid #979797;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 1px;
}

.inputSaludTarjeta {
    padding: 8px 15px 8px 30px;
    height: auto !important;
    border: 1px solid #979797;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 29px !important;
}

.form-control-feedback {
    top: 6px !important;
    right: unset !important;
}

.input-group-addon {
    border-right: none !important;
    background-color: #fff;
    border: 1px solid #979797;
}


#msform select, #msform textarea {
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    border-radius: 27px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px var(--primaryColor);
    background-color: #fbfbfb;
    height: 54px;
    padding: 10px 14px 13px 22px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--primaryColor);
}

    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid var(--primaryColor);
        outline-width: 0
    }

#msform .action-button {
    background: var(--primaryColor);
    color: white;
    font-weight: bold;
    font-size: 20px;
    border: 0 none;
    border-radius: 27px;
    cursor: pointer;
    padding: 10px 5px;
    float: left;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

    #msform .action-button[enabled]:hover,
    #msform .action-button[enabled]:focus {
        background-color: var(--secondaryColor);
        color: #ffffff;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    }

#msform .action-button-secondary {
    background: #ffffff;
    color: var(--primaryColor);
    font-weight: bold;
    font-size: 20px;
    border: 1px solid var(--primaryColor);
    border-radius: 27px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: left
}

    #msform .action-button-secondary:hover,
    #msform .action-button-secondary:focus {
        background-color: var(--secondaryColor);
        color: #ffffff;
        border: 1px solid var(--secondaryColor);
    }

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000
    }

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 24px;
    color: var(--primaryColor);
    margin: 0 0 30px;
    font-weight: normal;
    text-align: left
}

.fs-title-card {
    font-size: 24px;
    color: var(--primaryColor);
    font-weight: normal;
    text-align: center
}

.ammount-card {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

.span-ammount {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #828282;
}

.detalle-ammount {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5e5e5e;
    padding-top: 10px;
}

.purple-text {
    color: var(--primaryColor);
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #5e5e5e;
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 10px;
}


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: var(--primaryColor)
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 13%;
        float: left;
        position: relative;
        font-weight: 400
    }

    #progressbar #account:before {
        content: "1";
    }

    #progressbar #personal:before {
        content: "2";
    }

    #progressbar #payment:before {
        content: "3";
    }

    #progressbar #confirm:before {
        content: "4";
    }

    #progressbar li:before {
        width: 40px;
        height: 40px;
        border: solid 0.8px #979797;
        background-color: #ffffff;
        line-height: normal;
        font-size: 18px;
        letter-spacing: 0;
        display: inline-block;
        position: relative;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        color: #5e5e5e;
        padding: 8px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #979797;
        position: absolute;
        left: 50%;
        top: 20px;
        z-index: -1
    }

.noLine::after {
    height: 0px !important;
}

.noLine.active::after {
    height: 0px !important;
}

#progressbar li.active:before, #progressbar li.active:after {
    background: var(--primaryColor);
    color: #ffffff;
    border: solid 0.8px var(--primaryColor);
}

#progressbar li.active.noLine:before, #progressbar li.active:after {
    border: none;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: var(--primaryColor)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.imgTarjetaVisa {
    width: 49.3px;
    height: 20px;
    margin-right: 10px;
    object-fit: contain;
}

.imgTarjetaDinersClub {
    width: 57.9px;
    height: 15px;
    margin-right: 10px;
    object-fit: contain;
}

.imgTarjetaDiscover {
    width: 90.6px;
    height: 15px;
    margin-right: 10px;
    object-fit: contain;
}

.imgTarjetaMasterCard {
    width: 33.8px;
    height: 19px;
    margin-right: 10px;
    object-fit: contain;
}

.imgTarjetaAmericanExpress {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    object-fit: contain;
}

.h1Salud {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--primaryColor);
}

.h2Salud {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--primaryColor);
}

.h3Salud {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.h3GrisSalud {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #5e5e5e;
    margin-bottom: 40px;
}

.h4Salud {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5e5e5e;
}

.pSalud {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5e5e5e;
}

.h1GrisSalud {
    font-size: 20px;
    letter-spacing: 0;
    color: #666666
}

.h4AzulSalud {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #213f84;
}

.pSaludFooter {
    margin-bottom: 11px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3b3b3b;
}

.pSaludFooter2 {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3b3b3b;
}

.pSaludAzulFooter {
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #213f84;
}

.pSaludBlancoFooter {
    font-size: 10px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    cursor: pointer;
}

.pSaludLinkFooter {
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #64bafe;
    padding-bottom: 12px;
}

.iconSaludFooter {
    padding-bottom: 0px;
}

.visaColor {
    color: #002394 !important;
}

.mcColor {
    color: #ff9a00 !important;
}

.aeColor {
    color: #00a8d6 !important;
}

.dcColor {
    color: #007ac4 !important;
}

.tcNoColor {
    color: #5e5e5e !important;
}

.discoverColor {
    color: #f83700 !important;
}
/*Cambia el color del place holder*/
/* do not group these rules */
*::-webkit-input-placeholder {
    color: #d6d6d6 !important;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #d6d6d6 !important;
    opacity: 1;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #d6d6d6 !important;
    opacity: 1;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #d6d6d6 !important;
}

*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #d6d6d6 !important;
}

*::placeholder {
    /* modern browser */
    color: #d6d6d6 !important;
}


/*Fin Place holder*/
.salud-Ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
    padding-bottom: 14px;
}

    .salud-Ul > li {
        position: relative;
        padding-bottom: 20px
    }

        .salud-Ul > li > label {
            padding-left: 20px;
        }

.salud-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

.salud {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
}


.saludPasos {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 36px;
    height: 36px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    color: #ffffff;
    padding-top: 3px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

input.error {
    border-radius: 8px !important;
    border: solid 1px #d0021b !important;
    background-color: #ffffff !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url('img/times-solid.svg');
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.65em + .375rem);
    margin-bottom: 0px !important;
}

select.error {
    border-radius: 8px !important;
    border: solid 1px #d0021b !important;
    background-color: #ffffff !important;
    margin-bottom: 0px !important;
}

label.error {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #d0021b;
}

input[type="text"].valid,
input[type="email"].valid {
    border-radius: 8px !important;
    border: solid 1px #7ed321 !important;
    background-color: #ffffff !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url('img/check-solid.svg');
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

input[type="text"].noValid.valid {
    border: 1px solid #979797 !important;
    background-image: none !important;
}

select.valid {
    border-radius: 8px !important;
    border: solid 1px #7ed321 !important;
    background-color: #ffffff !important;
}

select.noValidSelect.valid {
    border-radius: 8px !important;
    border: solid 1px #979797 !important;
    background-color: #ffffff !important;
}



.center-block {
    margin: auto;
    display: block;
}

.catalogo {
    border-radius: 8px !important;
    border: solid 1px #979797 !important;
    background-color: #ffffff !important;
    font-size: 18px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: #000000 !important;
    padding: 8px 15px 8px 15px !important;
    height: auto !important;
    box-shadow: none !important;
}

button[disabled]:active, button[disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #5f5f5f !important;
}

.form-group {
    margin-bottom: 0px !important;
}



.marca-de-agua {
    width: 100%;
    height: 691px;
    margin: 0px 0 188px 70%;
    object-fit: contain;
    position: absolute;
}

.marca-de-agua2 {
    width: 100%;
    height: 500px;
    margin: 180px 0px 0 0;
    object-fit: contain;
    position: absolute;
}

.marca-de-agua .marca-de-agua2 img {
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.footer {
    width: 100%;
    height: auto;
    padding: 1% 20% 1% 20%;
    background-color: #eeeeee;
    margin-top: 100px;
    opacity: 1;
    position: relative;
}

.footerAzul {
    width: 100%;
    height: auto;
    padding: 1% 20% 1% 20%;
    background-color: var(--primaryColor);
    position: relative;
}


.imgRedSocial {
    padding-right: 10px;
    padding-top: 0px;
    cursor: pointer;
}



.salud-person {
    content: url(img/person.svg) !important;
    color: red !important;
}

.salud-personFm {
    content: url(img/personFm.svg) !important;
    color: red !important;
}

.salud-nurse {
    content: url(img/nurse.svg) !important;
}

.salud-nurseFm {
    content: url(img/nurseFm.svg) !important;
}

.salud-cel {
    content: url(img/cel.svg) !important;
}

.salud-celFm {
    content: url(img/celFm.svg) !important;
}

.salud-document {
    content: url(img/document.svg) !important;
}

.salud-documentFm {
    content: url(img/documentFm.svg) !important;
}

.salud-pesas {
    content: url(img/pesas.svg) !important;
}

.salud-pesasFm {
    content: url(img/pesasFm.svg) !important;
}

.salud-mensaje {
    content: url(img/mensaje.svg) !important;
}

.salud-mensajeFm {
    content: url(img/mensajeFm.svg) !important;
}

.salud-porcentaje {
    content: url(img/porcentaje.svg) !important;
}

.salud-porcentajeFm {
    content: url(img/porcentajeFm.svg) !important;
}

.pasos-plan {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}


.paddingFormularios {
    padding-left: 76px;
}


/*Loading*/
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #FFFFFF;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.labelLoading {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: var(--primaryColor);
    margin-top: 50px;
}

.imgLoading {
    width: 200px;
    height: 100px;
}

.body-content.footer {
    padding: 0px !important;
    margin: 0px !important;
}

/*Loading*/

/*Header*/
.headerSalud {
    width: 100%;
    height: auto;
    padding: 2%;
    background-color: var(--primaryColor);
}

.contenedorSalud {
    width: 15%;
    height: 105%;
    object-fit: contain;
    text-align: center;
    position: absolute;
    background-color: #fff;
    top: 0px;
    left: 0px;
}

.iconoSaludFamiliar {
    width: 160%;
    height: 75%;
    margin: 3% 3% 3% 7%;
    object-fit: contain;
}

.iconoSaludPersonal {
    width: 140%;
    height: 75%;
    margin: 3%;
    object-fit: contain;
}

.contenedorLogo {
    width: 20%;
    height: 100%;
    object-fit: contain;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 10.4%;
}

.logoHeader {
    width: 75%;
    height: 75%;
    margin: 3%;
    object-fit: contain;
}


/*Header*/

.tamanioImagenBeneficios {
    width: auto;
}

.centradoVerticalSalud {
    display: flex !important;
    align-items: center !important;
}

@media only screen and (max-width: 600px) {
    .iconSaludFooter {
        padding-bottom: 21px;
    }
    .centradoVerticalSalud {
        display: contents !important;
    }
    .imgLoading {
        width: 200px;
        height: 100px;
    }

    /*Select2*/
    .select2-container--default .select2-selection--single {
        font-size: 14px !important;
        padding: 4px 15px 4px 15px !important;
    }

    /*Select2*/
    .centradoXs {
        text-align: center !important;
    }

    .marginImgXs {
        padding-top: 10px !important;
    }

    .tamanioImgXs {
        width: 80% !important;
    }

    .inputSalud {
        font-size: 14px;
    }

    .inputSaludTarjeta {
        font-size: 14px;
    }

    .fs-title {
        font-size: 20px;
        margin: 0 0 20px;
    }

    #progressbar li {
        width: 25%;
    }

    .paddingFormularios {
        padding-left: 0px !important;
    }

    body {
        padding-top: 70px;
    }

    .form-card {
        padding: 30px !important;
    }

    .marca-de-agua {
        width: 100%;
        height: 367px;
        margin: 26px 0 49px 140px;
        object-fit: contain;
        position: fixed;
    }

        .marca-de-agua img {
            width: 100%;
            height: 90%;
        }

    .marca-de-agua2 {
        width: 100%;
        height: 330px;
        margin: 250px 0px 0px 0px;
        object-fit: contain;
        position: fixed;
    }

    .footer {
        padding: 30px;
        margin-top: 116px;
    }

    .footerAzul {
        padding: 30px
    }

    .imgTarjetaVisa {
        width: 40.3px;
        height: 20px;
        /*margin: 34px 12.5px 29px 5.2px;*/
        object-fit: contain;
    }

    .imgTarjetaDinersClub {
        width: 48.9px;
        height: 15px;
        /*margin: 36px 5.2px 32px 11px;*/
        object-fit: contain;
    }

    .imgTarjetaDiscover {
        width: 73.6px;
        height: 15px;
        /*margin: 36px 4.4px 32px 12.5px;*/
        object-fit: contain;
    }

    .imgTarjetaMasterCard {
        width: 34.8px;
        height: 19px;
        /*margin: 34px 4.6px 30px 4.4px;*/
        object-fit: contain;
    }

    .imgTarjetaAmericanExpress {
        width: 22px;
        height: 22px;
        /*margin: 32px 43.9px 29px 4.6px;*/
        object-fit: contain;
    }

    .pSaludBlancoFooter {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        padding-bottom: 15px;
    }

    .formCardEspacio {
        padding-bottom: 46px;
    }

    .imgRedSocial {
        padding-right: 10px;
    }

    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }

    /*Header*/
    .headerSalud {
        height: 53px;
        margin: 0 0 25.9px;
        padding: 17px 0px 18px 33px;
    }

    .logoHeader {
        width: 50px;
        height: 27px;
        margin: 10%;
        object-fit: contain;
    }

    .contenedorSalud {
        width: 30%;
        /*  height: 53px;
        object-fit: contain;
        text-align: center;
        position: absolute;
        background-color: #fff;
        top: 0px;
        left: 0px;*/
    }

    .contenedorLogo {
        /*width: 152px;
        height: 53px;
        object-fit: contain;
        text-align: center;
        position: absolute;*/
        left: 29%;
        top: 10%;
    }

    /*.iconoSalud {*/
    /*width: 85%;*/
    /*height: 30px;
        margin: 10%;
        object-fit: contain;
    }*/

    .containerheader {
        padding-left: 130px;
    }

    .tamanioImagenBeneficios {
        width: 100%;
    }

    /*Header*/


    /*Steps*/
    #progressbar li:before {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    #progressbar li:after {
        top: 20px;
    }
    /*Steps*/


    /*Botones input*/


    #msform .action-button {
        background: var(--primaryColor);
        color: white;
        font-weight: bold;
        font-size: 16px;
        border: 0 none;
        border-radius: 27px;
        cursor: pointer;
        padding: 5px 5px;
        float: left;
        box-shadow: 0 10px 10px 0 rgb(0 0 0 / 15%);
    }

    /*Botones input*/

    /*Li*/
    .liIzquierda {
        padding-left: 48%;
    }

    .liDerecha {
        padding-left: 48%;
    }
    /*Li*/

    .modal-dialog {
        width: 95%;
    }

    .modal-header {
        border-bottom: 0px solid #e5e5e5;
        padding: 20px;
    }

    .modal-body {
        padding: 0px 20px 20px 20px;
    }

}

@media only screen and (min-width:600px) and (max-width: 900px) {
    .iconSaludFooter {
        padding-bottom: 21px;
    }
    .centradoVerticalSalud {
        display: contents !important;
    }

    .centradoXs {
        text-align: center !important;
    }

    .inputSalud {
        font-size: 16px;
    }

    .inputSaludTarjeta {
        font-size: 16px;
    }

    .fs-title {
        font-size: 22px;
        margin: 0 0 25px;
    }

    #progressbar li {
        width: 15%;
    }

    .paddingFormularios {
        padding-left: 0px !important;
    }

    body {
        padding-top: 70px;
    }

    .form-card {
        padding: 30px !important;
    }

    .marca-de-agua {
        width: 100%;
        height: 367px;
        margin: 26px 0 49px 140px;
        object-fit: contain;
        position: fixed;
    }

        .marca-de-agua img {
            width: 100%;
            height: 90%;
        }

    .marca-de-agua2 {
        width: 100%;
        height: 330px;
        margin: 250px 0px 0px 0px;
        object-fit: contain;
        position: fixed;
    }

    .footer {
        padding: 30px;
        margin-top: 116px;
    }

    .footerAzul {
        padding: 30px
    }

    .imgTarjetaVisa {
        width: 40.3px;
        height: 20px;
        margin: 34px 12.5px 29px 5.2px;
        object-fit: contain;
    }

    .imgTarjetaDinersClub {
        width: 48.9px;
        height: 15px;
        margin: 36px 5.2px 32px 11px;
        object-fit: contain;
    }

    .imgTarjetaDiscover {
        width: 73.6px;
        height: 15px;
        margin: 36px 4.4px 32px 12.5px;
        object-fit: contain;
    }

    .imgTarjetaMasterCard {
        width: 34.8px;
        height: 19px;
        margin: 34px 4.6px 30px 4.4px;
        object-fit: contain;
    }

    .imgTarjetaAmericanExpress {
        width: 22px;
        height: 22px;
        margin: 32px 43.9px 29px 4.6px;
        object-fit: contain;
    }

    .pSaludBlancoFooter {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        padding-bottom: 15px;
    }

    .formCardEspacio {
        padding-bottom: 46px;
    }

    .imgRedSocial {
        padding-right: 10px;
    }

    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }

    .contenedorLogo {
        left: 9%;
    }

    .logoHeader {
        width: 65%;
        height: 55%;
        margin: 8% 8% 8% 34%;
    }

    .select2-container--default .select2-selection--single {
        font-size: 16px !important;
    }
    /*Li*/
    .liIzquierda {
        padding-left: 48%;
    }

    .liDerecha {
        padding-left: 48%;
    }
    /*Li*/
/*Modal*/
    .modal-dialog {
        width: 95%;
    }

    .modal-header {
        border-bottom: 0px solid #e5e5e5;
        padding: 20px;
    }

    .modal-body {
        padding: 0px 20px 20px 20px;
    }


    /*Modal*/

}
