/* Webfont: Nohemi-Bold */@font-face {
    font-family: 'Nohemi';
    src: url('fonts/Nohemi-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Nohemi-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/Nohemi-Bold.woff') format('woff'), /* Modern Browsers */
        url('fonts/Nohemi-Bold.woff2') format('woff2'), /* Modern Browsers */
        url('fonts/Nohemi-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Nohemi-ExtraBold */@font-face {
    font-family: 'NohemiExtBd';
    src: url('fonts/Nohemi-ExtraBold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Nohemi-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/Nohemi-ExtraBold.woff') format('woff'), /* Modern Browsers */
        url('fonts/Nohemi-ExtraBold.woff2') format('woff2'), /* Modern Browsers */
        url('fonts/Nohemi-ExtraBold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Nohemi-Black */@font-face {
    font-family: 'NohemiBlack';
    src: url('fonts/Nohemi-Black.eot'); /* IE9 Compat Modes */
    src: url('fonts/Nohemi-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/Nohemi-Black.woff') format('woff'), /* Modern Browsers */
        url('fonts/Nohemi-Black.woff2') format('woff2'), /* Modern Browsers */
        url('fonts/Nohemi-Black.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Nohemi-ExtraLight */@font-face {
    font-family: 'NohemiExtLt';
    src: url('fonts/Nohemi-ExtraLight.eot'); /* IE9 Compat Modes */
    src: url('fonts/Nohemi-ExtraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/Nohemi-ExtraLight.woff') format('woff'), /* Modern Browsers */
        url('fonts/Nohemi-ExtraLight.woff2') format('woff2'), /* Modern Browsers */
        url('fonts/Nohemi-ExtraLight.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Nohemi-Medium */@font-face {
    font-family: 'NohemiMed';
    src: url('fonts/Nohemi-Medium.eot'); /* IE9 Compat Modes */
    src: url('fonts/Nohemi-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/Nohemi-Medium.woff') format('woff'), /* Modern Browsers */
        url('fonts/Nohemi-Medium.woff2') format('woff2'), /* Modern Browsers */
        url('fonts/Nohemi-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Nohemi-SemiBold */@font-face {
    font-family: 'NohemiSemBd';
    src: url('fonts/Nohemi-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Nohemi-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/Nohemi-SemiBold.woff') format('woff'), /* Modern Browsers */
        url('fonts/Nohemi-SemiBold.woff2') format('woff2'), /* Modern Browsers */
        url('fonts/Nohemi-SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



html {
    box-sizing: border-box;
    cursor: url("../../images/new_design/cursor.svg"), default;
}

*, *:before, *:after {
    box-sizing: inherit;
}


@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: initial;
    }
}

:root {
    --qtech-xlight-gray: rgba(0, 0, 0, .1);
    --bs-border-color: var(--qtech-xlight-gray);
    --qtech-light-gray: #E9E9E9;
    --qtech-medium-gray: #8B8B8B;
    --qtech-dark-gray: #222222;
    --qtech-red: #CE3E49;
    --qtech-cream: #F2DCCE;
    --qtech-yellow: #F7C91B;
    --qtech-dark-blue: #002C3E;
    --qtech-red-gradient: linear-gradient(90deg, rgba(206,62,73,1) 0%, rgba(255,255,255,1) 100%);
    --qtech-red-gray-gradient: linear-gradient(90deg, rgba(206,62,73,1) 0%, rgba(233,233,233,1) 100%);
    --qtech-yellow-gradient: linear-gradient(90deg, rgba(247,201,27,1) 0%, rgba(255,255,255,1) 100%);
    --qtech-yellow-gray-gradient: linear-gradient(90deg, rgba(247,201,27,1) 0%, rgba(233,233,233,1) 100%);
    --qtech-blue-gradient: linear-gradient(90deg, rgba(0,44,62,1) 0%, rgba(255,255,255,1) 100%);
    --qtech-blue-gray-gradient: linear-gradient(90deg, rgba(0,44,62,1) 0%, rgba(233,233,233,1) 100%);
}

body {
    background: var(--qtech-light-gray);
    color: var(--qtech-dark-gray);
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
}

a {
    color: var(--qtech-red);
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}


/* Helpers */

.w-100 {
    width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-25 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-25 {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-xxl-35 {
        flex: 0 0 auto;
        width: 28.5%;
    }
    .col-xxl-45 {
        flex: 0 0 auto;
        width: 37%;
    }
    .col-xxl-85 {
        width: 72.5%;
    }
}

@media (min-width: 1680px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}

@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1650px;
    }
    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxxl-35 {
        flex: 0 0 auto;
        width: 28.5%;
    }
    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}

.push-right {
    margin-left: auto;
    margin-right: inherit;
    padding-right: 0;
}

.container.push-right > .row {
    margin-right: 0;
}

.push-left {
    margin-right: auto;
    margin-left: inherit;
    padding-left: 0;
}

.container.push-left > .row {
    margin-left: 0;
}

.text-right {
    text-align: right;
}

.pt-16 {
    padding-top: 6rem!important;
}

.pt-20 {
    padding-top: 7rem!important;
}

.mt-6 {
    margin-top: 2.5rem!important;
}

.mt-8 {
    margin-top: 3rem!important;
}

.mt-12 {
    margin-top: 4.5rem!important;
}

.mt-16 {
    margin-top: 6rem!important;
}

@media (min-width: 768px) {
    .mb-md-8 {
        margin-bottom: 3rem!important;
    }
    .mt-md-8 {
        margin-top: 3rem!important;
    }
    .text-md-left {
        text-align: left!important;
    }
    .text-md-right {
        text-align: right;
    }
    .pt-md-20 {
        padding-top: 7rem!important;
    }
}

@media (min-width: 992px) {
    .col-lg-25 {
        width: 20%;
    }
    .pt-lg-24 {
        padding-top: 8rem!important;
    }
    .pt-lg-28 {
        padding-top: 9rem!important;
    }
}

@media (min-width: 1200px) {
    .mb-xl-12 {
        margin-bottom: 4.5rem!important;
    }

    .mb-xl-16 {
        margin-bottom: 6rem!important;
    }

    .pe-xl-16 {
        padding-right: 6rem!important;
    }
}

@media (min-width: 1400px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 2rem;
    }
    .mt-xxl-16 {
        margin-top: 4.5rem!important;
    }
}

@media(min-width: 1920px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 2.5rem;
    }
}

/* ---------------------

 COLORS

--------------------- */

.bg-qtech-red {
    background-color: var(--qtech-red);
}

.bg-qtech-light-gray {
    background-color: var(--qtech-light-gray);
}

.bg-qtech-dark-gray {
    background-color: var(--qtech-dark-gray);
}

.bg-qtech-dark-gray {
    background-color: var(--qtech-dark-gray);
}

.bg-qtech-xlight-gray {
    background-color: rgba(0, 0, 0, .05);
}

.text-qtech-red {
    color: var(--qtech-red);
}

.text-qtech-gray {
    color: var(--qtech-medium-gray);
}

.text-qtech-light-gray {
    color: var(--qtech-light-gray)!important;
}

.text-qtech-cream {
    color: var(--qtech-cream)!important;
}

.bg-qtech-red-gradient {
    background: var(--qtech-red);
    background: var(--qtech-red-gradient);
}

.bg-qtech-yellow-gradient {
    background: var(--qtech-yellow);
    background: var(--qtech-yellow-gradient);
}

.bg-qtech-blue-gradient {
    background: var(--qtech-dark-blue);
    background: var(--qtech-blue-gradient);
}


/* ---------------------

 TEXT STYLES

--------------------- */

:root {
    --bs-body-font-size: .9rem;
    --bs-body-line-height: 1.4;
}

.h1, .h2, .h3, h1, h2, h3 {
    font-family: 'NohemiExtLt';
    line-height: 1;
}

.h1 b, h1 b,
.h2 b, h2 b,
.h3 b, h3 b {
    font-family: 'NohemiExtBd';
}

.h4, h4 {
    font-family: 'Nohemi';
    font-weight: bold;
    font-size: calc(1.2rem + .3vw);
    line-height: 1;
}

.h3, h3 {
    font-family: 'NohemiSemBd';
    font-size: calc(1.2rem + .6vw);
}

.h5, h5 {
    font-family: 'NohemiSemBd';
    font-size: 1.15rem;
}

.h6, h6 {
    font-family: 'NohemiSemBd';
}

h1 , .h1 {
    font-size: 2.25rem;
}

h2 , .h2 {
    font-size: 1.85rem;
}

.modal-title,
h2.modal-title , .h2.modal-title {
    font-size: 1.85rem;
}

.modal-title {
    line-height: 1;
}

.text-light {
    font-family: 'NohemiExtLt';
}

.xxl-data-number {
    display: block;
    font-family: 'NohemiBlack';
    font-size: 2.8rem;
    line-height: .9;
    letter-spacing: -.005em;
}

.xxl-data-number small {
    font-size: 80%;
}

@media (min-width: 376px) {
    :root {
        --bs-body-font-size: .95rem;
    }
}
@media (min-width: 414px) {
    :root {
        --bs-body-font-size: 1rem;
    }
    .xxl-data-number {
        font-size: 3rem;
    }
    .h3, h3 {
        font-size: calc(1.3rem + .6vw);
    }
}

@media (min-width: 768px) {
    :root {
        --bs-body-font-size: 1rem;
        --bs-body-line-height: 1.45;
    }
    .h1, h1 {
        font-size: 3.5rem;
    }
    h2 , .h2 {
        font-size: 2.85rem;
    }
    .modal-title,
    h2.modal-title , .h2.modal-title {
        font-size: 2rem;
    }
    h4, .h4 {
        font-size: calc(1.275rem + .3vw);
    }
    .h5, h5 {
        font-size: 1.25rem;
    }
    .h6, h6 {
        font-size: 1.15rem;
    }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 4.5rem;
    }
    h2 , .h2 {
        font-size: 3.25rem;
    }
    .modal-title,
    h2.modal-title , .h2.modal-title {
        font-size: 2.6rem;
    }
    h3, .h3 {
        font-size: 1.6rem;
    }
    .xxl-data-number {
        font-size: 5rem;
    }
}

@media (min-width: 1400px) {
    :root {
        --bs-body-font-size: 1.1rem;
    }
    .h1, h1 {
        font-size: 5.5rem;
    }
    .section--cover h2, .section--cover .h2 {
        font-size: 4rem;
    }
    .section--cover.compact-cover h2, .section--cover.compact-cover .h2 {
        font-size: 3.25rem;
    }
    .h5, h5 {
        font-size: 1.5rem;
    }
    .xxl-data-number {
        font-size: 6rem;
    }
}

@media (min-width: 1680px) {
    :root {
        --bs-body-font-size: 1.2rem;
    }
    .h1, h1 {
        font-size: 6rem;
    }
    h2 , .h2 {
        font-size: 3.5rem;
    }
    .section--cover h2, .section--cover .h2 {
        font-size: 5rem;
    }
    .section--cover.compact-cover h2, .section--cover.compact-cover .h2 {
        font-size: 3.75rem;
    }
    h3, .h3 {
        font-size: 1.75rem;
    }
    .xxl-data-number {
        font-size: 7rem;
    }
}

@media (min-width: 1920px) {
    .h1, h1 {
        font-size: 7rem;
    }
    h2 , .h2 {
        font-size: 4rem;
    }
    .section--cover h2, .section--cover .h2 {
        font-size: 5.5rem;
    }
    .xxl-data-number {
        font-size: 7.5rem;
    }
}


/* ---------------------

 BUTTON STYLES

--------------------- */

.btn {
    font-family: 'NohemiMed';
    font-weight: normal;
    --bs-btn-padding-x: .9rem;
    --bs-btn-padding-y: 0.45rem;
    font-size: .95rem;
    line-height: 1.3;
}

.btn-sm {
    font-size: .85rem;
}

.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: .8rem;
    --bs-btn-padding-x: 1.7rem;
    font-size: 1.1rem;
}

