.seccion-banner-header {
    position: relative;
    margin-top: 60px;
}

.seccion-banner-header .carousel {
    background: #EEE;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.seccion-banner-header .carousel-cell {
    width: 100%;
    /*height: 549px;*/
    padding: 0 !important;
    margin: 0 !important;
}

.seccion-banner-header .content-slide-banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 549px;
    background-color: #1D252D;
}

.seccion-banner-header .content-slide-banner .content-text-slide {
    max-width: 629px;
    width: 47%;
    height: 100%;
    padding-left: 8.333333%;
    padding-right: 26px;
}

.seccion-banner-header .content-slide-banner .content-text-slide .logo-santander-bp {
    width: 222px;
    height: 21px;
    margin-top: 56px;
}

.seccion-banner-header .content-slide-banner .content-text-slide h1 {
    font-family: 'Santander Headline';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    color: #FFFFFF;
    max-width: 498px;
    margin-top: 16px;
    margin-bottom: 36px;
}

.seccion-banner-header #slide-5 .content-slide-banner .content-text-slide h1 {
    margin-top: 16px;
    margin-bottom: 30px;
}

.seccion-banner-header #slide-5 .content-slide-banner .content-text-slide p {
    margin-bottom: 84px;
}

.seccion-banner-header #slide-6 .content-slide-banner .content-text-slide h1 {
    margin-bottom: 10px;
}

.seccion-banner-header #slide-6 .content-slide-banner .content-text-slide p {
    margin-bottom: 86px;
}

.seccion-banner-header #slide-6 .content-slide-banner .content-text-slide h1 {
    margin-bottom: 26px;   
}

.seccion-banner-header .content-slide-banner .content-text-slide p {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    color: #FFFFFF;
    max-width: 444px;
    ;
}

.seccion-banner-header .content-slide-banner .content-img-slide {
    max-width: 811px;
    width: 56%;
    height: 100%;
}

.seccion-banner-header .content-slide-banner .content-img-slide.img-slide-1 {
    background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_1.png);
    /*background-position: center;*/
    background-size: cover;
}

.seccion-banner-header .content-slide-banner .content-img-slide.img-slide-2 {
    background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_2.png);
    background-size: cover;
}

.seccion-banner-header .content-slide-banner .content-img-slide.img-slide-3 {
    background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_3.png);
    background-size: cover;
}

.seccion-banner-header .content-slide-banner .content-img-slide.img-slide-4 {
    background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_4.png);
    background-size: cover;
}

.seccion-banner-header .content-slide-banner .content-img-slide.img-slide-5 {
    background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_5.png);
    background-size: cover;
}

.seccion-banner-header .content-slide-banner .content-img-slide.img-slide-6 {
    background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_6.png);
    background-size: cover;
}

.seccion-banner-header .content-slide-banner .content-img-slide.img-slide-7 {
    background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_7.png);
    background-size: cover;
}

.seccion-banner-header .content-slide-banner .content-img-slide.img-slide-ofmex {
    background-image: url(/bp/assets-banca-privada/img/headers/header_opb_mexico.png);
    background-size: cover;
}

.seccion-banner-header .content-slide-banner .content-img-slide.img-slide-ofglobal {
    background-image: url(/bp/assets-banca-privada/img/headers/header_opb_global.png);
    background-size: cover;
}

.seccion-banner-header .content-slide-banner .content-img-slide.img-slide-quienes {
    background-image: url(/bp/assets-banca-privada/img/headers/header_quienes_somos.png);    
    background-size: cover;
}

.seccion-banner-header .content-slide-banner .content-img-slide.img-slide-productos {
    background-image: url(/bp/assets-banca-privada/img/headers/header_productos.png);    
    background-size: cover;
}

.seccion-banner-header .content-slide-banner .content-img-slide.img-slide-podcast {
    background-image: url(/bp/assets-banca-privada/img/headers/header_podcast.png);    
    background-size: cover;
}

.seccion-banner-header .flickity-prev-next-button {
    top: 93% !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transform: translateY(-50%);
    color: #EC0000;
    background: #FFFFFF;
    box-shadow: 0px 10px 12px rgb(0 0 0 / 12%);
}

.seccion-banner-header .flickity-prev-next-button.previous::after {
    content: 'Anterior';
    margin-left: 60px;
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.seccion-banner-header .flickity-prev-next-button.next::before {
    content: 'Siguiente';
    margin-left: -160px;
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.seccion-banner-header .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 30% !important;
    top: 30% !important;
    width: 40% !important;
    height: 40% !important;
}

.section-generico {
    padding-top: 128px;
}

.section-podcast {
    padding-top: 112px;
}

#section-podcast-index .card .card-img-top {
    height: 104px;
}

