﻿@font-face {
    font-family: "font allianz";
    src: url("fonts/AllianzNeo-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) {
    .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: 25px;
        height: 25px;
        border-radius: 50%;
        border: 2px solid #ccc;
        background-color: white;
        color: #ccc;
    }

    .step-round.completed .circle-step {
        background-color: #003781;
        color: white;
        border-color: #003781;
    }

    .step-round.active .circle-step {
        background-color: white;
        color: #003781;
        border-color: #003781;
    }

    .step-round span {
        font-size: 14px;
        color: #ccc;
    }

    .step-round.completed span {
        color: black;
    }

    .step-round.active span {
        color: #003781;
    }

.line {
    flex: 1;
    height: 2px;
    background-color: #ccc;
    margin: 0 10px;
    align-self: center;
}

.circle-plans-benefits {
    margin: 0 auto;
    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: 50px;
    height: 50px;
    background-color: #FFFFFF;
    color: #003781;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}

.dotted-line {
    width: 88%;
    height: 1px;
    background: white !important;
    border: none;
    border-top: 1px dashed white;
    position: absolute;
    top: 14%; /* 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: 768px) {
    .navbar-component-ml {
        margin-left: 30px;
    }

    .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: 0px !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;
    }

    .container-info-benefits {
        display: none;
    }

    .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 {
        background-color: transparent !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.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 120px;
}

.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%;
}

.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: 600px;
    width: 100%;
}

    .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 */
}

/* Ajustes para móvil */
@media (max-width: 768px) {
    .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) {
    .container-super-mobile {
        display: none;
    }

    .img-holder {
        display: none;
    }

    .form-holder {
        margin-left: 0;
    }

    .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) {
    .container-one {
        margin-top: 60px !important;
    }

    .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: 600px;
        margin-right: 80px;
    }
}

@media (max-width: 768px) {
}
