body {
    background-color: #EDEFF1;
}

/* HEADER */
.header-ally {
    position: absolute;
    width: 100%;
    height: 400px;
    padding-bottom: 240px;
    z-index: -1;
    background-color: #D3D3D3;
    background-position: center;
    background-size: cover;
}
.gn-title-ally span {
    font-weight: 400;
}
.gn-icon-ally {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 64px;
}

/* BODY */
.body-ally {
    padding-top: 160px;
    padding-bottom: 24px;
}
.body-ally .body-box {            
    background-color: #FFFFFF;
}

/* TITLES */
.gn-title-ally {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.gn-subtitle-ally {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #002039;
}
.gn-subtitle-ally span {
    font-weight: 400;
}
.ally-title-line {
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
}
.ally-title-line span {
    font-weight: 700;
}
.ally-title-line:after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 4px;
    bottom: -4px;
    right: 0;
    background-color: #FF7800;
}
.ally-title-line.ally-title-line-center:after {
    left: 50%;
    transform: translateX(-50%);
}
.ally-title-line.ally-title-line-left:after {
    left: 0;
    right: auto;
}

/* BANNER */
.banner-ally {
    overflow: hidden;
    height: 115px;
    width: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-ally .check-circle {
    width: 24px;
    height: 24px;
}
.banner-ally .text-box {
    position: relative;
    z-index: 1;
}
.banner-ally .text-box .block-1, .banner-ally .text-box .block-2 {
    width: 180px;
}
.banner-ally .text-box .text-box-titles p {
    font-size: 16px;
    color: #FF7800;
    line-height: 110%;
}
.banner-ally .text-box .text-box-titles p span {
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-ally .text-box .text-box-titles .extra-text {
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
}

/* MORE INFO */
.more-info-box {
    position: relative;
    z-index: 1;
    text-align: center;
}
.more-info-box .more-info-line {
    position: absolute;
    height: 2px;
    width: auto;
    background-color: #FF7800;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.more-info-box .btn-box {
    padding: 3px;
    background-color: #FFF;
    display: inline-block;
}
.more-info-box .btn-moreinfo {
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 12px;
    background-color: #FF7800;
    color: #FFF;
    padding: 4px 8px;
}
#moreinfo {
    font-size: 14px;
}
#moreinfo .card {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* CARD BUTTONS */
.btn-reserve {
    background-color: #FF7800;
    color: #FFF;
    border-radius: 50px;
    font-size: 8px;
    padding: 6px 10px;
    transition: all 0.25s ease;
    position: relative;
}
.btn-reserve:hover {
    background-color: #002039;
    color: #FFFFFF;
}

/* FORM */
.form-ally {
    background: linear-gradient(180deg, #EEF1F4 0%, #FFFFFF 71.35%, #DCE2E9 100%);
}
.custom-select option:first-child {
    color: #C3C3C3;
}
.form-ally .btn-line-box {
    position: relative;
    z-index: 1;
}
.form-ally .btn-line-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FF7800;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.form-ally .title-form img {
    width: 20px;
    height: auto;
}
.form-ally .title-form img.rotate180 {
    transform: rotate(180deg);
}
.form-ally .title-form h2 {
    font-size: 20px;
    color: #002039;
}
.form-ally .title-form h2 span {
    font-weight: 700;
}
.form-ally .option-economic, .form-ally .option-business {
    border: solid 2px #FFF;
    border-radius: 50px;
    padding: 10px 16px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.form-ally .option-economic label, .form-ally .option-business label {
    font-size: 16px;
}
.form-ally .option-economic label span, .form-ally .option-business label span {
    font-weight: 700;
}
.form-ally .option-economic {
    background-color: #FFF1E2;
    color: #0B5589;
}
.form-ally .option-business {
    background-color: #EBF1F7;
    color: #002039;
}

/* CAROUSEL  */
.text-carousel-service-box {
    position: relative;
    z-index: 1;
    font-weight: 500;
}
.text-carousel-service-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FF7800;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.text-carousel-service span {
    border: 1px solid #002039;
    border-radius: 50px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 600;
}

.carousel-allies .carousel-box .slide-item {
    background-color: #f2f4f7;
    padding: 12px;
}

/* COLLAPSE */
.pucollapse-link {
    width: 100%;
    border: solid 1px #002939;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    transition: all 0.25s ease;
}
.pucollapse-link .tigger-title {
    line-height: 100%;
    font-size: 20px;
    color: #002939;
}
.pucollapse-link .tigger-circle-box {
    width: 28px;
    height: 28px;
    border: solid 4px #D10024;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #002939;
    background-color: #FFF;
    transition: all 0.25s ease;
}
.pucollapse-collapse {
    border: solid 1px #002939;
    border-top: none;
    font-size: 14px;
}
.pucollapse-link[aria-expanded*="true"] .tigger-circle-box {
    transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
    .gn-subtitle-ally {
        font-size: 24px;
    }   
    .banner-ally {
        height: 196px;
    }
    .banner-ally .check-circle {
        width: 40px;
        height: 40px;
    }
    .banner-ally .text-box .text-box-titles p {
        font-size: 30px;
    }
    .banner-ally .text-box .text-box-titles .extra-text {
        font-size: 20px;
    }
    .banner-ally .text-box .block-1, .banner-ally .text-box .block-2 {
        width: 370px;
    }

    .form-ally .title-form img {
        width: 24px;
    }
    .form-ally .title-form h2 {
        font-size: 28px;
    }

    .text-carousel-service {
        font-size: 20px;
    } 
}

article.pack-card {
    border: none;
    transition: all 0.50s ease;
}

article.div-active {
    border: 2px solid #ff7800;
}