@media(min-width:768px) {
    .btn {
        font-size: 1rem;
        --bs-btn-padding-x: 1rem;
        --bs-btn-padding-y: 0.45rem;
    }
    .btn-sm {
        font-size: .85rem;
    }
    .btn-group-lg>.btn, .btn-lg {
        --bs-btn-padding-y: 1rem;
        --bs-btn-padding-x: 2rem;
        font-size: 1.2rem;
    }
}

@media(min-width:1200px) {
    .btn {
        --bs-btn-padding-x: 1.25rem;
        --bs-btn-padding-y: 0.6rem;
    }
    .btn-group-lg>.btn, .btn-lg {
        --bs-btn-padding-y: 1rem;
        --bs-btn-padding-x: 2rem;
        font-size: 1.2rem;
    }
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--qtech-dark-gray);
    --bs-btn-border-color: var(--qtech-dark-gray);
    --bs-btn-hover-color: var(--qtech-red);
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: var(--qtech-red);
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--qtech-dark-gray);
    --bs-btn-disabled-border-color:var(--qtech-dark-gray);
}



.btn-primary-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--qtech-red);
    --bs-btn-border-color: var(--qtech-red);
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: var(--qtech-red);
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--qtech-dark-gray);
    --bs-btn-disabled-border-color:var(--qtech-dark-gray);
}


