@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

:root {
    --padding-banner: 30px;
    --Grey-grey-900: #272b2f;
    --Purple-purple-500: #9e1c64;
    --Blue-blue-500: #101e8e;
    --Blue-blue-50: #e7e9f4;
    --Grey-grey-500: #5c6670;
    --Grey-grey-50: #eff0f1;
    --Blue-blue-300: #5f68b3;
    --Blue-blue-400: #404ba5;
    --Blue-blue-900: #272b2f;
    --Blue-blue-200: #9198cb;
    --Grey-grey-800: #33383e;
    --Grey-grey-200: #b4b9bd;
    --Grey-grey-700: #414850;
    --Grey-grey-300: #92989f;
    --Grey-grey-600: #545d66;
    --Grey-grey-100: #ccd0d3;
    --Grey-grey-400: #7D858D;
    --Gray-900: #101828;
    --Gray-600: #475467;
    --steps-color: #ccd0d3;
    --steps-active-color: #404ba5;
    --body-bg: #f2f2f2;
    --bn-black: #000;
    --Gray-700: #344054;
    --Status-Focus: #1a73e8;
    --Green-green-500: #77bc1f;
    --Green-green-50: #f1f8e9;
    --Status-Error: #e00000;
}

html {
    font-size: 16px;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100dvh;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Nunito";
    background-color: var(--body-bg);
}

/* CONTAINER STARTS */

.container {
    min-height: 100dvh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 80px 1fr auto;
    grid-template-areas:
        "header"
        "content"
        "footer";
}

/* CONTAINER ENDS */

/* HEADER STARTS */

.header {
    grid-area: header;
    padding: 0 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    max-width: 100dvw;
    position: relative;
    z-index: 100;
}

.header__logo {
    height: 40px;
}

/* HEADER ENDS */

.content {
    max-width: 100dvw;
    grid-area: content;
}

.footer {
    display: flex;
    grid-area: footer;
    max-width: 100dvw;
}

.footer__image {
    width: 100%;
    object-fit: cover;
}

/* ELEMENTS */

.button-sbs {
    min-height: 48px;
    width: auto;
    padding: 12px 24px;
    border-radius: 100px;
    color: #fff;
    font-family: inherit;
    border: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    max-width: 286px;
    cursor: pointer;
    background: var(--Grey-grey-100);
}

.button-sbs:focus-visible,
.button-sbs:focus
{
    outline: none;
}


.button-primary {
    background-color: var(--Purple-purple-500);
}

.button-secondary {
    background-color: var(--Purple-purple-500);
    background-color: transparent;
    border: 1px solid var(--Blue-blue-500);
    color: var(--Blue-blue-500);
    min-width: 210px;
}

.input-field {
    height: 48px;
    padding: 0 30px;
    font-family: inherit;
    color: var(--Grey-grey-200);
    border: 1px solid var(--Grey-grey-200);
    border-radius: 5px;
    background-color: transparent;
    color: var(--Grey-grey-700);
    font-size: 16px;
}

.input-field.rz-dropdown {
    padding: var(--rz-input-padding);
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
}

.rz-dropdown-trigger{
    width: fit-content;
}

.input-field:focus-visible {
    outline: 1px solid var(--Grey-grey-500);
    border-color: transparent;
}

.data-fields .input-field {
    flex-grow: 1;
    width: 100%;
    font-family: "Roboto";
}

.data-fields > div{
    width: 100%;
}

.form-group {
    position: relative;
    width: 100%;
}

.form-group label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 16px;
    color: var(--Grey-grey-300);
    padding: 0 16px;
    transition: 0.2s;
    pointer-events: none;
    font-family: "Roboto";
}

.form-group input::placeholder {
    opacity: 0;
}

.form-group input:focus ~ label,
.form-group input:not(:placeholder-shown) + label,
.radzen-input-date.modified:not(.invalid) ~ label,
label.has-value {
    top: 0;
    background-color: #fff;
    font-size: 14px;
    padding: 0 4px;
}

