:root {
    --max-width: 1100px;
    --border-radius: 12px;
    --font-mono: ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace',
        'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace;

    --foreground-rgb: 0, 0, 0;
    --background-start-rgb: 214, 219, 220;
    --background-end-rgb: 255, 255, 255;

    --primary-glow: conic-gradient(
        from 180deg at 50% 50%,
        #16abff33 0deg,
        #0885ff33 55deg,
        #54d6ff33 120deg,
        #0071ff33 160deg,
        transparent 360deg
    );
    --secondary-glow: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

    --tile-start-rgb: 239, 245, 249;
    --tile-end-rgb: 228, 232, 233;
    --tile-border: conic-gradient(#00000080, #00000040, #00000030, #00000020, #00000010, #00000010, #00000080);

    --callout-rgb: 238, 240, 241;
    --callout-border-rgb: 172, 175, 176;
    --card-rgb: 180, 185, 188;
    --card-border-rgb: 131, 134, 135;
    --primary: #002863;
    --secondary: #ff7843;
    --light: #50c0f9;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    max-width: 100vw;
    overflow-x: hidden;
    line-height: initial !important;
    font-family: 'Work Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    max-width: 1216px;
    margin: auto;
}

.nav_fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
}
.scrolled {
    position: fixed;
}

body {
    background-color: #f5fcff;
    font-family: 'Work Sans', sans-serif !important;
}
* {
    font-family: 'Work Sans', sans-serif !important;
}
.banner:before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 643px;
    height: 593px;
    background: radial-gradient(circle, #f5f5d5 0, hsla(0, 0%, 100%, 0) 70%);
    z-index: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    width: 150px;
    padding: 10px;
    z-index: 2;
    left: 0px;
    top: 20px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    margin: 10px 0;
}
.auto_tabs button.MuiTab-root {
    padding: 8px 24px;
    color: #67626f;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.72px;
    text-transform: inherit;
    border-radius: 16px 16px 0 0;
    background: #ececec;
}
.auto_tabs button.MuiTab-root.Mui-selected {
    color: var(--primary);
    font-weight: 600;
    background: #fff;
}
.auto_tabs .MuiTabs-flexContainer {
    gap: 16px;
}
.auto_tabs .css-1aquho2-MuiTabs-indicator {
    display: none;
}
.MuiBox-root {
    border: none;
}
.MuiBox-root.css-19kzrtu {
    padding: 0px;
}
.input_style input {
    color: #67626f;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.64px;
    padding: 12px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background: white;
}
.input_style input::placeholder {
    color: #67626f;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.64px;
    opacity: 1;
}
.input_style fieldset {
    outline: none !important;
    border: none !important;
}
.formv2 fieldset {
    outline: none !important;
    border: 1px solid #ebebeb;
}
.input_style label {
    color: #67626f;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.64px;
}
.MuiTabs-indicator {
    display: none;
}
.input_calc input {
    color: #67626f;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.96px;
    width: 549px;
    height: 56px;
    padding: 0;
}
.formv2 input::placeholder {
    color: '#67626f';
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.72px;
    opacity: 1;
}
.formv2 input {
    color: #67626f;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.72px;
}
.input_calc::placeholder {
    color: #67626f !important;
    opacity: 1 !important;
}
.input_calc table td,
.input_calc table tr,
.input_calc table th,
.input_calc tbody,
.input_calc .MuiPaper-root {
    border: none;
    box-shadow: none !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 16px;
}
.calc_total td,
.calc_total th {
    border-top: 1px solid #ddd !important;
    padding-top: 16px !important;
    padding-bottom: 0px !important;
}
.processBox:nth-child(even) {
    align-self: end;
}

