﻿p {
    font-family: 'Montserrat';
    font-weight: 400;
}

.bentobox-msi.off-banks {
    padding-top: 64px;
}

#tituloBF {
    color: #000
}

    #tituloBF img {
        margin: auto;
        width: 7%
    }

    #tituloBF h2 {
        margin-top: -5px
    }

#cabecera {
    color: #fff
}

    #cabecera img {
        width: 20%;
        margin: auto
    }

.checki i {
    font-size: 40px;
    color: rgb(0, 193, 0);
}

#cabecera th {
    font-size: 30px
}

#legalesHS p {
    font-size: 13px;
    text-align: justify
}

.table > tbody > tr > td {
    vertical-align: middle
}

.table thead tr th {
    vertical-align: middle
}

#cuerpo h4 {
    font-size: 22px
}

#otros img {
    margin: auto
}

#legalesHS {
    margin-top: 30px;
    margin-bottom: 30px
}

#cuerpo h2 small {
    font-size: 14px;
    color: #000
}

#cuerpo img {
    margin: auto
}

#cuerpo p {
    font-size: 13px
}

.AMEXs {
    font-size: 16px !important
}

#cabecera th {
    width: auto !important;
    background-color: #000
}

tbody#cuerpo h2 {
    font-size: 20px;
}

.checki {
    width: 16%
}

#cabecera th {
    font-size: 20px
}

#cuerpo p {
    font-size: 11px
}

#tablaB thead tr th {
    width: 30% !important
}

table#tablaB td {
    white-space: unset
}

#cabeceraHS {
    background-color: #000;
    padding: 15px
}

    #cabeceraHS img {
        width: 15%;
        margin: auto
    }

#soloHS img {
    width: 60%;
    margin: auto
}

#modalPromocionesWatch1 #soloHS .table-responsive {
    width: 70%
}

table#tablaB p {
    text-align: center !important
}

table#tablaB th {
    color: #fff
}

table#tablaB h2 {
    font-size: 15px;
    font-family: 'sf-pro-text-regular';
}

table#tablaB .cuerpoBanco {
    font-size: 13px;
    margin-bottom: 0
}

table#tablaB {
    margin-bottom: 50px
}

@media (max-width:834px) {
    #cabecera th {
        font-size: 14px
    }

    tbody#cuerpo h2 {
        font-size: 13px;
    }

    #cuerpo p {
        font-size: 9px
    }

    .checki i {
        font-size: 25px
    }

    #legalesHS p {
        font-size: 9px
    }
}


/* :::::::::: BENTO MSI STYLES: START :::::::::: */

.bentobox-msi {
    max-width: 100% !important;
    margin: 0 auto;
}

.bentobox-title {
    /*color: var(--bblack);*/
    font-family: "Montserrat";     font-weight: 600;
    margin-bottom: 48px !important;
    margin-top: 0;
}

.bento-msi-container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 100px;
    gap: 32px;
    justify-content: space-evenly;
    width: 100%;
}

.bento-msi {
    display: grid;
    border-radius: 20px;
    border: 1px solid var(--gray4);
    box-shadow: 0 0 10px var(--gray4);
    /*background-color: var(--gray4);*/
    grid-template-columns: minmax(auto, 320px);
    /*grid-row-gap: 16px;*/
    overflow: hidden;
}

.bento-msi-bank, .bento-msi-online, .bento-msi-physical {
    background-color: var(--wwhite);
}

.bento-msi-online, .bento-msi-physical {
    border-radius: 4px;
    margin: 0 16px;
    padding: 16px;
}

.bento-msi-bank {
    display: flex;
    border-radius: 0 0 20px 20px;
    grid-column: 1;
    grid-row: 1;
}

.bento-msi-online {
    border-top: 1px solid var(--gray4);
    grid-column: 1;
    grid-row: 2;
}

.bento-msi-physical {
    border-top: 1px solid var(--gray4);
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 24px;
}

.bento-msi-header {
    background-color: var(--wwhite);
}

.bento-msi-title {
    display: block;
    color: var(--special-offer);
  font-family: "Montserrat";     font-weight: 500;
    font-size: 14px;
    text-align: left;
}

