﻿@font-face {
    font-family: RedHatDisplay;
    src: url("../RedHatDisplay.ttf");
}
body, h1, h2, h3, h4, h5, h6, .ms-h1, .ms-h2, .ms-h3, .ms-h4, .ms-h5, .ms-h6 {
	font-family: RedHatDisplay !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /**/
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    -ms-font-smoothing: subpixel-antialiased;
    -o-font-smoothing: subpixel-antialiased;
    /**/
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    /**/
    -webkit-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    -ms-osx-font-smoothing: grayscale;
    -o-osx-font-smoothing: grayscale;
    /**/
    text-rendering: optimizeLegibility;
    /*font-family: Helvetica, Arial, sans-serif;*/
}

:root {
    --red: rgba(240, 28, 36, 1);
    --bgcookies: rgba(1, 55, 112, .9);
    --verde: rgb(40, 167, 69);
    /* Escalas de azules */
    --bgFooter: rgba(0, 88, 162, 1);
    --darkbluemenu: rgba(1, 55, 112, .98);
    --darkblue: rgba(0, 59, 85, 1);
    --darkyblue: rgba(0, 89, 128, 1);
    --darkyblue1: rgba(0, 119, 171, 1);
    --lightblue1: rgba(27, 142, 186, 1);
    --lightblue2: rgba(54, 166, 201, 1);
    --lightblue3: rgba(82, 190, 217, 1);
    --skyblue: rgba(224, 244, 252, 1);
    --blueBtns: rgb(0, 158, 226);
    /* Escala de negros */
    --black: rgba(60, 60, 60, 1);
    --greyinputs: rgba(234, 234, 234, 1);
    --grey0: rgba(60, 60, 60, 1);
    --grey1: rgba(85, 85, 85, 1);
    --grey11: rgb(127, 127, 127);
    --grey2: rgba(185, 185, 175, 1);
    --grey: rgba(179, 173, 177, 1);
    --greylight: rgb(230, 230, 230, 1);
    --white: rgba(255, 255, 255, 1);
}


/* *************************************************************+ */



::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(67, 74, 84, 0.3) !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(67, 74, 84, 0.3) !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(67, 74, 84, 0.3) !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(67, 74, 84, 0.3) !important;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
}


/* *************************************************************+ */



a {
    color: var(--darkblue);
    cursor: pointer;
    font-size: 1em;
}

    a:visited {
        color: var(--white);
        cursor: pointer;
        font-size: 1em;
    }

    a:hover {
        color: var(--darkyblue1);
        cursor: pointer;
        border-collapse: collapse;
        border-width: 0px;
        font-size: 1em;
        text-decoration: none;
    }

html,
body {
    background-color: var(--lightgreenbody);
    /* font-family: Helvetica, Arial, sans-serif !important;*/
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}


/* *************************************************************+ */

input[type=button],
input[type=reset],
input[type=submit],
button {
    min-width: inherit;
    padding: inherit;
    border: inherit;
    background-color: inherit;
    background-color: inherit;
    margin-left: inherit;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.s4-notdlg {
    display: none !important;
}


/* *************************************************************+ */


.cmd-ecom-align-icon img {
    margin: 0 auto;
    display: block;
}


/* BOTONES */


.btn {
    display: inline-block;
    font-weight: 600 !important;
    /*font-family: "Helvetica Neue LT W01_75 Bold";
    */
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    padding: 0.75rem 1rem !important;
    margin: 0 !important;
    font-size: 1rem !important;
    border-radius: 2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/* *************************************************************+ */


/* BTN PRIMARY */

.btn-primary {
    color: #fff;
    background-color: var(--blueBtns);
    border: 0px solid var(--blueBtns);
    padding: 0.75rem 1rem !important;
    margin: 0 !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: var(--darkyblue);
        border: 0px solid var(--darkyblue);
        padding: 0.75rem 1rem !important;
        margin: 0 !important;
    }

    .btn-primary:visited {
        color: #fff;
        background-color: var(--darkyblue);
        border: 0px solid var(--darkyblue);
        padding: 0.75rem 1rem !important;
        margin: 0 !important;
    }

    .btn-primary:focus,
    .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem var(--darkyblue);
        border-width: 0px;
        padding: 0.75rem 1rem !important;
        margin: 0 !important;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: var(--lightblue3);
        border-color: var(--lightblue3);
        border-width: 0px;
        padding: 0.75rem 1rem !important;
        margin: 0 !important;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--blueBtns);
        border-color: var(--blueBtns);
        border-width: 0px;
        padding: 0.75rem 1rem !important;
        margin: 0 !important;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem var(--blueBtns);
            border-width: 0px;
            padding: 0.75rem 1rem !important;
            margin: 0 !important;
        }


/* *************************************************************+ */


/* BOTONES SECUNDARIOS */

.btn-secondary {
    color: #fff !important;
    background-color: var(--darkyblue) !important;
    border: 0px solid var(--darkyblue) !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding: 0.75rem 1rem !important;
    margin: 0 !important;
}

    .btn-secondary:hover {
        color: #fff !important;
        background-color: var(--darkyblue1) !important;
        border: 0px solid var(--darkyblue1) !important;
        padding: 0.75rem 1rem !important;
        margin: 0 !important;
    }

    .btn-secondary:visited {
        color: #fff !important;
        background-color: var(--darkyblue1) !important;
        border: 0px solid var(--darkyblue1) !important;
        padding: 0.75rem 1rem !important;
        margin: 0 !important;
    }

    .btn-secondary:focus,
    .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        border: 0px;
        padding: 0.75rem 1rem !important;
        margin: 0 !important;
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
        border: 0px;
        padding: 0.75rem 1rem !important;
        margin: 0 !important;
    }

    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
        border: 0px;
        padding: 0.75rem 1rem !important;
        margin: 0 !important;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus,
        .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            border: 0px;
            padding: 0.75rem 1rem !important;
            margin: 0 !important;
        }


/* *************************************************************+ */


/* BOTONES OUTLINE */


/* *************************************************************+ */

.btn-outline-primary {
    color: var(--blueBtns);
    background-color: transparent;
    background-image: none;
    border: 2px solid var(--blueBtns);
    padding: 0.75rem 1rem;
    margin: 0;
}

    .btn-outline-primary:hover {
        color: var(--white) !important;
        background-color: var(--blueBtns);
        background-image: none;
        border: 2px solid var(--blueBtns);
        padding: 0.75rem 1rem;
        margin: 0;
    }

    .btn-outline-primary:visited {
        color: var(--lightblue2);
        background-color: var(--blueBtns);
        background-image: none;
        border: 2px solid var(--blueBtns);
        padding: 0.75rem 1rem;
        margin: 0;
    }

    .btn-outline-primary:focus,
    .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        border: 2px;
        padding: 0.75rem 1rem;
        margin: 0;
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: var(--lightblue3);
        background-color: transparent;
        border: 2px;
        padding: 0.75rem 1rem;
        margin: 0;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--blueBtns);
        border-color: var(--blueBtns);
        border: 2px;
        padding: 0.75rem 1rem;
        margin: 0;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem var(--lightblue3);
            border: 2px;
            padding: 0.75rem 1rem;
            margin: 0;
        }


/* *************************************************************+ */

.btn-outline-dark {
    color: var(--grey2);
    background-color: transparent;
    background-image: none;
    border: 2px solid var(--grey2);
    padding: 0.75rem 1rem;
    margin: 0;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border: 2px solid var(--grey2);
        padding: 0.75rem 1rem;
        margin: 0;
    }

    .btn-outline-dark:visited {
        color: #fff;
        background-color: #343a40;
        border: 2px solid var(--grey2);
        padding: 0.75rem 1rem;
        margin: 0;
    }

    .btn-outline-dark:focus,
    .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        border: 2px;
        padding: 0.75rem 1rem;
        margin: 0;
    }

    .btn-outline-dark.disabled,
    .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
        border: 2px;
        padding: 0.75rem 1rem;
        margin: 0;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active,
    .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
        border: 2px;
        padding: 0.75rem 1rem;
        margin: 0;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
        .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            border: 2px;
            padding: 0.75rem 1rem;
            margin: 0;
        }


/* *************************************************************+ */

.btn-outline-danger {
    color: var(--red);
    background-color: transparent;
    border: 2px solid var(--red);
    padding: 0.75rem 1rem;
    margin: 0;
}

    .btn-outline-danger:hover {
        color: var(--red);
        background-color: rgba(255, 160, 160, 0.75);
        border: 2px solid var(--red);
        padding: 0.75rem 1rem;
        margin: 0;
    }

    .btn-outline-danger:visited {
        color: #fff;
        background-color: #343a40;
        border: 2px solid var(--red);
        padding: 0.75rem 1rem;
        margin: 0;
    }

    .btn-outline-danger:focus,
    .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 160, 160, 0.75);
        border: 2px;
        padding: 0.75rem 1rem;
        margin: 0;
    }

    .btn-outline-danger.disabled,
    .btn-outline-danger:disabled {
        color: rgba(255, 160, 160, 1);
        background-color: transparent;
        border: 2px;
        padding: 0.75rem 1rem;
        margin: 0;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active,
    .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: rgba(255, 160, 160, 1);
        border-color: rgba(255, 160, 160, 1);
        border: 2px;
        padding: 0.75rem 1rem;
        margin: 0;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 160, 160, 1);
            border: 2px;
            padding: 0.75rem 1rem;
            margin: 0;
        }


.bi-calendar {
    margin-top: -30px;
    float: right;
    padding-right: 15px;
}

/* *************************************************************+ */



/* MEGA MENU */


div[class="dropdown-menu w-100 top-auto show"] {
    background-color: var(--darkbluemenu);
    margin: 0;
    padding: 1em 0;
    border-width: 0px;
}

.cartdesktop span {
    background: red;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 20px;
    position: absolute;
    top: -4px;
    left: 20px;
}

a[class="cmd-item-plan dropdown-item agregarUtm"] {
    /*background-color: var(--darkbluemenu);*/
    color: var(--white);
    margin: 0;
    /*padding: 0;*/
}

    a[class="cmd-item-plan dropdown-item agregarUtm"]:hover {
        background-color: transparent;
        text-decoration: none;
    }
.form-check span {
    font-size: 14px;
}
    a[class="cmd-item-plan dropdown-item agregarUtm"] span {
        /* font-family: "Helvetica Neue LT W01_75 Bold"; */
        font-size: 0.8em;
        display: block;
        clear: both;
        width: 100%;
    }

    a[class="cmd-item-plan dropdown-item agregarUtm"]:hover span {
        background-color: transparent;
        color: #0058a3 !important;
    }

.accordion-button img {
    margin-right: 10px;
}

