﻿.plans-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}


.plan-card {
    width: 600px;
    height: 500px;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 25px;
    border: none;
    pointer-events: auto;
}

.plan-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.plan-title {
    margin-bottom: 20px;
    font-family: font-light olivos !important;
    font-size: 24px !important;
    font-weight: bold;
    margin-top: 20px;
    color: #434343 !important;
}

.plan-description {
    margin-bottom: 20px;
    font-family: font-light olivos !important;
    font-size: 18px !important;
    color: #434343 !important;
}

.btn-add {
    background-color: #97D700;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer !important;
    font-size: 20px;
    width: 315px;
    height: 56px;
    margin-top: 12px;
    pointer-events: auto;
}

.custom-select {
    appearance: none;
    background: white url('../../comfandi/img/ArrowInput.svg') no-repeat right 10px center;
}

.card-invalid-selection {
    color: #E93535 !important;
    border: 1px solid #E93535 !important;
}

.input-number-invalid-selection {
    border: 1px solid #E93535 !important;
}

.increment-invalid-selection {
    color: #E93535 !important;
}

.decrement-invalid-selection {
    color: #E93535 !important;
}

.divider-input-invalid-selection {
    background-color: #E93535 !important;
}

.btn-pets-invalid-selection {
    color: #E93535 !important;
    border: 1px solid #E93535 !important;
}

.btn-beneficiary-selected {
    background-color: #003DA5 !important;
    color: white !important;
}

.input-number {
    display: flex;
    align-items: center;
    border: 1px solid #1A4D9E;
    border-radius: 8px;
    overflow: hidden;
    height: 85%;
}

    .input-number button {
        background: none;
        border: none;
        color: #1A4D9E;
        font-size: 35px;
        cursor: pointer;
        font-family: 'font-light olivos';
        padding-left: 15px;
        padding-right: 15px;
    }

    .input-number input {
        text-align: center;
        border: none;
        width: 90%;
        font-size: 18px;
        outline: none;
    }

.divider-input {
    width: 1px;
    background-color: #1A4D9E;
    height: 39px;
}

.info-box {
    display: flex;
    align-items: center;
    text-align: left;
    color: white;
}

    .info-box i {
        background-color: #FF5C5C;
        padding: 15px;
        border-radius: 50%;
        color: white;
        font-size: 24px;
        margin-right: 15px;
    }

    .info-box h5 {
        font-weight: bold;
        margin-bottom: 5px;
    }

.divider {
    border-left: 1px solid #F6F6F6;
    height: 100px;
}

.table-striped {
    --bs-table-striped-bg: #f6f6f6;
}

.card-white-olivos {
    border-radius: 20px;
    border: 0;
    box-shadow: 0px 9px 10px 0px rgba(0, 60, 106, 0.07);
}

.carousel-indicators [data-bs-target] {
    border-bottom: 0;
    background-color: #ccc;
    border-radius: 80px;
    border-top: 0;
    width: 10px;
    height: 10px;
    opacity: inherit;
    margin-right: 4px;
    margin-left: 4px;
}

.carousel-indicators .active {
    opacity: 1;
    border-bottom: 0;
    background-color: #003DA0;
    border-radius: 80px;
    border-top: 0;
    width: 28px;
    height: 10px;
}

