/*
Version: 1.0
Description: Digital Pilgrims Website
Author: Hendry Martinez Castillo
Author Email: hendry.martinez@inallmedia.com
URL: --
*/

/* -- begin variables -- */
:root {
    --typography-primary: 'Montserrat', sans-serif;
    --typography-secondary: 'Inter', sans-serif;
    --color-default: #ffffff;
    --color-primary: #338CC1;
    --color-secondary: #172D4A;
    --color-disabled: #BDBDBD;
    --color-emphasis: #B5C752;
    --color-light: #F6F1D4;
    --color-dark: #4E6679;

}

@media only screen and (max-width: 992px) {
    header {
        padding: 0.3125rem 0;
        box-shadow: 0 0.3125rem 1.875rem rgba(0, 0, 0, .1)
    }

    .podcast .nav-pills {
        display: flex;
        flex-direction: column;
    }

    .podcast .nav-link {
        width: 100%;
    }

    .flags--mob {
        top: 0;
        right: 0;
        padding: 0;
        display: flex;
        position: absolute;
        transform: translate(-0.3125rem, -1.0625rem);
    }

    .navbar-nav--mob {
        margin-top: 20px;
    }

    .navbar-nav--mob a {
        text-align: left;
        font-weight: 700;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    span#paid {
        width: 12.5rem;
        height: 0.1875rem;
        margin: 1.25rem auto 1.875rem;
    }

    .banner-column cite {
        margin: 4.375rem 0;
    }

    img.profile-img {
        margin-top: 0;
    }

    div.feedback-item {
        text-align: center;
    }

    .star-wrapper {
        justify-content: center;
    }
}

@media only screen and (min-width: 992px) {
    .logos .glider-slide {
        width: auto !important;
        max-width: 18rem;
    }
    .logos .glider-track {
        gap: 2.5rem;
        justify-content: center;
    }
}

@media only screen and (min-width: 1300px) {
    button.glider-prev {
        left: -5rem;
    }

    button.glider-next {
        right: -5rem;
    }
}

/* -- begin header -- */
body {
    text-align: center;
    font-family: var(--typography-primary);
}

.navbar-collapse--items {
    gap: 4.375rem;
}

.navbar--main a {
    color: var(--color-secondary);
}

/* -- begin flags block -- */
.flags {
    padding-top: 1.5625rem;
    text-align: center;
}

.flags a {
    font-size: 0.875rem;
    display: inline-block;
    text-decoration: none;
    color: var(--color-disabled);
    font-family: var(--typography-secondary);
}

.flags a.active {
    font-weight: 700;
    color: var(--color-secondary);
}

.flags img {
    display: block;
}


/* -- begin hero block -- */
.hero__label {
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 0.6375rem;
    color: var(--color-primary);
}

.hero__title {
    font-size: 3.625rem;
    line-height: 4.375rem;
    color: var(--color-secondary);
    font-family: var(--typography-secondary);
}

.hero__subtitle {
    font-weight: 500;
    font-size: 1.4375rem;
    margin-bottom: 1.5rem;
    color: var(--color-secondary);
}

.hero__excerpt {
    font-size: 0.855rem;
    line-height: 1.5rem;
    margin-bottom: 2.5rem;
    color: var(--color-secondary);
}

.hero__excerpt--medium {
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 2rem;
}

.hero img {
    max-height: 39.375rem;
}

/* -- begin heroe buttons -- */
.button {
    display: flex;
    color: transparent;
    border-radius: 0.5rem;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border: 0.0625rem solid var(--color-secondary);
    min-width: 8.875rem;
    min-height: 2.8125rem;
    align-items: center;
    justify-content: center;
}

.button:hover {
    background-color: var(--color-emphasis);
    color: transparent;
}

/* .button--epub {
    background: url(../img/download-epub-eng.svg) center no-repeat;
} */
/* .button--pdf {
    background: url(../img/download-pdf-eng.svg) center no-repeat;
} */
/* .button--apple {
    background: url(../img/listen-apple-eng.svg) center no-repeat;
} */
.button--spotify {
    background: url(../img/listen-spotify-eng.svg) center no-repeat;
}

