:root {
    --primary-color: #7119c3;
    --secondary-color: #8A8C8D;
    --tertiary-color: #fbfbfb;
    --cuartiary-color: #ff7b00;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: "Open Sans", sans-serif;
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative;
}


.iti__search-input {
    height: 100%;
}

.gap {
    gap: 1em;
}

/* -- effects -- */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

/* -- effects -- */
/* -- Colors -- */

.red {
    background-color: #F44336 !important;
}

.orange {
    background-color: var(--cuartiary-color) !important;
}

.purple {
    background-color: var(--primary-color) !important;
}

.purple-text {
    color: var(--primary-color) !important;
}

.purple-text-390 {
    color: #7119c39b !important;
}

.black {
    background-color: #000000 !important;
}

.black-text {
    color: #000000 !important;
}

.white {
    background-color: #FFFFFF !important;
}

.white-text {
    color: #FFFFFF !important;
}

.watermelon {
    background-color: #f8f8f8 !important;
}

.grey {
    background-color: #8A8C8D !important;
}

.grey-text {
    color: #9e9e9e !important;
}

.grey.lighten-2 {
    background-color: #e0e0e0 !important;
}

.kiwi {
    background-color: #3c454a !important;
}

.kiwi-text {
    color: #3c454a !important;
}

/* -- Colors -- */
/* -- btn -- */

.menu-location {
    color: #fff;
    position: relative;
    bottom: 40px;
    left: 25px;
}

.inputV4 {
    width: 100%;
    padding: 0 1em;
}

.inputV4 {
    height: 44px;
    background-color: #05060f0a;
    border-radius: .5rem;
    border: 2px solid transparent;
    font-size: 1rem;
    transition: border-color .3s cubic-bezier(.25, .01, .25, 1) 0s, color .3s cubic-bezier(.25, .01, .25, 1) 0s, background .2s cubic-bezier(.25, .01, .25, 1) 0s !important;
}

.inputV4:hover,
.inputV4:focus {
    outline: none !important;
    border-color: #7119c3 !important;
}

.selectClass {
    width: 75%;
}

.selectClass {
    height: 44px;
    border-radius: .5rem;
    border: 1px solid #d7d0d0;
    padding: 0 1em;
    font-size: 1rem;
}

.selectClass:hover,
.selectClass:focus {
    outline: none !important;
    border-color: #7119c3 !important;
}

/* -- btn --*/
/* -- track section -- */

.nav-track {
    width: 100%;
    background-color: var(--primary-color);
    height: 3.5em;
}

.track-title {
    margin: 0 0 5%;
    font-size: 30px;
    font-weight: 600;
}

.tracking-data {
    margin: 22px 0 0 0;
    border-radius: 16px;
}

.tracking-data label {
    font-size: 14px;
    color: #a9a9a9;
    line-height: 32px;
}

.padding-track {
    padding: 3em;
    border-radius: 12px;
    min-height: 22em;
}

.banner_track {
    padding: 3% 0 0 0;
    margin: 0 0 6% 0;
    display: flex;
    flex-direction: row;
}

.trackcontainer {
    margin-left: 10%;
    padding-right: 5%;
    width: 100%;
}

.img-track {
    width: 40%;
    height: 100%;
    position: relative;
    right: 42px;
}

.track-text {
    color: #acacac;
    font-size: 13px;
}

.btn-conf {
    display: flex;
    align-items: center;
    border-radius: 1.6em;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--tertiary-color) !important;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    justify-content: center;
    transition: background-color .3s, box-shadow .3s;
}

.btn-conf:hover {
    background-color: var(--cuartiary-color);
    border: 1px solid var(--cuartiary-color);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1222px) {

    .img-track {
        top: 2em;
    }
}

@media (max-width: 1099px) {

    .img-track {
        top: 4em;
    }
}

@media (max-width: 992px) {

    .container,
    .trackcontainer {
        margin-left: 0;
        padding: 0 3em 0 3em;
        width: 100%;
    }

    .img-track {
        top: 5em;
    }
}

@media (max-width: 824px) {
    .img-track {
        display: none;
    }

    .banner_track {
        margin: 0 0 15% 0;
    }
}

@media (max-width: 650px) {

    .container,
    .trackcontainer {
        margin-left: 0;
        padding: 0 2em 0 2em;
        width: 100%;
    }

    .banner_track {
        margin: 0 0 20% 0;
    }
}