.section-podcast .card {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.section-podcast .img-podcast {
    width: 100%;
    height: 104px;
}

.section-podcast .card-body {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 56px;
}

.section-podcast-new .card-body {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 34px;
}

.section-podcast-new .card {    
    background: #FFFFFF;
    border: 1px solid #D9D9D9;    
}

.section-podcast-new .card-group>.card:not(:first-child) {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;    
}

.section-podcast-new .card-title{
    font-family: 'Santander Headline';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    color: #404040;
    margin-bottom: 16px;
}

.section-podcast-new .card-text{
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #404040;
    text-align: start;
}

.section-podcast-new .content-time-podcast img, .content-button button img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.section-podcast-new .card-footer{
    padding-top: 0;
    padding-bottom: 40px;
    background-color: #FFFFFF;
    border: none;
    padding-left: 24px;
    padding-right: 24px;
}

.section-podcast-new .content-time-podcast {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #404040;
    align-items: center;
    margin-bottom: 24px;
}

.section-podcast-new .primer-grupo{
    margin-bottom: 88px;
}

.section-podcast h2,
.section-contactenos h2 {
    margin-bottom: 64px;
}

.section-generico h2 {
    font-family: 'Santander Headline';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #191919;
}

.section-podcast .title-podcast {
    height: 80px;
    margin-bottom: 16px;
}

.section-podcast-new .col{
    margin-top: 0;
    margin-bottom: 88px;
    padding: 0 12px;
}

.section-podcast-new .content-button{
    max-width: none;
}

#section-podcast-index .title-podcast.first {
    height: 43px;
}

#section-podcast-index .text-podcast.first {
    margin-bottom: 77px;
}

.section-generico h3 {
    font-family: 'Santander Headline';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    color: #404040;
}

.section-podcast .text-podcast {
    margin-bottom: 100px;
}

#section-podcast-index .text-podcast {
    margin-bottom: 40px;
    height: 150px;
}

.section-generico p {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #404040;
}

.section-podcast .content-time-podcast {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #404040;
    align-items: center;
    margin-bottom: 24px;
}

.section-podcast .content-time-podcast img,
.content-button button img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.section-generico .content-time-podcast .text {
    padding-top: 5px;
}

.content-button a {
    text-decoration: none;
}

.content-button button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: revert;
    padding: 0px;
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #1D252D;
    border-radius: 40px;
}

.content-button button span {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1D252D;
}

.fondo-banca-privada {
    width: 100%;
    height: 390px;
    background-image: url(/bp/assets-banca-privada/img/banner-banca-privada-global.png);
    background-position: top;
    background-repeat: round;
    background-size: 100%;
    top: 0;
}

.fondo-banca-privada .contenedor {    
    height: auto;
    background-size: 100%;
    top: 0;
    align-self: center;
    align-items: center;
    padding-top: 150px;    
}

.section-generico .fondo-banca-privada h2 {
    font-family: 'Santander Headline';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #FFFFFF;
}

.section-generico .fondo-banca-privada p {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    color: #FFFFFF;
    margin-bottom: 0;
}

.fondo-banca-privada .panel2 {
    text-align: end;
}

.fondo-banca-privada .boton_rojo {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    align-items: center;
    text-align: center;
    max-width: 255px;
    width: 255px;
    min-height: 56px;
    background-color: #EC0000;
    border-radius: 40px;
    border-color: transparent;
    padding: 0;
}