.bento-msi-body {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.bento-msi-months, .bento-msi-amount {
    margin: 0;
    text-align: left;
}

.bento-msi-months {
     font-family: 'Montserrat'; font-weight:700;
    font-size: 12px;
    margin: 0.5rem 0;
    letter-spacing: -0.02em;
}

.bento-msi-amount {
  font-family: "Montserrat";     font-weight: 500;
    font-size: 10px;
    margin-top: 2px;
    letter-spacing: -0.02em;
}

.bento-msi-picture {
    text-align: center;
    width: 100%;
}

.bento-msi-img {
    margin: 0 auto;
    padding: 0 16px;
    object-fit: contain;
}
/* :::::::::: BENTO MSI STYLES: END :::::::::: */

/* :::::::::: PROMOTIONS STYLES: START :::::::::: */

.promotions {
    max-width: 100%;
    margin: 50px auto;
}

.promotions-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.promotions-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 75%;
}

.promotions-logo, .promotions-info {
    box-shadow: 0 0 10px var(--gray4);
    border: 1px solid var(--gray4);
}

.promotions-logo {
    border-radius: 20px;
    height: 180px;
    min-width: 180px;
    padding: 16px;
    width: 180px;
}

.promotions-picture {
    height: 100%;
    text-align: center;
    width: 100%;
}

.promotions-img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.promotions-circle {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: var(--bblue);
    border-radius: 50px;
    height: 32px;
    justify-content: center;
    min-width: 32px;
    width: 32px;
}

.promotions-arrow {
    display: block;
}

.promotions-arrow > path {
    fill: var(--wwhite);
    fill: var(--wwhite);
}

.promotions-info {
    border-radius: 20px;
    flex-grow: 1;
    min-height: 250px;
    padding: 24px;
}

.promotions-title {
    display: flex;
    align-items: center;
    flex-direction: row;
     font-family: 'Montserrat'; font-weight:700;
    font-size: 16px;
    margin: 0;
    text-align: left;
}

.promotions-title-icon {
    display: inline-block;
}

.promotions-title-icon > svg {
    display: block;
    height: 24px;
    margin-right: 1rem;
    width: 24px;
}

.promotions-list {
  font-family: "Montserrat";     font-weight: 500;
    font-size: 14px;
    margin-top: 2rem;
}

@media screen and (max-width: 1200px) {
    .promotions-container {
        flex-direction: column;
        row-gap: 0;
    }

    .promotions-circle {
        background-color: var(--wwhite);
    }

    .promotions-arrow {
        transform: rotate(90deg);
    }

    .promotions-arrow > path {
        fill: var(--gray2);
        fill: var(--gray2);
     }
}

@media (max-width:428px) {
    .table > tbody > tr > td {
        font-size: 9px
    }

        .table > tbody > tr > td h2 {
            font-size: 11px
        }

        .table > tbody > tr > td h4 {
            font-size: 11px
        }

    #cuerpo h4 {
        font-size: 10px
    }

    #legalesHS p {
        font-size: 9px;
        text-align: justify;
        padding: 10px
    }

    #cabecera th {
        font-size: 12px
    }

    #cuerpo p {
        font-size: 9px;
        text-align: justify
    }

    #paddingT td {
        padding-top: 37px;
        border: 1px solid silver;
    }

    #cuerpo p {
        font-size: 9px;
        text-align: center;
        line-height: 15px
    }

    .checki i {
        font-size: 18px
    }

    #tituloBF img {
        width: 15%
    }

    #cuerpo p br {
        display: none
    }

    .tablaHS img {
        width: 90% !important
    }

    #tituloBF img {
        width: 15% !important
    }

    #cabecera th {
        width: 30rem
    }

    th#Promocion {
        width: 45%
    }

    div#legalesHS {
        padding: 60px
    }

    table#tablaB h2 {
        font-size: 13px
    }

    table#tablaB .cuerpoBanco {
        font-size: 12px;
        margin-bottom: 0
    }

    #myModalBanco .modal-body {
        max-width: 80%;
        overflow-x: scroll
    }
}

@media screen and (max-width: 768px) {
    .tabx {
        width: 100%;
    }

        .tabx thead {
            display: none;
        }

    tr:nth-of-type(2n) {
        background-color: inherit;
    }

    .tabx tr td:first-child {
        font-weight: bold;
        font-size: 1.3em;
    }

    .tabx tbody td {
        display: block;
        text-align: center;
    }

        .tabx tbody td:before {
            content: attr(data-th);
            display: block;
            text-align: center;
        }

    #modal_pdp_bancos .modal-dialog {
        margin: 0 auto;
    }

    .bentobox-title {
        margin-top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .promotions-title {
        flex-direction: column;
    }

    .promotions-list {
        padding-inline-start: 16px;
    }

    .promotions-title-icon > svg {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/* :::::::::: PROMOTIONS STYLES: END :::::::::: */