@media (max-width: 550px) {

    .track-title {
        text-align: center;
    }

    .descr-text-track,
    .track-text {
        text-align: justify;
    }

    .trackcontainer {
        margin-left: 0;
        padding: 0 1.5em 0 1.5em;
        width: 100%;
    }

}

@media (max-width: 500px) {

    .padding-track {
        padding: 2.2em;
        height: 29em;
    }
}

@media (max-width: 440px) {

    .track-title {
        font-size: 26px;
    }

    .descr-text-track {
        font-size: 16px;
    }
}

/* -- track section -- */
/* -- footer -- */

.footer-track {
    background-color: var(--primary-color);
    width: 100%;
    height: 25.5em;
    padding: 22px 5.5em;
}

.list-unstyled {
    list-style: none;
}

.footer-flex {
    display: flex;
    flex-direction: row;
}

.footer-exp .bold {
    margin: 28px 0 0;
}

.footer-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1em;
    margin: 8px 0 0 0;
}

.fa-position {
    font-size: 42px;
    color: #fff;
}

.footer-logo {
    width: 12em;
    padding: 1em 0 22px;
}

.footer-exp p {
    color: #fff;
    font-size: 14px;
    max-width: 75%;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    padding: 1em;
}

.contact-direct {
    margin: 0 0 40% 0;
}

.contact-direct p,
.contact-email p {
    color: #fff;
    font-size: 16px;
}

.contact-direct .bold,
.contact-email .bold {
    margin: 0 0 14px 0;
}

.bold {
    font-weight: bold;
    font-size: 14px !important;
}

.footer-links {
    display: flex;
    flex-direction: column;
    padding: 1em;
    line-height: 16px;
    align-items: flex-start;
    margin: 0 2% 0 17%;
}

.footer-links p {
    font-weight: bold;
    font-size: 14px;
}

.footer-links p,
.footer-links a {
    color: #fff;
    margin: 8px 0;
    text-decoration: none;
}

.footer-2024 p {
    color: #fff;
    font-size: 14px;
}

.footer-2024 {
    margin: 30px 0 0;
}

@media (max-width: 1090px) {

    .footer-flex {
        flex-direction: column;
    }

    .footer-exp .bold {
        margin: 20px 0 0;
    }

    .footer-2024 {
        margin: 0;
    }

    .footer-logo {
        padding: 1em 0 1em;
    }

    .footer-links {
        padding: 0;
        margin-left: 0;
    }

    .footer-track {
        height: 54em;
        padding: 40px 0 0 22px;
    }

    .contact-direct {
        margin: 0 0 38px;
    }

    .footer-contact {
        padding: 38px 0;
    }

    .footer-exp {
        margin: 0 0 50px 0;
    }

    .contact-direct .bold,
    .contact-email .bold {
        margin: 0 0 7px 0;
    }
}

/* -- footer -- */
/* -- Calculadora -- */

.banner_calc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10% 0;
}

.calc-container {
    width: 50%;
    border-radius: 12px;
    padding: 30px;
}

.calc-container h1 {
    font-size: 30px;
    font-weight: 600;
    color: #4f4b5c;
    margin: 0 0 4px 0;
}

.calc-container p {
    font-size: 13px;
    font-weight: 500;
    color: #a9a9a9;
}

.calc-input {
    margin: 22px 0;
    padding: 20px;
    border-radius: 16px;
    border: 2px solid #f8f8f8;
}

.calc-input label {
    font-size: 14px;
    color: #a9a9a9;
    line-height: 32px;
}

.calc-btn {
    width: 100% !important;
    text-decoration: none;
}

.info-calc {
    font-size: 24px !important;
    cursor: pointer;
}

.calc-tier {
    margin: 8px 0 0;
}

.calc-result {
    width: 100%;
    padding: 22px;
    margin: 26px 0 20px 0;
    border-radius: 16px;
}

.calc-table {
    width: 100%;
    text-align: left;
}

.calc-table tbody tr td,
.calc-table tbody tr th {
    font-size: 18px;
    color: #696969;
    font-weight: 500;
    padding: 7px 0;
}

.calc-table tbody tr th {
    width: 80%;
}

hr {
    margin: 10px 0;
    border-top: 1px solid #dfdfdf;
}


@media (max-width: 1090px) {
    .calc-container {
        width: 75%;
    }
}

@media (max-width: 600px) {
    .calc-container {
        width: 90%;
    }

    .calc-tier {
        margin: 3em 0;
    }

    .calc-table tbody tr td,
    .calc-table tbody tr th {
        font-size: 15px;
    }

    .calc-table tbody tr th {
        width: 72%;
    }
    
    .banner_calc {
    margin: 0 0 20% 0;
    }
}