.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: rgba(255,255,255,.5);
    --bs-btn-hover-color: var(--qtech-red);
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--qtech-red);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    border-bottom: 1px solid var(--qtech-red);
    --bs-btn-hover-color: var(--qtech-dark-gray);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--qtech-red);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    padding: .2rem 0;
}

.btn-link:hover {
    border-bottom-color: var(--qtech-dark-gray);
}

.bg-qtech-dark-gray .btn-link:hover {
    color: white;
    border-bottom-color: white;
}

.circle-btn-ico {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: white;
    align-items: center;
    text-align: center;
    line-height: 1;
}

.circle-btn-ico i {
    font-size: 12px;
}

.offcanvas .offcanvas-actions {
    position: absolute;
    right: 20px;
    top: -25px;
    display: flex;
    align-items: center;
}


/* ---------------------

NAVBAR

--------------------- */

.nav-link {
    font-size: 1.05rem;
    padding: 0 1rem!important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    font-weight: 700;
}

.page--home .nav-link {
    color: rgba(255,255,255,0.75)!important;
}
.page--home .nav-link:hover,
.page--home .navbar-nav .nav-link.active, .page--home .navbar-nav .nav-link.show {
    color: rgba(255,255,255,1)!important;
}

.navbar-brand img {
    width: inherit;
    height: 38px;
}

.navbar-brand .logo-negatiu {
    display: none;
}

.page--home .navbar-brand .logo-negatiu,
.compact-nav .navbar-brand .logo-negatiu {
    display: block;
}
.page--home .navbar-brand .logo-positiu,
.compact-nav .navbar-brand .logo-positiu {
    display: none;
}


.navbar {
    --bs-navbar-padding-y: .75rem;
}

.navbar-nav.language-menu {
    margin: 1.5rem auto;
}

.navbar-nav.language-menu {
    flex-direction: row;
    justify-content: center;
    column-gap: 1rem;
}
.navbar-expand-lg .navbar-nav.language-menu .nav-item {
    border-bottom: none;
}
.navbar-expand-lg .navbar-nav.language-menu .nav-link {
    padding: 0!important;
}

.navbar-expand-lg .navbar-nav.language-menu .nav-link.active {
    color: var(--qtech-red)!important;
}

@media(min-width: 1200px) {
    .navbar-nav.language-menu {
        margin: 0 1.5rem;
    }
    .navbar-expand-lg .navbar-nav.language-menu .nav-link.active {
        color: white!important;
    }
}

@media(min-width: 1400px) {
    .navbar-nav.language-menu {
        margin: 0 2.5rem;
    }
}

@media(min-width: 1920px) {
    .navbar {
        --bs-navbar-padding-y: 1rem;
    }
    .navbar-brand img {
        height: 40px;
    }
    .nav-link {
        font-size: 1.15rem;
    }
}