/* -- begin banner -- */
.banner {
    min-height: 25rem;
    background: url('../img/banner-background.jpg') center bottom no-repeat var(--color-primary);
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 1.875rem 0;
    color: var(--color-default);
}

.banner__title {
    font-weight: 600;
    font-size: 2.25rem;
}

.banner__excerpt {
    display: block;
    max-width: 50rem;
    line-height: 1.6875rem;
    margin: 1.25rem auto 3.875rem;
}

.banner__label {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0.8rem;
}

.banner a {
    margin: 0 1rem;
}

/* -- begin podcast -- */
.podcast__title {
    font-size: 2.25rem;
    color: var(--color-secondary);
}

.nav-head {
    border-bottom: 0.0625rem solid #E0E0E0;
}

.nav-head .nav-item {
    min-width: 12.5rem;
}

.nav-head .nav-link {
    padding: 0.625rem 0;
    color: var(--color-secondary);
}

.nav-head .nav-link.active {
    background: none;
    font-weight: 700;
    color: var(--color-secondary);
    border-radius: 0;
    border-bottom: 2px solid var(--color-secondary);
}

.tab-content--wrapper {
    min-height: 33.75rem;
}

.episode-wrapper {
    overflow-y: auto;
    max-height: 26rem;
    padding-bottom: 6.25rem;
}

.episode-wrapper::-webkit-scrollbar {
    width: 0.625rem;
    background-color: #F2F2F2;
    border-radius: 6.25rem;
}

.episode-wrapper::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
    border-radius: 6.25rem;
}

.episode-limit {
    position: relative;
}

.episode-limit::before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 7.5rem;
    display: block;
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.episode {
    width: 100%;
    min-height: 10rem;
    padding: 1.25rem 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    color: var(--color-secondary);
    border-bottom: 0.0625rem solid var(--color-emphasis);
}

.episode:first-child {
    padding-top: 0;
}

.episode:last-child {
    border: none;
}

.episode-info__title {
    font-size: 1rem;
    font-weight: 700;
}

.episode-info__subtitle {
    font-weight: 300;
    font-size: 0.75rem;
}

.episode-info__excerpt {
    font-weight: 500;
    font-size: 0.875rem;
}

.episode__title {
    font-weight: 500;
    font-size: var(--typography-secondary);
}

.episode__title--soon {
    font-weight: 700;
    font-size: 1.25rem;
    width: fit-content;
    padding-right: 3.125rem;
    color: var(--color-primary);
    background: url(/img/icon-headphones.svg) right center no-repeat;
    background-size: contain;
}

.episode__excerpt {
    font-size: 0.75rem;
}

.player {
    gap: 0.625rem;
    display: flex;
    align-items: center;
}

.progress-bar {
    width: 100%;
}

.time {
    font-weight: 600;
    text-align: right;
    font-size: 0.75rem;
    white-space: nowrap;
    min-width: 5.625rem;
    font-family: var(--typography-secondary);
}

.play-button {
    padding: 0;
    border: none;
    background: none;
}

.episode-info-platforms {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
    margin-bottom: 1.875rem;
}

.episode-info__label {
    display: block;
    font-weight: 600;
    font-size: 0.75rem;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
    color: var(--color-secondary);
}

.card-group--thumb img {
    border-radius: 0;
    object-fit: cover;
    max-height: 11.125rem;
}

.card-group--thumb {
    background-color: #F2F2F2;
    padding: 3.1875rem 0 3.75rem;
}

.card-group--thumb .card-group {
    gap: 4.375rem;
}

.card-group--thumb .card {
    border: none;
    position: relative;
}

.card-group--thumb .card-body {
    padding: 1.25rem 0;
    background: #f2f2f2;
}

