﻿.item-menu:hover {
    color: #00a9db !important;
}

.navbar-toggler {
    display: none;
}

@media (max-width: 767px) {
    .navbar-toggler {
        display: block;
    }

    .navbar-menu {
        display: none !important;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #FFFFFFF2;
        flex-direction: column !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 20px;
        box-shadow: 0px 10px 15px -3px #0000001A;
        z-index: 1000;
    }

    .navbar-menu--open {
        display: flex !important;
    }

    .navbar-menu div {
        padding: 15px 0;
    }

        .navbar-menu div:last-child {
            border-bottom: none;
        }

    .navbar-menu p {
        font-size: 16px;
    }
}

.no-break {
    white-space: nowrap;
}

.img-container {
    display: inline-block;
}

.img-rotate {
    transition: transform 0.4s ease;
}

.img-container:hover .img-rotate {
    transform: rotate(8deg) scale(1.05);
}

.plan-title {
    font-weight: 500;
    color: #003781B2;
    margin-bottom: 12px;
}

.plan-btn {
    border-radius: 18px;
    padding: 14px 0;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #cfd8ea;
    background-color: white;
    color: #003781;
    transition: all 0.25s ease;
}

    .plan-btn:hover {
        background-color: #f4f7fd;
    }

    .plan-btn.active {
        background: #003781;
        color: white;
        border: none;
        box-shadow: 0px 10px 22px rgba(0, 55, 129, 0.35);
    }


.frequency-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
}

.freq-btn {
    border: none;
    border-radius: 14px;
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.25s ease;
}

    .freq-btn:hover {
        background-color: rgba(255, 255, 255, 0.28);
    }

    .freq-btn.active {
        background-color: #ffffff;
        color: #003781;
        box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.15);
    }


.txt-health-complete {
    font-size: 28px !important;
}

.container-div-know-more {
    bottom: auto !important;
}

.btn-delete-beneficiarie-form:hover {
    background: #ffe2e2;
}

