body {
    font-family: "Nunito Sans", Sans-serif, serif;
}

:root {
    --primary-color: #123375;
    --secondary-color: #EB001B;
    --tertiary-color: #64AF1C;
    --quaternary-color: #CCCCCC;
    --fiveth-color: #D3DAE8;
}

.fs-14px {
    font-size: 14px;
}

.fs-16px {
    font-size: 16px;
}

.fs-18px {
    font-size: 18px;
}

.fs-20px {
    font-size: 20px;
}

.z-index-1 {
    z-index: -1;
}

.p-tracking-box {
    padding: 28px 28px 28px 0;
}

.track-your-order, .contact-service-info {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 40px 40px;
    margin-top: -14px;
}

.track-order-details {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 40px 40px;
}

.track-your-order .number-invoice-description {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    /*margin: 26px 0 8px 0;*/
}

.track-order-input, .select-country {
    border: 1px solid #CCCCCC !important;
    border-radius: 10px !important;
    box-sizing: border-box;
    color: #333333 !important;
    font-size: 14px;
    font-weight: 400;
    height: 56px;
    line-height: 18px;
    padding: 0 10px !important;
    width: 100%;
}

.select-country {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* flecha acia abajo */
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23333333" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.track-your-order form label input:focus,
.track-your-order form label input:active {
    border: 1px solid var(--primary-color);
    outline: none;
}

.track-your-order form button {
    background: var(--primary-color);
    border-radius: 10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    height: 56px;
    line-height: 18px;
    padding: 0 10px;
}

.track-your-order .indications {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
}

.text-danger {
    color: #EB001B;
}

.tracking-circle-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 119px;
    min-height: 119px;
    z-index: 1;
}

.tracking-line-horizontal {
    position: relative;
}

.tracking-line-horizontal::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 125%;
    height: 10px;
    background-color: #CCCCCC;
    transform: translateY(-50%);
}

.tracking-line-horizontal.progress-line-blue::before {
    background-color: var(--primary-color);
}

.tracking-line-horizontal.progress-line-red::before {
    background-color: var(--secondary-color);
}

.tracking-line-vertical {
    position: relative;
}

.tracking-line-vertical::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 45%;
    width: 2px;
    height: 45px;
    background-color: var(--primary-color);
}

.fw-bold {
    font-weight: bold;
}

.tc-blue {
    color: #0021C7 !important;
}

.tc-grey {
    color: #CCCCCC;
}

.tc-grey-subtext {
    color: #868686;
}

.tc-green {
    color: #64AF1C;
}

.tc-red {
    color: #EB001B;
}

.bg-blue {
    background-color: var(--primary-color);
}

.bg-grey {
    background-color: var(--quaternary-color);
}

.bg-green {
    background-color: #64AF1C;
}

.bg-red {
    background-color: #EB001B;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

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

.text-numito {
    font-size: 17px;
    font-weight: 600;
}

.col-md-3 {
    width: 25%;
}

.circle-progress-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border: solid 2px var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
}

.circle-progress-red {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border: solid 2px #EB001B;
    border-radius: 50%;
    color: #EB001B;
    font-size: 14px;
    font-weight: bold;
}


.img-product {
    max-width: 120px !important;
    height: auto;
    border-radius: 10px !important;
}

.image-progress-tracking {
    max-width: 100%;
    height: auto
}

.lacuracaonline-main-blog .elementor-post__read-more-wrapper {
    text-align: center;
}

.lacuracaonline-main-blog .elementor-post__read-more-wrapper a {
    display: inline-flex !important;
    align-items: center;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 6px 20px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: var(--primary-color);
}

.lacuracaonline-main-blog .elementor-post__read-more-wrapper a .icon-book {
    width: 20px;
    /* Ajusta el tamaño del ícono */
    height: 20px;
    margin-right: 10px;
    /* Espacio entre el ícono y el texto */
}