a[class="cmd-item-plan dropdown-item agregarUtm"] img {
    border: 2px solid transparent;
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a[class="cmd-item-plan dropdown-item agregarUtm"]:hover img {
    border: 2px solid var(--lightblue2) !important;
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cmd-ecom-precio {
    display: block;
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
    font-weight: 600;
    /* font-family: "Helvetica Neue LT W05 85 Heavy"; */
    font-size: 1.2em;
}


/* *************************************************************+ */


/* SLIDER */


/* *************************************************************+ */

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    min-height: max-content;
}

.carousel-caption {
    border: 0px solid var(--lightblue2);
    position: absolute;
    right: 40%;
    top: 5%;
    bottom: 10%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 278px;
}

.carousel-caption h5 {
    color: var(--darkyblue);
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 75%;
    font-size: clamp(11px, 2vw, 17px);
}

.col-md-5.imgplan.text-center.justify-content-end {
    background: url(../../PublishingImages/PlanesLigeros/cmd-ecom-girl@2x.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 95%;
}
h2, h3, h4 {
    color: #0058A2
}
.carousel-caption h3 {
    color: var(--darkblue);
    width: 90%;
    font-size: clamp(20px, 4vw, 60px);
}
li::marker {
    color:#0058A2;
}
li::before {
    color: #0058A2;
}
.cmd-ecom-precio-slider {
    display: block;
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
    font-weight: 600;
    color: var(--darkyblue);
}

.cmd-ecom-bloquetexto-slider p {
    display: block;
    margin: 0 0 0.4em 0;
    padding: 0 0 0 0;
    color: var(--darkyblue);
    font-size: clamp(13px, 2vw, 20px);
}

.carousel-caption > p {
    color: var(--darkyblue);
    font-size: clamp(13px, 2vw, 20px);
    font-size: 1em;
    font-weight: 500;
    letter-spacing: -0.1mm;
    width: 80%;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    opacity: 0.25;
}

.carousel-indicators .active {
    background-color: rgb(20, 145, 230);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 50% 100%;
    background-color: rgba(100, 100, 100, 0.75);
    border-radius: 20px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(100, 200, 200, .5);
    border-radius: 6px;
}

.carousel-caption button {
    background-color: var(--blueBtns);
    border: 1px solid var(--blueBtns);
}

a#volverPlanMobile {
    color: #0058a2;
}

/* *************************************************************+ */


/* *************************************************************+ */


/* *************************************************************+ */

h3.cmd-ecom-title {
    /* font-family: "Helvetica Neue LT W01_75 Bold"; */
    color: var(--darkyblue);
}

.cmd-ecm-cta {
    padding: 3.5em 0 0 0;
}

.cmd-bg-degrade {
    color: var(--white);
    margin-bottom: 4em;
}

    .cmd-bg-degrade h3 {
        color: var(--white);
        margin: 0;
        padding: 0;
    }

    .cmd-bg-degrade small {
        color: var(--white);
        margin: 0 0;
        padding: 0;
    }

.cmd-bg-degrade {
    background-color: var(--darkblue);
    background-image: url("../../PublishingImages/PlanesLigeros/bgdegrade.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 3.5em 0;
}

.cmd-ecm-benefits {
    color: var(--white);
    text-align: center;
}

    .cmd-ecm-benefits h6 {
        color: var(--white);
        margin: 1em auto;
        text-align: center;
        width: 75%;
    }

    .cmd-ecm-benefits img {
        width: 50%;
        height: auto;
    }


/* *************************************************************+ */


/* CTA */


/* *************************************************************+ */

.cmd-ecm-cta h3 {
    color: var(--darkyblue);
    font-size: 2.75em;
    line-height: 1;
    letter-spacing: -.5mm;
}


/* *************************************************************+ */


/* PLAN 1 ONCOLOGICO  */


/* *************************************************************+ */

.cmd-txtr-dots-right {
    background-image: url("../../PublishingImages/PlanesLigeros/txtr-dots.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 7% 60%;
}

.cmd-ecm-intro-plan-left h3 {
    color: var(--darkyblue);
    font-size: 3em;
    width: 60%;
}

    .cmd-ecm-intro-plan-left h3:after {
        content: "";
        height: 2px;
        display: block;
        margin: .165em 0 0 0;
        background-color: var(--darkyblue);
        font-size: 3em;
        width: 100%;
    }

.cmd-ecm-intro-plan-left p {
    font-weight: 600;
    width: 70%;
}


/* *************************************************************+ */


/* *************************************************************+ */


/* *************************************************************+ */

.ecolmed-bg-skyblue {
    background-color: var(--skyblue);
    margin-bottom: 2em;
}

.cmd-txtr-dots-left {
    background-image: url("../../PublishingImages/PlanesLigeros/txtr-dots.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 7% 60%;
}

.cmd-ecm-intro-plan-right h3 {
    color: var(--darkyblue);
    font-size: 3em;
}

    .cmd-ecm-intro-plan-right h3:after {
        content: "";
        height: 2px;
        display: block;
        margin: .165em 0 0 0;
        background-color: var(--darkyblue);
        font-size: 3em;
    }

.cmd-ecm-intro-plan-right {
    float: right;
    right: 0;
    width: 70%;
}

    .cmd-ecm-intro-plan-right p {
        line-height: 1.2;
    }


/* *************************************************************+ */


/* SAC */


/* *************************************************************+ */

.cmd-ecm-btn-ccial-unit {
    align-items: center;
    background-color: var(--blueBtns);
    box-shadow: 0 0 15px var(--grey2);
    border: 3px solid var(--white);
    border-radius: 15px;
    display: grid;
    gap: 20px;
    grid-template-columns: 70px 1fr;
    grid-template-rows: 1fr;
    padding: 1.5em;
    margin: 0 0 3em 0;
    text-decoration: none !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

    .cmd-ecm-btn-ccial-unit:hover {
        background-color: var(--darkyblue1);
        box-shadow: 0 0 15px var(--grey2);
        border: 3px solid var(--white);
        text-decoration: none !important;
    }
.card.itmrecomendado h3 {
    font-weight: 700;
    color: #575757;
    height: 5rem;
    font-size: 24px;
}
.itmrecomendado{
    margin:10px;
}
.cmd-ecm-btn-ccial-unit:hover span h3 {
    border-width: 0;
}

    .cmd-ecm-btn-ccial-unit img {
        transform: scale(90%);
    }

    .cmd-ecm-btn-ccial-unit span h3 {
        color: var(--white);
        line-height: .8em;
        font-size: 1.5rem;
        margin: 0;
        padding: 0;
    }

    .cmd-ecm-btn-ccial-unit span small {
        color: var(--white);
        font-weight: 900;
        line-height: .8em;
        margin: 0;
        padding: 0;
    }

.cmd-ecm-planes {
    margin-bottom: 4em;
}



/* *************************************************************+ */


/* FOOTER */


/* *************************************************************+ */

footer {
    background-color: #009fe3;
}

.cmd-ecom-footer {
    padding: 1em 0 0 0;
    color: var(--white);
    font-size: 12px;
    text-align: center;
}

.cmd-col-one-footer img {
    clear: both;
    display: block;
    margin: 1em auto 2em auto;
}

.cmd-col-one-footer a {
    clear: both;
    color: var(--white);
    display: block;
    margin: 0 0 1em 0;
}

.cmd-col-three-footer img {
    display: block;
    margin: 0 auto;
}

.cmd-col-three-footer {
    margin: 1em 0 0 0;
}

.cmd-col-one-footer,
.cmd-col-two-footer,
.cmd-col-three-footer {
    padding: 1em;
}


/* *************************************************************+ */


/* PÃƒÆ’Ã‚ÂGINA INTERNA */


/* *************************************************************+ */

.cmd-ecom-img-plan {
    background-image: url("../../PublishingImages/PlanesLigeros/img-planes-int@2x.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 10px solid;
    border-image-slice: 1;
    border-bottom-width: 5px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-image-source: linear-gradient(to right, rgb(0, 158, 226), rgba(0, 89, 128, 1));
    position: relative;
    width: 100%;
}

.cmd-ecom-img-shopbag {
    background-image: url("../../PublishingImages/PlanesLigeros/bgshopbag@2x.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid;
    border-image-slice: 1;
    border-bottom-width: 5px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-image-source: linear-gradient(to right, rgb(0, 158, 226), rgba(0, 89, 128, 1));
    position: relative;
    width: 100%;
}

.cmd-ecom-cost-plan {
    background-color: transparent;
    border: 0px solid var(--bgFooter);
    margin: 5em 0;
    min-height: 220px;
    width: 80%;
    z-index: 100;
}

.cmd-ecom-cost-shopbag {
    align-items: center;
    border: 0px solid var(--bgFooter);
    display: grid;
    gap: 1em;
    grid-template-columns: 70px 1fr;
    grid-template-rows: 1fr;
    margin: 2.5em 0;
    min-height: 100px;
    width: 30%;
}

    .cmd-ecom-cost-shopbag img {
        margin: 0;
        padding: 0;
    }

.cmd-ecom-cost-plan h3 {
    color: var(--darkbluemenu);
    /* font-family: "Helvetica Neue LT W05 85 Heavy"; */
    font-size: 3em;
    letter-spacing: -.5mm;
    margin: .5em 0;
    padding: 0 0 0 0;
}

.cmd-ecom-cost-shopbag h3 {
    color: var(--white);
    /* font-family: "Helvetica Neue LT W05 85 Heavy"; */
    font-size: 3em;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 1em var(--darkyblue);
}

.cmd-ecom-cost-plan h5 {
    color: var(--darkyblue);
    font-size: 2em;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cmd-ecom-cost-plan p {
    color: var(--darkyblue);
    /* font-family: "Helvetica Neue LT W05 45 Light"; */
    font-weight: 500;
    font-size: 1em;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cmd-ecom-cost-plan small {
    color: var(--darkyblue);
    /* font-family: "Helvetica Neue LT W05 45 Light"; */
    font-size: 55.4%;
    font-weight: 400;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 90%;
}

.cmd-ecom-cost-plan p strong {
    color: var(--darkyblue);
    /* font-family: "Helvetica Neue LT W05 85 Heavy"; */
    font-size: 1em;
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
}

.cmd-ecom-double-points {
    background-image: url("../../PublishingImages/PlanesLigeros/doublepoints.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


/* *************************************************************+ */


/* STEPS SHOP PLANS */


/* *************************************************************+ */

.cmd-ecom-heacer-steps {
    clear: both;
    display: block;
    margin: 3em 0 0 0;
    padding: 0 0 0 0;
}

    .cmd-ecom-heacer-steps h3 {
        color: var(--darkbluemenu);
        /* font-family: "Helvetica Neue LT W05 85 Heavy"; */
        font-size: 3em;
        letter-spacing: -.5mm;
        margin: .25em 0;
        padding: 0 0 0 0;
    }

    .cmd-ecom-heacer-steps p {
        font-size: 1em;
        margin: 0 0 1.5em 0;
        padding: 0 0 0 0;
    }


/* *************************************************************+ */


/* PROGRESS BAR */


/* *************************************************************+ */

#cmd-ecom-progressBar {
    color: var(--darkbluemenu);
    margin: 0 0 2em 0;
    min-height: 100px;
    padding: 0;
}

    #cmd-ecom-progressBar li {
        border: 0px solid #000;
        display: block;
        list-style-type: none;
        font-size: 12px;
        height: 52px;
        width: 25%;
        float: left;
        position: relative;
    }

        #cmd-ecom-progressBar li:before {
            border: 3px solid var(--darkbluemenu);
            background-color: var(--skyblue);
            border-radius: 9px;
            display: block;
            content: "";
            height: 15px;
            margin: 20px 0 0 -3px;
            padding: 0 0 0 0;
            width: 15px;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            -ms-border-radius: 9px;
            -o-border-radius: 9px;
            position: absolute;
            z-index: 5;
        }

        #cmd-ecom-progressBar li:after {
            background-color: var(--darkbluemenu);
            display: block;
            content: "";
            height: 5px;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            position: absolute;
            top: 25px;
            width: 100%;
            z-index: 1;
        }


/* *************************************************************+ */


/* STEP ACTIVE */


/* *************************************************************+ */

.cmd-ecom-content-step {
    border: 0px solid #000;
    display: block;
    margin: 0 0 0 0;
    position: relative;
    width: 100%;
}

    .cmd-ecom-content-step .cmd-ecom-pinStep {
        clear: both;
        color: var(--darkblue);
        float: left;
        height: 32px;
        left: -4px;
        font-size: 2em;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        top: -13px;
        position: absolute;
        z-index: 3;
    }
.colpagoconfirm p {
    font-size: 20px;
}
    .cmd-ecom-content-step .dataStep {
        clear: both;
        display: grid;
        grid-template-columns: 40px 1fr;
        float: left;
        height: 32px;
        margin: 6px 0 0 0;
        padding: 0 0 0 0;
        top: 35px;
        left: -9px;
        position: absolute;
        z-index: 4;
    }

        .cmd-ecom-content-step .dataStep strong {
            color: var(--grey1);
            line-height: 1;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }
.totalcompra {
    background: #E1F3FC;
    border-top: solid 2px #6ab7f7 !important;
}

    .totalcompra_p {
        color: #0058A2 !important;
        font-size: 22px;
        margin-left: 16%;
        margin-top: 10px;
        margin-right: 1em;
    }
.totalmobile p {
    color: #0058a2;
    font-size: 19px;
    margin: 0;
}
.cmd-ecom-counter-persons p {
    font-size: .75em !important;
    margin: 0;
    letter-spacing: -.1mm;
    padding: 0 1em 0 0;
}
.cmd-ecom-content-step .dataStep p {
    /* font-family: "Helvetica Neue LT W01_75 Bold"; */
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.totalmobile p strong {
    color: #707070;
}

.txt-small {
    color: var(--lightblue3);
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: .8em !important;
    font-weight: 600;
}


/* *************************************************************+ */


/* *************************************************************+ */


/* *************************************************************+ */

.cmd-ecom-subTotal p {
    background-color: var(--skyblue);
    display: block;
    /* font-family: "Helvetica Neue LT W01_75 Bold" !important; */
    font-size: 1.5em;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 1;
    padding: 1em;
}

.cmd-ecom-subTotal strong {
    background-color: var(--skyblue);
    color: var(--darkbluemenu);
    /* font-family: "Helvetica Neue LT W01_75 Bold" !important; */
    font-weight: 600;
    padding: .5em;
}

.cmd-ecom-subTotal label {
    color: var(--black);
    /* font-family: "Helvetica Neue LT W01_75 Bold" !important; */
    font-weight: 600;
    padding: .5em;
}

.cmd-ecom-datainfocliente a {
    color: var(--lightblue1);
    text-decoration: underline;
}

.cmd-ecom-termCond {
    display: grid;
    grid-template-columns: 15px 1fr;
    position: relative;
    margin: 0 0 0 0;
    padding: 1em 0;
}

    .cmd-ecom-termCond img {
        float: left;
        margin: 0 5px 0 0;
        padding: 0 0 0 0;
        object-fit: cover;
        object-position: center center;
        width: 10px;
        height: auto;
    }

    .cmd-ecom-termCond p:first-child {
        color: var(--darkblue);
    }

    .cmd-ecom-termCond p {
        font-size: 12px;
        float: left;
        margin: 0;
        padding: 0;
    }

.detallesModal a {
    text-decoration: none !important;
    color: #0058a2;
    font-weight: 600;
}
/* *************************************************************+ */


/* SHOPPING BAG */


/* *************************************************************+ */



.cmd-ecom-title-plan-shopbag h3 {
    /* font-family: "Helvetica Neue LT W01_75 Bold" !important; */
    letter-spacing: -.38mm;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

tbody, td, tfoot, th, thead, tr {
    border: none !important;
}

.cmd-ecom-ico .cmd-ecom-globo p {
    background-color: transparent;
    line-height: 1;
    display: block;
    /* font-family: "Helvetica Neue LT W01_75 Bold" !important; */
    font-weight: 100;
    margin: 0 0 0 0;
    padding: 5px 20px 10px 15px;
    color: var(--darkyblue);
}



.cmd-ecom-counter-persons {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

    .cmd-ecom-counter-persons .form-control {
        display: inline-block;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 75px;
    }

    

.Colmigadepan a {
    color: #0058A2 !important;
    text-decoration: none;
}

.cmd-ecom-counter-persons p a {
    color: var(--blueBtns);
    margin: 0;
    padding: 0 0 0 0;
    text-decoration: underline;
}

i.color-success {
    color: var(--verde);
}

.cmd-ecom-Totaltopay {
    background-color: var(--skyblue);
}

    .cmd-ecom-Totaltopay td {
        /* font-family: "Helvetica Neue LT W05 85 Heavy"; */
        color: var(--darkbluemenu);
        font-size: 1.1em;
        font-weight: 100;
        word-break: normal;
        white-space: nowrap;
    }

.cmd-ecom-btn-actionCcial {
    border: 0px solid #000;
    clear: both;
    display: block;
}


/* *************************************************************+ */


/* CHECKOUTS */


/* *************************************************************+ */

.cmd-ecom-checkouts-forms {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 0;
    margin: 0 0 -2em 0;
    top: -2em;
}

.cmd-ecom-bgCheckOuts {
    background-color: var(--greylight);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 2000%;
    height: 500vh;
    z-index: -1;
}




.cmd-ecom-totalvalue h6 strong {
    color: var(--black);
    margin-right: .5em;
}

.cmd-ecom-totalvalue h6 {
    color: var(--darkyblue);
}


/* DIGITALK */


/* *************************************************************+ */

.cmd-ecom-ico-digitalk {
    border: 0px solid #000;
    bottom: 115px;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: right;
    right: 9rem;
    color: white;
    /*idth: 82px;*/
    z-index: 100 !important;
}

.cmd-ecom-ico {
    background-color: transparent;
    background-image: url('../../PublishingImages/PlanesLigeros/iconfloat.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px solid red;
    display: block;
    float: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
    height: 65px;
    width: 80px;
}

    .cmd-ecom-ico .cmd-ecom-globo {
        top: 533px;
        left: 1081px;
        width: 145px;
        height: 50px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #000029;
        border: 1px solid #707070;
        opacity: 1;
    }

        .cmd-ecom-ico .cmd-ecom-globo h6 {
            background-color: transparent;
            color: var(--darkyblue);
            display: block;
            margin: 13px 0 0 15px;
            padding: 0 0 0 0;
        }

        


/* *************************************************************+ */


/* *************************************************************+ */


/* *************************************************************+ */

.cmd-ecom-planoncologico-details p:nth-child(1),
.cmd-ecom-planDomiciliario-details p:nth-child(1),
.cmd-ecom-planEsmeraldaAmbulatorio-details p:nth-child(1),
.cmd-ecom-esmeraldaAmbIntegral-details p:nth-child(1),
.cmd-ecom-planOdontologicoBasicoIntegral-details p:nth-child(1) {
    font-weight: 900;
    /* font-family: "Helvetica Neue LT W05 45 Light"; */
    font-size: 1.35em;
    line-height: 1em;
}


/* *************************************************************+ */


/* MEDIA QUERIES */


/* *************************************************************+ */

@media only screen and (min-device-width: 280px) and (max-device-width: 413.9px) and (-webkit-min-device-pixel-ratio: 1) {
    div[id="main-nav-1"] {
        background-color: var(--white);
    }

    .cmd-ecom-img-context-shopbag {
        display: none !important;
    }

    .cmd-ecm-intro-plan-right {
        float: right;
        padding: 2em 0;
        right: 0;
        text-align: left !important;
        width: auto;
    }

    .cmd-ecm-intro-plan-left {
        padding: 1em;
    }

        .cmd-ecm-intro-plan-left h3 {
            width: 100%;
        }

            .cmd-ecm-intro-plan-left h3:after {
                content: "";
                height: 2px !important;
                display: block;
                margin: 0 0 0 0;
                background-color: var(--darkyblue);
                font-size: 3em;
                width: 100%;
            }

        .cmd-ecm-intro-plan-left p {
            width: 100%;
        }

    .cmd-ecm-btn-ccial-unit {
        background-color: var(--blueBtns);
        border-radius: 15px;
        display: grid;
        gap: 25px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        padding: 2em;
        margin: 0 0 3em 0;
        text-align: center;
        text-decoration: none !important;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

        .cmd-ecm-btn-ccial-unit img {
            margin: 0 auto;
            text-align: center;
            transform: scale(120px);
        }

    #cmd-ecom-progressBar {
        color: var(--darkbluemenu);
        margin: 0 0 2em 0;
        min-height: 270px;
        padding: 0;
    }

        #cmd-ecom-progressBar li {
            border: 0px solid #000;
            display: block;
            list-style-type: none;
            font-size: 12px;
            height: 60px;
            margin: 0 0 0 0;
            padding: 10px 0;
            width: 90%;
            position: relative;
        }

            #cmd-ecom-progressBar li:before {
                border: 3px solid var(--darkbluemenu);
                background-color: var(--skyblue);
                border-radius: 9px;
                display: block;
                content: "";
                height: 15px;
                margin: 20px 0 0 0;
                padding: 0 0 0 0;
                width: 15px;
                -webkit-border-radius: 9px;
                -moz-border-radius: 9px;
                -ms-border-radius: 9px;
                -o-border-radius: 9px;
                position: absolute;
                z-index: 5;
            }

            #cmd-ecom-progressBar li:after {
                background-color: var(--darkbluemenu);
                display: block;
                content: "";
                height: 100%;
                margin: 0 0 0 5px;
                padding: 0 0 0 0;
                position: absolute;
                top: 30px;
                width: 5px;
                z-index: 1;
            }

    .cmd-ecom-content-step {
        border: 0px solid #000;
        display: block;
        margin: 1px 0 0 2.3em;
        position: relative;
        width: 100%;
    }

        .cmd-ecom-content-step .cmd-ecom-pinStep {
            clear: both;
            color: var(--darkblue);
            float: left;
            height: 32px;
            left: -4px;
            font-size: 2em;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            top: 10px;
            position: absolute;
            transform: rotate(90deg);
            z-index: 3;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
        }

        .cmd-ecom-content-step .dataStep {
            clear: both;
            display: grid;
            grid-template-columns: 40px 1fr;
            float: left;
            height: 32px;
            margin: 6px 0 0 0;
            padding: 0 0 0 0;
            top: 35px;
            left: -9px;
            position: absolute;
            z-index: 4;
        }

    .cmd-ecom-cost-plan p {
        color: var(--darkyblue);
        font-weight: 500;
        font-size: 0.7em;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .cmd-ecom-cost-plan h3 {
        color: var(--darkbluemenu);
        font-size: 2.5em;
        letter-spacing: -.5mm;
        margin: .5em 0;
        padding: 0 0 0 0;
    }

    .cmd-ecm-btn-ccial-unit {
        padding: 2em;
        margin: 0 0 3em 0;
    }

        .cmd-ecm-btn-ccial-unit:hover {
            grid-template-columns: 1fr;
            padding: 2em;
            margin: 0 0 3em 0;
        }

  
    .cmd-ecom-ico-digitalk {
        border: 0px solid #000;
        bottom: 85px;
        margin: 0;
        padding: 0;
        position: fixed;
        text-align: right;
        right: 2%;
        z-index: 100px !important;
    }

    .cmd-ecm-benefits img {
        width: 35%;
        height: auto;
    }
    /* SLIDER */
    .carousel-caption {
        right: 15%;
        top: 7% !important;
        bottom: 10%;
        left: 10%;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 270px;
    }

    .carousel-caption h5 {
        color: var(--darkyblue);
        font-size: clamp(11px, 1vw, 14px) !important;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        display: none;
    }

    .carousel-caption h3 {
        letter-spacing: -0.4mm;
        margin: 13px 0 45px 0;
        padding: 0;
        font-size: clamp(22px, 2.5vw, 30px);
        width: 55%;
    }

    .carousel-caption > p {
        font-size: clamp(11px, 1vw, 16px);
        font-weight: 500;
        letter-spacing: -0.1mm;
        display: none;
    }

    .carousel-caption a {
        font-size: clamp(11px, 1vw, 16px);
        letter-spacing: -.2mm;
    }

    .cmd-ecom-bloquetexto-slider p:nth-child(1) {
        font-weight: 500;
        font-size: clamp(11px, 1vw, 16px);
        line-height: 1.2em;
        display: none;
    }

    .cmd-ecom-bloquetexto-slider p.cmd-ecom-precio-slider {
        font-size: clamp(11px, 1vw, 16px);
    }

    .cmd-ecom-bloquetexto-slider p:nth-child(3) {
        font-weight: 500;
        font-size: clamp(11px, 1vw, 16px);
        line-height: 1em;
    }

    .carousel-caption a.btn-primary {
        font-size: clamp(11px, 0.9vw, 14px) !important;
        padding: 0.3rem .75rem !important;
        margin: 0 !important;
        font-weight: 400;
    }

        .carousel-caption a.btn-primary:active {
            font-size: clamp(11px, 0.9vw, 14px) !important;
            padding: 0.3rem .75rem !important;
            margin: 0 !important;
            font-weight: 400;
        }

        .carousel-caption a.btn-primary:hover {
            font-size: clamp(11px, 0.9vw, 14px) !important;
            padding: 0.3rem .75rem !important;
            margin: 0 !important;
            font-weight: 400;
        }

        .carousel-caption a.btn-primary:visited {
            font-size: clamp(11px, 0.9vw, 14px) !important;
            padding: 0.3rem .75rem !important;
            margin: 0 !important;
            font-weight: 400;
        }
}


/* *************************************************************+ */


/* *************************************************************+ */


/* *************************************************************+ */

@media only screen and (min-device-width: 414px) and (max-device-width: 767.9px) and (-webkit-min-device-pixel-ratio: 1) {
    .cmd-ecom-img-context-shopbag {
        display: none !important;
    }

    .cmd-ecm-intro-plan-right {
        float: right;
        padding: 2em 0;
        right: 0;
        text-align: left !important;
        width: auto;
    }

    .cmd-ecm-intro-plan-left h3 {
        color: var(--darkyblue);
        font-size: 3em;
        width: 100%;
    }

    .cmd-ecm-intro-plan-left p {
        font-weight: 600;
        width: 100%;
    }

    #cmd-ecom-progressBar {
        color: var(--darkbluemenu);
        margin: 0 0 2em 0;
        min-height: 270px;
        padding: 0;
    }

        #cmd-ecom-progressBar li {
            border: 0px solid #000;
            display: block;
            list-style-type: none;
            font-size: 12px;
            height: 60px;
            margin: 0 0 0 0;
            padding: 10px 0;
            width: 90%;
            position: relative;
        }

            #cmd-ecom-progressBar li:before {
                border: 3px solid var(--darkbluemenu);
                background-color: var(--skyblue);
                border-radius: 9px;
                display: block;
                content: "";
                height: 15px;
                margin: 20px 0 0 0;
                padding: 0 0 0 0;
                width: 15px;
                -webkit-border-radius: 9px;
                -moz-border-radius: 9px;
                -ms-border-radius: 9px;
                -o-border-radius: 9px;
                position: absolute;
                z-index: 5;
            }

            #cmd-ecom-progressBar li:after {
                background-color: var(--darkbluemenu);
                display: block;
                content: "";
                height: 100%;
                margin: 0 0 0 5px;
                padding: 0 0 0 0;
                position: absolute;
                top: 30px;
                width: 5px;
                z-index: 1;
            }

    .cmd-ecom-content-step {
        border: 0px solid #000;
        display: block;
        margin: 1px 0 0 2.3em;
        position: relative;
        width: 100%;
    }

        .cmd-ecom-content-step .cmd-ecom-pinStep {
            clear: both;
            color: var(--darkblue);
            float: left;
            height: 32px;
            left: -4px;
            font-size: 2em;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            top: 10px;
            position: absolute;
            transform: rotate(90deg);
            z-index: 3;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
        }
    /* SLIDER */
    .carousel-caption {
        right: 15%;
        top: 18%;
        bottom: 10%;
        left: 10%;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 305px;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-caption h5 {
        color: var(--darkyblue);
        font-size: clamp(13px, 1.8vw, 17px);
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        display: none;
    }

    .carousel-caption h3 {
        font-size: clamp(24px, 5vw, 40px);
        letter-spacing: -0.4mm;
        margin: 11px 0 45px 0;
        padding: 0;
        width: 55%;
    }

    .carousel-caption > p {
        font-size: 1em;
        font-weight: 900;
        letter-spacing: -0.1mm;
        display: none;
    }

    .carousel-caption a {
        font-size: 1.5em;
        letter-spacing: -.2mm;
    }

    .cmd-ecom-bloquetexto-slider p:nth-child(1) {
        font-weight: 500;
        font-size: clamp(12px, 1.8vw, 16px);
        line-height: 1.2em;
        width: 90%;
        display: none;
    }

    .cmd-ecom-bloquetexto-slider p.cmd-ecom-precio-slider {
        font-size: 1.1em;
    }

    .cmd-ecom-bloquetexto-slider p:nth-child(3) {
        font-weight: 900;
        font-size: 1em;
        line-height: 1em;
    }

    .carousel-caption a.btn-primary {
        font-size: clamp(12px, 1vw, 14px) !important;
        padding: 0.3rem .75rem !important;
        margin: 0 !important;
        font-weight: 400;
    }

        .carousel-caption a.btn-primary:active {
            font-size: clamp(12px, 1vw, 14px) !important;
            padding: 0.3rem .75rem !important;
            margin: 0 !important;
            font-weight: 400;
        }

        .carousel-caption a.btn-primary:hover {
            font-size: clamp(12px, 1vw, 14px) !important;
            padding: 0.3rem .75rem !important;
            margin: 0 !important;
            font-weight: 400;
        }

        .carousel-caption a.btn-primary:visited {
            font-size: clamp(12px, 1vw, 14px) !important;
            padding: 0.3rem .75rem !important;
            margin: 0 !important;
            font-weight: 400;
        }
}


/* *************************************************************+ */


/* *************************************************************+ */


/* *************************************************************+ */

@media only screen and (min-device-width: 768px) and (max-device-width: 991.9px) and (-webkit-min-device-pixel-ratio: 2) {
 
    /* SLIDER */
    .carousel-caption {
        right: 15%;
        top: 5%;
        bottom: 10%;
        left: 10%;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 310px;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-caption h5 {
        color: var(--darkyblue);
        font-size: clamp(16px, 5vw, 20px);
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 65%;
    }

    .carousel-caption h3 {
        font-size: clamp(16px, 5vw, 30px);
        letter-spacing: -0.4mm;
        width: 57%;
    }

    .carousel-caption > p {
        font-size: 1em;
        font-weight: 500;
        letter-spacing: -0.1mm;
    }

    .carousel-caption a {
        font-size: 1.5em;
        letter-spacing: -.2mm;
    }

    .cmd-ecom-bloquetexto-slider p:nth-child(1) {
        font-weight: 500;
        font-size: clamp(14px, 2vw, 16px);
        line-height: 1.2em;
        width: 50%;
    }

    .cmd-ecom-bloquetexto-slider p.cmd-ecom-precio-slider {
        font-size: 1.1em;
    }

    .cmd-ecom-bloquetexto-slider p:nth-child(3) {
        font-weight: 500;
        font-size: 1em;
        line-height: 1em;
    }

    .carousel-caption > a.btn-primary {
        font-size: clamp(12px, 1vw, 14px) !important;
        padding: 0.3rem 1rem !important;
        margin: 0 !important;
        font-weight: 400;
    }

        .carousel-caption > a.btn-primary:active {
            font-size: clamp(12px, 1vw, 14px) !important;
            padding: 0.3rem 1rem !important;
            margin: 0 !important;
            font-weight: 400;
        }

        .carousel-caption > a.btn-primary:hover {
            font-size: clamp(12px, 1vw, 14px) !important;
            padding: 0.3rem 1rem !important;
            margin: 0 !important;
            font-weight: 400;
        }

        .carousel-caption > a.btn-primary:visited {
            font-size: clamp(12px, 1vw, 14px) !important;
            padding: 0.3rem 1rem !important;
            margin: 0 !important;
            font-weight: 400;
        }
}


/* *************************************************************+ */


/* *************************************************************+ */


/* *************************************************************+ */
@media only screen and (min-device-width: 991px) and (max-device-width: 1400px) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
    .headerplan h1 {
        font-weight: bold;
        color: #575757;
        z-index: 3;
        position: relative;
        font-size: 2.2rem !important;
    }

    .headerplan h3 {
        font-weight: 600;
        color: #0058A2;
        font-size: 1.3em !important;
        margin-bottom: 20px;
        position: relative;
        z-index: 3;
    }

    .headerplan ul li {
        color: #575757;
        position: relative;
        z-index: 3;
        list-style: none;
        font-size: 1.2rem !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1920px)  {
    .cmd-ecom-bgCheckOuts {
        background-color: var(--greylight);
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 2000%;
        height: 100vh;
        z-index: -1;
    }
    /* SLIDER */
    .carousel-caption {
        right: 15%;
        top: 5%;
        bottom: 10%;
        left: 10%;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 278px;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-caption h5 {
        color: var(--darkyblue);
        font-size: clamp(15px, 3vw, 27px) !important;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 75%;
    }

    .carousel-caption h3 {
        font-size: clamp(18px, 4vw, 40px) !important;
        letter-spacing: -0.4mm;
        width: 80%;
    }

    .carousel-caption > p {
        font-size: 1em;
        font-weight: 500;
        letter-spacing: -0.1mm;
        width: 80%;
    }

    .carousel-caption a {
        font-size: 1.5em;
        letter-spacing: -.2mm;
    }
}

#s4-bodyContainer {
    padding-bottom: 0px;
}

#s4-workspace {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.cmd-ecom-ico-e {
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    background-color: #0058a2;
    border-radius: 28px;
    display: inline-flex;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 5px;
    padding-left: 5px;
    padding-left: 15px;
    align-items: center;
    box-shadow: 10px 10px 10px 0px black;
}

.cmd-ecom-ico-btncompra {
    bottom: 0;
    position: fixed;
    color: white;
    font-weight: bold;
    background-color: #0058a2;
    border-radius: 1em 1em 0 0;
    display: inline-flex;
    cursor: pointer;
    padding: 7px 7px;
    padding-left: 15px;
    align-items: center;
    box-shadow: 10px 10px 10px 0px #666c718c;
    z-index: 100 !important;
}

.ocultarboton {
    display: none;
}

.ecom-compraonline {
    left: 16%;
}

.cmd-ecom-img-tarjeta {
    cursor: pointer;
    height: 75px;
    width: 240px;
    margin-top: 5px;
}

.cmd-ecom-img-pse {
    cursor: pointer;
    height: 108px;
    margin-top: -10px;
    margin-left: 10px;
}

.cmd-ecom-rta-cobertura {
    margin: 32px 0 55px 0 !important;
}

.cmd-ecom-rta-cobertura-align {
    display: flex;
    align-items: center;
}

img.img-menu-superior {
    height: 115px;
    object-fit: cover;
}

.box-beneficiarios {
    font-size: 15px;
}

    .box-beneficiarios .cmd-ecom-title {
        margin-top: 1em;
    }

    .box-beneficiarios button.boton-btn {
        margin-top: 2em !important;
        background-color: #005980;
        color: white;
        border: 0px;
        border-radius: 5px;
        padding: 0.5em !important;
        min-width: 300px;
        font-size: 15px !important;
        font-weight: normal !important;
    }

        .box-beneficiarios button.boton-btn:hover, .box-beneficiarios button.boton-btn:focus {
            background-color: #009ee2;
            color: white;
        }

    .box-beneficiarios hr {
        margin: 4em 0;
    }

    .box-beneficiarios.box-movil hr {
        margin: 2em 0;
    }

    .box-beneficiarios.box-movil button.boton-btn {
        min-width: auto;
        width: 100%;
    }

    .box-beneficiarios.box-movil .modal .modal-content {
        padding: 1em;
    }

    .box-beneficiarios.box-movil .modal#modalEliminar {
        font-size: 17px;
    }

        .box-beneficiarios.box-movil .modal#modalEliminar .modal-body img {
            width: 40px;
        }

        .box-beneficiarios.box-movil .modal#modalEliminar .boton button.boton-btn {
            width: 40%;
            float: left;
            margin: 0 5%;
            padding: 0.5em 1em !important;
        }


table.table.table-striped thead tr th {
    color: #575757;
    font-weight: 800;
    padding-left: 24px;
    padding-left: 24px;
}


.box-beneficiarios .beneficiarios-footer {
    width: 100%;
    float: left;
}

.boton-btn {
    cursor: pointer;
}
.form-check {
    padding-left: 0px;
    text-align: justify;
    padding-top:1em;
}
.recibir-noticias {
    padding-left: 0.5em !important;
}
.box-beneficiarios .beneficiarios-footer .form-check {
    display: inline-block;
}

    .box-beneficiarios .beneficiarios-footer .form-check .form-check-input {
        margin-left: 0;
    }

    .box-beneficiarios .beneficiarios-footer .form-check label {
        color: black;
        margin-left: 2em;
    }

.box-beneficiarios .beneficiarios-footer .boton-btn {
    float: right;
    margin-top: 0 !important;
}

    .box-beneficiarios .beneficiarios-footer .boton-btn img {
        margin-right: 5px;
    }

.modal-header {
    /*background: #0058A2;*/
    color: #fff;
}

.modal .modal-content {
    /*padding: 2em;*/
    border: 0;
}

    .modal .modal-content .modal-header {
        border-bottom: 0;
        padding: 10px;
        /*margin-bottom: 2em;*/
    }

        .modal .modal-content .modal-header .modal-title {
            /*color: white;*/
        }

    .modal .modal-content form .item-form {
        margin-bottom: 1em;
    }

        .modal .modal-content form .item-form label {
            color: #005980;
            font-weight: normal;
            font-size: 15px;
        }

        .modal .modal-content form .item-form input, .modal .modal-content form .item-form select {
            border-color: #E0E0E0;
            border-radius: 5px;
            color: #868E96;
        }

    .modal .modal-content .boton {
        display: block;
        text-align: center;
    }

        .modal .modal-content .boton button.boton-btn {
            margin-top: 2em !important;
            background-color: #005980;
            color: white;
            border: 0px;
            border-radius: 5px;
            padding: 0.5em 2em !important;
            font-size: 15px !important;
            font-weight: normal !important;
            border: 1px solid #005980;
        }

            .modal .modal-content .boton button.boton-btn:hover, .modal .modal-content .boton button.boton-btn:focus {
                background-color: #009ee2 !important;
                color: white !important;
                border-color: #009ee2 !important;
            }

            .modal .modal-content .boton button.boton-btn.cancel {
                color: #005980;
                background-color: white;
            }

.modal#modalEliminar {
    text-align: center;
    font-size: 19px;
}

    .modal#modalEliminar .modal-header {
        margin-bottom: 0;
    }

    .modal#modalEliminar .modal-body img {
        width: 50px;
        margin-bottom: 1em;
    }