.center-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blazored-typeahead.valid.modified {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.blazored-typeahead__controls {
    flex: 0;
    width: 90%;
}

.blazored-typeahead__results {
    width: 101% !important;
    margin-left: -11px;
    border-radius: 10px;
}

.blazored-typeahead {
    border: 1px solid #979797 !important;
    padding-left: 8px !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    background-image: url(../../comfandi/img/ArrowInput.svg) !important;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    background-color: white;
}

.blazored-typeahead__input {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.blazored-typeahead__result, .blazored-typeahead__notfound, .blazored-typeahead__results-help-template, .blazored-typeahead__results-header, .blazored-typeahead__results-footer {
    padding-left: 15px !important;
    padding-top: .21rem !important;
}

    .blazored-typeahead__active-item,
    .blazored-typeahead__result:hover,
    .blazored-typeahead__result:focus {
        background-color: #1967d2 !important;
        border-top: 1px solid #1967d2 !important;
        border-bottom: 1px solid #1967d2 !important;
        color: #fff;
        cursor: pointer;
        padding-left: 15px !important;
        padding-top: .21rem !important;
    }

.classSelectSpecie {
    border: 1px solid #003DA0 !important;
}

.text-danger {
    color: #ED2B11 !important;
}

.error-input-validation {
    border: 1px solid #ED2B11 !important;
}

.btn-form-olivos {
    border: 1px solid #979797;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    font-size: 15px;
    color: #777777;
}

.text-errors-validation {
    color: #ED2B11 !important;
}

.custom-radio-errors-validation {
    border: 1px solid #ED2B11 !important;
    background-color: rgba(237, 43, 17, 0.1) !important;
}

.modal-dialog-scrollable {
    :: -webkit-scrollbar-thumb

{
    background-color: #c0c0c0;
    border-radius: 15px;
}

}

img.btn-whatsapp {
    display: block !important;
    position: fixed;
    z-index: 9999999;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    border-radius: 100px !important;
}

    img.btn-whatsapp:hover {
        border-radius: 100px !important;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
        -moz-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
        box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
        transition-duration: 1s;
    }

@media (max-width: 767px) {
    .text-sm2-center {
        text-align: center !important;
    }

    .container-img-family {
        border-top-right-radius: 18px;
        border-top-left-radius: 18px;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .container-assists {
        border-bottom-right-radius: 18px;
        border-bottom-left-radius: 18px;
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
}

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #979797;
}

    .quantity input:focus {
        outline: 0;
    }

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
    margin-left: 19px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .quantity-button.quantity-up {
        position: absolute;
        height: 50%;
        top: 0;
        border: 1px solid #979797;
    }

    .quantity-button.quantity-up-beneficiary {
        position: absolute;
        height: 50%;
        top: 0;
        border: 1px solid #979797;
    }

    .quantity-button.quantity-down {
        position: absolute;
        bottom: 0;
        height: 50%;
        border: 1px solid #979797;
    }

table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 14px; /* Tamaño de fuente más pequeño */
}

th {
    font-weight: bold;
}

td {
    vertical-align: middle; /* Centrar contenido verticalmente */
}

.check-icon {
    color: #00bcd4; /* Color azul */
    font-size: 1.2rem; /* Tamaño del ícono ajustado */
}




.carousel-control-next, .carousel-control-prev, .carousel-control-next-mobile, .carousel-control-prev-mobile {
    height: 40px;
    width: 40px !important;
    font-size: 17px;
    opacity: inherit !important;
    top: 150px !important;
    border-radius: 50%;
    background-color: white;
}

    .carousel-control-next:disabled, .carousel-control-prev:disabled, .carousel-control-next-mobile:disabled, .carousel-control-prev-mobile:disabled {
        display: none;
    }

.carousel-control-next-mobile {
    right: 0;
}

.carousel-control-prev-mobile {
    left: 0;
}

.carousel-control-next-mobile, .carousel-control-prev-mobile {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-item {
    list-style: none;
}

.radio-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

    .radio-container input[type="radio"] {
        display: none;
    }

.custom-radio {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #b3e283; /* Color del borde */
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}

    .custom-radio::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-color: #a4d43c; /* Color del círculo interior */
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.2s;
    }

input[type="radio"]:checked + .custom-radio::after {
    opacity: 1;
}


@font-face {
    font-family: "font olivos";
    src: url("fonts/Outfit-Regular.ttf");
}

@font-face {
    font-family: "font-light olivos";
    src: url("fonts/Outfit-Light.ttf");
}

.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: #13A0D5;
        color: white;
        border-color: #13A0D5;
    }

    .step-round.active .circle-step {
        background-color: white;
        color: #13A0D5;
        border-color: #13A0D5;
    }

    .step-round span {
        font-size: 14px;
        color: #ccc;
    }

    .step-round.completed span {
        color: black;
    }

    .step-round.active span {
        color: #13A0D5;
    }

.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: #f6f6f6;
    color: #003DA5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto;
    border: 1px solid #003DA5;
}

.circle-plans-selected {
    width: 50px;
    height: 50px;
    background-color: #003DA5;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    border: 1px solid #003DA5;
}

