.ms-care
.ms-pay-title {
    max-width: 1000px;
    font-family: "SF Pro Text"; font-weight: 400;
    font-size: 48px;
    line-height: 64px;
}

.ms-care
.ms-pay-img-description {
    font-family: "SF Pro Text"; font-weight: 700;
    font-size: 40px;
}

.ms-care-description {
    color: var(--bblack);
    font-family: "SF Pro Text"; font-weight: 400;
    font-size: 24px;
    text-align: center;
    padding-inline: 64px;
    line-height: normal;
    margin-block: 48px;
}

.ms-care-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 80px;
    padding-block: 100px;
    padding-inline: 120px;
}

.ms-care-grid-item {
    position: relative;
    background-color: var(--gray3);
    border-radius: 20px;
    padding: 24px;
}

.ms-care-grid-item-image {
    display: block;
    position: absolute;
    height: 180px;
    left: -90px;
    top: -90px;
    width: 180px;
}

.ms-care-grid-item-text {
    color: var(--bblack);
    font-size: 18px;
    line-height: normal;
    text-align: center;
    padding-inline: 28px;
}

.ms-care-choose-plan-title {
    font-size: 64px;
    font-family: "SF Pro Text"; font-weight: 700;
    color: var(--bblack);
    letter-spacing: -0.02em;
    margin: 0;
    margin-bottom: 80px;
}

.ms-care-plan-table {
    width: 100%;
}

.ms-care-plan-table > tbody
tr:nth-child(odd){
    background-color: var(--gray3);
}

.ms-care
.textblue {
    margin-top: 80px;
    font-size: 54px;
    color: var(--bblack);
    line-height: 64px;
}

.bg-greyL
.h2landing {
    color: var(--bblack);
}

.ms-care
.text1.mt-1.text-center {
    font-size: 18px;
    line-height: normal;
}

.ms-care
.img-responsive.mx-auto {
    width: 180px;
    margin-block: -40px !important;
}

.ms-care-bubble {
    background-color: var(--gray3);
    border-radius: 20px;
    font-size: 24px;
    font-family: "SF Pro Text"; font-weight: 600;
    padding-inline: 16px;
    padding-block: 8px;
    color: var(--bblack);
    letter-spacing: -0.02em;
    text-wrap: nowrap;
}

.ms-care-bubble-image {
    display: block;
}

.ms-care-column-bubbles {
    padding-inline: 36px;
}

.ms-care-plan-name {
    color: #DB123E;
    font-size: 18px;
    line-height: normal;
    font-family: "SF Pro Text"; font-weight: 400;
    min-width: 320px;
    max-width: 320px;
}

.ms-care-table-responsive {
    overflow-x: auto;
}

.ms-care-plan-table
tbody > tr > td {
    padding-inline: 24px;
}
div#accordionCare {
    font-size: 14px;
    font-family: "SF Pro Text"; font-weight: 400;
    letter-spacing: -0.02rem;
    line-height:inherit;
}
    div#accordionCare ul {
        font-family: "SF Pro Text"; font-weight: 500;
    }
        div#accordionCare ul li {
            margin-bottom: 5px;
        }
    .ms-care-plan-table
    tbody > tr > td > svg {
        min-height: 32px;
        min-width: 32px;
    }

    
.modalEstrenar .boton.boton-saber-mas {
    background: transparent;
    border: none;
    margin-top: 8px;
}
.modalEstrenar .h6-get {
    margin-top: 8px;
}

h2.h2landing.mt-0.text-left.txt-nm-product-pdp {
    min-height: 42px;
}
/**********************************COLLAPSE****************************/
.collapseterminos {
    position: relative;
}
.collapseterminos .panel-title {
    margin: 0;
}
    .collapseterminos .panel-title a {
        outline: 1px solid var(--gray3);
        background-color: var(--wwhite);
        margin-bottom: 1px;
        padding: 14px;
        color: var(--bblack);
        font-family: 'sf-pro-text-semibold';
        letter-spacing: -.02em;
        font-size: 14px;
        line-height: 21px;
        margin: 0;
        display: block;
    }
.collapseterminos  .panel-body {
    background-color: white;
    outline: 1px solid var(--gray3);
    padding: 16px;
    height: auto;
}
.collapseterminos svg.legal-arrow {
    position: absolute;
    right: 15px;
    color: #121212;
    font-weight: 400;
    display: block;
    font-size: 12px;
    text-align: center;
    align-content: center;
    transform: translateY(-50%);
    margin-top: -9px;
}
.collapseterminos a[aria-expanded="true"] {
    background-color: rgb(0, 113, 227, 0.05);
    outline-color: var(--bblue);
    margin-bottom: 2px;
    text-decoration:none;
}