.section-contactenos .content-info-contactenos {
    background: #FFFFFF;
    padding: 40px;
    padding-bottom: 64px;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-contactenos img {
    width: 64px;
    height: 64px;
    margin-bottom: 40px;
}

.section-contactenos h3 {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    color: #404040;
    max-width: 420px;
    height: 80px;
    margin-bottom: 16px;
}

.section-contactenos p {
    max-width: 360px;
    text-align: center;
    height: 60px;
    margin-bottom: 64px;
}

.section-contactenos .content-button {
    max-width: 234px;
    width: 100%;
}

.section-guia-servicios .content-guia-servicios {
    display: flex;
    flex-direction: row;
}

.section-guia-servicios .content-guia-servicios .text-guia-servicios {
    max-width: 704px;
    width: 60%;
    padding: 40px;
    margin-top: 40px;
    height: auto;
    background: #1D252D;
}

.section-guia-servicios .content-guia-servicios .text-guia-servicios h2 {
    font-family: 'Santander Headline';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    color: #FFFFFF;
    margin: 40px 0;
}

.section-guia-servicios .content-guia-servicios .max-heightPodcast h2{
    margin-top: 0;
    margin-bottom: 16px;
    text-align: start;
}

.section-guia-servicios .content-guia-servicios .text-guia-servicios p {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    color: #FFFFFF;
    margin-bottom: 180px;
}

.section-guia-servicios .content-guia-servicios .max-heightPodcast p{
    margin-bottom: 80px;
    text-align: start;
}

.section-guia-servicios .text-guia-servicios .content-button {
    max-width: 191px;
    width: 100%;
}

.section-guia-servicios .text-guia-servicios .content-button button {
    background: transparent;
    border: 1px solid #FFFFFF;
}

.section-guia-servicios .text-guia-servicios .content-button button span {
    color: #FFFFFF;
}

.section-guia-servicios .img-guia-servicios {
    max-width: 520px;
    width: 40%;
    height: 503px;
    background-image: url(/bp/assets-banca-privada/img/img-guia-servicios.png);
    background-size: cover;
}

.section-guia-servicios .img-guia-servicios-podcast {
    max-width: 391px;
    width: 40%;
    height: 379px;
    background-image: url(/bp/assets-banca-privada/img/img-guia-servicios-podcast.png);
    background-size: 100% 100%;
}

.section-guia-servicios .img-guia-servicios-podcast-presentacion {
    max-width: 391px;
    width: 40%;
    height: 379px;
    background-image: url(/bp/assets-banca-privada/img/img-guia-servicios-podcast-presentacion.png);
    background-size: 100% 100%;
}

.section-oficinas h2 {
    margin-bottom: 16px;
}

.section-oficinas .subtitle {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    color: #404040;
    margin-bottom: 64px;
}

.section-oficinas .content-cerca-de-usted h3 {
    font-family: 'Santander Headline';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    color: #191919;
    margin-bottom: 8px;
}

.section-oficinas .content-cerca-de-usted p.subtitle {
    font-size: 18px;
    margin-bottom: 24px;
}

.section-oficinas .img-oficinas-mapas {
    max-width: 704px;
    width: 100%;
}

.section-oficinas .content-cerca-de-usted .list-sucursales {
    padding: 16px 0;
    border-top: 1px solid #D9D9D9;
}

.section-oficinas .content-cerca-de-usted .list-sucursales:last-child {
    border-bottom: 1px solid #D9D9D9;
}

.section-oficinas .content-cerca-de-usted .title-sucursal {
    display: flex;    
    align-items: end;
    justify-content: space-between;
    flex: auto;
    cursor: pointer;
    height: 30px;
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #191919;
    margin-bottom: 0px;
}

.section-oficinas .content-cerca-de-usted .content-list-sucursales {
    padding: 0 16px;
}

.section-oficinas .content-cerca-de-usted .title-sublist-sucursal[aria-expanded="false"] {
    margin-top: 16px;
}

.section-oficinas .content-cerca-de-usted .title-sublist-sucursal[aria-expanded="true"] {
    margin-top: 8px;
}

.section-oficinas .content-cerca-de-usted .sublist-sucursales {
    padding-bottom: 16px;
    border-top: 1px solid #D9D9D9;
}

.section-oficinas .content-cerca-de-usted .sublist-sucursales:last-child {
    border-top: 1px solid #D9D9D9;
}

.section-oficinas .content-cerca-de-usted .sublist-sucursales:first-child {
    /*padding-top: 0px;*/
    border-top: none;
}

.section-oficinas .content-cerca-de-usted .sublist-sucursales .title-sublist-sucursal {
    width: 232px;
    height: 30px;
    display: flex;    
    align-items: end;
    justify-content: space-between;
    white-space: nowrap;
    margin-bottom: 0px;
}

.section-oficinas .content-cerca-de-usted .sublist-sucursales .title-sublist-sucursal span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section-oficinas .content-cerca-de-usted .sublist-sucursales .title-sublist-sucursal .expandir {
    margin-left: 16px;
}

.section-oficinas .content-cerca-de-usted .title-sucursal[aria-expanded="false"] .expandir,
.section-oficinas .content-cerca-de-usted .sublist-sucursales .title-sublist-sucursal[aria-expanded="false"] .expandir {
    transform: rotate(180deg);
}

.section-oficinas .content-cerca-de-usted .content-sublist-sucursales .address-sucursal {
    padding-top: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
}

.section-oficinas .content-cerca-de-usted .content-sublist-sucursales .address-sucursal:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

/*.section-oficinas .content-cerca-de-usted .content-sublist-sucursales .address-sucursal:first-child {
    padding-top: 0px;
}*/

.section-oficinas .content-cerca-de-usted .content-sublist-sucursales .address-sucursal p {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #404040;
    margin-bottom: 8px;
}

.section-oficinas .content-cerca-de-usted .content-sublist-sucursales .address-sucursal a {
    font-family: 'Santander Micro Text';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    cursor: pointer;
    color: #EC0000;
}

.section-oficinas .content-cerca-de-usted .content-sublist-sucursales .address-sucursal a:hover {
    text-decoration: underline;
}

.text-red {
    color: #EC0000 !important;
    font-weight: bold !important;
}

.no-wrap {
    white-space: nowrap;
}

#slide-2 .content-slide-banner .content-text-slide p {
    margin-bottom: 8px;
}