/* -- Calculadora -- */
/* -- Register -- */

.iti {
    width: 100% !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #000 !important;
}

input::-webkit-date-and-time-value {
    height: 1.5em;
}

.flexRegister {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    max-height: 5em;
}

.return {
    margin: 6% 0 1% 5%;
    gap: 1em;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.linkExit {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 1rem;
    padding-top: 1em;
    z-index: 9999;
}

.RegistMainFlex {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 3em;
}

.RegistSecondFlex-1 {
    background-color: #fff;
    border-radius: 2em;
}

.RegistSecondFlex-logo {
    margin: 0 6% 0 0;
}

.RegistSecondFlex-logo img {
    width: 10em;
}

.formRegister {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2em 2em;
    margin: auto;
}

.formTitle {
    font-size: 2rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.formsubtitle {
    color: #9c9999;
    margin-top: 0.5rem;
}

.formInputs {
    margin: 0 0 1.5rem;
    width: 100%;
    display: grid;
    gap: 1em;
}

.personalFlex,
.businessFlex {
    display: flex;
    gap: 1em;
    -webkit-box-direction: column;
    flex-direction: column;
}

.formLabel {
    width: 100%;
    display: grid;
    grid-template-areas: "input";
}

input[type="date"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    /* Elimina el estilo predeterminado de iOS */
    appearance: none;

}

.formInput,
.file-upload-wrapper {
    grid-area: input;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d7d0d0;
    padding: 12px 24px;
    font-size: 16px;
}

.file-upload-wrapper:hover,
.file-upload-wrapper:focus {
    outline: none;
    border-color: #7119c3;
}

.input-error {
    border-color: red !important;
}

.terms a {
    text-decoration: none;
}

.formWitdh {
    width: 70% !important;
}

.file-input {
    display: none;
}

.file-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#fileName {
    color: #b7b7b7;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    gap: 6px;
}

.formRegTitle {
    color: var(--primary-color);
    font-size: 2.7em;
    font-weight: 500;
    text-align: center;
    margin: 2% 0;
}

.directionForm {
    color: #9e9e9e;
    margin: 0;
}

.formInput:hover,
.formInput:focus,
.formInput-group:hover .formInput {
    outline: none;
    border-color: #7119c3;
}

.formText,
.formTextTel {
    grid-area: input;
    z-index: 1;
    width: max-content;
    margin: 1px 0 1px 1em;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    transform-origin: left center;
    transition: -webkit-transform 0.3s, color 0.3s, background-color 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, color 0.3s, background-color 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    background-color: #fff;
    border-radius: 5px;
}

.formInput::placeholder,
.formText {
    color: #bebebe;
}

.formTextTel {
    position: relative;
    font-size: 10.5px;
    color: #7119c3;
    top: 8px;
    left: 3px;
}

.formInput:focus+.formText,
.formInput:not(:placeholder-shown)+.formText {
    -ms-transform: translateY(-50%) scale(0.7);
    -webkit-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
    color: #7119c3;
    max-height: 16px;
}


.formSubmit {
    display: inline-block;
    border-radius: 10px;
    background-color: #7119c3;
    padding: 1rem 2rem;
    color: #fff;
    width: 75%;
    border: none;
    font-size: 1rem;
    text-align: center;
    transition: background-color .3s, box-shadow .3s;
}

.formSubmit:hover {
    background-color: var(--cuartiary-color);
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.formFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.telinput-xy {
    position: relative;
    top: -8px;
}

/* button */

.wrapper {
    height: 4em;
    padding: 15px 15px 0;
}

.tierStyle {
    display: flex;
    margin: 0;
    padding: 0 0 0 3em;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    color: #8e8e8e;
}

.tierStyle span {
    padding: 0 6px 0 0;
    font-size: 14px;
}

.wrapper .option {
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}

.wrapper .option .dotReg {
    height: 16px;
    width: 16px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.wrapper .option .dotReg::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

input[type="radio"] {
    display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

#option-1:checked:checked~.option-1 .dotReg,
#option-2:checked:checked~.option-2 .dotReg {
    background: #fff;
}

#option-1:checked:checked~.option-1 .dotReg::before,
#option-2:checked:checked~.option-2 .dotReg::before {
    opacity: 1;
    transform: scale(1);
}

.wrapper .option span {
    font-size: 14px;
    color: #808080;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
    color: #fff;
}

.footer-signup {
    background-color: var(--primary-color);
    width: 100%;
    min-height: 5em;
}

@media (max-width: 1000px) {

    .formRegTitle {
        font-size: 2.4em;
    }

    .registPurple {
        background-color: #fff !important;
    }
}

@media (max-width: 670px) {
    .formFlex {
        flex-direction: column;
        gap: 1em;
    }

    .formWitdh {
        width: 90% !important;
    }
    
    .term-flexbox {
        display: flex;
        flex-direction: row;
        gap: 5%;
        align-items: center;
        text-align: justify;
    }

    .tierStyle {
        padding: 0;
        margin: 8px 0;
    }

    .wrapper {
        margin: 5% 0;
    }

    .option {
        height: 100% !important;
        width: 75% !important;
        padding: 10px 10px !important;
    }
}

@media (max-width: 610px) {
    .RegistSecondFlex-logo {
        margin: 8% 5% 0;
        display: flex;
    }

    .RegistSecondFlex-logo img {
        width: 8em;
    }
}

@media (max-width: 577px) {
    .RegistSecondFlex-1 {
        border-radius: 0;
    }
}

@media (max-width: 540px) {
    .formRegTitle {
        font-size: 38px;
    }

    .flexRegister {
        margin-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .formRegTitle {
        font-size: 32px;
    }
}

/* -- Register -- */
/* -- Welcome -- */

.wel-1 {
    display: flex;
    width: 100%;
    height: 100dvh;
    font-family: 'roboto', sans-serif;
    margin: 0;
    overflow-x: hidden;
    background-color: var(--primary-color);
}

.welcome-text {
    text-align: center;
    max-width: 50%;
}

.wel-2 {
    flex: auto;
    display: flex;
    flex-direction: column;
    color: #fbfbfb;
    align-items: center;
    justify-content: center;
}

.p-principal {
    font-size: 105px;
    font-weight: bold;
}

.p-secundary {
    position: relative;
    bottom: 15px;
    left: 6px;
    font-size: 30px;
}

.btn-wel {
    margin-top: 2.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.btn-tier {
    display: flex;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    border-radius: 12px;
    color: var(--tertiary-color);
    transition: all 400ms ease;
    align-items: center;
    justify-content: center;
}

.btn-tier:hover {
    background: var(--cuartiary-color);
    color: #fff;
}

@media (max-width: 870px) {
    .welcome-text {
        max-width: 60%;
    }
}

@media (max-width: 790px) {
    .p-principal {
        font-size: 110px;
    }

    .p-secundary {
        font-size: 31px;
        left: 0;
    }

    .welcome-text {
        max-width: 60%;
        font-size: 14px;
    }
}

@media (max-width: 705px) {

    .welcome-text {
        max-width: 70%;
    }
}

@media (max-width: 602px) {

    .p-principal {
        font-size: 90px;
    }

    .p-secundary {
        font-size: 24.6px;
    }

    .welcome-text {
        font-size: 14px;
        max-width: 80%;
    }
}

@media (max-width: 420px) {

    .p-principal {
        font-size: 80px;
    }

    .p-secundary {
        font-size: 22px;
    }

    .welcome-text {
        font-size: 12px;
        max-width: 90%;
    }
}

/* -- Welcome -- */
/* -- forgot page -- */

.forgot-container {
    height: 100dvh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.center-align {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.center-align {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.forgot-form {
    padding: 40px;
    border-radius: 1em;
    width: 90%;
}

.forgot-data {
    margin: 22px 0;
    border-radius: 16px;
}

.forgot-data label {
    font-size: 14px;
    color: #a9a9a9;
    line-height: 32px;
    margin-bottom: 10px;
}

.forgot-title {
    margin-bottom: 10px;
    font-weight: 600;
}

.forgot-span {
    font-size: 14px;
    text-align: justify;
}

.forgot-footer {
    background-color: var(--primary-color);
    width: 100%;
    min-height: 1.5em;
}

.menu-location-forgot {
    color: #fff;
    position: relative;
    top: 14px;
    left: 25px;
    z-index: 999;
}

@media (max-width: 788px) {

    .forgot-form {
        width: 75%;
    }
}

@media (max-width: 694px) {
    .forgot-title {
        margin-bottom: 6px;
        font-size: 30px;
    }

    .forgot-span {
        font-size: 13px;
    }
}

@media (max-width: 554px) {
    .forgot-form {
        width: 80%;
        padding: 30px;
    }

    .forgot-title {
        font-size: 28px;
        text-align: center;
    }

    .forgot-span {
        font-size: 13px;
    }
}

/* -- forgot page -- */