.card-title--thumb {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.card-text--thumb {
    font-weight: 500;
    font-size: 0.875rem;
    text-align: justify;
}

.card-link {
    display: block;
    font-weight: 600;
    text-align: right;
    font-size: 0.75rem;
    text-decoration: none;
    position: absolute;
    color: var(--color-primary);
}

.card-link--ext {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin-top: 2.5rem;
    text-decoration: none;
    color: var(--color-secondary);
    background: url(/img/icon-arrow.svg) right center no-repeat;
    background-size: 1.0625rem;
    width: fit-content;
    margin: 6.5rem auto 0;
    padding-right: 1.875rem;
}

.card-link--ext:hover {
    color: var(--color-secondary);
}

.profile {
    text-align: center;
    background-color: var(--color-primary);
}

.profile__label {
    color: #fff;
    font-weight: 400;
    font-size: 0.75rem;
    margin-bottom: 0.3125rem;
}

.profile__title {
    font-size: 1.5rem;
    color: #F6F1D4;
    font-weight: 700;
}

.profile__excerpt {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.social img {
    max-height: 1.5625rem;
}

/* -- begin footer -- */
footer {
    text-align: center;
    padding: 5.625rem 0 0;
    background-color: var(--color-secondary);
    border-top: 0.1875rem solid var(--color-emphasis);
}

footer ul {
    padding: 0;
    list-style: none;
}

.footer__title {
    font-size: 1.5rem;
    color: #F6F1D4;
    font-weight: 700;
    margin-bottom: 3.125rem;
}

.footer__title--nav {
    display: block;
    color: #F6F1D4;
    font-weight: 700;
    font-size: 0.875rem;
}

footer a {
    display: block;
    color: #F6F1D4;
    font-weight: 400;
    margin-bottom: 0.625rem;
    text-decoration: none;
}

footer a:hover {
    color: #F6F1D4;
}

.copyright {
    color: #fff;
    display: block;
    font-weight: 300;
    text-align: center;
    font-size: 0.625rem;
    margin-top: 5.625rem;
    padding: 0.9375rem 0 2.1875rem;
    border-top: 0.0625rem solid #384B63;
}

.banner-column {
    color: #fff;
    padding: 4.5rem 0;
    background: linear-gradient(95.74deg, #0E4F75 4.56%, #2F88BD 138.66%);
}

.banner-column__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-column p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.625rem;
    text-align: justify;
}

.banner-column cite {
    display: block;
    font-weight: 300;
    position: relative;
    font-size: 0.875rem;
    padding: 1.875rem 0;
}

.banner-column cite::before,
.banner-column cite::after {
    top: 0;
    left: 0;
    content: '\201C';
    position: absolute;
    font-size: 5.625rem;
    font-style: normal;
    line-height: 0;
    font-weight: 700;
    font-family: var(--typography-primary);
}

.banner-column cite::after {
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
    content: '\201D';
    transform: translate(0, 1rem);
}

.banner-column--row {
    align-items: center;
}

#paid {
    display: block;
    margin: 0 auto;
    height: 12.5rem;
    width: 0.1875rem;
    background-color: #fff;
}

.author {
    font-family: var(--typography-secondary);
    display: block;
    font-size: 1rem;
    font-weight: 700;
    text-align: right;
    margin-top: 2.1875rem;
}

.banner-logo {
    text-indent: -9999em;
    display: inline-block;
}

.logo-apple {
    width: 2.625rem;
    height: 2.625rem;
    background: url('/img/logo-apple-default.svg') center no-repeat;
    background-size: contain;
}

.logo-apple:hover {
    background: url('/img/logo-apple-hover.svg') center no-repeat;
    background-size: contain;
}

.logo-google,
.logo-barnes,
.logo-scribd {
    top: 0.125rem;
    width: 2.5rem;
    height: 2.5rem;
    background: url('/img/logo-google-default.svg') center no-repeat;
    background-size: contain;
    position: relative;
}

.logo-google:hover {
    background: url('/img/logo-google-hover.svg') center no-repeat;
    background-size: contain;
}

.logo-barnes {
    background: url('/img/logo-barnesnoble-default.svg') center no-repeat;
    background-size: contain;
}

.logo-scribd {
    background: url('/img/logo-scribd-default.svg') center no-repeat;
    background-size: contain;
}

.logo-barnes:hover {
    background: url('/img/logo-barnesnoble-hover.svg') center no-repeat;
    background-size: contain;
}

.logo-scribd:hover {
    background: url('/img/logo-scribd-hover.svg') center no-repeat;
    background-size: contain;
}

.hero-links span {
    font-size: 0.875rem;
}

.hero-links ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}