#slide-2 .content-slide-banner .content-text-slide .contacta {
    font-family: 'Santander Micro Text';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.seccion-banner-header #slide-4 .content-slide-banner .content-text-slide h1,
.seccion-banner-header  #slide-3 .content-slide-banner .content-text-slide h1 {
    margin-bottom: 28px;
}

.seccion-banner-header  #slide-3 .content-slide-banner .content-text-slide p {
    margin-bottom: 8px;
}

.seccion-banner-header  #slide-3 .content-slide-banner .content-text-slide ul {
    font-family: 'Santander Text';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    color: #FFFFFF;
    margin-left: 8px;
}

.seccion-banner-header #slide-4 .content-slide-banner .content-text-slide .img-logo {
    width: 70px;
    height: 91px;
}

.seccion-banner-header #slide-4 .content-slide-banner .content-text-slide p {
    margin-bottom: 12px;
}

#header-ofmex.seccion-banner-header .content-slide-banner .content-text-slide h1 {
    margin-bottom: 28px;
}

#header-ofmex.seccion-banner-header .content-slide-banner .content-text-slide p {
    margin-bottom: 32px;
}

.seccion-banner-header .content-slide-banner .content-text-slide .content-button {
    max-width: 149px;
}
#header-ofmex.seccion-banner-header .content-slide-banner .content-text-slide .content-button {
    max-width: 219px;
}

.seccion-banner-header .content-slide-banner .content-text-slide .content-button button {
    background: #EC0000;
}

.seccion-banner-header .content-slide-banner .content-text-slide .content-button button span {
    color: #FFFFFF;
}

@media (min-width: 992px) and (max-width: 992px) {
    .seccion-banner-header {
        margin-top: 38px;
    }
}

@media (min-width: 992px) and (max-width: 1340px) {
    .seccion-banner-header .content-slide-banner .content-text-slide {
        width: 49%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide {
        width: 53%;
    }

    .seccion-banner-header .content-slide-banner .content-text-slide h1 {
        font-size: 46px;
    }

    .seccion-banner-header  #slide-3 .content-slide-banner .content-text-slide ul,
    .seccion-banner-header .content-slide-banner .content-text-slide p {
        font-size: 22px;
    }

    .section-guia-servicios .img-guia-servicios {
        height: 403px;
    }

    .section-guia-servicios .content-guia-servicios .text-guia-servicios h2 {
        margin: 20px 0;
    }

    .section-guia-servicios .content-guia-servicios .text-guia-servicios p {
        margin-bottom: 96px;
    }

    .section-guia-servicios .content-guia-servicios .max-heightPodcast p{
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .seccion-banner-header {
        margin-top: 76px;
    }

    #header-ofmex.seccion-banner-header .content-slide-banner .content-text-slide h1 {
        margin-bottom: 46px;
    }

    /*#header-ofmex.seccion-banner-header .content-slide-banner .content-text-slide p {
        margin-bottom: 8%;
    }*/
}

@media (min-width: 1322px) and (max-width: 1381px) {
    #section-podcast-index .card h3 {
        font-size: 30px;
    }
}

@media (min-width: 1321px) and (max-width: 1321px) {
    #section-podcast-index .card h3 {
        font-size: 29px;
    }
}