div#contenedorFormulario .box-beneficiarios hr {
    margin: 20px 0 !important;
}


.btn-close-plan {
    width: 1em;
    height: 1em;
    background: #00000075;
    border: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 22px;
    z-index: 3;
    line-height: 15px;
}

    .btn-close-plan:hover {
        color: #fff;
        text-decoration: none;
        opacity: 1;
        background: #00000075;
    }
.item-form {
    margin-bottom: 21px;
}

.beneficiarios-footer .boton-btn {
    margin-top: 2em !important;
    background-color: #005980 !important;
    color: white;
    border: 0px;
    border-radius: 5px;
    padding: 0.5em !important;
    min-width: 300px;
    font-size: 15px !important;
    font-weight: normal !important;
}

.footer-valor label#lblSubTotal {
    margin-bottom: 2px;
}


@media only screen and (max-width :400px) {


    .ecom-compraonline {
        left: 5%;
        font-weight: normal;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .ecom-compraonline {
        left: 5%;
        font-weight: normal;
    }

    .resenamobile {
        padding: 0rem 8px;
        margin-top: -19%;
    }

}
.cardPlanRecomendado {
    padding: 1rem 2rem 1rem 0;
}
.HeaderColmedica {
    /*width: 98.8%;*/
    position: fixed;
    z-index: 100;
    background: #fffffff2;
    width: calc(100% - 17px);
}

    .HeaderColmedica .navbar {
        background: transparent !important;
        margin-top: -20px;
        padding: 0 15px;
       /* border-bottom: solid 1px #0058a2 !important;*/
    }

.ColmedicaVideoPpal {
    margin-top: 4rem;
    padding-right: 0;
    padding-left: 2px;
}

.reproducir i {
    font-size: 50px;
}

.iconos i {
    font-size: 24px;
    margin-left: 12px;
}


.form-check i {
    color: #009fe3;
    font-size: 21px;
}
.form-control[readonly].datepicker {
    background-color: #fff;
}
button.navbar-toggler i {
    font-size: 32px;
    color: #0058A2;
}

button.navbar-toggler {
    padding: 0;
    opacity: 1;
    color: #0058A2;
    margin: 1.4em 0 0 0;
}

.resumen table td i {
    font-size: 20px;
    margin-left: 8px;
}

a.nav-link.cartmobile i {
    font-size: 25px;
    color: #0058a2;
}

a.nav-link.cartmobile {
    padding: 1.4em 0.3em 0 0;
}


.nav-link:hover {
    text-decoration: none;
}

.HeaderColmedica .navbar-dark .navbar-nav .nav-link {
    color: #009fe3;
    font-size: 16px;
    font-weight:bolder;
    position: relative;
}

.HeaderColmedica .navbar-nav {
    margin-top: 45px;
    margin-left: 10px;
}


.HeaderColmedica .navbar-dark .navbar-nav .nav-link i {
    font-size: 22px;
    line-height: 10px;
    margin-left: 2px;
}



.reproducir {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: #00000042;
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
}

.beneficios h3 {
    width: 60%;
    margin-left: 11px;
    font-size: 14px;
    margin-top: 0.5rem;
    color: white;
}

.beneficios {
    background: #0058A2;
    padding: 15px 35px;
    color: #fff;
    border-radius: 0 0 35px 35px;
    margin-top: -27px;
    position: relative;
    margin-left: -4px;
}

    .beneficios figure {
        margin: 0;
    }

.Colmedicaplanes .plan {
    background: #ffff;
    box-shadow: 35px 35px 70px #00000010;
}

    .Colmedicaplanes .plan .descripcion p strong {
        color: red; /* #005980;*/
    }

    .Colmedicaplanes .plan .descripcion p {
        color: red;
        font-size: 23px;
        margin-bottom: 0px !important;
    }

.form-check span a {
    text-decoration: none;
    color: #0058a2;
}
.detalles a:hover {
    color: #009fe3;
}
.detallesModal a:hover {
    color: #009fe3;
}
.Colmedicaplanes .plan .descripcion a {
    text-decoration: none;
    /*display: inline-flex;*/
}

    .Colmedicaplanes .plan .descripcion a:hover {
        text-decoration: none !important;
        color: #575757;
    }

        .Colmedicaplanes .plan .descripcion a:hover h3 {
            text-decoration: none !important;
            color: #0058a2 !important;
        }

    .Colmedicaplanes .plan .descripcion a h3 {
        color: #009fe3;
        font-weight: 700;
        /*height: 4rem;
        margin: 0 0 15px 0;*/
    }

.Colmedicaplanes .plan .descripcion {
    padding: 0px 35px 5px 24px;
}
.Colmedicaplanes .plan .detalles a i {
    font-size: 22px;
}

.content {
    width: 100%;
}

    .content .detalles {
        padding-left: 24px;
    }


.detalles a {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none !important;
    color: #0058A2; /*#005980;*/
    /*display: flex;*/
    align-items: center;
    /*justify-content: end;*/
}

.detalles {
    text-align: end;
    margin-right: 25px;
    color: #0058a2;
    margin-bottom: 5px;
}

.detallesModal {
    margin-right: 1rem;
    color: #0058a2;
    margin-top: 3px;
    text-align: end;
    margin-right: 5px;
}


.Colmedicaplanes .plan .botones .colbtn-primario {
    background: #009fe3;
    width: 50%;
    margin: 0;
    border: none;
    color: #fff;
    font-weight: 600;
    height: 40px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
	/*display: none;*/
}

.Colmedicaplanes .plan .botones .colbtn-segundario {
    background: #fff;
    width: 50%;
    margin: 0;
    color: #0058a2;
    font-weight: 600;
    height: 40px;
    float: left;
    text-align: center;
    text-decoration: none;
}

.colbtn-primario {
    background: #0058a2;
    border: none;
    color: #fff;
    font-weight: 600;
    height: 40px;
    width: 50%;
	/*display: none;*/
}

input[type=submit].colbtn-primario {
    background: #0058a2;
    border: none;
    color: #fff;
    font-weight: 600;
    height: 40px;
}

    input[type=submit].colbtn-primario:hover {
        background: #009fe3 !important;
    }

.colbtn-segundario {
    background: #fff;
    border: none;
    color: #009fe3 !important;
    font-weight: 600;
    height: 40px;
    border: solid 2px;
    font-size: 13px;
    width: 90%;
    cursor: pointer;
    padding: 8px 15px !important;
    text-decoration: none !important;
}

span.colbtn-segundario {
    float: left !important;
    text-align: center !important;
    height: 40px !important;
    width: 50%;
    padding-top: 8px;
}

.plan .reproducir {
    position: absolute;
    top: 38%;
    left: 42%;
    width: 60px;
    height: 60px;
    background: #00000042;
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
}

    .plan .reproducir i {
        font-size: 42px;
    }


.Colmodal .modal-body p {
    width: 90%;
    margin: 0 auto 22px auto;
    color: #575757;
}

div#ModalDescripcionPlan {
    width: 90%;
    margin: 0 auto 22px auto;
    color: #575757;
}