/* Mobile Menu Styles */
@media(max-width: 991px) {
    .navbar-brand img {
        height: 28px;
    }
    .navbar .navbar-toggler {
        order: 3;
        color: var(--wiris-green);
        border-color: transparent;
    }
    .collapse:not(.show) {
        display: none;
    }
    .navbar-collapse {
        flex-basis: 100%;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        align-items: center;
    }
    .navbar-collapse {
        position: fixed;
        top: 6rem;
        left: 1rem;
        height: auto;
        max-height: calc(100% - 2rem)!important;
        width: calc(100% - 2rem);
        background-color: #fff;
        border-radius: .375rem;
        box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 1;
    }
    .navbar-collapse.show {
        opacity: 1;
        top: 4rem;
        -webkit-transform: translateY(-.5rem);
        transform: translateY(-.5rem);
    }
    .navbar-collapse.collapsing, .navbar-collapse.show {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        transition-property: opacity,transform,-webkit-transform;

    }
    .navbar-collapse.collapsing {
        opacity: 0;
        -webkit-transform: translateY(.5rem);
        transform: translateY(.5rem);
    }
    .navbar-collapse .navbar-toggler {
        position: absolute;
        top: .5rem;
        right: .5rem;
        z-index: 1;
    }
    .navbar .navbar-toggler {
        padding: .25rem .25rem;
    }
    .navbar {
        padding: .75rem 0;
        z-index: 9992;
    }

    .navbar-light .navbar-toggler:active,
    .navbar-light .navbar-toggler:focus,
    .navbar-light .navbar-toggler:active:focus {
        border: none;
        box-shadow: none;
        outline: none;
    }
    .navbar-light.scrolled .navbar-toggler,
    .navbar-light .navbar-collapse .navbar-toggler {
        color: var(--wiris-green)
    }
    .navbar-collapse,
    .nav-item {
        border-bottom: 1px solid var(--qtech-light-gray);
        text-align: center;
    }
    .navbar-collapse .nav-link {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .nav-link,
    .page--home .nav-link {
        color: var(--qtech-dark-gray)!important;
    }
    .navbar-nav .nav-link {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .navbar-collapse .btn {
        margin: 1.5rem 0;
    }
    .navbar-light .navbar-nav .active>.nav-link:before, .navbar-light .navbar-nav .nav-link.active:before, .navbar-light .navbar-nav .nav-link.show:before, .navbar-light .navbar-nav .show>.nav-link:before {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        color: var(--wiris-green);
        border-bottom: 1px solid;
        border-bottom-color: rgba(0,0,0,.2);
    }
}

/* Navbar Search */

.modal {
    --bs-modal-zindex: 9999;
}

.search-modal {
    background-color: rgba(0, 0, 0, .7);
}

.search-modal .input-group-lg>.btn,
.search-modal .input-group-lg>.form-control,
.search-modal .input-group-lg>.form-select,
.search-modal .input-group-lg>.input-group-text {
    padding: 1rem 2rem;
    font-size: 1.8rem;
    border-radius: var(--bs-border-radius-lg);
    background-color: transparent;
    color: var(--qtech-light-gray);
    border-color: var(--qtech-medium-gray);
}

.search-modal .input-group-text,
.search-modal .input-group-lg>.input-group-text {
    border: none;
    position: absolute;
    color: var(--qtech-medium-gray);
    font-size: 1.6rem;
}

.search-modal .input-group {
    display: flex;
    align-items: center;
}

.search-modal .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: var(--bs-border-radius-lg);
    border-bottom-left-radius: var(--bs-border-radius-lg);
    padding-left: 5.5rem;
}

.search-modal ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--qtech-medium-gray);
    opacity: 1; /* Firefox */
}

.search-modal :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--qtech-medium-gray);
}

.search-modal ::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--qtech-medium-gray);
}

/* ---------------------

 SECTION STYLES

--------------------- */

.section {
    padding: 3rem 0;
}

.section--border-top {
    border-top: 1px solid var(--qtech-xlight-gray);
}

.section--header,
.section--content {
    flex: auto;
    padding: 1.5rem 1rem;
}

.section--header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 72px;
}

.section--header .section-title {
    margin-bottom: .5rem;
}

@media(min-width:768px) {
    .section--header .section-title {
        margin-bottom: 1rem;
    }
}

@media(min-width:992px) {
    .section--header,
    .section--content {
        padding: 2rem 1rem;
    }
    .section--header {
        top: 0;
    }
    .section--header .section-title {
        margin-bottom: 2rem;
    }
}

.section--header p {
    font-family: 'NohemiSemBd';
    font-size: 1.05rem;
    line-height: 1.25;
}

@media(min-width:414px) {
    .section--header p {
        font-size: 1.1rem;
    }
}

@media(min-width:768px) {
    .section--header {
        height: 100vh;
    }
    .section--content {
    }
    .section--header,
    .section--content {
        padding: 2.5rem;
    }
    .section {
        padding: 4rem 0;
    }
    .section--header p {
        font-size: 1.2rem;
    }
}

@media(min-width:1024px) {
    .section--header {
    }
    .section--content {
    }
    .section--header,
    .section--content {
        padding: 3rem;
    }
    .section {
        padding: 5rem 0;
    }
    .section.section--clientes {
        padding: 4rem 0 5rem 0;
    }
}

@media(min-width:1400px) {
    .section--header {
    }
    .section--content {
    }
    .section {

    }
    .section.section--clientes {
        padding: 5rem 0 6rem 0;
    }
    .section.section--footer, .section.section--footer-contact {
        padding: 5.5rem 0;
    }
    .section--header p {
        font-size: 1.3rem;
    }
}

@media(min-width:1680px) {
    .section--header {
    }
    .section--content {
    }
    .section {
        padding: 6rem 0;
    }
    .section--header,
    .section--content {
        padding: 5rem;
    }
    .section--content {
        padding: 5rem 4rem;
    }
}

@media(min-width:1920px) {
    .section {
        padding: 7rem 0;
    }
}