@media (max-width: 1320px) {

    .section-generico h3 {
        font-size: 22px;
    }

    .content-button {
        max-width: 344px;
    }

    .content-button button span {
        font-size: 16px;
    }

    #section-podcast-index .content-button button span {
        font-size: 15px;
    }

    #section-podcast-index .text-podcast {
        font-size: 16px;
    }

    .section-generico h2 {
        font-family: 'Santander Headline';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 125%;
        color: #000000;
    }

    #section-podcast-index .title-podcast.first,
    #section-podcast-index .title-podcast {
        height: auto;
    }

    #section-podcast-index .text-podcast {
        margin-bottom: 40px;
        height: 120px;
    }

    #section-podcast-index .text-podcast.first {
        margin-bottom: 67px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-oficinas h2 {
        font-size: 32px;
    }

    .seccion-banner-header .content-slide-banner {
        height: 449px;
    }

    .seccion-banner-header .content-slide-banner .content-text-slide h1 {
        font-size: 44px;
    }

    /*.seccion-banner-header #slide-5 .content-slide-banner .content-text-slide h1 {
        margin-top: 96px;
    }*/

    .seccion-banner-header #slide-5 .content-slide-banner .content-text-slide p
    .seccion-banner-header #slide-6 .content-slide-banner .content-text-slide p {
        margin-bottom: 56px;
    }

    /*#header-ofmex.seccion-banner-header .content-slide-banner .content-text-slide h1 {
        margin-bottom: 6%;
    }

    #header-ofmex.seccion-banner-header .content-slide-banner .content-text-slide p {
        margin-bottom: 5%;
    }*/

    .seccion-banner-header #slide-5 .content-slide-banner .content-text-slide p,
    .seccion-banner-header #slide-6 .content-slide-banner .content-text-slide p {
        margin-bottom: 46px;
    }

    #section-podcast-index .card .card-img-top {
        height: auto;
    }

    .fondo-banca-privada {
        background-repeat: initial;
        background-size: cover;
    }
}

@media (min-width: 992px) and (max-width: 1083px) {

    #section-podcast-index .col-sm-6:nth-child(3) .text-podcast {
        margin-bottom: 13px;
    }

    #section-podcast-index .text-podcast {
        margin-bottom: 40px;
        height: 180px;
    }

}


