/* Reset */
:root {
    color-scheme: light;
}

* {
    margin: 0;
    padding: 0;
    border: none;
}

a,
a:link {
    color: inherit;
}

html {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: Helvetica, sans-serif;
    text-align: center;
    line-height: 1.3;
    color: white;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
}

.wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: auto;
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
    max-width: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.wrapper-bottom {
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.wrapper-form {
    position: relative;
    margin: 30px auto;
    padding: 20px 0;
    width: 90%;
    max-width: 350px;
    bottom: 10%;
    background: #fffb;
    box-shadow: 0 10px 20px #0009;
    border-radius: 9px;
    padding: 10px;
}

.wrapper-form-title {
    margin: 10px 0;
    font-size: 15px;
    color: #090502;
    font-weight: bold;
}

.wrapper-form-input {
    position: relative;
    padding: 3%;
    margin: 10px auto;
    width: 84%;
    color: #09050299;
    font-size: 32px;
    /* line-height: 2; */
    text-align: center;
    background: #fffb;
    border: none;
    border-bottom: 1px solid #bbb;
    border-radius: 11px;
}

.intro-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    /* height: calc(100dvh - 100px); */
    /* height: calc(100dvh - 160px); */
    height: calc(100dvh - 170px);
    overflow: hidden;
}

.intro-background {
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0px;
    /* top: 0; */
    left: 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask-image: -webkit-gradient(linear, left 20%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}

.img-upper {
    position: relative;
    top: 60px;
    margin: 0 auto;
    width: 100%;
    height: 52%;
    max-height: 52%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.img-upper img {
    /* height: 100%; */
    width: 100%;
}

#landing .intro-background {
    filter: blur(3px);
}

#landing .img-upper {
    filter: blur(3px);
}

#landing.wrapper {
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}

.logo {
    position: absolute;
    /* margin: 10px 0; */
    top: 10px;
    height: 60px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.intro-copy {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* margin: 10px; */
    align-items: center;
}

.phone-number {
    font-size: 45px;
    padding: 8px;
    width: 90%;
    text-align: center;
    border-radius: 6px;
}

.pin-number {
    font-size: 70px;
    padding: 8px;
    width: 90%;
    text-align: center;
    border-radius: 6px;
}

.product-description {
    padding: 10px;
    /* font-size: 0.9em;  */
}

.price-description {
    font-size: 1.17em;
}

.bullets-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px;
}

.bullet {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.bullet-title {
    background: #0003;
    padding: 10px;
    border-radius: 8px;
    color: #000;
    font-weight: normal;
}

.bullet-body {
    display: none;
}

.active .bullet-body {
    display: block;
    margin: 10px 0;
}

.bullet-arrow {
    display: inline-block;
    margin: 0 10px;
    width: 16px;
    height: 12px;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    transition: transform .25s;
}

.active .bullet-arrow {
    transform: rotate(180deg);
}

.contact-wrapper {
    display: flex;
    flex-direction: column;
    margin: 20px;
    text-align: left;
}

.fixed-button-wrapper {
    position: fixed;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 10px 0;
    padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
    width: 100%;
    bottom: 0;
    left: 0;
    padding-bottom: 25px;
}

.fixed-button {
    width: 100%;
    max-width: 336px;
    margin: auto;
    padding: 16px 12px;
    border-radius: 8px;
    font-size: large;
}

.pricing {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    /* margin: 0px 20px 0px 20px; */
}

.pricing-logo {
    width: 100px;
    /* height: 50px; */
    text-align: center;
}

.pricing-col {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 10px;
    border-bottom: 1px solid #fff4;
    text-align: left;
    align-items: center;
    font-size: 0.9em;
}

/* LOADER */
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #13131a;
}

.loader-animation {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    border: 2px solid rgba(255, 255, 255, .2);
    border-right-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    animation: loader 1.5s infinite;
}

@keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

.loader-message {
    position: absolute;
    width: 100%;
    top: calc(50% + 30px);
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: absolute;
    width: 150px;
    top: calc(50% + 30px);
    left: calc(50% - 85px);
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    padding: 5px;
}

/* MISC */
.btn_loading:after {
    content: "";
    display: inline-block;
    margin: 0 0 0 10px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-bottom: 2px solid #fff3;
    animation: spin 1s infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ERRORS */
.error-popup-wrapper {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0009;
    z-index: 10;
}

.error-popup {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    width: calc(90% - 40px);
    max-width: 460px;
    max-height: calc(100% - 120px);
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 6px;
    transform: translate(-50%, -45%);
    opacity: 0;
    animation: fade-in .5s forwards;
}

@keyframes fade-in {
    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.error-img {
    position: relative;
}

.error-msg {
    padding: 10px 5% 0;
    color: #333;
    text-align: center;
}

.error-popup .button {
    width: calc(100% - 30px);
    margin: 15px;
    padding: 12px;
    border-radius: 4px;
    background-color: #007bff;
}

.btn {
    position: relative;
    display: block;
    margin: 10px auto;
    padding: 15px 1px;
    bottom: 0;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
    text-align: center;
    background: #D12E31;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

.btnback {
    border: solid 0.9px;
    padding: 9px 9px;
    border-radius: 8px;
    font-size: large;
    display: none;
    color: white;
    background-color: transparent;
    border-color: white;
}

/* Terms */
.terminos {
    width: 100%;
    font-size: 10px;
    bottom: 0;
    font-weight: lighter;
    font-family: helvetica, arial, sans-serif;
    /* color: rgba(255, 255, 255, 1); */
    color: lightgray;
    background: #000000;
    text-align: center;
    line-height: initial;
}

.terminos p {
    padding: 10px 3.5vw;
    font-size: 2.9vw;
}

@media only screen and (min-width: 600px) {
    .terminos p {
        padding: 10px 15px;
        font-size: 14px;
    }
}

.terminos a {
    display: inline-block;
    padding-top: 5px;
    font-weight: bold;
    line-height: inherit;
    /* color: white; */
}

.terminos .destacadoterminos {
    font-weight: bold;
    font-size: 12px;
}

.terminos .price-highlight {
    padding: 10px 15px;
    display: block !important;
    background: #00000099;
    font-size: 3.5vw;
    font-weight: bold;
}

@media only screen and (min-width: 600px) {
    .terminos .price-highlight {
        font-size: 14px;
    }
}

.btn-link {
    background-color: transparent;
    color: #090502 !important;
    font-size: 16px;
    text-transform: lowercase;
    text-decoration: underline;
    text-decoration: none;
}

/* BREADCRUMBS */
.breadcrumb {
    position: sticky;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    z-index: 1;
    width: 100%;
    top: 0px;
    padding: 4px 0px 6px 13px;
    box-shadow: 0 1px 20px 0px #f1f1f1;
}

@property --progress-value {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

@keyframes progress {
    to {
        --progress-value: 0;
    }
}

.progress-circle {
    width: 45px;
    height: 45px;
    position: relative;
}

.progress-circle svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    /* empieza desde arriba */
}

.progress-circle circle {
    fill: none;
    stroke-width: 3;
}

.bg {
    stroke: #ffffff;
}

.progress {
    stroke: #00aaff;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.3s ease;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: bold;
    pointer-events: none;
}

.percent-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    pointer-events: none;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.current_step {
    width: 100%;
    /* border-bottom: 1px solid white; */
    font-size: 14px;
    text-transform: uppercase;
}

.next_step {
    width: 100%;
    margin-top: 5px;
    font-size: 11px;
    font-style: italic;
}