.form-group .rz-dropdown:not(.rz-state-empty) ~ label {
    top: 0;
    background-color: #fff;
    font-size: 14px;
    padding: 0 4px;
}

.rz-dropdown:focus {
    outline: none !important;
    border: none !important;
    box-shadow: inset 0 0 0 1px var(--Grey-grey-500) !important;
}

.rz-multiselect-trigger .rzi-chevron-down:before, .rz-dropdown-trigger .rzi-chevron-down:before {
    content: url('../img/chevron_down.svg');
}

.rz-dropdown-label {
    color: var(--Grey-grey-700);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
/* STEPS STARTS */
.steps-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: clamp(200px, 100%, 500px);
    position: relative;
}

.step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 20;
}

    .step::before {
        position: absolute;
        font-size: 14px;
        color: var(--Grey-grey-500);
        font-weight: 400;
        bottom: -20px;
        text-align: center;
        width: 100%;
        width: 150px;
    }

    .step:nth-child(1)::before {
        content: "Cotiza tu seguro";
    }

    .step:nth-child(2)::before {
        content: "Datos de tu mascota";
    }

    .step:nth-child(3)::before {
        content: "Datos del cliente";
    }

    .step:nth-child(4)::before {
        content: "Paga tu seguro";
    }

.circle {
    border: 2px solid var(--steps-color);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
    background-color: var(--body-bg);
}

.step.active .circle {
    border-color: #404ba5;
}

    .step.active .circle::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: var(--steps-active-color);
        top: 50%;
        left: 50%;
        border-radius: 50%;
        translate: -50% -50%;
    }

.progress-bar {
    background-color: var(--steps-color);
    height: 4px;
    width: 100%;
    position: absolute;
    top: calc(50% - 2px);
    z-index: 10;
}

.indicator {
    height: 4px;
    width: 0;
    background-color: var(--steps-active-color);
}

    .indicator.step-1 {
        width: 0;
    }

    .indicator.step-2 {
        width: 33%;
    }

    .indicator.step-3 {
        width: 66%;
    }

    .indicator.step-4 {
        width: 100%;
    }

.step.completed .circle {
    background-color: #404ba5;
    border-color: #404ba5;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .step.completed .circle::before {
        content: url("../img/checkStep.png");
    }
.footer-r {
    display: none;
}
/* STEPS END */

@media (max-width: 1020px) {
    .footer {
        display: none;
    }
}

/* MODAL STARTS */

::backdrop {
    background-color: #0008;
}

dialog::backdrop {
    background-color: #0008;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    padding: 24px;
    border-radius: 10px;
    width: clamp(500px, 100%, 550px);
    z-index: 10000;
    animation: modalAparecer 1s ease;
}