.Colmodal .modal-body h3 p {
    width: 90%;
    margin: 12px auto 12px auto;
    font-size: 18px;
    font-weight: 700;
    color: #0058a2;
}

section.valorplan h2 {
    font-weight: 700;
    color: #575757;
}

section.recomendados h2 {
    font-weight: 700;
    color: #0058a2;
    padding-top: 20px;
}

.itmstep h4 {
    color: #0058a2;
    margin: 0;
    line-height: 1.3 !important;
}
.check-label-contratante
{
    padding-top:1px;
}
.itmstep .icon {
    background: #C0D6E8;
    width: 50px;
    height: 50px;
    color: #0058A2;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-right: 16px;
    padding-left: 6px;
    padding-top: 3px;
}

.itmstep p {
    color: #0058a2;
    font-size: 1rem;
    margin: 0;
}

.itmstep {
    display: flex;
}
    .itmstep:hover {
        cursor: pointer;
        color: #1c9cd8;
    }
    .itmstep a {
        text-decoration: none;
        display: flex;
    }
section.colsteps h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #0058a2;
    font-size: 2rem;
    font-family: "Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
section.colsteps h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #0058a2;
    font-size: 2rem;
}

.itmarrow {
    font-size: 32px;
    color: #0058a2;
}

section.colsteps {
    background: #F0FBFF;
    padding: 30px;
    /*  margin-top: 20px;*/
    margin-bottom: -41px;
}