@media(max-width: 991px) {

    .section-podcast-new .card-body {        
        padding-top: 32px;
        padding-left: 16px;
        padding-right: 16px;        
        padding-bottom: 20.5px;
    }

    .section-podcast-new .card-footer{
        padding-left: 16px;
        padding-right: 16px;        
        padding-bottom: 24px;
    }

    .section-podcast-new .card-footer .text{
        font-size: 14px;
    }

    .section-podcast-new .col{
        margin-bottom: 32px;        
    }

    .section-podcast-new .card-title{        
        font-size: 22px;        
    }
    
    .section-podcast-new .card-text{        
        font-size: 16px;        
    }

    .seccion-banner-header .carousel {
        height: auto !important;
    }

    .seccion-banner-header .content-slide-banner {
        height: 400px;
    }

    .seccion-banner-header .content-slide-banner .content-text-slide {
        padding-right: 15px;
        width: 47%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide {
        width: 55%;
    }

    .seccion-banner-header .content-slide-banner .content-text-slide h1 {
        font-size: 36px;
    }

    .seccion-banner-header  #slide-3 .content-slide-banner .content-text-slide ul,
    .seccion-banner-header .content-slide-banner .content-text-slide p {
        font-size: 18px;
    }

    .seccion-banner-header .content-slide-banner .content-text-slide p {
        max-width: 344px;
    }

    .seccion-banner-header .flickity-prev-next-button.previous::after,
    .seccion-banner-header .flickity-prev-next-button.next::before {
        font-size: 18px;
    }

    .seccion-banner-header .flickity-prev-next-button.previous::after {
        margin-left: 50px;
    }

    .seccion-banner-header .flickity-prev-next-button.next::before {
        margin-left: -140px
    }

    .seccion-banner-header .flickity-prev-next-button {
        width: 38px;
        height: 38px;
    }

    .section-generico {
        padding-top: 96px;
    }

    .section-podcast .card-body {
        padding-top: 32px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
    }

    .section-podcast .text-podcast {
        margin-bottom: 56px;
    }

    .section-podcast .content-time-podcast {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .section-generico .content-time-podcast .text {
        padding-top: 0px;
    }

    .content-button {
        max-width: 344px;
    }

    .content-button button {
        height: 48px;
    }

    .section-podcast .card {
        margin-bottom: 32px;
    }

    .section-podcast .col-sm-6:last-child .card {
        margin-bottom: 0px;
    }

    .section-generico h2 {
        font-family: 'Santander Headline';
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 125%;
        color: #000000;
    }

    .section-generico p {
        font-family: 'Santander Text';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #404040;
    }

    .section-podcast h2,
    .section-contactenos h2 {
        margin-bottom: 32px;
    }

    .fondo-banca-privada .boton_rojo {
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        max-width: 248px;
        width: 255px;
        min-height: 48px;
        padding: 0;
        margin-top: 0;
    }

    .section-generico .fondo-banca-privada h2 {
        font-size: 26px;
        text-align: start;
        margin-bottom: 8px;
    }

    .section-generico .fondo-banca-privada p {
        font-size: 18px;
        text-align: start;
    }

    .fondo-banca-privada {
        height: 266px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .fondo-banca-privada .contenedor {
        height: 266px;
        padding-top: 0;
        display: flex;
    }

    .section-guia-servicios .img-guia-servicios {
        height: 303px;
        background-size: cover;
        background-position: 70%;
    }

    .section-guia-servicios .img-guia-servicios-podcast {
        height: 303px;
        background-size: cover;
        background-position: 70%;
    }

    .section-guia-servicios .img-guia-servicios-podcast-presentacion {
        height: 303px;
        background-size: cover;
        background-position: 70%;
    }

    .section-guia-servicios .content-guia-servicios .text-guia-servicios {
        padding: 32px 40px 24px 40px;
        margin-top: 40px;
        height: auto;
        background: #1D252D;
    }

    .section-guia-servicios .content-guia-servicios .text-guia-servicios h2 {
        font-family: 'Santander Headline';
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 125%;
        color: #FFFFFF;
        margin: 0;
        margin-bottom: 24px;
    }

    .section-guia-servicios .content-guia-servicios .text-guia-servicios p {
        font-family: 'Santander Text';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #FFFFFF;
        margin-bottom: 76px;
    }

    .section-guia-servicios .content-guia-servicios .max-heightPodcast{
        padding: 40px;
    }

    .section-contactenos img {
        width: 56px;
        height: 56px;
        margin-bottom: 32px;
    }

    .section-contactenos .content-info-contactenos {
        padding: 40px 16px 24px 16px;
    }

    .section-contactenos h3 {
        height: 54px;
        margin-bottom: 8px;
    }

    .section-contactenos p {
        height: 48px;
        margin-bottom: 88px;
    }

    .seccion-banner-header #slide-5 .content-slide-banner .content-text-slide h1 {
        margin-bottom: 28px;
    }

    .seccion-banner-header #slide-5 .content-slide-banner .content-text-slide p {
        margin-bottom: 32px;
    }

    .seccion-banner-header #slide-6 .content-slide-banner .content-text-slide h1 {
        margin-bottom: 10px;
    }
    
    .seccion-banner-header #slide-6 .content-slide-banner .content-text-slide p {
        margin-bottom: 56px;
    }

    .section-oficinas h2 {
        margin-bottom: 8px;
    }

    .section-oficinas p {
        font-family: 'Santander Text';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #404040;
        margin-bottom: 24px;
    }

    .section-oficinas .content-cerca-de-usted h3 {
        font-family: 'Santander Headline';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 125%;
        color: #191919;
    }

    .section-oficinas .content-cerca-de-usted p.subtitle {
        font-family: 'Santander Text';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #404040;
    }

    .section-oficinas .content-cerca-de-usted .sublist-sucursales .title-sublist-sucursal {
        width: 180px;
        font-size: 20px;
    }

    .section-oficinas .content-cerca-de-usted .sublist-sucursales .title-sublist-sucursal .expandir {
        margin-left: 8px;
    }

    .section-oficinas .content-cerca-de-usted .content-sublist-sucursales .address-sucursal p {
        font-family: 'Santander Text';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #404040;
    }

    .section-oficinas .content-cerca-de-usted .title-sucursal {
        font-size: 18px;
    }

    .section-oficinas .subtitle {
        font-family: 'Santander Text';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #404040;
        margin-bottom: 24px;
    }

    #section-podcast-index .card .card-img-top {
        height: auto;
    }

    #section-podcast-index .text-podcast {
        height: 120px;
        margin-bottom: 32px;
    }

    #section-podcast-index .text-podcast.first {
        margin-bottom: 65px;
    }

    #section-podcast-index .title-podcast,
    #section-podcast-index .title-podcast.first {
        height: auto;
    }

    #section-podcast-index h3 {
        font-size: 26px;
    }
}

@media (min-width: 876px) and (max-width: 991px) {
    #section-podcast-index .text-podcast {
        height: 90px;
    }
}