.section--cover {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.compact-cover {
    min-height: 50vh;
}

.h-auto {
    min-height: auto;
}

.section--cover>.container {
    position: relative;
    z-index: 1;
}


/* Logos Slider */

.logos-swiper {
    padding: 2rem 4rem;
    --swiper-navigation-size: 12px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 0;
    --swiper-navigation-color: var(--qtech-dark-gray);
}

.logos-swiper .swiper-button-next,
.logos-swiper .swiper-button-prev {
    width: 24px;
    height: 24px;
    padding: 16px;
    border-radius: 50%;
    border: 1px solid var(--qtech-xlight-gray);
}

.logos-swiper .swiper-button-next:hover,
.logos-swiper .swiper-button-prev:hover {
    background-color: var(--qtech-xlight-gray);
}

.logos-swiper .swiper-content {
    padding: 0 .5rem;
}

.logos-swiper .swiper-content img {
    width: 100%;
}

@media(min-width:768px) {
    .logos-swiper .swiper-content {
        padding: 0 1.25rem;
    }
}

@media(min-width:992px) {
    .logos-swiper .swiper-content {
        padding: 0 2rem;
    }
}



/* Q-Tech Features */

.section--q-tech-features {
    display: flex;
    flex-direction: column;
}

.q-tech-features-slider {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.q-tech-features-slider .slide {
    display: flex;
    align-items: center;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--qtech-xlight-gray);
}

.q-tech-features-slider .slide:last-child {
    border-bottom: none;
}

.q-tech-features-slider .slide img {
    width: 45%;
}
.q-tech-features-slider .slide .slide-content {
    width: 55%;
}

.slide-content p {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .q-tech-features-slider .slide img,
    .q-tech-features-slider .slide .slide-content {
        width: 100%;
    }
}

@media(min-width:768px) {
    .section--q-tech-features {
        flex-direction: row;
    }
    .q-tech-features-slider {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .q-tech-features-slider .slide {
        flex-direction: column;
        border-bottom: none;
    }
    .q-tech-features-slider .slide:nth-last-child(-n + 2) {
        border-bottom: none;
    }
}

@media(min-width:1200px) {
    .q-tech-features-slider {
        grid-template-columns: repeat(3, 1fr);
    }
    .q-tech-features-slider .slide:nth-last-child(-n + 3),
    .q-tech-features-slider.grid-xl-col-2 .slide:nth-last-child(-n + 2) {
        border-bottom: none;
    }
    .q-tech-features-slider.grid-xl-col-2 .slide:nth-last-child(3) {
        border-bottom: 1px solid var(--qtech-xlight-gray);
    }
    .q-tech-features-slider.grid-xl-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width:1400px) {
    .q-tech-features-slider .slide img {
        width: 90%;
        margin: 0 auto;
    }
}

@media(min-width:1920px) {
    .q-tech-features-slider {
        grid-column-gap: 36px;
        grid-row-gap: 36px;
    }
    .q-tech-features-slider .slide img {
        width: 85%;
    }
}


/* Kinetic BG */

.kinetic-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 2em 1em;
    overflow: hidden;
}
.kinetic-bg .item {
    background-image: url("../../images/new_design/bgpattern-reflect-gray.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;
    opacity: .5;
}

.bg-white .kinetic-bg .item {
}

@media(min-width:768px) {
    .kinetic-bg {
        padding: 1.5em 1em;
        grid-template-columns: repeat(14, 1fr);
    }
    .kinetic-bg .item {
        background-size: 55%;
    }
}

@media(min-width:992px) {
    .kinetic-bg {
        grid-template-columns: repeat(25, 1fr);
    }
    .kinetic-bg .item {
        background-size: 50%;
    }
}

@media(min-width:1680px) {
    .kinetic-bg .item {
        background-size: 40%;
    }
}


/* Cifras y letras grid */

.cifras-letras-grid {
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 2rem;
}

.grid-item {
    background-color: var(--qtech-red);
    color: white;
    border-radius: 8px;
    padding: 1rem;
}

.grid-item:nth-child(2),
.grid-item:nth-child(6) {
    background-color: white;
    color: var(--qtech-dark-gray);
}

.grid-item:nth-child(3),
.grid-item:nth-child(4) {
    background-color: var(--qtech-dark-gray);
}

.grid-item .data-title {
    display: block;
    margin-bottom: .75rem;
}

@media(min-width:768px) {
    .cifras-letras-grid {
        padding: 12px;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }
    .grid-item {
        border-radius: 12px;
        padding: 1.5rem;
    }
    .grid-item .data-title {
        margin-bottom: 1.5rem;
    }
}
@media(min-width:1200px) {
    .grid-item {
        padding: 2rem;
    }
}
@media(min-width:1400px) {
    .cifras-letras-grid {
        padding: 16px;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }
    .grid-item {
        padding: 2.5rem;
    }
}
@media(min-width:1680px) {
    .grid-item {
        padding: 3rem;
    }
}
@media(min-width:1920px) {
    .cifras-letras-grid {
        padding: 20px;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .grid-item {
        padding: 4rem;
    }
}



/* ---------------------

OFERTAS CAROUSEL

--------------------- */

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-height: inherit;
}

.swiper.offers-swiper {
    width: 100%;
    min-height: 100px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, .7);
}

.offers-swiper .swiper-slide .swiper-content {
    padding: .85rem;
}

.offers-swiper .swiper-slide {
    opacity: .35;
}

.offers-swiper .swiper-slide-active, .offers-swiper .swiper-slide-next {
    opacity: 1;
}

.offer-description {
    font-family: 'NohemiSemBd';
    font-size: 1.05rem;
    line-height: 1;
}

.offer-features-wrapper {
    margin-top: .5em;
    flex-wrap: wrap;
}

.card .offer-features-wrapper {
    margin-top: 0;
}

.offer-feature {
    font-family: 'NohemiMed';
    border: 1px solid;
    border-color: rgba(139,139,139, .5);
    color: var(--qtech-medium-gray);
    padding: .4rem .7rem .3rem;
    margin-right: .4rem;
    margin-bottom: .4rem;
    font-size: 13px;
    display: block;
}

.card .offer-feature {
    border: none;
    border-bottom: 1px solid var(--qtech-light-gray);
    padding: .5rem .5rem .5rem 0;
    margin: 0;
}

.card .offer-feature:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.offer-feature b {
    color: var(--qtech-dark-gray);
}

.offer-feature i {
    margin-right: .5em;
}

.card .offer-feature i {
    color: var(--qtech-dark-gray);
}



.badge {
    --bs-badge-font-size: .7em;
}

.offcanvas-offers-toggler-btn {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9991;
    right: 10px;
    bottom: 10px;
}

.offcanvas-offers-toggler-btn .fire-ico {
    position: absolute;
    width: 14px;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.offcanvas-offers-toggler-btn .hiring-now {
    width: 70px;
    animation: rotate-animation 6s infinite linear;
}

@media(min-width:768px) {
    .swiper.offers-swiper {
        padding-left: 100px;
    }
    .badge {
        --bs-badge-font-size: .75em;
    }
    .offer-description {
        font-size: 1.15rem;
    }
    .offer-feature {
        padding: .5rem 1rem;
        margin-right: .7rem;
        margin-bottom: 0;
    }
    .offcanvas-offers-toggler-btn {
        right: auto;
        left: 10px;
    }
    .offcanvas-offers-toggler-btn .hiring-now {
        width: 80px;
    }
    .offcanvas-offers-toggler-btn .fire-ico {
        width: 16px;
    }
    .offers-swiper .swiper-slide .swiper-content {
        padding: 1.25rem;
    }
}

@media(min-width:1200px) {
    .offer-feature {
        font-size: 13.5px;
        padding: .45rem .75rem .4rem;
    }
}

@media(min-width:1680px) {
    .offer-feature {
        font-size: 14px;
        padding: .5rem 1rem;
    }
}

/* BLOG */

.qtech-blog-logo {
    width: 150px;
}
.highlight-article {
    display: flex;
    flex-direction: column-reverse;
}

.article--text-box-wrapper {
    position: relative;
    z-index: 9;
}
.article--text-box {
    background-color: var(--qtech-yellow);
    padding: 2rem;
}

.article--img img {
    width: 100%;
    filter: grayscale(100%);
}

.article-date {
    display: block;
    font-size: .9rem;
    margin-bottom: 1.5rem;
}

@media(min-width: 768px) {
    .qtech-blog-logo {
        width: 200px;
    }
    .highlight-article {
        flex-direction: row;
    }
    .article--text-box-wrapper {
        width: 40%;
        margin-top: 5rem;
    }
    .article--img img {
        margin-left: -2.5rem;
        width: calc(100% + 2.5rem);
        margin-top: -5rem;
    }
}

@media(min-width: 1200px) {
    .article--text-box {
        padding: 3rem;
    }
}

@media(min-width: 1400px) {
    .qtech-blog-logo {
        width: 220px;
    }
}

@media(min-width: 1680px) {
    .qtech-blog-logo {
        width: 240px;
    }
    .article--text-box {
        padding: 4rem;
    }
}


/* PÀGINA OFERTES */

.offers-searcher {
    position: relative;
    z-index: 9;
    margin-top: -1.5rem;
}

@media(max-width:767px) {
    .offers-title {
        position: sticky;
        top: 77px;
        padding: .5rem 0;
        background-color: var(--qtech-light-gray);
        z-index: 99;
    }
}

.offers-card-list {
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.offers-card-list li {
    list-style: none;
}

.card {
    border: none;
    border-radius: 12px;
    background-color: white;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.card a {
    text-decoration: none;
    display: contents;
}

.card .card-title {
    color: var(--qtech-dark-gray);
}

.offers-card-list .card:hover {
    box-shadow: 0px 10px 30px -3px rgba(0,0,0,0.12);
}

.offers-card-list .card:hover {
    background-color: var(--qtech-dark-gray);
}

.offers-card-list .card:hover .card-title{
    color: var(--qtech-cream);
}

.offers-card-list .card:hover .offer-feature,
.offers-card-list .card:hover .offer-feature i {
    color: var(--qtech-light-gray);
}

.offers-card-list .card:hover .badge {
    background-color: white;
}


.card-header {
    position: relative;
    padding: 1.5rem 1rem 0;
    border-bottom: none;
    background-color: transparent;
}

.card-header,
.card-header:first-child {
    border-radius: 12px 12px 0 0;
}

.card-title {
    position: relative;
    z-index: 9;
}

.card-header:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    border-radius: 12px 12px 0 0;
}

.category--pyme .card-header:after {
    background: var(--qtech-red);
    background: var(--qtech-red-gradient);
}


.category--empresa-grande .card-header:after {
    background: var(--qtech-yellow);
    background: var(--qtech-yellow-gradient);
}


.category--multinacional .card-header:after {
    background: var(--qtech-dark-blue);
    background: var(--qtech-blue-gradient);
}




.card-body {
    padding: 1rem 1rem;
}

.card-footer {
    padding: 0 1rem 1rem 1rem;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: end;
}

.startup-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--qtech-dark-gray);
    border: 1px solid white;
}

.startup-ico i {
    font-size: 13px;
    line-height: 1;
    color: white;
}

.offer-tags {
    margin-bottom: 1em;
}

.card .badge {
    background-color: var(--qtech-light-gray);
    color: var(--qtech-dark-gray);
    padding: 6px 12px;
    border-radius: 16px;
    font-size: .7rem;
}

.legend {
    font-size: .85rem;
    font-family: 'NohemiSemBd';
    color: var(--qtech-medium-gray);
}

.offcanvas-filters {
    z-index: 9999;
    top: 77px!important;
}

@media(min-width: 768px) {
    .card-header {
        padding: 2rem 1.5rem 0;
    }
    .card-body {
        padding: 1rem 1.5rem;
    }
    .card-footer {
        padding: 0 1.5rem 1rem 1.5rem;
    }
    .offers-card-list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }
    .card .badge {
        font-size: .9rem;
        padding: 8px 16px;
    }
    .startup-ico {
        width: 32px;
        height: 32px;
    }
    .startup-ico i {
        font-size: 14px;
    }
}