.hero-links li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.75rem;
    white-space: nowrap;
}

.hero-links a {
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    color: var(--color-primary);
}

.hero-links a:hover {
    color: #172B46;
    text-decoration: underline;
}

.hero-links li:first-child {
    padding-left: 0;
}

.hero-links li:first-child::before {
    display: none;
}

.hero-links li::before {
    width: 0.1875rem;
    height: 0.1875rem;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 0;
    background-color: var(--color-secondary);
}

.profile__email {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--color-secondary);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin: 25px 0 50px;
}

.profile__email:hover {
    color: var(--color-secondary);
}

.profile-img {
    margin-top: 5rem;
}

.block-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3.0625rem;
}

.feedbacks {
    padding: 3.125rem 0;
    text-align: center;
}

.feedbacks--dark {
    background-color: var(--color-secondary);
    color: var(--color-light);
}

.feedbacks--light {
    background-color: var(--color-light);
    color: var(--color-secondary);
}

.feedbacks--light .feedback-item__caption {
    color: var(--color-secondary);
    font-weight: 400;
}

.feedbacks--light .feedbacks-label {
    color: var(--color-secondary);
}

.feedbacks--light .btn-link {
    color: var(--color-default);
    background-color: var(--color-secondary);
}

.feedbacks-title {
    font-weight: 700;
    font-size: 2.25rem;
}

.feedbacks-label {
    font-size: 1rem;
    margin-top: 0.625rem;
    color: var(--color-default);
}

.btn-link {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-secondary);
    display: inline-block;
    padding: 0.9375rem 2.5rem;
    background-color: var(--color-light);
    border-radius: 0.5rem;
    text-decoration: none;
    margin-top: 1.25rem;
    outline: none;
    border: none;
}

.btn-link:hover,
.feedbacks--light .feedback-item__author {
    color: var(--color-secondary);
}

.feedbacks--light .btn-link:hover {
    color: var(--color-default);
}

/* -- begin carousel -- */
.glider-contain {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.glider {
    margin: 0 auto;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    transform: translateZ(0);
}

.glider-track {
    transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1;
}

.glider.draggable {
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab;
}

.glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none;
}

.glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.glider-slide {
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.glider-slide img {
    max-width: 100%;
}

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0;
}

.glider-prev,
.glider-next {
    user-select: none;
    position: absolute;
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    border: 0;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17, .67, .83, .67),
        color .5s cubic-bezier(.17, .67, .83, .67);
}

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
    color: #a89cc8;
}

.glider-next {
    right: -23px;
    left: auto;
}

.glider-next.disabled,
.glider-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default;
}

.glider-slide {
    min-width: 150px;
}

.glider-hide {
    opacity: 0;
}

.glider-dots {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

.glider-dot {
    border: 0;
    padding: 0;
    user-select: none;
    outline: none;
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 7px;
}

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
    background: #a89cc8;
}

@media(max-width: 36em) {
    .glider::-webkit-scrollbar {
        opacity: 1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px;
    }

    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: rgba(156, 156, 156, 0.25);
        box-shadow: 0 0 1px rgba(255, 255, 255, .25);
    }
}

/* -- begin feedbacks -- */
.feedback-carousel {
    padding: 3.125rem 0;
}

.feedback-item {
    text-align: left;
    padding: 0 30px;
}

.feedback-item__caption {
    margin-top: 1.5625rem;
}

.feedback-item__title {
    font-size: 1.5rem;
    font-weight: 700;
}

.feedback-item__author {
    display: block;
    font-weight: 700;
    color: var(--color-emphasis);
}