label.form-label {
    color: #0058a2;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 9px;
}

input.form-control {
    border-radius: 20px;
    height: 40px;
    padding-left: 9px !important;
}
.btn-close {
    padding-right: 2em !important;
}
.btn-close-activacion {
    padding: 0px !important;
    margin: 0px !important;
}
h3#lblTitleModal {
    padding-top: 3px;
    padding-left: 1em;
}
.modal-body.text-center {
    padding: 0 0 1em 0 !important;
}

select.form-select {
    border-radius: 20px;
    height: 40px;
}

button.btnform_primario {
    background: #009fe3;
    border: none;
    color: #fff;
    padding: 8px 24px;
    border-radius: 50px;
}

    button.btnform_primario:hover {
        background: #0058a2 !important;
    }

.line {
    width: 100%;
    height: 1px;
    background: #0058a2;
    margin: 20px 0px;
}

thead.table-light tr th {
    font-weight: 400;
}

thead.table-light {
    background: #c8e0ef !important;
    opacity: 1;
    color: #0058a2;
    border-bottom: solid 1px #0058a2 !important;
    --bs-table-bg: #e5f2ff !important;
}

section.coldatos {
    background-color: #fff;
    padding-top: 2em;
    margin-bottom: -1.3em;
}

    section.coldatos h3 {
        color: #0058a2;
        margin: 0;
    }

