body {
    color: #1D1D1D;
    margin: 0;
}

/* Color */
.scotia-fill-black {
    border-color: #1D1D1D;
    background-color: #1D1D1D;
}

.scotia-fill-black:hover {
    border-color: #1D1D1D;
    color: #1D1D1D;
}

.pill-primary-button {
    color: #1D1D1D;
}

.pill-primary-button:hover {
    border-color: #1D1D1D;
    background-color: #1D1D1D;
}

.scotia-fill-red:hover {
    border-color: #1D1D1D;
    background-color: #1D1D1D;
}

.scotia-outline-black {
    color: #1D1D1D;
    border-color: #1D1D1D;
}
.scotia-outline-black:hover {
    border-color: #1D1D1D;
    background-color: #1D1D1D;
}
.scotia-charcoal {
    background-color: #1E1117;
}
/* Hero */
.sc-hero {
    border-bottom: 12px solid #EC111A;
}

.sc-hero .subtitle-2 {
    letter-spacing: 1.8px;
}

.sc-hero .item,
.sc-hero .sc-container-fluid {
    width: 100vw;
    height: 65vh;
}

.sc-hero .owl-dots {
    margin-top: -56px !important;
    z-index: 100;
    position: relative;
    padding: 1em 0;
}

.sc-hero .owl-dots .owl-dot span {
    border-color: #FFF !important;
}

.sc-hero .owl-dots .owl-dot.active span,
.sc-hero .owl-dots .owl-dot:hover span {
    background-color: #FFF !important;
}

/* Promo */
.sc-promo {
    background-color: #F6F6F6;
}

.sc-promo .sc-box-card .headline-small {
    font-size: 27px;
}

.sc-promo .sc-box-card .headline-medium {
    font-size: 36px;
}

.sc-promo .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #707070;
    background-color: transparent;
}

.sc-promo .owl-theme .owl-dots .owl-dot.active span,
.sc-promo .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #707070;
}

/* Novedades */
.sc-novedades .scotia-box-bgimg {
    height: 334px;
}

.sc-novedades .sc-tab-header {
    justify-content: center;
    margin-bottom: 2em;
    border-bottom: 0;
}

.sc-novedades .sc-tab-header .sc-tab-header-link {
    border-bottom: 1px solid #707070;
    padding: 12px 15px;
}

.sc-novedades .sc-tab-header .sc-tab-header-item+.sc-tab-header-item {
    margin-left: 0;
}

.sc-novedades .sc-tab-link-active {
    font-weight: 800 !important;
    border-bottom: solid 2px #ed0722 !important;
}

.sc-novedades .sc-w-33 {
    width: 30% !important;
}

/* Creadito */
.sc-credito .owl-carousel .owl-item img {
    height: 82px;
}

.sc-credito .owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.sc-credito .scotia-fill-red:hover {
    background-color: #FFF;
    color: #1D1D1D;
    border-color: #FFF;
}
.sc-slider-credito .owl-stage {
    display: flex;
}

.sc-slider-credito .owl-item {
    display: flex;
    align-items: stretch;
}

.sc-slider-credito .item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.sc-slider-credito .sc-border-radius {
    height: 100%;
}

.sc-slider-credito .owl-dots .owl-dot span {
    border-color: #FFF;
}

.sc-slider-credito .owl-dots .owl-dot.active span,
.sc-slider-credito .owl-dots .owl-dot:hover span {
    background-color: #FFF;
}

/* Normativas */
.sc-normativas .sc-box-norm {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    box-shadow: 0px 2.33px 11.63px 0px #00225B1C;
}

.sc-normativas .sc-box-norm .scotia-charcoal-color {
    color: #333;
}

.sc-normativas .sc-box-norm .sc-d-flex {
    margin-top: auto;
}

.sc-normativas .sc-box-cta .scotia-default-link {
    color: rgb(255 255 255 / 87%);
    border-color: rgb(255 255 255 / 87%);
    font-weight: 700;
}

.sc-normativas .sc-box-cta .scotia-default-link:hover {
    color: #FFF;
}

.sc-normativas .sc-box-cta .scotia-default-link i {
    margin-left: 5px;
}

/* Card border radius */
.sc-border-radius {
    border-radius: 9px;
}

/* Cards box white */
.sc-box-card .scotia-box-bgimg {
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 8px;
}

.sc-box-card .sc-logo-card{
    height: 40px;
    width: auto !important;
}

.sc-box-card .scotia-box-bgimg .sc-text-overlay {
    background-color: #FFF;
    height: auto;
    border-radius: 7px;
}

.sc-box-card .scotia-box-bgimg .sc-text-overlay .caption {
    color: #333;
    font-weight: bold;
}

.sc-box-card .scotia-box-bgimg .sc-text-overlay .sc-link-text {
    font-family: "scotiabold" !important;
}

.sc-box-card .scotia-box-bgimg .sc-text-overlay .scotia-button {
    padding-top: 6px;
    padding-bottom: 6px;
}
 
/* Media queries */
@media (min-width: 320px) and (max-width: 767px) {
    .sc-hero .item,
    .sc-hero .sc-container-fluid { 
        height: 80vh;
    }
    .sc-mob-overlay-slider {
        background-color: #0000009a;
    }
    .mx-xs-auto{
        margin: 0 auto;
    }

    .sc-hero .headline-large,
    .sc-hero .headline-large-serif {
        font-size: 28px;
        line-height: 35px;
    }

    .sc-promo .body-1 {
        font-size: 20px;
    }

    .sc-box-card .scotia-box-bgimg .sc-text-overlay .scotia-button {
        font-size: 14px;
    }

    .sc-novedades .scotia-box-bgimg {
        height: 334px;
    }

    .sc-credito .headline-medium,
    .sc-novedades .headline-medium,
    .sc-credito .headline-medium-serif {
        font-size: 28px;
    }

    .sc-credito .owl-carousel .owl-item img {
        height: 120px;
    }
}

@media (min-width: 768px) {
    .sc-slider-card .owl-stage {
        padding-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .sc-novedades .sc-text-33 {
        max-width: 270px;
    }

    .sc-novedades .sc-box-card .scotia-box-bgimg .sc-text-overlay {
        height: 221px;
        display: flex;
        flex-direction: column;
    }

    .sc-novedades .sc-box-card .scotia-box-bgimg .sc-text-overlay .scotia-button {
        margin-top: auto;
    }
}


@media (min-width: 3456px) {
    .sc-hero .item,
    .sc-hero .sc-container-fluid { 
        height: 35vh;
    }
}