.feedback-item__caption {
    color: var(--color-default);
}

.glider-prev {
    width: 1.5625rem;
    text-indent: -99999em;
    background: url(/img/arrow-back-dark.svg) center no-repeat;
    background-size: contain;
}

.glider-next {
    width: 1.5625rem;
    text-indent: -99999em;
    background: url(/img/arrow-next-dark.svg) center no-repeat;
    background-size: contain;
}

.feedbacks--dark .glider-next {
    background: url(/img/arrow-next.svg) center no-repeat;
}

.feedbacks--dark .glider-prev {
    background: url(/img/arrow-back.svg) center no-repeat;
}

/* -- begin stars -- */
.star-wrapper {
    display: flex;
    gap: 0.8125rem;
}

.star-wrapper img {
    height: auto;
    display: block;
    width: 0.9375rem;
}

/* -- begin form modal -- */
.modal .modal-dialog {
    max-width: 700px;
}

.btn-close {
    opacity: 1;
    top: 1.5rem;
    right: 1.5rem;
    position: absolute;
    font-size: 0.625rem;
}

.modal-title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4375rem;
}

.modal-title small {
    display: block;
    font-weight: 500;
    font-size: 0.75rem;
    margin-top: 0.3125rem;
}

.modal-header {
    padding: 0;
    border: none;
    text-align: left;
}

.modal-content {
    padding: 2.5rem;
}

.modal-body {
    padding: 1.875rem 0;
    text-align: left;
}

.modal-footer {
    border: 0;
    padding: 0;
}

.form-control {
    border-color: var(--color-dark);
}

.modal-header .btn-close {
    color: var(--color-secondary);
}

.form-label {
    font-weight: 600;
    font-size: 0.8125rem;
    color: var(--color-dark);
}

textarea.form-control {
    min-height: 200px;
}

.modal-footer .btn {
    outline: none;
    border-radius: 0.5rem;
    padding: 0.375rem 1.25rem;
    font-weight: 600;
}

.modal-footer .btn-primary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.modal-footer .btn-secondary {
    background: none;
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}

/* -- stars rating -- */
.star-rating {
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.star-rating span {
    display: inline-block;
}

.star-rating span:after {
    clear: both;
    content: "";
    float: right;
}

.form-label--rating {
    margin: 15px 0 0;
    display: block;
}

input[type=radio] {
    display: none;
    float: right;
}

input[type=radio]+label {
    cursor: pointer;
    float: right;
    font-size: 1.25rem;
    margin-right: 10px;
}

input[type=radio] .fa-star-o {
    color: var(--color-dark);
}

input[type=radio] .fa-star {
    color: var(--color-emphasis);
}

input[type=radio]+label .fa-star {
    display: none;
}

input[type=radio]+label:hover .fa-star,
input[type=radio]+label:hover~label .fa-star {
    display: inline;
}

input[type=radio]+label:hover .fa-star-o,
input[type=radio]+label:hover~label .fa-star-o {
    display: none;
}

input[type=radio]:checked+label .fa-star,
input[type=radio]:checked+label~label .fa-star {
    display: inline;
}

input[type=radio]:checked+label .fa-star-o,
input[type=radio]:checked+label~label .fa-star-o {
    display: none;
}
.logos {
    margin-bottom: 1.25rem;
}
.logos .glider-slide {
    display: flex;
    text-align: center;
    align-items: center;
}
.head-logos {
    margin-top: 3.125rem;
    padding: 3.5rem 0 2.5rem;
    border-top: 0.0625rem solid #E3DEDE;
}
.head-logos h3 {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 700;
}
.bg-accent {
    background: var(--color-primary);
}
.split {
    background: url(../img/wave-background.jpg) repeat-x center;
    background-size: content;
    min-height: 5rem;
}
@media only screen and (min-width: 768px) {
    .hero-links ul {
        flex-direction: row;
    }
    div.split {
        min-height: 6.25rem;
    }
}
@media only screen and (max-width: 992px) and (min-width: 768px)  {
    .hero-links ul {
        justify-content: center;
    }
}