@media(min-width: 992px) {
    .offers-card-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .offers-card-list.grid-lg-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 1200px) {
    .offers-card-list.grid-xl-col-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(min-width: 1920px) {
    .offers-card-list {
        grid-template-columns: repeat(4, 1fr);
    }
}


/* BANNER CARD */

.banner-card {
    display: flex;
    flex-direction: column;
}

.banner-img {
    padding: 1em;
}

.banner-content {
    padding: 1.5em;
}

.banner-img {
    background-color: white;
    border-radius: 12px 12px 0 0;
}

.banner-content {
    text-align: center;
    background-color: var(--qtech-red);
    color: white;
    border-radius: 0 0 12px 12px;
}

.banner-img img {
    width: 100%;
}

.banner-title {
    margin-bottom: 2rem;
}

.banner-title h2,
.banner-title .h2 {
    font-family: 'NohemiBlack';
}

@media(min-width: 768px) {
    .banner-img {
        padding: 1.5em;
    }
    .banner-content {
        padding: 2em;
    }
}

@media(min-width: 1200px) {
    .banner-img {
        padding: 1.5em 2em;
    }
    .banner-content {
        padding: 2em;
    }
    .banner-title {
        margin-bottom: 2.5rem;
    }
}

@media(min-width: 1400px) {
    .banner-img {
        padding: 2em 3em;
    }
    .banner-content {
        padding: 3em;
    }
    .banner-title {
        margin-bottom: 3rem;
    }
}


/* SECTION PARALLAX */

.section--parallax {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.parallax-bg {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.parallax-bg .img {
    position: absolute;
    left: 0;
    right: 0;
    top: -200px;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

.bg-equipo .img {
    background-image: url('../../images/new_design/equipo-parallax-bg.jpg');
}

.bg-clientes .img {
    background-image: url('../../images/new_design/clientes-parallax-bg.jpg');
}

.bg-profesionales .img {
    background-image: url('../../images/new_design/profesionales-parallax-bg.jpg');
}

.parallax-bg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.parallax-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}

.parallax-content p {
    font-family: 'NohemiMed';
    line-height: 1.15;
}

.parallax-content .signature {
    height: 85px;
    width: auto;
}

@media(min-width:992px) {
    .section--parallax {
        min-height: 60vh;
    }
    .parallax-content .signature {
        height: 110px;
    }
}


/* AREAS LIST */
.areas-list {
    padding-left: 0;
}
.areas-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--qtech-xlight-gray);
    padding: 1rem 0;
    font-family: 'Nohemi';
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1;
}
.areas-list li:last-child {
    border-bottom: none;
}
.areas-list li img {
    width: 42px;
    margin-right: 1em;
}
@media(min-width:768px) {
    .areas-list li {
        padding: 1.5rem .5rem;
        font-size: 20px;
    }
    .areas-list li img {
        width: 48px;
    }
}
@media(min-width:1200px) {
    .areas-list li {
        padding: 2rem .5rem;
        font-size: 22px;
    }
    .areas-list li img {
        width: 56px;
    }
}


/* TEAM LIST */
.team-list {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
}
.team-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 8px;
}
.team-list li * {
    margin-bottom: 0;
}
.team-list li img {
    width: 100%;
    margin-bottom: 16px;
}
.member-social a {
    padding: 0 .25em;
}
@media(min-width:768px) {
    .team-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(min-width:992px) {
}
@media(min-width:1200px) {
    .team-list {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media(min-width:1920px) {
    .team-list {
        grid-column-gap: 20px;
        grid-row-gap: 30px;
    }
}


/* CLIENTES TESTIMONIALES */

.clientes-testimoniales {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.clientes-testimoniales li {
    width: 100%;
    padding: 1.5em 1em;
    border-radius: 8px;
    list-style: none;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    row-gap: 2em;
}

.clientes-filter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    margin: 1rem 0;
    row-gap: .25rem;
    column-gap: .5rem;
}

.clientes-filter li {
    list-style: none;
    padding: 0;
    text-align: center;
}

.clientes-filter li a {
    font-family: 'NohemiMed';
    color: var(--qtech-medium-gray);
    display: inline-block;
    padding: .25rem 0;
    text-decoration: none;
    font-size: 1rem;
}

.clientes-filter li a.active {
    font-family: 'Nohemi';
    color: var(--qtech-red);
    font-weight: bold;
    border-bottom: 2px solid var(--qtech-red);
}

.clientes-filter li a:hover {
    color: var(--qtech-dark-gray);
}

.clientes-filter li a.active:hover {
    color: var(--qtech-red);
}

.clientes-testimoniales li:nth-child(3n+1) {
    background-color: white;
}

.clientes-testimoniales li:nth-child(3n+2) {
    background-color: var(--qtech-red);
}

.clientes-testimoniales li:nth-child(3n+3) {
    background-color: var(--qtech-dark-gray);
    color: white;
}

.clientes-testimoniales li .client-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.clientes-testimoniales li .client-info h3 {
    font-family: 'NohemiExtLt';
    margin-bottom: .1em;
}

.clientes-testimoniales li .client-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
}

.clientes-testimoniales li .client-img img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
    border: 0;
}

@media(min-width:415px) {
    .clientes-testimoniales {
        flex-direction: row;
    }
    .clientes-testimoniales li {
        width: calc(50% - 8px);
    }
    .clientes-testimoniales li:nth-child(3n+1) {
        width: 100%;
        flex-direction: row;
    }
    .clientes-testimoniales li:nth-child(3n+1) .client-info {
        width: 25%;
    }
    .clientes-testimoniales li:nth-child(3n+1) .testimonial-text {
        width: 75%;
        padding-left: 16px;
    }
}

@media(min-width:768px) {
    .clientes-testimoniales li {
        border-radius: 16px;
        padding: 1.5rem;
        row-gap: 2.5em;
    }
    .clientes-testimoniales li .client-img {
        width: 120px;
        height: 120px;
    }
    .clientes-filter {
        flex-direction: row;
        border-bottom: 1px solid var(--qtech-xlight-gray);
        column-gap: 1rem;
    }
    .clientes-filter li a {
        font-size: 1.1rem;
        padding: 1rem .5rem;
    }
}

@media(min-width:1200px) {
    .clientes-testimoniales li {
        padding: 2rem;
        row-gap: 3em;
    }
    .clientes-testimoniales li .client-img {
        width: 130px;
        height: 130px;
    }
}

@media(min-width:1400px) {
    .clientes-testimoniales li {
        padding: 2.5rem;
    }
    .clientes-testimoniales li .client-img {
        width: 140px;
        height: 140px;
    }
    .clientes-filter {
        column-gap: 2rem;
    }
}

@media(min-width:1920px) {
    .clientes-filter {
        column-gap: 3rem;
    }
}


/* OFERTA SINGLE */
.oferta-single--features  {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}
.features-left {
    display: flex;
    align-items: flex-end;
    column-gap: 1em;
}
.single-feature {
    font-family: 'NohemiSemBd';
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    font-size: 1.2em;
    line-height: 1;
    color: var(--qtech-light-gray);
}
.single-feature-description {
    font-family: 'NohemiMed';
    font-size: 14px;
    color: var(--qtech-medium-gray);
}
.offer-sticky-info {
    padding: 1.5em 0;
    position: sticky;
    z-index: 1;
    top: -1px;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.offer-sticky-info.is-pinned {
    padding: 1em 0;
}

.offer-sticky-info:after {
    content: '';
    position: absolute;
    bottom: -4px;
    display: block;
    width: 100%;
    height: 8px;
}

.offer-sticky-info.category--pyme:after {
    background: var(--qtech-red-gray-gradient);
}

.offer-sticky-info.category--empresa-grande:after {
    background: var(--qtech-yellow-gray-gradient);
}

.offer-sticky-info.category--multinacional:after {
    background: var(--qtech-blue-gray-gradient);
}

.offer-sticky-info:before {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.offer-sticky-info.is-pinned:before {
    height: 80px;
}

.offer-sticky-info .offer-description {
    color: var(--qtech-cream);
    margin-bottom: .5em;
    display: none;
    font-size: 1.2em;
}

.offer-sticky-info .apply-button,
.offer-sticky-info.is-pinned .legend {
    display: none!important;
}

.offer-sticky-info.is-pinned .offer-description,
.offer-sticky-info.is-pinned .apply-button {
    display: block!important;
}

.offer-sticky-info.is-pinned .single-feature {
    font-size: 1em;
}

@media(min-width:768px) {
    .oferta-single--features  {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        row-gap: 0;
        column-gap: 2em;
    }
    .single-feature {
        font-size: 1.4em;
    }
    .features-left {
        column-gap: 2em;
    }
}

@media(min-width:1200px) {
    .features-left {
        column-gap: 3em;
    }
    .single-feature {
        font-size: 1.8em;
    }
}

/* FORM STYLES */

.form-label {
    font-size: .9rem;
    margin-bottom: .3rem;
}
.modal-content .form-label {
    color: var(--qtech-medium-gray);
}
.offers-filters .form-label {
    font-weight: bold;
}
.form-control {
    padding: .75rem 1rem;
    border-color: var(--qtech-light-gray);
}
.modal-content .form-control,
.modal-content .form-check-input {
    border-color: var(--qtech-red);
}
.form-check-label {
    font-size: .95rem;
}
input[type="file"] {
    font-size: .9rem;
}

.tipo-empresa-form-group .form-check-label {
    padding: 2px 4px;
    border-radius: 16px;
}

.tipo-empresa-form-group .form-check-input:checked + label {
    padding: 2px 18px 2px 12px;
}

.form-check-input:checked {
    border-color: var(--qtech-dark-gray);
    background-color: var(--qtech-dark-gray);
}

.form-check-input:checked + label {
    font-weight: bold;
}

.form-check-input#pyme:checked {
    border-color: var(--qtech-red);
    background-color: var(--qtech-red);
}
.form-check-input#pyme:checked + label {
    background: var(--qtech-red-gray-gradient);
}

.form-check-input#empresa-grande:checked {
    border-color: var(--qtech-yellow);
    background-color: var(--qtech-yellow);
}
.form-check-input#empresa-grande:checked + label {
    background: var(--qtech-yellow-gray-gradient);
}