.auto_tabsv2 .MuiTabs-flexContainer {
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-bottom: 50px;
}
.auto_tabsv2 button.MuiTab-root {
    padding: 8px 16px;
    color: #67626f;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.56px;
    text-transform: inherit;
    border-radius: 50px;
    background: #ddd;
    width: 48%;
}
.auto_tabsv2 button.MuiTab-root.Mui-selected {
    background: var(--light);
    font-weight: 600;
    color: #fff;
}
.formv2 label {
    color: #121113;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin-bottom: 8px;
    display: block;
    margin-top: -50px;
}
.service:before {
    content: '';
    position: absolute;
    top: -180px;
    left: -190px;
    width: 733px;
    height: 1153px;
    z-index: -1;
    background: radial-gradient(circle, #e9d8d1 0 0, hsla(0, 0%, 100%, 0) 55%);
}

.counterr:before {
    content: '';
    position: absolute;
    top: -600px;
    left: -190px;
    width: 733px;
    height: 1153px;
    background: radial-gradient(circle, #e9d8d1 0 0, hsla(0, 0%, 100%, 0) 55%);
    z-index: -1;
}
.desc {
    display: block;
}
.mob {
    display: none;
}

@media (max-width: 767px) {
    .dropdown-content {
        position: relative;
        top: 0px;
        background: transparent;
        box-shadow: none;
        padding-left: 0;
    }
    .dropdown-content {
        position: relative;
        top: 0px;
        background: transparent;
        box-shadow: none;
        padding-left: 0;
    }

    .banner:before {
        top: -80px;
        left: -200px;
        height: 801px;
        background: radial-gradient(circle, #f5f5d587 0, hsla(0, 0%, 100%, 0) 70%);
    }
    .auto_tabsv2 .MuiTabs-flexContainer {
        gap: 4px;
    }
    .auto_tabsv2 button.MuiTab-root {
        padding: 4px 5px;
        font-size: 11px;
    }
    .formv2 label {
        font-size: 16px;
        margin-top: -45px;
    }
    .formv2 input {
        font-size: 16px;
        height: 14px;
    }
    .auto_tabs .MuiTabs-flexContainer {
        gap: 8px;
    }
    .auto_tabs button.MuiTab-root {
        padding: 8px 12px;
        font-size: 14px;
    }
    .input_calc input {
        width: 100%;
    }
    .desc {
        /* display: none; */
        width: 100%;
        height: 100%;
    }
    .mob {
        display: block;
    }
    .service:before {
        top: 500px;
        right: inherit;
        left: 0;
        width: 100%;
        height: 801px;
        background: url('/transferencias/images/Blur4.png') no-repeat;
    }
    .counterr:before {
        display: none;
    }
    .service:after {
        content: '';
        position: absolute;
        top: -345px;
        right: 0;
        width: 360px;
        height: 1010px;
        z-index: -1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dropdown-content {
        position: relative;
        top: 0px;
        background: transparent;
        box-shadow: none;
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
    .input_calc input {
        width: 45vw;
    }
    .mytestimonial .swiper-button-prev {
        right: 90px !important;
    }
    .clients_stestimonial {
        width: 85vw;
    }
    .clients_stestimonial .swiper-button-prev,
    .clients_stestimonial .swiper-button-next {
        bottom: inherit !important;
        top: 50% !important;
    }
}

@media (min-width: 1025px) and (max-width: 1249px) {
    .container {
        padding: 0 15px;
    }
    .input_calc input {
        width: 45vw;
    }
    .clients_stestimonial {
        width: 87vw;
    }
    .clients_stestimonial .swiper-button-prev,
    .clients_stestimonial .swiper-button-next {
        bottom: inherit !important;
        top: 50% !important;
    }
}

.step3Input {
    padding-top: 0px !important;
}

.formPadding {
    padding-top: 20px !important;
}

.scroll-margin {
    scroll-margin-top: 200px;
}

@media (max-width: 768px) {
    .scroll-margin {
        scroll-margin-top: 150px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.auto_tabsv2.activeTab .MuiTabs-flexContainer {
    padding-bottom: 70px;
}

.btn_switch {
    border: 1px solid #00abfa !important;
    color: #00abfa !important;
    padding: 10px 30px 10px 30px !important;
    size: 17px !important;
}

.active_btn_switch {
    border: 1px solid #00abfa !important;
    background-color: #00abfa !important;
    color: #fff !important;
}
