/*----------------- SLIDER -----------------*/
#banner {
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: var(--section-separation);
    overflow: hidden;
    position: relative;
    height: calc(100vh - 180px);
}
#banner .bannerbox,
.banner-slider--branding,
.banner-slider--branding .item {
    width: 100%;
    height: 100%;
}
.banner-slider--branding img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (max-width: 992px) {
    .banner-slider--branding img {
        display: none;
    }
}
.caption {
    background-color: #fff;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 35px 35px;
    min-width: 314px;
    max-width: 400px;
}
#banner .caption h1 {
    min-height: 0;
}
#banner .caption h1 .title {
    display: block;
    color: #f01303;
    line-height: 28px;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    font-family: 'HurmeGeometricSans1Bold', sans-serif;
}
#banner .caption h1 .subtitle {
    font-size: 26px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
#banner .caption h1 .subtitle span {
    color: #f01303;
    font-weight: 800;
    font-size: 28px;
    font-family: 'HurmeGeometricSans1Bold', sans-serif;
}
#banner .caption .subtitle.cancellation {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
#banner .caption .icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    padding: 0 2px;
    border: 1px solid #f7005b;
    border-radius: 50%;
    color: #ffffff;
    background-color: #f7005b;
    margin-right: 10px;
    font-size: 10px;
}
#banner .caption .description {
    margin-top: 15px;
    text-align: center;
}
#banner .caption .description p {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
}
#banner .caption__promo-code {
    margin: 15px 0 0px;
    display: flex;
    flex-direction: column;
}
#banner .promo-code__title {
    text-align: center;
}
#banner .promo-code__code {
    font-family: 'HurmeGeometricSans1Bold', sans-serif;
    font-size: 19px;
    color: #0d2440;
    font-weight: 500;
    position: relative;
    margin-top: 0.5rem;
    padding: 10px 5px;
    letter-spacing: 0.25rem;
    background-color: #ffdda2;
    text-align: center;
}
#banner .caption .button {
    margin-top: .5rem;
    font-size: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    min-width: 0;
    transition: opacity 0.5s ease-in-out, min-width 0.5s ease-in-out .5s;
}
#banner .caption .button--ready {
    opacity: 1;
    min-width: 100%;
}
#banner .caption .button span {
    opacity: 0;
    min-height: 30px;
    transition: opacity 0.5s ease-in-out 1s;
    display: inline-flex;
    align-items: center;
}
#banner .caption .button--ready span {
    opacity: 1;
}

.countdown-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
#banner .caption .button {
    display: inline-flex;
    align-items: center;
    margin-top: 0px;
    padding: 14px 30px;
    background-color: #00e992;
    border-radius: 40px;
    font-family: 'HurmeGeometricSans1SemiBold', sans-serif;
    font-size: 19px;
    color: #0d2440;
    text-decoration: none;
    transition: all .25s ease-out;
    width: 295px;
    min-width: 295px;
}

#banner .caption .button img {
    margin-right: 10px;
}

@media(max-width: 992px) {
    #banner {
        margin-top: 61px;
        margin-bottom: var(--section-separation-mobile);
        height: 380px;
    }
    .caption {
        left: 0;
        right: 0;
        top: 0;
        transform: none;
    }
    #banner .caption .button {
        display: inherit;
        margin: 0 auto;
    }
}
/*----------------- FIN SLIDER -----------------*/


/* CUERPO DE LA PÁGINA */
.visible-text {
    overflow: auto;
    max-width: 100%;
}
@media (max-width: 992px) {
    .visible-text {
        max-height: 700px;
    }
}
.content--table table {
    background-color: #CBF6FF;
    width: 100%;
    font-size: 14px;
}

.content--table table tr {}

.content--table table tr td {
    padding: 0.5rem 1.5rem;
}

.content--table table tr p {
    margin: 0;
}

.content--table table tr:first-child {
    font-family: 'HurmeGeometricSans1Bold', sans-serif;
}

.content--table table tr td:first-child {
    font-family: 'HurmeGeometricSans1Bold', sans-serif;
}

@media (min-width: 576px) {
    .content--table table {
        display: table;
    }
}

/* FIN CUERPO DE LA PÁGINA */