.Colmodal .modal-body h2 {
    width: 90%;
    margin: 15px auto;
    color: #575757;
    font-weight: 700;
}

.Colmodal .modal-body {
    padding: 0;
}

.Colmodal .modal-footer {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    border: none;
}

.planesmenumobile {
    display: none;
}

.table-responsive {
    border: solid 1px #0058a2;
    border-radius: 20px !important;
    margin-bottom: 1em;
}

thead.table-light tr th {
    font-weight: 400;
    padding: 20px 5px 20px 25px;
}

.table tr td {
    padding: 20px 5px 20px 25px;
    color: #575757;
    /*font-weight: 300;*/
}

.totalesplan {
    border: solid 1px #0058a2;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
}

    .totalesplan p {
        display: flex;
        justify-content: space-between;
        padding: 10px 40px 0px 20px;
        margin-bottom: -8px;
    }

        .totalesplan p span {
            color: #0058A2;
            text-align: left;
        }

        .totalesplan p.total {
            font-size: 1.3rem;
            background: #e5f2ff;
            padding: 20px;
            margin: 20px 0 0 0;
            border-top: solid 1px #0058a2;
        }


.headercarrito h3 {
    color: #fff;
    margin-left: 20px;
    font-size: 2.5rem;
}

.headercarrito i {
    color: #fff;
    font-size: 3.5rem;
    padding-left: 3px;
}

.headercarrito {
    background: url(../../PublishingImages/PlanesLigeros/fondocarrito.png);
    background-size: cover;
    padding: 20px 0px;
    background-position-y: bottom;
    margin-top: 4.7rem;
}

.resumencompra .table-responsive thead {
    border: none !important;
    background: transparent !important;
    --bs-table-bg: transparent !important;
}

.resumencompra .table-responsive {
    border: none;
    border-radius: 0;
    position: relative;
}

.resumencompra thead.table-light tr th {
    font-weight: 400;
    padding: 5px 5px 5px 0;
}

.resumencompra .table tr td {
    padding: 10px 5px 15px 0;
}
.container.resumencompra h3 {
    width: 96%;
}

.codigo i {
    color: red;
    font-size: 1.5rem;
    margin-left: 10px;
    line-height: 42px;
}

.colbtn-primario.btn-descuento {
    width: 20%;
    margin-left: 15px !important;
    background: #0058a2;
}

.codigo input {
    /*   width: 30%;*/
}

.codigo p {
    width: 22%;
    color: #0058a2;
    font-weight: 400;
    margin: 0;
    padding-top: 10px;
}

.codigo {
    display: flex;
    justify-content: start;
}

.resumencompra {
    background: #F1F6FA;
    margin-top: 20px;
    border-top: solid 1px #0058a2;
    padding: 0;
    padding-top: 30px;
    position: relative;
}

    .resumencompra table {
        width: 96%;
        margin: 0 auto 0 auto;
    }

        .resumencompra table .trline td {
            padding-bottom: 10px;
        }

        .resumencompra table .trline {
            border-bottom: solid 1px #0058a2 !important;
        }

.trlinetop {
    border-top: solid 1px #0058a2 !important;
}

.valorMoneda {
    text-align: right;
}

    .valorMoneda span {
        font-weight: 600;
    }

.resumencompra table tr.totales td {
    padding-top: 15px;
    vertical-align: bottom;
    padding-bottom: 0px !important;
}

td.subtotal {
    color: #0058a2 !important;
    font-weight: 400 !important;
}

.colpagoconfirm h4 {
    padding-top: 10px;
}


i.eliminar {
    color: red;
}

i.edit {
    color: #0058a2;
}


.modal-footer button {
    float: left;
    width: auto;
    padding: 5px 20px;
}

.iconos {
    position: absolute;
    right: 10px;
    top: 0px;
}

.containerTerminos {
    margin-top: 4em;
    text-align: justify;
}
.colpagoconfirm h1 {
    color: #0058A2;
    font-size: 2rem;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .HeaderColmedica .navbar .has-megamenu {
        position: static !important;
		display: none;
    }

    .HeaderColmedica .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        padding: 10px 30px;
        background-color: #009fe3;
    }

        .HeaderColmedica .navbar .megamenu .planmenu img {
            border-radius: 5px;
        }

        .HeaderColmedica .navbar .megamenu .planmenu p {
            color: #fff;
            margin-bottom: 5px;
        }

    .beneficiosm {
        display: none;
    }

    a.nav-link.cartmobile {
        display: none;
    }

    .resenamobile {
        display: none;
    }

    .reproducir {
        display: block;
    }

    .figurePlanDesktop {
        display: block;
        min-height: 230px;
    }
        .figurePlanDesktop:hover {
            transition: all 1s;
            background-size: 113% !important;
        }

    .figurePlanMobile {
        display: none;
    }

    .videoPrincipal {
        /*height:500px;*/
        width: 100%;
    }

    .navbar-brand {
        padding-top: 20px;
    }

    .Colmedicaplanes {
        margin-top: -1rem !important;
    }

    .card.itmrecomendado .botones span {
        width: 50% !important;
        padding-top: 8px;
        cursor: pointer;
    }
}
/* ============ desktop view .end// ============ */

.botonespagomobile {
    display: none;
}
.beneficiosdesk {
    display: block;
}
.botonespagoDestkop {
    padding-bottom: 1.6em;
}

.colfacturacion {
    background: #fff;
    margin-top: 0px;
    padding-top: 2em;
}

section.colfacturacion h5 {
    padding-top: 1em;
    /* padding-bottom: 1em;*/
}

.table tr td.total {
    color: #0058a2;
    font-weight: 500;
}

.table tr td.totalf {
    color: #0058a2;
    font-size: 20px;
    font-weight: 600;
    border-top: solid 1px #ccc !important;
}