.btn-delete-beneficiarie-form {
    border-radius: 10px;
    border: 1px solid #FFC9C9;
    background: #FEF2F2;
    color: #E7000B;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}


.div-input-check-ofac-onu:hover {
    border: 2px solid #00A9DB !important;
}


.form-check-input:checked {
    background-color: #0B9DE0 !important;
    border: 1px solid #0B9DE0;
}

.checked-div-accept-terms {
    background: linear-gradient(90deg, rgba(0, 55, 129, 0.05) 0%, rgba(0, 169, 219, 0.05) 100%);
    border: 2px solid #00A9DB !important;
}

.btn-next-form-active {
    border-radius: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
    background: linear-gradient(0deg, #EF1F5A, #EF1F5A);
    border: 0;
    box-shadow: 0px 25px 50px -12px #00000040;
}

.btn-next-form-inactive:disabled {
    color: #99A1AF;
}

.btn-next-form-inactive {
    background: #E5E7EB !important;
    color: #99A1AF;
    border-radius: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
    border: 0;
}

    .btn-next-form-inactive:hover {
        background: #E5E7EB !important;
        color: #99A1AF;
        border-radius: 12px;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 15px;
        border: 0;
    }

.btn-background-hover-blue:hover {
    background: #00a9db33 !important;
}

.steps-container {
    display: flex;
    gap: 12px;
}

.step-box {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #9DB4C7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .step-box.active {
        background-color: #00A9DB;
        color: white;
        transform: scale(1.05);
        box-shadow: 0px 4px 6px -4px #0000001A;
        box-shadow: 0px 10px 15px -3px #0000001A;
    }

.form-input-new-allianz {
    padding: 10px;
    border-radius: 14px;
    font-size: 15px;
}

.form-input-new-allianz:focus {
    border: 1px solid #00a9db !important;
    box-shadow: none;
}

.accordion-policy-hover:hover {
    border: 2px solid #00a9db80 !important;
}

.accordion-button-hover:hover {
    background: linear-gradient(90deg, rgba(0, 55, 129, 0.05) 0%, rgba(0, 169, 219, 0.05) 100%) !important;
}

.user-progress {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(#00A9DB var(--progress), #e9ecef 0 );
    transition: background 0.4s ease;
}

    .user-progress i {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #f1f3f5;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #6c757d;
    }


.btn-not-want-only-pay {
    text-align: center;
    border-radius: 14px;
    padding: 15px;
    border: 2px solid #E5E7EB;
}

    .btn-not-want-only-pay p {
        color: #0A0A0A !important;
    }

.btn-not-want-only-pay:hover {
    border: 2px solid #00a9db80 !important;
}

.btn-select-yes-want-coverage {
    text-align: center;
    background: linear-gradient(90deg, rgba(0, 55, 129, 0.05) 0%, rgba(0, 169, 219, 0.05) 100%);
    border: 2px solid #00A9DB;
    border-radius: 14px;
    padding: 15px;
    box-shadow: 0px 10px 15px -3px #0000001A;
}

    .btn-select-yes-want-coverage p {
        color: #003781 !important;
    }

.btn-transform-3:hover {
    transform: scale(1.05);
}

.btn-transform-3 {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-transform-2:hover {
    transform: scale(1.02);
}

.btn-transform-2 {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .btn-transform-1:hover {
        transform: scale(1.01);
    }

.btn-transform-1 {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.not-selected-plan-frecuency {
    border-radius: 16px;
    text-align: left;
    padding: 13px;
    padding-left: 16px;
    background-color: #FFFFFF1A;
    display: flex;
    box-shadow: 0px 20px 25px -5px #0000001A;
}

    .not-selected-plan-frecuency:hover {
        background-color: #FFFFFF26;
    }

.selected-plan-frecuency {
    border: 1px #E7E9ED solid;
    border-radius: 16px;
    text-align: left;
    padding: 15px;
    background-color: #ffff;
    display: flex;
    box-shadow: 0px 20px 25px -5px #0000001A;
}

.row-coverage-hover:hover {
    background-color: #f9fafb;
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 1 !important;
}

.btn:first-child:active {
    border: 0;
}

.plan-switcher {
    display: flex;
    gap: 6px;
    background: #FFFFFF1A;
    padding: 6px;
    border-radius: 12px;
    width: fit-content;
}

    .plan-switcher .btn {
        color: #ffffff;
        font-weight: 600;
        padding: 8px 18px;
        border-radius: 12px;
        border: none;
        background: transparent;
        font-size: 14px;
        transition: all 0.25s ease;
    }

        .plan-switcher .btn:hover {
            background: rgba(255, 255, 255, 0.15);
        }

        .plan-switcher .btn.active {
            background: #ffffff;
            color: #003781;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        }

.btn-transform-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-transform-hover:hover {
    transform: scale(1.05);
}

.card-plan-hover:hover {
    border: 2px solid rgb(0 169 219 / 60%) !important;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    box-shadow: rgba(0, 169, 219, 0.2) 0px 20px 40px !important;
}

.float-icon {
    display: inline-block;
    animation: float 1.9s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
}

.float-icon-horizontal {
    display: inline-block;
    animation: float-horizontal 2s ease-in-out infinite;
}

@keyframes float-horizontal {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }
}

.btn-want-insured {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    background: linear-gradient(180deg, #003781 0%, #00568A 50%, #00A9DB 100%);
    color: white;
    border-radius: 14px;
    box-shadow: 0px 20px 40px -12px #00378159;
    font-weight: 600;
    font-size: 16px;
    padding-left: 30px;
    border: 0;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 220px;
}

    .btn-want-insured:hover {
        transform: scale(1.05);
    }

    .btn-want-insured::before {
        content: "";
        position: absolute;
        top: -50%;
        width: 55%;
        height: 220%;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
        filter: blur(37px);
        animation: halo-move 1.9s ease-in-out infinite;
    }

.btn-know-coverage {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    background-color: #FFFFFF;
    color: white;
    border-radius: 14px;
    box-shadow: 0px 20px 40px -12px #00378159;
    font-weight: 600;
    font-size: 16px;
    padding-left: 30px;
    border: 0;
    padding-right: 30px;
    padding-bottom: 8px;
    padding-top: 8px;
    display: flex;
    border: 2px solid #003781;
    width: 240px;
}

    .btn-know-coverage:hover {
        transform: scale(1.05);
        background-color: #00A9DB0D !important;
    }


.btn-glow:hover {
    transform: scale(1.01);
}

.btn-glow {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .btn-glow::before {
        content: "";
        position: absolute;
        top: -50%;
        width: 55%;
        height: 220%;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
        filter: blur(37px);
        animation: halo-move 1.9s ease-in-out infinite;
    }

@keyframes halo-move {
    0% {
        left: -60%;
    }

    100% {
        left: 110%;
    }
}

hr {
    opacity: inherit;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button-allianz::after {
    background-image: url('img/plus.png');
    background-size: 26px;
    width: 20px;
    height: 20px;
}

.accordion-button-allianz:not(.collapsed)::after {
    background-image: url('img/minus.png');
    background-size: 26px;
    width: 20px;
    height: 20px;
}

.gradient-text {
    font-weight: 700;
    font-size: 48px !important;
    background: linear-gradient(180deg, #003781 20%, #00A9DB 50%, #003781 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Para Firefox */
    background-clip: text;
    color: transparent;
}

.divider-gradient {
    height: 1px;
    width: 100%;
    background: linear-gradient( to right, transparent, #D1D5DB, transparent );
}

@font-face {
    font-family: "font allianz";
    src: url("fonts/AllianzNeo-Regular.ttf");
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "font-semi-bold allianz";
    src: url("fonts/AllianzNeo-SemiBold.ttf");
}

.center-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    max-width: 450px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-icon {
    font-size: 28px;
    color: #002c77;
}

.user-text {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-weight: bold;
    color: #002c77;
}

.user-role {
    color: #5a5a5a;
    font-size: 14px;
}

.icons {
    display: flex;
    gap: 10px;
}

    .icons i {
        font-size: 20px;
        color: #002c77;
        cursor: pointer;
    }

@media (max-width: 480px) {
    .font-mobile-conditioned {
        font-size: 13px !important;
    }

    .div-btn-return-home {
        margin-left: 10px !important;
    }

    .btn-return-home span {
        margin-right: 0px !important;
    }

    .btn-return-home > p {
        display: none;
    }

    .card-custom {
        align-items: flex-start;
        gap: 10px;
    }

    .icons {
        align-self: flex-end;
    }
}

.radio-container {
    display: flex;
    align-items: center;
}

.custom-radio {
    accent-color: #002c77; /* Color azul oscuro para el radio button */
}

.radio-allianz input[type="radio"] {
    accent-color: #003781;
}

.SelectedPlanStyleBG {
    background-color: #EFFBFF !important;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #FAFFFF;
    color: #003781;
    font-weight: 600;
    text-align: left;
    border-radius: 4px;
    padding: 5px;
    padding-left: 15px;
    position: absolute;
    z-index: 1;
    top: 125%;
    left: -100%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-text-left {
    left: 200%;
}

.tooltip-text-center {
    left: 50%;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.badge-recomendado {
    background-color: #EFFBFF; /* Azul claro */
    color: #003781; /* Azul */
    font-size: 12px;
    border-radius: 12px;
    padding: 4px 7px;
    margin-left: 5px;
    font-weight: bold;
    border: 1px solid #003781;
}

/* Fijar la cabecera al hacer scroll */
.sticky-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
/* Ajustes visuales */
.plan-card {
    border: 2px solid #e0e0e0;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
}

.feature {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

    .feature:last-child {
        border-bottom: none;
    }

.check-icon {
    color: #007bff;
    font-weight: bold;
}

.selected {
    background-color: #f3f8ff;
}

.custom-radio {
    width: 18px;
    height: 18px;
    margin-top: 0; /* Alinear con texto */
    box-shadow: none;
    border-radius: 50%;
}

    .custom-radio:checked {
        background-color: red; /* Azul personalizado */
        border-color: red;
    }

/*.custom-radio:checked::after {
            content: "";
            display: block;
            width: 10px;*/ /* Ajusta el tamaño del punto interno */
/*height: 10px;
            margin: auto;
            background-color: #0B9DE0;*/ /* Color del punto interno */
/*border-radius: 50%;
            transform: scale(1);*/ /* Ajusta aún más el tamaño */
/*}*/


.tutorial-card {
    border-radius: 20px;
    overflow: hidden;
}

.icon-circle {
    background-color: white;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 183px;
    margin-top: -40px;
    position: fixed;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
}

.icon-text {
    color: #007bff;
    font-weight: bold;
    font-size: 18px;
    border: 1px black solid;
    border-radius: 50%;
    padding: 5px;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
}

.card-text {
    font-size: 14px;
}

.btn-white {
    background-color: white;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
}

.step-round {
    text-align: center;
    /*flex: 1;*/
}

    .step-round .circle-step {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 2px solid #ccc;
        background-color: white;
        color: #ccc;
    }

    .step-round.completed .circle-step {
        background-color: #F3F4F6;
        color: #99A1AF;
        border-color: #F3F4F6;
    }

    .step-round.active .circle-step {
        background-color: white;
        color: #003781;
        border-color: #003781;
        padding: 3px;
    }

    .step-round span {
        font-size: 14px;
        color: #ccc;
    }

    .step-round.completed span {
        color: #003781;
        font-weight: 600 !important;
    }

    .step-round.active span {
        color: #003781;
    }

.line {
    flex: 1;
    height: 2px;
    background-color: #ccc;
    margin: 0 10px;
    align-self: center;
}

.circle-plans-benefits {
    width: 48px;
    height: 48px; /* Asegúrate de que sea un círculo perfecto */
    background-color: #ffff;
    border-radius: 50%; /* Hace que sea un círculo */
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-plans {
    width: 50px;
    height: 50px;
    background-color: #00a9e0;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}

.circle-plans-home {
    width: 75px;
    height: 75px;
    background-color: #FFFFFF;
    color: #003781;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: bold;
    margin: 0 auto;
    box-shadow: 0px 4px 8px 0px #00000026;
}

.dotted-line {
    width: 88%;
    height: 1px;
    background: white !important;
    border: none;
    border-top: 1px dashed white;
    position: absolute;
    top: 28%; /* Ajusta según el diseño */
    left: -44%;
    z-index: 100;
}

.step {
    position: relative;
}

    .step h5 {
        font-weight: bold;
        margin-top: 10px;
    }

    .step p {
        color: #ffff;
    }

    .step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 25px;
        width: 100%;
        height: 2px;
        border-top: 0.3rem dashed #ccc;
        z-index: -1;
        overflow: hidden;
    }

@media (min-width: 992px) {
    .step:last-child {
        border-right: none;
    }
}

@media (max-width: 991.98px) {


    .step::after {
        display: none;
    }

    .dotted-line {
        display: none;
    }

    .container-benefits {
        display: none;
    }

    .one-card {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .one-card-c {
        height: 100% !important;
    }

    .two-card {
        margin-bottom: 0px !important;
    }

    .third-card {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .third-card-c {
        height: 100% !important;
    }

    .container-row-plans {
        padding: 0px !Important;
        margin: 1.5rem;
    }
}

@media(max-width:367px) {
    .plan-switcher {
        zoom: 0.79 !important;
    }
}


@media (max-width: 768px) {
    .div-btn-home-final {
    }

    .col-banner-principal {
        margin-left: 0px !important;
        text-align: center;
    }

    .btn-select-yes-want-coverage {
        display: inline-flex !important;
    }

        .btn-select-yes-want-coverage span {
            margin-right: 8px !important;
        }

        .info-beneficary-msg {
            display: table-cell;
            top: 3px !important;
        }

        .div-btn-insured-info {
            text-align: left;
            margin-left: 15px;
        }

        .div-btn-insured-info button {
            float: none !important;
        }

        .plan-switcher {
            zoom: 0.9;
        }

        .div-video-know-plan {
            padding-right: 0px !important;
        }

        .div-benefits-principal {
            padding-left: 0px !important;
        }

        .txt-you-need-help {
            font-size: 22px !important;
        }

        .txt-you-family-best {
            font-size: 25px !important;
        }

        .div-col-txt-since-checks {
            display: ruby !important;
        }

        .div-icon-check {
            margin-right: 0px !important;
        }

        .txt-health-complete {
            font-size: 28px !important;
        }

        .txt-select-plan-ideal {
            font-size: 28px !important;
        }

        .container-plans-mobile {
            margin-top: 20px;
            max-width: none !important;
        }

        .div-text-computer {
            border-top-left-radius: 13px !important;
            border-top-right-radius: 13px;
            border-bottom-left-radius: 0px !important;
            height: 280px;
            max-height: 400px;
            overflow: hidden;
            padding: 10px 20px;
            font-size: 14px;
            box-shadow: 0 0 0 rgba(0, 0, 0, .15) !important;
        }

        .div-img-computer {
            border-top-left-radius: 0px !important;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 13px !important;
            border-bottom-left-radius: 13px !important;
            height: 280px;
            max-height: 400px;
            overflow: hidden;
            padding: 10px 20px;
            font-size: 14px;
            width: 100%;
            background-color: #F1F9FA;
            box-shadow: 0 1.5rem 1rem rgba(0, 0, 0, .15) !important;
            display: block !important;
        }

        .div-txt-img-computer {
            width: 100%;
            padding-bottom: 50px !important;
            box-shadow: 0 0 0 rgba(0, 0, 0, .15) !important;
        }

        .container-vit {
            padding-right: 14px !important;
        }

        .container-policy-benefits {
            margin-top: 120px !important
        }

        .navbar-component__logo {
            margin-left: 0px !important;
        }

        .animate-container-banner {
            margin-left: 0px !important;
        }

        .container-one {
            order: 2;
            margin-left: 0px !important;
        }

        .container-two {
            order: 1;
        }

        .div-home-computer {
            padding-left: 13px !important;
            padding-top: 40px !important;
            text-align: center;
            border-top-left-radius: 13px;
            border-top-right-radius: 13px;
        }



        .div-text-computer h4 {
            font-size: 18px; /* Ajusta el tamaño de los encabezados */
        }

        .div-text-computer p {
            font-size: 13px; /* Ajusta el tamaño de los párrafos */
        }


        .img-home-computer {
            width: 280px !Important;
            height: 200px !Important;
        }

        .container-info-client-policy {
            padding: 0px;
            margin-bottom: 0px !important;
        }

        .container-info-client-policy-internal {
            margin-top: 0px !important;
        }

        .container-info-terms {
            margin-top: 1rem !important;
        }

        .btn-client {
            margin-bottom: 0px !important;
        }

        .btn-download-file {
            margin-bottom: 25px !important;
            display: block;
            text-align: center;
        }

        .container-download-file {
            padding: 0px;
            margin-bottom: 0px !important;
        }

        .img-superfic {
            width: 220px !Important;
        }

        .container-copyright {
            font-size: 14px;
        }

        .col-container-info-plans {
            padding-left: 0px !important;
            padding-right: 0px;
        }

        .container-info-plans {
            margin-left: 50px !important;
            margin-right: 50px !important;
        }

        .container-general-result {
            margin-top: 3rem !important;
        }

        .img-superfic {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }
    }

.container-super {
    top: 130px;
}

.navbar-component__logo {
    height: 43.51px;
    width: 176px;
    margin: 4px 0;
    background: url(../../themes/allianz/img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 55px;
}

.circle-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-left: 27px;
    margin-top: 28px;
}

.circle-container-cd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    margin-left: 19px;
    margin-top: 28px;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(217, 83, 79, 0.2);
}

.circlePlans {
    display: inline-flex !important; /* Para centrar el contenido */
    justify-content: center !important;
    align-items: center !important;
    width: 30px !important; /* Ajusta el tamaño del círculo */
    height: 30px !important; /* Ajusta el tamaño del círculo */
    border: 2px solid #003781 !important; /* Borde azul */
    border-radius: 50% !important; /* Hace que sea un círculo */
    font-size: 16px !important; /* Tamaño del texto */
    text-align: center !important;
    line-height: 1 !important; /* Ajusta la alineación del contenido */
}

.circlePlansFailed {
    display: inline-flex !important; /* Para centrar el contenido */
    justify-content: center !important;
    align-items: center !important;
    width: 30px !important; /* Ajusta el tamaño del círculo */
    height: 30px !important; /* Ajusta el tamaño del círculo */
    border: 2px solid black !important; /* Borde azul */
    border-radius: 50% !important; /* Hace que sea un círculo */
    font-size: 16px !important; /* Tamaño del texto */
    text-align: center !important;
    line-height: 1 !important; /* Ajusta la alineación del contenido */
}

.large {
    width: 83px;
    height: 83px;
    background-color: rgba(253, 236, 236, 1);
}

.medium {
    width: 63px;
    height: 63px;
    /*background-color: rgba(234, 253, 243, 1);*/
}

.small {
    width: 43px;
    height: 43px;
    background-color: rgba(251, 187, 167, 1);
}

.medium-cd {
    width: 60px;
    height: 60px;
    background-color: rgba(236, 253, 243, 1);
}

.small-cd {
    width: 40px;
    height: 40px;
    background-color: rgba(209, 250, 223, 1);
}

.icon {
    z-index: 1;
}

*, body {
    font-family: 'font allianz', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    height: 100%;
    scroll-behavior: smooth;
}

.form-body {
    height: 100%;
    background-color: #FFFFFF;
}

    .form-body > .row {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        height: 100%;
    }


.img-holder {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50%);
    min-height: 700px;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    padding: 60px;
    text-align: center;
    z-index: 999;
}

    .img-holder .bg {
        position: absolute;
        opacity: 0.9;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../allianz/img/login.svg");
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    .img-holder .bg-customer-data {
        position: absolute;
        opacity: 0.9;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../allianz/img/customer-data.jpg");
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

.text-start {
    text-align: left;
}

table {
    border-collapse: collapse; /* Elimina el espacio entre las celdas */
    width: 100%;
}

table, th, td {
    border: none; /* Elimina todos los bordes por defecto */
}

th, td {
    padding: 8px;
    text-align: left;
}

/* Bordes exteriores */
tbody tr:first-child td {
    border-top: 1px solid black; /* Borde superior de la primera fila */
}

tbody tr:last-child td {
    border-bottom: 1px solid black; /* Borde inferior de la última fila */
}

tbody td:first-child,
tbody td:last-child {
    border-left: 1px solid black; /* Borde izquierdo de la primera columna */
    border-right: 1px solid black; /* Borde derecho de la última columna */
}

.social-icons {
    text-align: center;
}

.social-icons {
    display: flex;
    flex-wrap: wrap; /* Permite que los íconos ocupen varias líneas */
    align-content: space-between; /* Espacio entre las líneas */
    justify-content: center; /* Centra los íconos en cada línea */
    gap: 20px; /* Espacio entre los íconos horizontal y verticalmente */
}

.social-icon {
    font-size: 20px;
    color: #000;
    text-decoration: none;
}

.contact-row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px; /* Adjust as needed */
}

.company-name {
    font-weight: bold;
    margin: 0 15px; /* Adjust margins for spacing */
}

.vigilado-img {
    position: absolute;
    top: -90px; /* Ajusta este valor para mover la imagen hacia abajo */
    left: 0; /* Mantén la posición horizontal si es necesario */
    width: 60px;
    height: 450px;
    border-radius: 10px;
}
/* Contenedor principal */
.header-container {
    font-family: Arial, sans-serif;
}

/* Menú principal */
.menu-bar {
    display: flex;
    justify-content: space-around;
    padding: 10px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.menu-items {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

    .menu-items li a {
        text-decoration: none;
        color: #003781;
        font-weight: bold;
    }

.search-container input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

/* Banner principal */
.banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(to right, #f3f4f6, #ffffff);
}

.banner-content h1 {
    font-size: 36px;
    color: #003781;
    line-height: 1.2;
}

.banner-image img {
    max-width: 100%;
    border-radius: 10px;
}

/* Submenú */
.submenu-bar {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

    .submenu-bar ul {
        list-style: none;
        display: flex;
        gap: 20px;
        padding: 0;
        margin: 0;
    }

    .submenu-bar li a,
    .submenu-bar .quote-button {
        text-decoration: none;
        color: #003781;
        font-weight: bold;
        padding: 5px 10px;
        border: none;
        background: none;
        cursor: pointer;
    }

    .submenu-bar .quote-button {
        background-color: #003781;
        color: #ffffff;
        border-radius: 4px;
        transition: background 0.3s;
    }

        .submenu-bar .quote-button:hover {
            background-color: #005bb5;
        }

.images-container {
    display: flex;
}

.image {
    width: 50%; /* Ajusta según el tamaño deseado */
    object-fit: cover;
    margin: 0; /* Elimina cualquier espacio entre imágenes */
    padding: 0;
    border: none;
}

.imageLanding {
    width: 1275px; /* Ajusta según el tamaño deseado */
    height: 199px;
    object-fit: cover;
    margin: 0; /* Elimina cualquier espacio entre imágenes */
    padding: 0;
    border: none;
    margin-left: 40px;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #C2C2C2;
    font-family: Arial, sans-serif;
}

.footer-column {
    flex: 1;
    margin: 0 10px;
}

    .footer-column h4 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .footer-column ul {
        list-style-type: none;
        padding: 0;
    }

        .footer-column ul li {
            font-size: 14px;
            color: #474747;
            margin-bottom: 5px;
            cursor: pointer;
        }

            .footer-column ul li:hover {
                text-decoration: underline;
                color: #003781; /* Ajusta al color que prefieras */
            }

.image-banner {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.spinner {
    width: 50px;
    height: 50px;
    animation: rotate 2s linear infinite;
}

.path {
    stroke: #2c7be5;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -125;
    }
}

.disabled-img {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.tooltip-inner {
    background-color: #E1E1E1 !important;
    color: #003781 !important;
    font-size: 13px;
    border-radius: 4px;
    padding: 8px 10px;
    text-align: left;
    max-width: 250px;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #E1E1E1 !important;
}

.form-holder {
    margin-left: 660px;
    width: 50%;
}

    .form-holder .form-content {
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        /*padding: 60px;*/
        min-height: 100%;
    }

        .form-holder .form-content ::-webkit-input-placeholder {
            color: #526489;
        }

        .form-holder .form-content :-moz-placeholder {
            color: #526489;
        }

        .form-holder .form-content ::-moz-placeholder {
            color: #526489;
        }

        .form-holder .form-content :-ms-input-placeholder {
            color: #526489;
        }



.form-content {
    background-color: #FFFFFF;
}

.mobile-blue-bar {
    width: 100%;
    height: 90px;
    background-color: #003781;
    box-shadow: 0px 7px 10px -5px rgba(0,0,0,0.65);
    -webkit-box-shadow: 0px 5px 10px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 10px -5px rgba(0,0,0,0.65);
    margin-top: 20px;
    margin-left: -100px; /* Compensa el margen izquierdo del contenedor padre */
}
.validation-message-container {
    display: flex;
    flex-direction: column;
    gap: 4px; /* Espacio entre elementos */
}

.validation-info-text {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    text-align: justify;
}

.forgot-password-link {
    font-size: 14px;
    color: #007AB3;
    text-decoration: underline;
    cursor: pointer;
}

/* Estilo para cuando hay error */
.validation-message-container.has-error .validation-info-text {
    margin-top: 8px; /* Más espacio cuando hay error */
}

.validation-message-container {
    display: flex;
    flex-direction: column;
    gap: 4px; /* Espacio entre elementos */
}

.validation-info-text {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    text-align: justify;
}

.forgot-password-link {
    font-size: 14px;
    color: #007AB3;
    text-decoration: underline;
    cursor: pointer;
}

/* Estilo para cuando hay error */
.validation-message-container.has-error .validation-info-text {
    margin-top: 8px; /* Más espacio cuando hay error */
}

/* Ajustes para móvil */
@media (max-width: 768px) {
    .row-btns-home {
        float: none !important;
    }

    .btn-want-insured {
        width: 100%;
    }

    .btn-know-coverage {
        width: 100%;
        justify-content: center;
    }

    .container-one {
        margin-left: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .animate-container-banner {
        margin-left: 0 !important;
    }

    .mobile-content-wrapper {
        margin-left: 0 !important;
        width: 100%;
    }

    .mobile-blue-bar {
        margin-left: 0;
        width: 100vw;
        position: relative;
        left: -15px; /* Compensa el padding del contenedor */
    }

    .container-super {
        display: none; /* Ocultar el vigilado super en móvil si es necesario */
    }
}

@media (max-width: 992px) {
    .span-divider-description {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .div-description-plan-modal {
        width: 80% !important;
    }

    .container-super-mobile {
        display: none;
    }

    .img-holder {
        display: none;
    }

    .form-holder {
        margin-left: 0;
        width: 100%;
        padding-left: 40px !important;
    }

    .class-copyright {
        bottom: 60px !important;
        position: relative !important;
        left: 0 !important;
        justify-content: center !important;
        display: flex !important;
    }

    .img-full {
        display: none;
    }

    .container-help {
        margin-top: 1rem !important;
        margin-bottom: 20px !important;
        bottom: 0px !important;
    }
}

@media (min-width: 992px) {
    .form-holder {
        margin-right: 0;
    }

    .img-small {
        display: none;
    }
}

@media (max-width: 846px) {
    .steps-lines {
        width: 100% !important;
        margin-left: 3%;
    }
}

@media (min-width:768px) {
    .col-container-form-document-number {
        padding-left: 0px !important;
    }

    .col-container-form-city {
        padding-right: 0px !important;
    }

    .col-container-form-birthdate {
        padding-right: 0px;
    }

    .steps-lines {
        width: 380px;
        margin-right: 80px;
    }
}

@media (min-width: 1299px) {
    .form-holder .form-content {
        justify-content: right;
    }
}
