/* Color */
.scotia-fill-black {
    border-color: #1D1D1D;
    background-color: #1D1D1D;
}

.sc-cross-section .owl-theme .owl-dots .owl-dot span {
    background-color: #ffffff;
}

.sc-cross-section .owl-theme .owl-dots .active span {
    background-color: #869791;
}

.sc-video-vertical video {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.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: #1D1D1D;
}

.sc-hero-banner {
    overflow: hidden;
    position: relative;
}

.sc-video-singular-hero {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.sc-overlay-dark {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #3333337a;
    z-index: 5;
    left: 0;
    top: 0;
}

/* Tabs */

.sc-tab-header {
    border: none;
}

.sc-tab-header .sc-tab-header-link,
.sc-tab-link-active {
    color: #ffffff !important;
}

.sc-tab-link-active {
    border-bottom: 1px solid #ffffff;
}



/* 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 .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 {
    color: #333;
}

.sc-box-card .scotia-box-bgimg .sc-text-overlay .scotia-button {
    padding-top: 6px;
    padding-bottom: 6px;
}

.sc-title-serif {
    font-size: 21px;
    font-weight: 500;
    font-family: "scotia_serifregular" !important;
    line-height: 26px;
    letter-spacing: 0px;
}

.sc-border-top-E9E9E9 {
    border-top: 1px solid #E9E9E9;
}

.sc-border-y-E9E9E9 {
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

.sc-border-top-ocean {
    border-top: 2px solid #016D7C;
}

.sc-box-planes {
    border-radius: 30px;
    box-shadow: 0 2px 10px 0 rgba(0, 34, 91, 0.11);

}

.sc-box-planes-header {
    background-color: #ffffff;
}

.sc-button-planes {
    background-color: #1E1117;
    padding: 14px 30px;
    border-radius: 8px;
    text-align: center;
    display: block;
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

.scotia-box-cross {
    border-radius: 40px;
    background-color: #ffffff;
    padding: 60px 30px 30px 30px;
}

.sc-cross-section .sc-icon-box-cross img {
    width: 96px;
}

.sc-cross-section .sc-link-icon img {
    width: 30px;
    display: inline-block;
}



/* Media queries */
@media (min-width: 320px) and (max-width: 767px) {
    .sc-hero-banner {
        background-color: #016D7C;
    }
    .sc-video-singular-hero {
        position: relative;
    }

    .sc-overlay-dark  {
        display: none;
    }
    .sc-row-beneficios {
        flex-direction: column;
    }

    .sc-flex-xs-row-reverse {
        flex-direction: column-reverse !important;
    }

    .mr-xs-0 {
        margin-right: 0px;
    }

    

}

@media (min-width: 768px) {}

@media (min-width: 992px) {}