@keyframes modalAparecer {
    from {
        margin-top: -100px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

.modal__body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.modal-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.modal__content {
    display: flex;
    gap: 16px;
}

.circle-check {
    /* background: radial-gradient(
    circle,
    rgba(0, 255, 0, 0.15),
    rgba(0, 255, 0, 0.05)
  ); */
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.inner-circle {
    background-color: #d1fadf;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
}

.modal__content__terminos h2 {
    color: var(--bn-black);
    font-size: 18px;
    font-weight: 700;
}

.modal__content__terminos div {
    max-height: 400px;
    overflow: auto;
    font-size: 14px;
    margin-top: 25px;
    text-align: justify;
    color: var(--Grey-grey-900);
    font-weight: 400;
    line-height: 22px;
}

.modal__footer {
    font-family: "Inter";
    color: var(--Gray-700);
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}

    .modal__footer label {
        font-size: 13px;
        font-weight: 500;
    }

.btn-cancelar {
    background-color: #fff;
    padding: 10px 18px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-size: 16px;
    color: var(--Gray-700);
    border: 1px solid var(--Gray-300, #d0d5dd);
    border-radius: 8px;
    font-weight: 600;
}

.btn-confirmar {
    background: var(--Status-Focus);
    padding: 10px 18px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-size: 16px;
    color: var(--Gray-700);
    border: 1px solid var(--Status-Focus);
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
}

/* MODAL ENDS */

/* CONDICIONES SEGUROS STARTS */

.condiciones-seguro {
    width: 100%;
    background-color: #fff;
    padding-right: 100px;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.condiciones-seguro__details {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 20px 0;
    max-width: clamp(300px, 100%, 1200px);
}

    .condiciones-seguro__details h2 {
        color: var(--Purple-purple-500);
        font-weight: 400;
        font-size: 34px;
    }

    .condiciones-seguro__details p {
        color: var(--Grey-grey-900);
        font-size: 14px;
    }

    .condiciones-seguro__details h2 span {
        font-weight: 700;
    }

.condiciones-seguro__details__descarga {
    padding: 16px 24px;
    border: 1px solid rgba(151, 151, 151, 0.2);
    border-radius: 8px;
    box-shadow: 0px 1px 1px 0px rgba(60, 133, 127, 0.15);
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

    .condiciones-seguro__details__descarga div h3 {
        color: var(--Blue-blue-400);
        font-size: 16px;
        font-weight: 700;
    }

    .condiciones-seguro__details__descarga div p {
        color: var(--Grey-grey-900);
        font-size: 14px;
        font-weight: 400;
    }

    .condiciones-seguro__details__descarga img {
        max-width: 40px;
    }

    .condiciones-seguro__details__descarga button {
        align-self: flex-end;
        margin-left: auto;
    }

/* CONDICIONES SEGUROS END */

/* BUTTON VOLVER STARTS */

.btn-volver {
    text-decoration: none;
    color: var(--Grey-grey-800);
    display: flex;
    align-self: start;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
}

    .btn-volver:visited {
        color: inherit;
    }

    .btn-volver i {
        content: url(../img/arrow-left.svg);
    }

/* BUTTON VOLVER END */

/* DATA WRAPPER STARTS */

.data-encabezado {
    text-align: center;
}

    .data-encabezado h2 {
        color: var(--Blue-blue-500);
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
    }

    .data-encabezado p {
        color: var(--Grey-grey-800);
        font-size: 20px;
        font-weight: 400;
        line-height: 42px;
    }

        .data-encabezado p span {
            font-weight: 700;
        }

/* CLASE PARA EL BODY CUANDO SE ABRE UN MODAL */
.modal-opened {
    max-height: 100dvh;
    overflow: hidden;
}

/* DATA WRAPPER END */

/* MODAL ASISTENCIAS STARTS */

#modalAsistencias {
    width: clamp(300px, 80%, 1200px);
    padding: 0;
}

    #modalAsistencias .modal__body {
        padding: 0 50px;
        max-height: 600px;
        overflow: auto;
        height: 100%;
    }

.modal-close-btn {
    margin-right: 10px;
}

.table-asistencias {
    width: 100%;
    border-collapse: collapse;
}

    .table-asistencias thead {
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
        background-color: #fff;
    }

        .table-asistencias thead,
        .table-asistencias thead th {
            position: sticky;
            top: 0;
        }

.table-asistencias {
    border-radius: 10px;
}

.table-asistencias,
th,
td {
    border: 0.9px solid var(--Grey-grey-50);
}

    .table-asistencias .recomendado {
        outline: 2.5px solid var(--Status-Focus, #1a73e8);
        position: relative;
    }

        .table-asistencias .recomendado::before {
            content: "Recomendado";
            border: 2px solid var(--Status-Focus);
            position: absolute;
            width: calc(100% + 4px);
            height: 46px;
            padding: 10px;
            border-radius: 0px 0px 8px 8px;
            background: var(--Status-Focus, #1a73e8);
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--bn-white, #fff);
            text-align: center;
            font-size: 16.2px;
            font-weight: 700;
            line-height: 25.2px;
            top: calc(100% - 15px);
            left: -2px;
        }

    .table-asistencias th {
        padding: 20px;
    }

        .table-asistencias th:nth-child(1) {
            color: var(--Blue-blue-400, #404ba5);
            font-size: 18px;
            font-weight: 700;
            line-height: 27px;
            text-align: left;
        }

.table-asistencias__plan-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

    .table-asistencias__plan-info span:nth-child(1) {
        color: var(--Grey-grey-900, #272b2f);
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px; /* 150% */
    }

    .table-asistencias__plan-info span:nth-child(2) {
        color: var(--Grey-grey-800);
        font-size: 28.8px;
        font-weight: 700;
        line-height: 37.8px;
    }

        .table-asistencias__plan-info span:nth-child(2)::first-letter {
            color: var(--Grey-grey-800);
            text-align: center;
            font-size: 21.6px;
            font-weight: 700;
            line-height: 30.6px; /* 141.667% */
        }

    .table-asistencias__plan-info span:nth-child(3) {
        color: var(--Grey-grey-500, #5c6670);
        text-align: center;
        font-size: 14.4px;
        font-weight: 400;
        line-height: 21.6px; /* 150% */
    }

.table-asistencias td {
    padding: 11px;
}

.table-asistencias tbody tr:nth-child(1) td {
    padding-top: 50px;
}

.table-asistencias .info__asistencia {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .table-asistencias .info__asistencia span:nth-child(1) {
        color: var(--Grey-grey-900);
        font-size: 14px;
        font-weight: 700;
        line-height: 18px; /* 142.857% */
    }

    .table-asistencias .info__asistencia span:nth-child(2) {
        color: var(--Grey-grey-500);
        font-size: 12px;
        font-weight: 400;
        line-height: 16.2px;
    }

.table-asistencias .column-asistencia {
    max-width: 300px;
}

.table-asistencias .no-cubre div,
.table-asistencias .cubre div {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-asistencias .no-cubre div {
    border: 1px solid #e00000;
}

.table-asistencias .no-cubre img {
    content: url(../img/cross.svg);
}

.table-asistencias .no-cubre div {
    width: 27px;
    height: 27px;
}

td.no-aplica{
    text-align: center;
}

.table-asistencias .cubre img {
    content: url(../img/checkcubre.svg);
    margin: auto;
    width: 27px;
    height: 27px;
}

/* MODAL ASISTENCIAS ENDS */

.alerta-success {
    width: 100%;
    padding: 18px 24px;
    border-radius: 8px;
    border: 1px solid var(--Green-green-500);
    background: var(--Green-green-50);
    display: flex;
    gap: 12px;
    color: var(--Grey-grey-800, #33383e);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    align-items: center;
}

.alerta-success.info {
    background: #cce5ff;
    color: var(--Grey-grey-800, #33383e);
    border: 1px solid #cce5ff;
}

.alerta-success.info img{
    width: 30px;
}

.banner-adquirir-seguro {
    display: none;
}

.text-validacion-error {
    color: var(--Status-Error);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-left: 16px;
    margin-top: 3px;
}

.input-field.invalid {
    border-color: var(--Status-Error);
}

.input-field.invalid + label {
    color: var(--Status-Error);
}

.input-field.invalid:focus,
.input-field.invalid:focus-visible {
    outline: none;
}

.rz-dropdown.invalid{
    box-shadow: none;
}

.rz-dropdown:not(:disabled):not(.rz-state-disabled):hover {
    border: 1px solid var(--Grey-grey-200);
}

.rz-dropdown.invalid:not(:disabled):not(.rz-state-disabled):hover {
    border: 1px solid var(--Status-Error);
}

.rz-dropdown.invalid:focus {
    outline: none !important;
    border: none !important;
    box-shadow: inset 0 0 0 1px var(--Status-Error) !important;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

@keyframes spinner-border{
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading-btn {
    width: fit-content;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.invalid-button{
    pointer-events: none;
}

.radzen-input-date.input-field{
    padding: 0;
}

.radzen-input-date.input-field .rz-calendar {
    padding: 0 30px;
}

.rz-calendar .rz-inputtext {
    padding: 0.4375rem 0
}


.rz-calendar .rz-inputtext {
    border: none;
    height: 100%;
}

.rz-calendar .rz-inputtext:not(:disabled):not(.rz-state-disabled):focus {
    box-shadow: none;
    border: none;
}

.rz-calendar .rz-inputtext:not(:disabled):not(.rz-state-disabled):hover {
    box-shadow: none;
    border: none;
}

.rz-calendar{
    height: 100%
}

.notiflix-report {
    z-index: 99999999 !important;
}

ul {
    margin-left: 2rem;
}

.sublist{
    margin-left: 3rem;
}

.sublist.abc{
    list-style: none;
}

li{
    margin-bottom: .5rem;
}

.data-cotizacion{
    display: flex;
    justify-content: center;
    width: 100%;
}

    .data-cotizacion span {
        font-size: 18px;
        font-weight: 600;
        color: var(--Blue-blue-500);
    }

.modal__content__terminos p{
    margin-right: 15px;
}
.condiciones-seguro_imagen-r {
    display: none;
}

.condiciones-seguro__details_h2-r {
    display: none;
}

.condiciones-seguro__details_button-r {
    display: none;
}
.Resumen__mascotas_seguro {
    display: none;
}
/* Solo para el responsive */
@media (max-width: 1025px) {
    .header {
        max-width: none;
        padding: 0 25px;
        padding-bottom: 25px;
        padding-top: 25px;
    }

    .header__logo {
        height: 30px;
    }

    .content {
        max-width: none;
    }

    .container {
        display: flex;
        flex-direction: column;
        height: 100%;
        
    }

    .container-mascotas {
        background-color: #fff;
    }

    .step::before {
        bottom: -50px;
        max-width: 80px;
        font-size: 13px;
    }

    .data-encabezado {
        display: flex;
        flex-direction: column;
    }

        .data-encabezado h2 {
            font-size: 24px;
            line-height: 34px;
        }

        .data-encabezado p {
            font-size: 16px;
            line-height: 24px;
        }

    .data-wrapper .form-data {
        width: 100% !important;
    }

    .data-wrapper button {
        width: 100% !important;
        max-width: none !important;
    }

    .condiciones-seguro {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 10px;
    }

    .condiciones-seguro_imagen {
        display: none;
    }

    .condiciones-seguro_imagen {
        display: none;
    }

    .condiciones-seguro_imagen-r {
        display: flex;
        height: 74px;
    }

    .condiciones-seguro__details_h2 {
        display: none;
    }

    .condiciones-seguro__details_h2-r {
        display: flex;
    }

    .condiciones-seguro__details h2 {
        color: var(--Blue-blue-400);
        font-weight: 700;
        font-size: 20px;
    }

    .condiciones-seguro__details__descarga {
        display: none;
    }

    .condiciones-seguro__details p {
        padding-top: 14px;
    }

    .condiciones-seguro__details_button-r {
        display: flex;
    }

        .condiciones-seguro__details_button-r button {
            width: 100%;
            max-width: none;
        }

    .scrollable {
        scroll-snap-type: x mandatory; /* Hace que los elementos se deslicen de forma más fluida */
        --webkit-overflow-scrolling: touch; /* Mejora la experiencia de scroll en iOS */
        scroll-snap-align: start;
    }

        .scrollable::-webkit-scrollbar {
            height: 8px; /* Reduce la altura en móviles */
        }

        .scrollable::-webkit-scrollbar-thumb {
            background: #9E1C64;
            border-radius: 4px;
        }

    ul {
        margin-left: 1rem;
    }

    .sublist {
        margin-left: 2rem;
    }

    .modalAlerta{
        max-width: 330px !important;
    }
}

@media (max-width: 370px){
    .modal__footer .button-sbs, .modal__footer label{
        font-size: 12px;
    }

    .modal__content__terminos div{
        font-size: 13px;
    }

    
}

@media (max-width: 500px){
    .step::before {
        max-width: 60px;
        font-size: 12px;
    }
}