.totalmobile {
    width: 100%;
    display: block;
    background: #2196f32e;
    padding: 5px;
    text-align: center;
}
.modal-footer .col-md-4.pl-0 {
    padding-left: 0;
}
.modal-footer .modalinfoPlan {
    border-radius: 0 !important;
    padding: 8px 0 0 0 !important;
}
/* ============ mobile view ============ */
@media(max-width: 991px) {
    section.recomendados {
        padding-bottom: 15px;
    }
    .ciudadComprador {
        margin-top: 1.5em;
    }
    .carousel {
        /*background: #fff;*/
    }
    .colbtn-primario-modal {
        margin-left: 0 !important;
    }
    .beneficiosdesk {
        display: none !important;
    }
    .recibir-noticias {
        padding-left: 0px !important;
    }
    .cardPlanRecomendado {
        padding: 0;
    }
    .carousel-control-prev {
        left: -23px !important;
    }
    .carousel-control-next {
        right: -23px !important;
    }
    .cartmobile span {
        background: red;
        color: #fff;
        font-size: 10px;
        padding: 2px 6px;
        border-radius: 20px;
        position: absolute;
        right: 7px;
    }

    .headercarrito h3 {
        font-size: 1.8rem;
    }

    .ColmedicaVideoPpal {
        margin-top: 3rem;
        margin-left: -8px;
        margin-bottom: -1em;
    }

    .navbar.sticky-top .navbar-collapse, .HeaderColmedica .navbar.fixed-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .imgplan {
        display: none !important;
    }

    .resumenmobile .descuento p {
        margin: 0;
        color: #0058a2;
        /*line-height: 17px;*/
    }

    .resumenmobile .itmrescompra .valor p {
        margin: 0;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }

    .itmstep p {
        display: none;
    }

    .Colmedicaplanes .plan .detalles p {
        font-weight: 600;
        font-size: 11px;
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .Colmedicaplanes .plan .content .descripcion p {
        font-size: 14px;
        margin: 0;
    }

    .beneficiosm h3 {
        color: #fff;
        font-size: 16px;
        margin-left: 6px;
        width: 75%;
    }

   
    .detalles a {
        font-weight: bold;
        font-size: 14px;
    }

    .content .detalles {
        padding-left: 11px;
    }

    .resumenmobile .descuento i {
        color: red;
        font-size: 24px;
    }

    .Colmedicaplanes .plan .detalles a i {
        font-size: 18px;
        height: 24px;
    }

    .Colmedicaplanes .plan {
        display: block;
    }

        .Colmedicaplanes .plan .detalles {
            text-align: center;
            color: #0058a2;
            margin-top: 5px;
            margin-bottom: 5px;
            width: 100%;
        }





            .Colmedicaplanes .plan .detalles p i {
                font-size: 18px;
            }

        .Colmedicaplanes .plan .botones .colbtn-primario {
            width: 100%;
            font-size: 12px;
            /* height: 30px;*/
        }

        .Colmedicaplanes .plan .botones .colbtn-segundario {
            background: #fff;
            width: 100%;
            font-size: 1rem;
            height: 40px;
            text-decoration: none;
            box-shadow: 0 2pt 5pt #00000029;
            /*line-height: 30px;*/
        }

    .beneficiosm figure {
        margin: 0;
    }

        .beneficiosm figure img {
            width: 40px;
        }

    .Colmedicaplanes .plan figure {
        margin: 0;
        height: 100%;
    }

    .cmd-col-one-footer img {
        display: initial;
        margin: 0 0 1.25em 0;
    }

    figure.icono-documento img {
        width: 36px;
    }

    .Colmedicaplanes .plan figure img {
        margin: 0;
        height: 100%;
    }

    .Colmedicaplanes .plan .video {
        width: 100%;
        min-width: 180px;
        height: 200px;
    }

    .Colmedicaplanes .itmplan {
        margin-bottom: 30px;
        /* padding:0 !important;*/
    }

    .beneficios {
        display: none;
    }

    .reproducir {
        top: 25%;
        left: 42%;
        display: none !important;
    }





    .beneficiosm {
        width: 100%;
        display: block;
        padding: 0px;
        margin-top: -3em;
    }

    .navbar-brand {
        margin: 0;
        padding-top: 2rem;
    }

    .HeaderColmedica .navbar-nav {
        margin-left: 0;
        margin-top: 0;
    }

    .HeaderColmedica .navbar {
        padding: 5px 0;
    }

    .HeaderColmedica {
        /*  width: 97.6%;*/
        position: fixed;
        z-index: 100;
        background: #fffffff2;
    }

    .planesmenudesktop {
        display: none;
    }

    .planesmenumobile {
        display: block;
    }

    .row.planesmenumobile a {
        text-decoration: none;
        color: white;
        font-size: 1.3rem;
    }

    a.nav-link.cartmobile {
        display: block;
    }

    .cartdesktop {
        display: none;
    }

    .dropdown-menu.megamenu ul li {
        list-style: none;
        padding: 8px 24px;
        border-bottom: solid 1px;
        color: #fff;
    }

    .dropdown-menu.megamenu.show {
        background: #0058a2;
        padding: 0 !important;
    }

    .resenamobile h1 {
        color: #0058A2;
        margin-bottom: 0;
    }

    .resenamobile {
        padding: 0rem 8px;
        margin-top: -19%;
    }

    /*.Colmedicaplanes {
        margin-top: 10% !important;
    }*/

        .Colmedicaplanes .plan .descripcion {
            padding: 0px 10px;
        }

    .figurePlanDesktop {
        display: none;
    }

    .figurePlanMobile {
        display: block;
        min-width: 180px;
        height: 200px;
    }

    .videoPrincipal {
        height: 348px;
        margin-left: -65px;
    }

    .cmd-ecom-footer {
        text-align: center;
    }


    .colpatronplan {
        display: none !important;
    }

    .resumenmobile .itmrescompra ul li strong {
        color: #0b60a6;
    }


    .itmstep h4 {
        font-size: 11px;
        margin-top: 8px !important;
        margin-left: 0.5em;
    }



    .resumenmobile .itmrescompra .valor p strong {
        color: #0058a2;
        margin-right: 15px;
    }



    .resumenmobile .itmrescompra .valor {
        background: #fff;
        padding: 10px;
        margin-top: 15px;
    }

    .resumenmobile .itmrescompra {
        border-bottom: solid 1px #ccc;
        padding-bottom: 20px;
        position: relative;
    }



    .resumenmobile .descuento {
        /*display: flex;*/
        align-items: center;
       /* margin-bottom: 10px;*/
        margin-top: 10px;
    }
    .row.msjcodigoNoValido {
        margin-bottom: 10px;
    }

    .resumenmobile .subtotales {
        margin: 20px 0px;
    }

        .resumenmobile .subtotales label {
            font-size: 14px;
            color: #575757;
        }

        .resumenmobile .subtotales p {
            margin: 0px 0px;
            display: flex;
            justify-content: space-between;
            padding-right: 10px;
        }

            .resumenmobile .subtotales p strong {
                color: #0058a2;
                font-weight: 400;
            }

    .resumenmobile .total {
        background: #c8e7ff;
        padding: 10px;
    }

        .resumenmobile .total p {
            margin: 0;
            color: #0058a2;
            display: flex;
            justify-content: space-between;
            font-size: 20px;
        }

        .resumenmobile .total label {
            font-size: 20px;
            color: #0058a2;
        }



    .resumenmobile .itmrescompra ul li {
        list-style: none;
        font-size: 14px;
        margin-bottom: 4px;
    }

    .resumenmobile .itmrescompra ul {
        padding: 0;
        margin: 0;
    }

    .resumenmobile {
        background: #F1F6FA;
        border-top: solid 1px #0058a2;
        /*   border-bottom: solid 1px #0058a2;*/
        padding: 15px;
        display: block !important;
    }

    .resumen {
        display: none !important;
    }

    .resumencompra {
        display: none !important;
    }

    section.colfacturacion h5 {
        font-weight: 300;
        font-size: 16px !important;
    }

    .botonespagoDestkop {
        display: none;
    }

    .resumenmobile.cart1 .itmrescompra .valor {
        background: #e4f7ff !important;
    }

    .resumenmobile.cart1 {
        background: transparent;
        border: solid 1px #0058a2;
        border-radius: 20px;
    }

    input[type=submit].colbtn-primario.rounded-pill {
        width: 99% !important;
    }
    a.btn.colbtn-segundario.rounded-pill {
        width: 99% !important;
    }
    .botonespagomobile {
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0;
        display: flex;
        padding-bottom: 1em;
        padding-top: 1em;
    }
    .itmbeneficio h4 {
        width: 80% !important;
    }
    section.recomendados h2 {
        margin-bottom: 30px;
        padding-top: 12px;
    }
}
/* ============ mobile view .end// ============ */

.beneficiarios {
    margin-bottom: 1em;
}

.beneficiariosFacturacion {
    margin-bottom: -4.2em;
}

a.colbtn-primario:hover {
    background: #0058a2 !important;
}

button.colbtn-primario:hover {
    background: #009fe3 !important;
}

a.colbtn-segundario:hover {
    color: #009fe3 !important;
    text-decoration: none;
    border: solid 2px;
}

.dudas {
    z-index: 100;
    position: fixed;
    bottom: 5%;
    left: 2.4rem;
    cursor: pointer;
}

    .dudas i {
        color: #fff;
        font-size: 44px;
        background: #05a1e9;
        border: 2px solid transparent;
        border-radius: 1em;
        width: 45px;
        height: 45px;
        display: block;
        line-height: 10px;
    }
        .dudas i:hover {
            color: #fff;
            font-size: 44px;
            background: #0058A2;
            border: 2px solid white;
            width: 45px;
            height: 45px;
            display: block;
            line-height: 10px;
        }

    

.text-infor span {
    color: red;
}

.custom-tooltip.tooltip > .tooltip-inner {
    text-align: left;
    max-width: 500px;
}

.dudas-globo {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #000029;
    border: 1px solid #707070;
}

li.nav-item {
    margin: 0px 10px;
}
li.nav-item a::before {
  content: "| ";
    font-weight: 900;
    color: red;
    margin-right: 5px;
}

.Colmigadepan {
    display: flex;
    margin: 0 auto;
}

section.colmigadepan {
    background: #fff;
    height: 3em;
    padding-top: 1em;
}
.modal-body.mastardebody.text-center {
    padding-bottom: 0px !important;
}
.headerplan {
    position: relative;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
}

    .headerplan h3 {
        font-weight: 600;
        color: #0058A2;
        font-size: 2em;
      /*  margin-bottom: 20px;*/
        position: relative;
        z-index: 3;
    }

    .headerplan h1 {
        font-weight: bold;
        color: #575757;
        z-index: 3;
        position: relative;
        font-size: 3rem;
    }

    .headerplan ul li {
        color: #575757;
        position: relative;
        z-index: 3;
        font-size: 1.3rem;
    }


.colpatronplan {
    position: absolute;
    top: 0;
    left: 40%;
    z-index: 1;
}

.colintplanh {
    background: #FAFAFA;
    position: relative;
    overflow: hidden;
    padding-top: 4rem;
}

.detallesplan {
    padding: 55px 0px 0px 0px;
    background: #fff;
}

.carousel-control-prev {
    left: -33px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    top: 40%;
    color: #0058a2;
    font-size: 20px;
    opacity: 1;
}

.carousel-control-next {
    right: -6px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    top: 40%;
    color: #0058a2;
    font-size: 20px;
    opacity: 1;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #0058a2;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

section.valorplan h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0058a2;
}


section.valorplan {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 3;
    box-shadow: 0 3pt 6pt #1d5e76cc;
}

.barraflotante {
    position: sticky !important;
}

.imgplan {
    display: flex;
    align-items: flex-end;
}

.accordion-body {
    font-size: 16px;
    text-align: justify;
}
.accordion-button {
    font-size: 0.7em;
    color: #0058A2;
    font-weight: 600;
}

.colvideodesk {
    display: flex;
    align-items: center;
    margin-top: 50px;
    z-index: 2;
}

.cardcontent.mobile {
    display: none;
    padding: 0;
}

.card-img.mobile {
    display: none;
}

.card-img.desktop {
    display: block;
    cursor: pointer;
}

a.colbtn-detalle {
    display: none;
}

section.valorplan a {
    width: 48% !important;
    margin-right: 20px !important;
    border-radius: 50px;
}

    section.valorplan a.colbtn-primario:hover {
        text-decoration: none;
    }

    section.valorplan a.colbtn-segundario:hover {
        text-decoration: none;
        border: solid 2px;
    }

.colbtn-segundario .btnfolleto {
    text-decoration: none;
    border: solid 2px;
}

.botonesflm {
    display: none;
    position: sticky !important;
}

.resumenmobile {
    display: none;
}

.itmstep.check .icon {
    background: #C0D6E8;
    color: #0058A2;
}

.itmstep.current .icon {
    background: #0058A2;
    color: #fff;
}

.titlesection i {
    font-size: 21px;
    margin-left: 10px;
    color: #009fe3;
}

.titlesection {
    display: flex;
    /* padding-top: 2em;
    padding-bottom: 1em;*/
}

label.form-label span {
    color: red;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    /*transform: translateX(-33.33%);*/
}

section.recomendados {
    background: #F1F6FA;
    padding: 22px 12px 12px 12px;
	display: none;
}


.card-img .reproducir {
    position: absolute;
    top: 32%;
    left: 40%;
    width: 70px;
    height: 70px;
    background: #00000042;
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
}

.card.itmrecomendado .botones span {
    width: 50%;
    float: left;
}

.card.itmrecomendado .detalles {
    text-align: end;
    margin-right: 15px
}

.card.itmrecomendado p strong {
    color: #0058A2;
}

.card.itmrecomendado p {
    color: #0058A2;
    font-size: 18px;
    margin-bottom: 5px;
}

.card.itmrecomendado a {
    text-decoration: none;
}

.cardcontent a:hover {
    text-decoration: none !important;
    color: #009fe3;
}



.btn-modals {
    padding-left: 0px;
    padding-right: 0px;
}

/* .backgroundImagenPlan { */
/* background-size: cover !important; */
/* } */

.colbtn-primario-modal {
    width: 90%;
    border-radius: 0 !important;
    margin-left: 1em;
	/*display: none;*/
}

a.nav-link.cartdesktop {
    padding-top: 3px;
}

.dropdown-toggle::after {
    vertical-align: 0.06em;
}

.ms-backgroundImage {
    background: #F1F6FA !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.btn_descargar_plan {
    margin: 24px 0;
}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
}

