* {
    font-family: 'Poppins', sans-serif;
}

.main-box {
    padding-top: 0px;
}

.header {
    margin-top: 60px;
    margin-bottom: 30px;
}

.title {
    font-size: 24px;
}

.code {
    font-weight: 700;
    font-size: 20px;
}

.box {
    height: 46px;
    border: 1px solid #D3D3D3;
    background: rgba(249, 178, 51, 0.15);
    display: flex;
    align-items: center;
}

.table-title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.table-content {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}

.table {
    margin-top: 20px;
}

th {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

td {
    color: #706F6F;
    font-size: 14px;
    font-weight: 400;
}

.status {
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.status-code {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin-top: -5px;
    margin-bottom: 50px;
}

.progressbar-text {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -10px;
}

.progress-bar {
    background-color: #F39200;
}

.circle {
    width: 30px;
    height: 30px;
    background-color: #F39200;
    border-radius: 50%;
    position: relative;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.circle-disable {
    width: 30px;
    height: 30px;
    background-color: #FFE1B3;
    border-radius: 50%;
    position: relative;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.progress, .progress-stacked {
    background-color: #FFE1B3;
    margin-left: 55px;
    margin-right: 55px;
}

.timeline {
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center;
    justify-content: center;
}

.item {
    display: flex;
    height: 75px;
}

.line {
    width: 3px;
    height: 80%;
    background-color: #F39200;
    margin: 0 auto;
    margin-top: -15px;
}

.line-light {
    width: 3px;
    height: 80%;
    background-color: #FFE1B3;
    margin: 0 auto;
    margin-top: -15px;
}

.text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: start;
}

.circle-timelimit {
    width: 40px;
    height: 40px;
    background-color: #F39200;
    border-radius: 50%;
    position: relative;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.circle-timelimit-light {
    width: 40px;
    height: 40px;
    background-color: #FFE1B3;
    border-radius: 50%;
    position: relative;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.icontimelimit {
    color: white;
    margin-top: 10px;
    font-size: 20px;
}

.date {
    margin-top: -5px;
    margin-left: 46px;
    text-align: end;
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.timeline-center {
    flex: 0 0 auto;
    width: 16.66666667%;
    margin-left: -45px;
    margin-right: -45px;
}

.progressbar-box {
    margin-top: 20px;
    margin-bottom: 30px;
}

#banner {
    width: 100%;
    max-width: 100vw;
    height: auto;
    display: block;
}

.banner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 385px;
}

.banner2 img {
    max-width: 100%;
    height: auto;
}

.images-text {
    color: #000;
    font-size: 30px;
    font-weight: 400;
}

.card {
    border-radius: 12px;
    background-color: #FEF7FF;
}

.card-body {
    padding: 0px;
}

.images-box {
    margin-bottom: 120px;
}

.card-owl {
    height: 100px;
    overflow: hidden;
}

.card-body-owl {
    height: 100%;
    display: flex;
    align-items: center;
}

.card-center-content {
    display: flex;
    flex-direction:
    column; justify-content:
    center; height: 100%;
    padding-left: 16px;
    width: 130%;
}

.card-right-box {
    height: 100%;
    text-align: right;
}

.box-right {
    position: absolute; 
    right: 0; 
    top: 0; 
    width: 114px; 
    height: 152px; 
    overflow: hidden;
}

.modal-lg, .modal-xl {
    --bs-modal-width: 660px;
}

.card-image-owl {
    width: 100%;
    height: 65%;
    object-fit: cover;
}

.view-image {
    position: absolute;
    top: 35%;
    left: 51%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: white;
}

.owl-image-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin: 0;
}

.owl-image-subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin: 0;
}

.modal-main-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.image-space {
    margin-bottom: 20px !important;
}

.image {
    padding-bottom: 30px;
}

.image img {
    width: 100%;
    text-align: center;
}

.url-map {
    text-decoration: none !important;
    color: black;
    text-align: center !important;
}

.footer-1 {
    padding: 70px;
    align-self: center;
}

.footer-2 {
    background-color: #EEEEEE;
    padding: 70px;
}

.channels {
    font-weight: 800;
    padding-bottom: 20px;
}

.logo {
    width: 90%;
    margin-bottom: 35px;
}

.box-regiones {
    display: flex;
    padding-bottom: 50px;
}

.box-regiones2 {
    display: flex;
    padding-bottom: 50px;
}

.box-regiones3 {
    display: flex;
    padding-bottom: 50px;
}

.texts h4,
.texts h5 {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    font-size: 16px;
}

.box-map {
    display: flex;
}

.icons-space {
    width: 50%;
}

.url {
    text-decoration: none;
    color: black;
}

.no-result {
    text-align: center;
}

.logoHB {
    width: 20%;
    padding-bottom: 20px;
}

@media screen and (max-width: 1366px) {
    .banner {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 666px;
    }
    
    .banner img {
        max-width: 100%;
        height: auto;
    }
    
    .banner2 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 130px;
    }
    
    .banner2 img {
        max-width: 100%;
        height: auto;
    }

    .icons-space {
        width: 90%;
    }

    .box-map {
        display: flex;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
    .box {
        height: 46px;
        border: 1px solid #D3D3D3;
        background: rgba(249, 178, 51, 0.15);
        width: 100%;
        align-items: center;
    }

    .date {
        text-align: start;
        margin-left: 24px;
        color: #000;
        font-size: 12px;
        font-weight: 400;
        width: 32%;
    }

    .title {
        font-size: 22px;
    }

    .progress, .progress-stacked {
        background-color: #FFE1B3;
        margin-left: 15px;
        margin-right: 15px;
    }

    .text {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        text-align-last: start;
        width: 115%;
    }

    .timeline-center {
        flex: 0 0 auto;
        width: 16.66666667%;
        margin-left: -45px;
        margin-right: 11px;
    }

    .image-box .col {
        flex: auto;
    }

    .banner {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 203px;
    }

    .middle-text {
        margin-left: -37px;
        margin-right: -35px;
    }

    .card {
        margin-bottom: 20px;
    }

    .images-text {
        text-align: center;
    }

    .card-center-content {
        height: 98px;
    }

    .modal-body img {
        width: 100%;
    }
}