@media(max-width: 767px) {

    .section-guia-servicios .content-guia-servicios .max-heightPodcast{
        padding: 32px 16px 24px 16px;
    }

    .seccion-banner-header {
        margin-top: 76px;
    }

    .seccion-banner-header .content-slide-banner {
        flex-direction: column;
        height: 655px;
    }

    .seccion-banner-header .content-slide-banner .content-text-slide {
        max-width: 100%;
        width: 100%;
        height: 319px;
        padding: 0 24px;
        display: block;
    }

    .seccion-banner-header .content-slide-banner .content-text-slide .logo-santander-bp {
        display: block;
        margin-top: 26px;
        margin-left: auto;
        margin-right: auto;
    }

    .seccion-banner-header .content-slide-banner .content-text-slide h1 {
        font-family: 'Santander Headline';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 125%;
        text-align: center;
        color: #FFFFFF;
        margin: 8px auto;
    }

    #slide-2 .content-slide-banner .content-text-slide h1 {
        margin-top: 0px;
        margin-bottom: 8px;
    }

    .seccion-banner-header #slide-3 .content-slide-banner .content-text-slide h1 {
        margin: 8px auto;
    }

    .seccion-banner-header  #slide-3 .content-slide-banner .content-text-slide ul {
        font-family: 'Santander Text';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #FFFFFF;
        max-width: 444px;
        text-align: left;
    }

    .seccion-banner-header .content-slide-banner .content-text-slide p {
        font-family: 'Santander Text';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        color: #FFFFFF;
        margin: 0 auto;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide {
        width: 100%;
        height: 336px;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-1 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_1_mobile.png);
        background-size: cover;
        background-position: center;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-2 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_2_mobile.png);
        background-size: cover;
        background-position: center;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-3 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_3_mobile.png);
        background-size: cover;
        background-position: center;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-4 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_4_mobile.png);
        background-size: cover;
        background-position: center;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-5 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_5_mobile.png);
        background-size: cover;
        background-position: center;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-6 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_6_mobile.png);
        background-size: cover;
        background-position: center;
        background-position-x: 91.5%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-7 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_7_mobile.png);
        background-size: cover;
        background-position: center;
        background-position-x: 62%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-ofmex {
        background-image: url(/bp/assets-banca-privada/img/headers/header_opb_mexico-mobile.png);
        background-size: cover;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-ofglobal {
        background-image: url(/bp/assets-banca-privada/img/headers/header_opb_global_mobile.png);
        background-size: cover;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-quienes {
        background-image: url(/bp/assets-banca-privada/img/headers/header_quienes_somos_mobile.png);
        background-size: cover;
        background-position: top;
        background-position-x: 65.5%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-productos {
        background-image: url(/bp/assets-banca-privada/img/headers/header_productos_mobile.png);
        background-size: cover;
        background-position: center;
        background-position-x: 65.5%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-podcast {
        background-image: url(/bp/assets-banca-privada/img/headers/header_podcast_mobile.png);
        background-size: cover;
        background-position: center;
        background-position-x: 65.5%;
    }

    .seccion-banner-header .flickity-prev-next-button.previous::after {
        content: '';
    }

    .seccion-banner-header .flickity-prev-next-button.next::before {
        content: '';
    }

    .seccion-banner-header .flickity-prev-next-button {
        top: 95% !important;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        transform: translateY(-50%);
        color: #EC0000;
        background: #FFFFFF;
        box-shadow: 0px 10px 12px rgb(0 0 0 / 12%);
    }

    .section-podcast h2,
    .section-contactenos h2 {
        margin-bottom: 21px;
    }

    .section-podcast .title-podcast {
        height: auto !important;
        margin-bottom: 8px;
    }

    .content-button {
        max-width: 248px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-guia-servicios .content-guia-servicios {
        display: flex;
        flex-direction: column;
    }

    .section-guia-servicios .content-guia-servicios .text-guia-servicios {
        width: 100%;
        order: 2;
        margin-top: 0px;
    }

    .section-guia-servicios .img-guia-servicios {
        max-width: 100%;
        width: 100%;
        height: 248px;
        background-position-y: 20%;
    }

    .section-guia-servicios .img-guia-servicios-podcast{
        max-width: 100%;
        width: 100%;
        height: 248px;
        background-position-y: 20%;
    }

    .section-guia-servicios .img-guia-servicios-podcast-presentacion{
        max-width: 100%;
        width: 100%;
        height: 248px;
        background-position-y: 20%;
    }

    .section-guia-servicios .content-guia-servicios .text-guia-servicios h2 {
        margin-bottom: 8px;
    }

    .section-guia-servicios .content-guia-servicios .text-guia-servicios p {
        margin-bottom: 58px;
    }

    .section-guia-servicios .content-guia-servicios .max-heightPodcast p{
        margin-bottom: 24px;
    }

    .section-contactenos .col-sm-6:first-child .content-info-contactenos {
        margin-bottom: 32px;
    }

    .ilightbox-container {
        height: 80px !important;
    }

    .seccion-banner-header #slide-4 .content-slide-banner .content-text-slide .img-logo {
        display: none;
    }

    .seccion-banner-header #slide-5 .content-slide-banner .content-text-slide h1 {
        margin-top: 8px;
        margin-bottom: 24px;
    }

    .seccion-banner-header #slide-5 .content-slide-banner .content-text-slide p {
        margin-bottom: 32px;
    }

    #header-ofmex.seccion-banner-header .content-slide-banner .content-text-slide h1 {
        /*margin-bottom: 16px;*/
        margin-top: 24px;
        margin-bottom: 32px;
    }
    
    #header-ofmex.seccion-banner-header .content-slide-banner .content-text-slide p {
        margin-bottom: 24px;
    }

    .section-oficinas .content-cerca-de-usted h3 {
        margin-top: 16px;
    }

    .section-oficinas .content-cerca-de-usted .title-sucursal {
        font-size: 20px;
    }

    .section-oficinas .content-cerca-de-usted .sublist-sucursales .title-sublist-sucursal {
        width: 226px;
        font-size: 20px;
    }

    #section-podcast-index .text-podcast {
        height: auto;
    }

    #section-podcast-index .text-podcast {
        margin-bottom: 16px !important;
    }

    #section-podcast-index .card .card-img-top {
        height: 118px;
    }

    #section-podcast-index .card .card-img-top.img-podcast-index-1 {
        content: url(/bp/assets-banca-privada/img/podcast/mobil/podcast-presentacion.png);
    }

    #section-podcast-index .card .card-img-top.img-podcast-index-2 {
        content: url(/bp/assets-banca-privada/img/podcast/mobil/podcast-invertir-innovasion.png);
    }

    #section-podcast-index .card .card-img-top.img-podcast-index-3 {
        content: url(/bp/assets-banca-privada/img/podcast/mobil/podcast-trematicas-innovasion.png);
    }

    .section-guia-servicios .content-guia-servicios .text-guia-servicios {
        padding: 32px 16px 24px 16px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #section-podcast-index h3 {
        font-size: 22px;
    }

    #section-podcast-index .text-podcast {
        height: 120px;
    }

    #section-podcast-index .text-podcast.first {
        margin-bottom: 44px !important;
    }

    .section-contactenos h3 {
        height: 82px;
    }

    .seccion-banner-header .content-slide-banner .content-text-slide p {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 610px) and (max-width: 710px) {
    #section-podcast-index .text-podcast {
        height: 160px;
    }
}