.form-check-input#multinacional:checked {
    border-color: var(--qtech-dark-blue);
    background-color: var(--qtech-dark-blue);
}
.form-check-input#multinacional:checked + label {
    background: var(--qtech-blue-gray-gradient);
    color: white;
}


/* Custom Range Styles */
.form-range::-webkit-slider-thumb {
    background: var(--qtech-red);
}

.form-range::-moz-range-thumb {
    background: var(--qtech-red);
}

.form-range::-ms-thumb {
    background: var(--qtech-red);
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #fff;
    border-color: transparent;
    border-radius: 1rem;
}


/* MODAL STYLES */

.modal-content {
    background-color: var(--qtech-red);
}

.modal-content.modal-content-transparent {
    background-color: transparent;
    border: none;
}

.modal-header {
    border-bottom: none;
}

@media (min-width: 768px) {
    .modal-header,
    .modal-body {
        padding: 1.5rem;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 600px;
    }
    .modal-header,
    .modal-body {
        padding: 2rem;
    }
    .modal-body {
        padding-top: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 650px;
    }
}


/* FOOTER */
.footer-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}
.footer-menu li {
    list-style: none;
    width: 50%;
}
@media(min-width: 768px) {
    .footer-menu li {
        width: 33.3%;
    }
}
footer a {
    color: var(--qtech-medium-gray);
    text-decoration: none;
}
footer a:hover {
    color: white;
}
.footer-legal-menu-wrapper {
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid var(--qtech-xlight-gray);
}
.footer-legal-menu {
    padding-left: 0;
}
.footer-legal-menu li {
    display: inline-block;
    padding-right: 1rem;
    font-size: .9rem;
    list-style: none;
}