.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: 100%;
    height: 2px;
    background: white;
    border: none;
    border-top: 2px dashed white;
    position: absolute;
    top: 25%; /* Ajusta según el diseño */
    left: 100%;
    z-index: -1;
}

.step {
    position: relative;
}

    .step h5 {
        margin-top: 5px;
    }

    .step p {
        color: #ffff;
    }

    .step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 25px;
        width: 100%;
        height: 2px;
        border-top: 1px solid #003DA0;
        z-index: -1;
        overflow: hidden;
    }

@media (min-width: 992px) {
    .step:last-child {
        border-right: none;
    }
}

@media (max-width: 991.98px) {
    .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__logo {
        margin-left: 0px !important;
    }

    .btn-prev-policy {
        text-align: center !important;
    }

    .btn-next-policy {
        text-align: center !important;
    }

    .container-one {
        order: 2;
    }

    .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 {
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 13px;
    }

    .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: 15px;
        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;
    }
}

.navbar-component__logo {
    height: 60px;
    width: 210px;
    background: url(../../comfandi/img/LogoComfandiClaro.svg);
    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);
}

.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 olivos', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    height: 100%;
    background-color: #f6f6f6;
}

.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;
    right: 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;
        right: 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;
    }

@media (min-height: 700px) {
    .img-holder {
        position: fixed;
    }
}

.form-holder {
    margin-right: 550px;
    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;
}

/* Línea vertical (solo en escritorio) */
.divider-vertical {
    margin-top: 20px;
    padding: 0;
    width: 0;
    height: 100px;
    border-left: 2px solid white;
}

/* Línea horizontal para móviles */
.divider-horizontal {
    border: none;
    border-top: 2px solid white;
    width: 80%;
    margin: 20px auto;
    opacity: 1;
}



.circle-plans, .circle-plans-selected {
    width: 40px;
    height: 40px;
    background-color: #E9F6FF;
    border: 2px solid #007BFF;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #007BFF;
    position: relative;
    z-index: 2;
}

.circle-plans-selected {
    background-color: #007BFF;
    color: white;
}

/* Líneas entre pasos */
.step-line-container {
    position: relative;
    margin-top: 40px;
}

    .step-line-container::before,
    .step-line-container::after {
        content: '';
        position: absolute;
        top: 20px;
        width: 33.33%;
        height: 2px;
        background-color: #007BFF;
        z-index: 1;
    }

    .step-line-container::before {
        left: 16.66%;
    }

    .step-line-container::after {
        left: 49.99%;
    }

@media (max-width: 576px) {
    .step-line-container::before,
    .step-line-container::after {
        display: none;
    }
}


@media (max-width: 992px) {
    #bodyImg {
        background-image: none !important;
    }

    .carousel-control-prev {
        margin-left: -20px !important;
    }

    .carousel-control-next {
        margin-right: -20px !important;
    }

    .img-holder {
        display: none;
    }

    .form-holder {
        margin-right: 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: 1.5rem !important;
        margin-bottom: 5px !important;
    }
}

@media (min-width: 992px) {
    .form-holder {
        margin-right: 0;
        width: calc(100% - 50%);
    }

    .img-small {
        display: none;
    }
}

@media (min-width:768px) {
    .container-one {
        margin-top: 100px !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;
    }

    .buy-button-container {
        padding-left: 10px;
    }
}

@media (max-width: 320px) { /* iPhone 5 tiene un ancho de 320px */
    .position-absolute {
        width: 90%; /* Asegura que el contenido no sea demasiado ancho */
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .buy-button-container {
        justify-content: flex-start !important; /* Mueve el botón a la izquierda */
    }

    button {
        font-size: 12px; /* Reduce el tamaño del texto */
        padding: 8px 12px; /* Reduce el tamaño del botón */
    }
}

@media (max-width: 768px) {
    .divider {
        height: 30px; /* Ajusta la altura en móviles */
    }

    .buy-button-container .small-print {
        transform: translateX(-15px);
    }
}


/* Responsive ajustes para cards en móvil (<= 576px) */
@media (max-width: 576px) {
  .plans-container { padding: 0 16px; }
  .plan-card { width: 100% !important; height: auto; padding: 20px; }
  .plan-image { width: 100% !important; height: auto !important; object-fit: contain; }
  .btn-add { width: 100%; max-width: 320px; }
}