.bg-shape {
    position: absolute;
    left: 6%;
    top: 26%;
    width: 280px;
    height: 177px;
    background: linear-gradient(to bottom right, #00239C, #3057E0);
    border-radius: 30px;
    z-index: 0;
    aspect-ratio: 1;
}

.person-img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.title-infor-order {
    font-size: 40px;
}

.btn-primary-back {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 10px 20px;
}

.elementor-item-active {
    border-bottom: #FFFFFF 1px solid;
}

.circle-8 {
    width: 87px !important;
    height: 87px !important;
    border: 7px solid var(--primary-color);
}

.fs-1 {
    font-size: 2.5rem;
}

.fs-2 {
    font-size: 2rem;
}

.fs-3 {
    font-size: 1.75rem;
}

.fs-4 {
    font-size: 1.5rem;
}

.fs-5 {
    font-size: 1.25rem;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.mh-container-30 {
    max-height: 30em;
    overflow: auto;
}

#btn_go_back {
    cursor: pointer;
}

.rounded figure img, .post-thumbnail img {
    border-radius: 10px;
    text-align: center;
}

.elementor-posts .elementor-post__card {
    border-radius: 10px !important;
}

.elementor-post__card {
    box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.15) !important
}

.rael-question-span:focus {
    outline: none !important;
}

.order-info {
    background-color: #D3DAE8 !important;
    border-radius: 10px;
    padding: 10px 40px;
    margin-top: -14px;
}

ul, ol {
    margin: 0 !important;
}

/* Responsive Styles for Desktop */
@media (min-width: 1025px) {
    .container-welcome .subcontainer-welcome-01 {
        margin-top: 25vh !important;
    }

    .text-size div h2 {
        font-size: 18px !important;
    }
}

/* Responsive Styles for Tablets */
@media (min-width: 601px) and (max-width: 1024px) {

    .container-welcome .subcontainer-welcome-01 {
        margin-top: 20vh !important;
    }

    .container-servicios, .container-garantia {
        background-size: cover !important;
    }

    .container-garantia .subcontainer-garantia-01 {
        margin-top: 0% !important;
    }

    .container-preguntas {
        background-position: top center !important;
        background-size: 130% auto !important;
    }

    .info-tracking-column-reverse {
        flex-direction: column-reverse;
    }

    .text-size div h2 {
        font-size: 16px !important;
    }

    .nuestros-servicios-img div img {
        max-width: 65% !important;
    }

    .track-your-order {
        padding: 40px 20px;
    }

    .track-your-item-form {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .track-your-item-form button {
        width: 60%;
    }

    .track-order-details {
        padding: 40px 20px;
    }

    .tracking-circle-progress {
        width: 80px;
        min-height: 80px;
    }

    .tracking-line-horizontal::before {
        left: 90%;
        z-index: -1;
    }

    .fs-sm-9px {
        font-size: 9px;
    }

    .fs-md-14px {
        font-size: 14px !important;
    }

    .circle-md-5 {
        width: 70px !important;
        height: 70px !important;
        border: 4px solid var(--primary-color);
    }

    .order-info {
        padding: 18px 18px;
    }

    .image-progress-tracking {
        max-width: 40px !important;
    }

    .bg-shape {
        left: 10%;
        top: 20%;
        width: 250px;
        height: 170px;
    }

    .mw-md-25 {
        max-width: 25%;
    }

    .mw-md-75 {
        max-width: 75%;
    }
}


/* Responsive Styles for Mobile Devices */
@media (max-width: 600px) {

    .info-tracking-column-reverse {
        flex-direction: column-reverse;
    }

    .track-your-order {
        padding: 40px 10px;
    }

    .track-your-item-form {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .track-your-item-form button {
        width: 50%;
    }

    .track-order-details {
        padding: 40px 10px;
    }

    .tracking-circle-progress {
        width: 60px;
        min-height: 60px;
    }

    .tracking-line-horizontal::before {
        left: 90%;
        z-index: -1;
    }

    .fs-sm-9px {
        font-size: 9px;
    }

    .fs-md-14px {
        font-size: 14px !important;
    }

    .circle-md-5 {
        width: 57px !important;
        height: 57px !important;
        border: 4px solid var(--primary-color);
    }

    .order-info {
        padding: 18px 18px;
    }

    .image-progress-tracking {
        max-width: 32px !important;
    }

    .bg-shape {
        left: 14%;
        top: 17%;
        width: 214px;
        height: 144px;
    }

    .mw-md-25 {
        max-width: 25%;
    }

    .mw-md-75 {
        max-width: 75%;
    }
}

@media (max-width: 380px) {
    .tracking-line-horizontal::before {
        left: 75%;
    }

    .text-size div h2 {
        font-size: 13px !important;
    }
}