.table {
    --bs-table-striped-bg: #e9f3ff
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #1c9cd8 !important;
}

.Colmedicaplanes .plan .botones .colbtn-segundario:hover {
    color: #1c9cd8;
}


.backgroundImagenPlan {
    background-size: 103% !important;
    cursor: pointer;
}


span.colbtn-segundario:hover {
    text-decoration: none;
    border: solid 2px;
    color: #0058a2 !important;
}

.ms-rtestate-field {
    margin-top: 32px;
}


.condicionesModal {
    margin: 0 22px;
    width: 90%;
}

.txtterminos {
    font-size: 15px;
    padding-bottom: 2em;
}

.colbtn-primario.rounded-pill {
    width: 100% !important;
}

.onborder {
    border-radius: 0;
}



.btn-aceptar-modal {
    padding: 10px 26px !important;
}

.text-infor {
    color: #0058A2;
}

.text-infor {
    color: #0058A2;
}
.itmbeneficio {
    border: solid 3px #009fe3;
    justify-content: center;
    align-content: center;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 8px 15px;
    border-radius: 16px;
    background: white;
    width: 100%;
    z-index: 2;
}
    .itmbeneficio h4 {
        color: #575757;
        font-size: 17px;
        font-weight: 500;
        width: 63%;
    }
    .itmbeneficio figure {
        margin: 0;
        margin-right: 10px;
        width: 60px;
    }
h4.examen-ingreso {
    width: 65% !important;
}
.linebeneficios {
    height: 1px;
    background: #0058a2;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 7%;
    z-index: 1;
}
.titlehome {
    color: #009fe3;
}
    .titlehome h1 {
        font-size: 2rem;
        font-weight: bolder;
        color: #009fe3;
    }
.card-img .img-fluid {
    width: 100% !important;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .itmbeneficio h4 {
        color: #575757;
        font-size: 14px;
        font-weight: 300;
    }
    .itmbeneficio figure {
        margin: 0;
        margin-right: 10px;
        width: 45px;
    }
    .Colmedicaplanes .plan .descripcion a h3 {
        width: 66%;
    }
}
@media (max-width: 767px) {
    .itmbeneficio figure {
        margin: 0;
        margin-right: 0;
    }
    
    .titlehome {
        margin-bottom: -2em;
        padding: 0.6em;
    }
    .titlehome h1 {
        color: #009fe3;
        font-size: 16px;
        /*padding-right: 5em;*/
    }
    .titlehome h4 {
        font-size: 14px;
        color: #575757;
    }
    .ciudadComprador {
        margin-top: 0px;
    }
    .botonespagomobile {
        /*position: fixed;*/
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0;
        display: flex;
        /* box-shadow: 0px -6px 25px #0000001a;*/
        padding-bottom: 1em;
        padding-top: 1em;
    }

    .imgchica {
        display: none;
    }

    .backgroundImagenPlan {
        background-size: cover !important;
    }

    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
            width:100%;
            background:#fff;
        }

    .Colmedicaplanes .plan {
        display: flex;
    }

    .itmplan {
        padding: 0 !important;
    }
    section.colsteps h1 {
        font-size: 1.6rem !important;
    }
    .beneficiosm h3 {
        color: #fff;
        font-size: 12px;
        margin-left: 6px;
        width: 75%;
    }
    

    .Colmedicaplanes .plan .content .descripcion p {
        font-size: 20px;
        margin: 0;
    }

    .Colmigadepan {
        display: block;
        font-size: 12px;
    }

    .detallesplan {
        padding: 10px 20px 0px 20px;
    }

    .cardcontent.mobile {
        display: block;
        margin-left: 1.5em;
        margin-top: 1em;
    }

    .cardcontent {
        display: none;
    }

    .card-img.mobile {
        display: block;
    }

    .card-img.desktop {
        display: none;
    }

    .card.itmrecomendado .botones span {
        width: 100% !important;
        padding-top: 10px !important;
        border: 0px;
    }

    .card.itmrecomendado {
        background: transparent;
        border: none;
        margin:0;
    }

    a.colbtn-detalle {
        color: #0058A2;
        font-weight: 600;
        display: flex;
        text-decoration: none;
        align-items: center;
        font-size: 18px;
        padding-bottom: 1rem;
    }

    .colbtn-primario {
        width: 100% !important;
    }

    section.valorplan {
        display: none;
    }

    .botonesflm {
        width: 100%;
        bottom: 0;
        z-index: 3;
        display: flex;
        position: fixed;
    }

        .botonesflm a {
            border-radius: 0;
        }

    .btnfolleto {
        width: 100% !important;
    }

    .dudas {
        bottom: 7%;
    }

    .txtterminos {
        font-size: 13px;
        padding-bottom: 2em;
    }

    section.colsteps {
        background: #F0FBFF;
        padding: 20px 5px;
        /* margin-top: 20px;*/
    }

    .itmstep {
        display: block !important;
    }
        

        .itmstep .icon {
            width: 45px !important;
            height: 45px !important;
            margin-right: 0px !important;
        }

    .form-check .form-check-input {
        float: none;
        margin-left: 0;
    }

    

    .resenamobile {
        padding: 0rem 8px;
        margin-top: -30%;
        margin-left: -18px;
        margin-bottom: 20px;
    }

    .videoPrincipal {
        /* height: 186px !important;*/
        height: auto !important;
        margin-left: 13px;
        width: 100%;
    }

    .detallesplan {
        padding: 10px 20px 0px 20px;
    }

    .colbtn-primario {
        width: 100% !important;
		/*display: none;*/
    }
    .btn.colbtn-segundario {
        width: 100% !important;
    }
    .Colmedicaplanes .plan .video {
        width: 50%;
        min-width: 100px;
        height: auto;
    }

}
.checkBenefi input {
    margin-top: -8px;
}
.pietotal {
    width: 100%;
    /* background: red; */
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #E1F3FC;
    border-top: solid 2px #6ab7f7 !important;
}
.btn-cancelarc {
    margin: 5px !important;
    display: inline;
    width: auto;
}
.col-6.divvolverplan {
    padding-right: 4px;
}
.col-6.divcontinuarcompra {
    padding-left: 4px;
}
.diveditarcampos {
    padding-right: 4px;
}
.divrealizarpago {
    padding-left: 4px;
}
/* Escritorio extra extra grande */
@media only screen and (min-width: 1400px) {
    .Colmedicaplanes .plan .content .descripcion h3 {
        /*font-size: 23px;*/
        margin-top: 10px;
        /*width: 77%;
        height: 50px;*/
    }
    .itmbeneficio h4 {
        width: 52%;
    }
    .cardcontent {
        padding: 20px 4.5em 0 20px;
    }
    .card.itmrecomendado h3 {
        margin-right: 2em;
        width: 83%;
    }
}
/* Escritorio extra grande */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .Colmedicaplanes .plan .content .descripcion h3 {
        /*font-size: 23px;*/
        margin-top: 10px;
        width: 86%;
        height: 50px;
    }
  /*  .HeaderColmedica {
        width: 98.75%;
    }*/
    .cardcontent {
        padding: 20px 4em 0 20px;
    }
}
/* Escritorio grande */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .Colmedicaplanes .plan .content .descripcion h3 {
        font-size: 23px;
        margin-top: 10px;
        width: 77%;
        height: 50px;
    }
   /* .HeaderColmedica {
        width: 98.5%;
    }*/
    .cardcontent {
        padding: 20px 4em 0 20px;
    }
    .card.itmrecomendado h3 {
        margin-right: 4em;
    }
}

/* Escritorio pequeÃ±o / tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Colmedicaplanes .plan .content .descripcion h3 {
        font-size: 23px;
        margin-top: 10px;
        width: 77%;
        height: 50px;
    }
   /* .HeaderColmedica {
        width: 98.32%;
    }*/
    .cardcontent {
        padding: 20px 4em 0 20px;
    }
    .card.itmrecomendado h3 {
        margin-right: 0.5em;
    }
    .row.ppalPlan {
        flex-flow: row wrap-reverse;
    }
}

/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Colmedicaplanes .plan .content .descripcion h3 {
        font-size: 15px;
        height: 48px;
        margin-bottom: -7px;
        width: 88%;
        margin-top: 12px;
        /*margin-botton:0;
        width: 77%;
        margin-top: 5px;*/
    }
    .HeaderColmedica {
        width: 100%;
    }
    .card.itmrecomendado h3 {
        margin-right: 10.5em;
    }
    .row.ppalPlan {
        flex-flow: row wrap-reverse;
    }
}

/* TelÃ©fonos */
@media only screen and (max-width: 576px) {
    .Colmedicaplanes .plan .content .descripcion h3 {
        font-size: 15px;
        height: 48px;
        margin-bottom: -7px;
        width: 88%;
        margin-top: 12px;
		/*margin-bottom: 0;
        width: 88%;
        margin-top: 5px;*/
    }
    .HeaderColmedica {
        width: 100%;
    }
    .card.itmrecomendado h3 {
        width: 251px;
        margin: 0px;
    }
    .row.ppalPlan {
        flex-flow: row wrap-reverse;
    }
}
@media only screen and (max-width: 400px) {
    .Colmedicaplanes .plan .content .descripcion h3 {
        font-size: 20px;
        height: 48px;
        margin-bottom: -7px;
        width: 93.5%;
        margin-top: 12px;
		/*margin-bottom: 0;
        width: 88%;
        margin-top: 5px;*/
    }
    .HeaderColmedica {
        width: 100%;
    }
}
@media only screen and (max-width: 380px) {
    .Colmedicaplanes .plan .content .descripcion h3 {
        font-size: 20px;
        height: 48px;
        margin-bottom: 0;
        width: 93.5%;
        margin-top: 5px;
    }
    .HeaderColmedica {
        width: 100%;
    }
}
/* Ocultar compra online */
#compraOnlineModal{display:none;}
#compraOnlineBarra{display:none;}
.Colmedicaplanes .plan .botones .colbtn-primario {display:none;}
.Colmedicaplanes .plan .botones .colbtn-segundario {width:100% !important}
.align-items-center {text-align: right;}
.valorplan > .container > .row > .d-flex {display: inline !important;}
.cartdesktop {display:none}
.cartmobile {display:none!important}
.colbtn-primario {display:none!important}