@media (min-width: 576px) and (max-width: 609px) {
    #section-podcast-index .text-podcast {
        height: 185px;
    }
}

@media (max-width: 545px) {
    .seccion-banner-header .content-slide-banner .content-text-slide .logo-santander-bp {
        margin-top: 16px;
    }
}

@media (max-width: 575px) {
    #section-podcast-index .card {
        width: 327px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-guia-servicios .content-guia-servicios {
        width: 327px;
        margin-left: auto;
        margin-right: auto;
    }

    .primera-seccion .content-guia-servicios {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .fondo-banca-privada {
        width: 100%;
        height: 566px;
        background-image: url(/bp/assets-banca-privada/img/banner-banca-privada-global-mobile.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .fondo-banca-privada .contenedor {
        padding-top: 108px;
        display: block !important;
    }

    .fondo-banca-privada h2 {
        font-size: 26px;
        text-align: start;
        margin-bottom: 8px;
    }

    .section-generico .fondo-banca-privada p {
        font-size: 18px;
        text-align: start;
        margin-bottom: 226px;
    }

    .fondo-banca-privada .panel2 {
        text-align: center;
    }

    .fondo-banca-privada .col {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 425px) {

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-1 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_1_mobile_375.png);
        background-size: 100% 100%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-2 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_2_mobile_375.png);
        background-size: 100% 100%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-3 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_3_mobile_375.png);
        background-size: 100% 100%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-4 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_4_mobile_375.png);
        background-size: 100% 100%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-5 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_5_mobile_375.png);
        background-size: 100% 100%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-6 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_6_mobile_375.png);
        background-size: 100% 100%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-7 {
        background-image: url(/bp/assets-banca-privada/img/headers/index-banners/banner_7_mobile_375.png);
        background-size: 100% 100%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-ofmex {
        background-image: url(/bp/assets-banca-privada/img/headers/header_opb_mexico-mobile_375.png);
        background-size: 100% 100%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-ofglobal {
        background-image: url(/bp/assets-banca-privada/img/headers/header_opb_global_mobile_375.png);
        background-size: 100% 100%;
    }

    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-quienes {
        background-image: url(/bp/assets-banca-privada/img/headers/header_quienes_somos_mobile_375.png);
        background-size: 100% 100%;
    }
    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-productos {
        background-image: url(/bp/assets-banca-privada/img/headers/header_productos_mobile_375.png);
        background-size: 100% 100%;
    }
    .seccion-banner-header .content-slide-banner .content-img-slide.img-slide-podcast {
        background-image: url(/bp/assets-banca-privada/img/headers/header_podcast_mobile_375.png);
        background-size: 100% 100%;
    }
}