.collapseterminos a[aria-expanded="true"] svg {
    fill: #0071e3;
    transform: rotate(180deg) translateY(50%);
    transition-property: transform;
}
.collapseterminos a[aria-expanded="true"] svg path {
    fill: #0071e3;
}
h3#titleCond {
    margin: 0;
    outline: 1px solid var(--gray3);
    background-color: var(--wwhite);
    margin-bottom: 1px;
    padding: 14px;
    color: var(--bblack);
    font-family: 'sf-pro-text-semibold';
    letter-spacing: -.02em;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}
.resaltado {
    background-color: rgb(0, 113, 227, 0.05) !important;
    outline-color: var(--bblue) !important;
    margin-bottom: 2px;
    text-decoration: none;
}
    .resaltado svg {
        transform: rotate(180deg) translateY(50%) !important;
        transition-property: transform;
    }
        .resaltado svg path {
            fill: #0071e3; }
    /**********************************************************************/
    div#tabla-banamex {
        background: white;
        padding: 16px;
    }
.mt-4{
    margin-top:50px;
}

.lista-general li{
    text-align:left;
}
table.table.table-striped.preciosMS {
    font-family: 'sf-pro-text-regular' !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
tr {
    border-bottom: 1px solid #ddd !important;
}

/*th {
    font-size: 14.2px;
    padding-bottom: 2vw;
    border-bottom: 0 solid #ddd;
    font-family: 'sf-pro-text-regular';
    text-align: left;
    width: 50%;
}*/

.table.table-striped.preciosMS tr {
    font-size: 14px;
}

.table.table-striped.preciosMS td {
    padding: 10px;
}

table.table.table-striped.preciosMS {
    width: 60%;
}
p.pagos--Get {
    /* margin-top: 3px; */
    font-size: 14px;
    color: var(--gray2);
    letter-spacing: 0;
}
.price--Get {
    font-size: 25px;
    font-family: 'sf-pro-text-semibold';
}
.price--Get2 {
    font-size: 35px;
    font-family: 'sf-pro-text-semibold';
}
/*main {
    overflow: unset;
}*/
.stykycarusel{
    position:sticky;
    top:10px;
}
.mt-10 {
    margin-top: 10px;
}
.close-container button {
    position: sticky !important;
    top: 15px !important;
}
.for2in {
    height: 50px;
    border-radius:10px;
    margin-bottom: 30px;
}
.carritoprice .price--Get2 {
    font-size:16px;
}
.contentLanding {
    width: 1220px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top:25px;
}
.program-pdp-f {
    text-align: left;
    padding: 15px 20px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    
}
.program-pdp-f h6 {
   font-family: "sf-pro-text-medium" !important;
}
div#Conifl20bbva img {
    width: 60px;
}
    div#cont-btns-prog-pdp-f {
        padding: 0;
    }
h6.label-configuracion.mt-0 {
    margin-bottom: 4px !important;
}
a.arc__out-stock {
    background-color: var(--gray3);
    color: var(--gray2);
}
.program-pdp-f:hover {
    border: 1px solid var(--bblue);
}
.program-pdp-f.active {
    border: 2px solid var(--bblue);
}


    @media only screen and (max-width: 1220px) {
        .ms-care-choose-plan-title {
        font-size: 54px;
    }
}

@media only screen and (max-width: 976px) {
    .ms-care
    .ms-pay-title {
        font-size: 36px;
        line-height: 48px;
    }

    .ms-care
    .ms-pay-img-description {
        font-size: 32px;
    }

    .ms-care-description {
        font-size: 20px;
        margin-block: 24px;
    }

    .ms-care
    .textblue {
        font-size: 40px;
        margin-top: 40px;
    }

    .ms-care-choose-plan-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 750px) {
    .ms-care
    .ms-pay-title {
        font-size: 24px;
        line-height: 32px;
    }

    .ms-care
    .ms-pay-img-description {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 16px;
    }

    .ms-care-description {
        padding-inline: 0;
    }

    .ms-care-grid {
        padding-block: 50px;
    }

    .ms-care-choose-plan-title {
        margin-bottom: 16px;
    }

    .ms-care-choose-plan-title {
        font-size: 34px;
    }

    .ms-care-bubble {
        font-size: 20px;
    }

    .ms-care
    .textblue {
        font-size: 34px;
        margin-top: 20px;
    }

    #formapago .form1 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 680px) {
    .ms-care-grid {
        padding-inline: 60px;
        gap: 32px;
    }

    .ms-care-grid-item-image {
        position: unset;
        margin-inline: auto;
        margin-block: -36px;
    }

    .ms-care-grid-item-text {
        padding-inline: 0;
    }
}

@media only screen and (max-width: 480px) {
    .ms-care-grid {
        display: flex;
        flex-direction: column;
        padding-inline: 24px;
        gap: 24px;
    }
}
div#mscare .ms-care .ms-pay-title {
    font-size: 40px;
}
div#mscare .ms-care .ms-pay-img-description {
    font-size: 40px;
}
div#mscare .ms-care-description {
    font-size: 20px;
}
div#mscare .ms-care-choose-plan-title {
    font-size: 40px;
}
div#mscare .ms-care .textblue {
    font-size: 40px;
}