/*
Theme Name: Shah.fi
Author: Saman Masoumi
Author URI: https://imsaman.ir
Email : masoomi.net@gmail.com
Version: 2.0
*/

:root {
    --main: #002f6c;
}

@font-face {
    font-family: InterVariable;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("_assets/fonts/InterVariable.woff2") format("woff2");
}

@font-face {
    font-family: InterVariable;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("_assets/fonts/InterVariable-Italic.woff2") format("woff2");
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: InterVariable;
    font-weight: 400;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden !important;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

a[href^="tel:"] {
    font-family: InterVariable;
    direction: ltr;
}

a:active,
a:hover, a:focus, button:focus {
    outline: 0;
    text-decoration: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

figure {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}


button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}


button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

a {
    text-decoration: none;
}

#mobileNavbar {
    background: #111;
    padding: 8px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 9999px;
    line-height: normal;
    margin-top: 1px;
    z-index: 99;
}

#mobileNavbar .logo {
    width: 55px;
    height: auto;
}

.mobileNavbarIcon img {
    width: 25px;
    height: auto;
}

.navOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    transition: opacity .15s linear;
}

.navOverlay.show {
    display: block;
    transition: opacity .15s linear;
}

.menu {
    height: 100%;
    width: 290px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -290px;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 30px 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.menu.open {
    left: 0;
}

.menu .logo img {
    display: block;
    margin: 0 auto;
    max-width: 130px;
}

.menu .closeButton {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.menu .mobileNavWrapper {
    margin-top: 25px;
}

.menu .top > ul {
    margin: 50px 20px;
}

.menu .top ul li {
    margin: 15px 0;
    padding: 0;
}

.menu li a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    color: #bebebe;
    transition: 0.3s;
    font-weight: 500;
}

.menu .menu-item-has-children .sub-menu {
    display: none;
    padding-left: 20px;
}

.menu .menu-item-has-children .sub-menu li {
    list-style-type: disc;
}

.menu .menu-item-has-children .sub-menu li a {
    font-size: 17px;
}

.menu .menu-item-has-children > ul li {
    border: 0 !important;
}

.menu .bottom .buttonCustom {
    margin: 0 auto;

}

.menu .contact li {
    display: flex;
    justify-content: space-between;
}

.menu .social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 15px 0;
}

.menu .social li {
    margin: 0 15px;
}

#menu-language {
    background: #111;
    width: 50px;
    min-width: 50px;
    margin: 12px 0 0 -4px;
    padding: 0;
}

#menu-language li {
    width: 50px;
    max-width: 50px;
    margin: 10px 0 10px 5px
}

.langSelect {
    margin-top: -5px;
    text-align: center;
}

.langSelect a {
    font-size: 13px !important;
    color: #fff !important;
    margin-right: 25px;
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.stickyMenu {
    width: 100%;
    top: 10px;
    z-index: 999;
    position: absolute;
}

.stickyMenu .container-fluid {
    max-width: 1450px;
}

.heroContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 100.6vh;
}

.heroContainer {
    height: 450px;
    min-height: 450px;
}

.heroContainer picture, .heroContainer img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.indexHeroContent {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    align-items: center;
}

.indexHeroContent h1 {
    color: #fff;
    font-size: 27px;
    line-height: normal;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 5px #787878;
}

.buttonCustom {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 8px 8px 32px;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: fit-content;
}

.buttonCustom::after {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.buttonCustom:hover {
    transform: scale(1.02);
}

.buttonCustom:hover::after {
    transform: rotate(90deg);
}

.buttonCustom.buttonLight {
    color: var(--main);
    background: #fff;
}

.buttonCustom.buttonDark {
    background: var(--main);
    color: #fff;
}

.buttonCustom {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-top: -3px;
}

.buttonCustom.buttonLight::after {
    background-color: var(--main);
    color: #fff;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5v14'/%3E%3C/svg%3E");
}

.buttonCustom.buttonDark::after {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5v14'/%3E%3C/svg%3E");
}

.indexHeroContent .buttonCustom {
    margin: 20px auto 0;
}

.intro {

}

.introText {
    max-width: 420px;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 30px;
}

.introTitle {
    margin-top: 10px;
    font-size: 38px;
    color: #1d1d1f;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.introImage {
    width: 48%;
    height: 320px;
    /*max-width: 500px;*/
}

.introImage:first-child {
    width: 100%;
}

.introImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.videoCard :where(.video,.hoverContent) {
    display: none;
}

.homeServices, .metricsSection {
    background: #ececec;
    padding: 40px 0;
}

.homeServices .title {
    font-size: 25px;
    color: #a1a1aa;
    font-weight: 900;
    max-width: 896px;
    line-height: 1.05;
    padding: 0 8px;
    margin-bottom: 48px;
    overflow-wrap: break-word;
}

.homeServices .text-dark {
    color: #111;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    overflow-wrap: break-word;
}

.servicesImage {
    min-height: 300px;
    background-color: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    position: relative;
    height: 100%;
}

.servicesImage img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.servicesImage span {
    position: absolute;
    top: 50%;
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 3;
    font-size: 35px;
    font-weight: 700;
}

.servicesImageOverlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 47, 108, 0.3);
    transition: background-color 0.5s ease;
}

.servicesCardWrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 48px;
    grid-auto-rows: auto;
}

.serviceCard {
    padding: 24px 24px 14px 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 130px;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    background-color: white;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.serviceCard:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}

.serviceCard a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.serviceCard h3 {
    color: #1d1d1f;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.serviceCard p {
    color: #a1a1aa;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    max-width: 95%;
    margin-bottom: 20px;
}

.serviceCard span {
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
    display: block;
    text-align: right;
}

.homeServices .buttonCustom {
    margin-inline: auto;
}

.metricsSection h2 {
    font-size: 45px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #1d1d1f;
    margin-bottom: 2rem;
    font-weight: 700;
}

.metrics-left-xl {
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.metricsStickyWrapper {
    height: 100%;
    position: relative;
}

.metricsSticky {
    height: fit-content;
}

.metricsSticky p {
    font-size: 16px;
    line-height: 1.35;
    color: #a1a1aa;
}

.metrics-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.metricsSection .card {
    border: 0;
    border-radius: 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
    transition: all 0.4s ease;
}

.metricsSection .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.metricsSection .card-large {
    grid-column: 1 / -1;
}

.card-large {
    background: var(--main);
    color: #fff;
    padding: 2rem;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.card-large .top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.cardNumberLg {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 0.8;
    display: block;
}

.card-label {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.9);
}

.card-text {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 335px;
    line-height: 30px;
}

.card-small {
    padding: 2rem;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.card-number {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #1d1d1f;
    line-height: 1;
    display: block;
}

.card-label-small {
    font-size: 19px;
    font-weight: 500;
    color: #1d1d1f;
    line-height: 1.2;
}

.card-image {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 0;
}

.card-image:hover .card-image-media {
    transform: scale(1.1);
}

.card-image-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 47, 108, 0.4);
}

.card-image-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.card-image-caption {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

#slider_espacios_home {
    background: #ececec;
    padding-block: 80px 250px;
}

.slider-espacios-home-box {
    position: relative;
    width: 100%;
    min-height: 300px;
    border-radius: 32px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.08);
}

.slider-espacios-home-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2s ease;
}

.slider-espacios-home-box:hover > img {
    transform: scale(1.1);
}

.slider-espacios-home-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 47, 108, 0.2);
}

.slider-espacios-home-bg, .slider-espacios-home-overlay {
    border-radius: 32px;
}

.slider-espacios-home-content {
    position: absolute;
    left: 16px;
    right: 16px;
    max-width: 100%;
    bottom: -160px;
}

.slider-espacios-home-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 28px;
    border-radius: 24px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-espacios-home-title {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #1d1d1f;
    margin-bottom: 16px;
    font-weight: 700;
}

.slider-espacios-home-texto {
    font-size: 16px;
    line-height: 1.5;
    color: #a1a1aa;
    font-weight: 400;
    margin-bottom: 24px;
}

.sectionClients {
    background: #ececec;
}

.pt-100 {
    padding-top: 100px;
}

.pb-80 {
    padding-bottom: 80px;
}

.sectionClients .cont-titular a {
    display: block;
    padding: 9px 17px;
    width: fit-content;
    background: var(--main);
    border-radius: 9999px;
    color: #dbdbdb;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: normal;
    margin-bottom: 26px;
}

.sectionClients h2 {
    font-size: 35px;
    line-height: 1;
    letter-spacing: -1px;
    text-align: left;
    max-width: 850px;
    display: block;
    position: relative;
    z-index: 40;
    margin: 0;
    font-weight: 800;
}

.sectionClients .cont-titular .sub-texto {
    max-width: 600px;
}

.sectionClients .cont-titular .sub-texto p {
    font-size: 17px;
    color: #a1a1aa;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.clientsSwiper .swiper-slide {
    min-height: auto;
    background: #ffffff;
    padding: 28px;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.clientsSwiper .swiper-slide .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.clientsSwiper .swiper-slide .gallery img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.clientsSwiper .swiper-slide:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
}

.clientsSwiper .swiper-slide .quote {
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 72px;
    line-height: 1;
    color: #f3f3f3;
    font-weight: 700;
    z-index: 0;
    pointer-events: none;
}

.clientsSwiper .swiper-slide p {
    min-height: 130px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 1.6;
    color: #424245;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 32px;
    flex-grow: 1;
}

.clientsSwiper .autor {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #fafafa;
    margin-top: auto;
}

.clientsSwiper .autor .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f7;
    color: #1d1d1f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
}

.clientsSwiper .autor h4 {
    font-size: 13px;
    font-weight: 500;
    color: #1d1d1f;
    margin: 0 0 3px 0;
    line-height: 1.2;
}

.clientsSwiper .autor span {
    display: block;
    font-size: 9px;
    font-weight: 500;
    color: #86868b;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}

footer {
    background: #000;
}

.contactFooter .title {
    display: block;
    font-weight: 600;
    color: #777;
    font-size: 15px;
    margin-bottom: 10px;
}

.contactFooter p {
    color: #bebebe;
    font-size: 15px;
    line-height: 25px;
}

.contactFooter a {
    color: #bebebe;
}

.footerNav a {
    display: block;
    color: #777;
    margin-bottom: 10px;
}

.heroImageOverlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 47, 108, 0.3);
    transition: background-color 0.5s ease;
}

.clientsSwiper .swiper-wrapper {
    /*align-items: center;*/
}

.clientsSwiperNav {
    display: flex;
    width: 100px;
    justify-content: space-between;
}

.clientsSwiperNav :where(.swiper-button-prev,.swiper-button-next) {
    position: relative;
}

.clientsSwiperNav svg {
    width: 12px;
    color: #aaa;
}

.navbar-sticky {
    position: relative;
    width: 100%;
    height: 0;
    z-index: 1030;
}

.navbarWrapper {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99999;
}

.navbarWrapper.is-sticky {
    position: fixed !important; /* کتابخانه خودش fixed را اضافه می‌کند */
    background-color: #ffffff; /* تغییر پس‌زمینه به سفید هنگام اسکرول */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#navbar-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px 30px;
    border-radius: 9999px;
    line-height: normal;
    background-color: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin: 0 !important;
}

.navbar-nav {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between !important;
    gap: 60px;
}

.navContainer ul.navbar-nav div {
    width: 40%;
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.navContainer ul.navbar-nav .nav-link {
    color: #27272a;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -0.325px;
}

.navContainer ul.navbar-nav div.menu-right {
    justify-content: flex-start;
}

.navContainer ul.navbar-nav div.menu-left {
    justify-content: flex-end;
}

.col-flex-3-nav::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background-color: #a9a9a9;
}

.col-flex-1-nav, .col-flex-3-nav {
    width: 85px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    position: relative;
}

.col-flex-3-nav {
    justify-content: flex-end;
}

.col-flex-2-nav {
    width: 80%;
    padding: 0;
}

.navbarWrapper #menu-language {
    background-color: #fff;
}

#navbarMainMenu .navbar-brand img, #navbarMainMenu2 .navbar-brand img {
    width: 60px;
    margin-top: 0;
    height: auto;
}

.navbar-nav .nav-item.hastChildren {
    position: relative;
}

.navbar-nav .nav-item.hastChildren::after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(images/arrow.png);
    position: absolute;
    top: 10px;
    right: -10px;
    background-size: cover;
    transform: rotate(-90deg);
}

.navbar-nav .nav-item.hastChildren > ul {
    position: absolute;
    top: 50px;
    left: 0;
    background-color: rgba(255, 255, 255, .95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    min-width: 230px;
    height: auto;
    display: block;
    padding: 5px 10px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e5e5e5;
}

.navbar-nav .nav-item.hastChildren > ul::before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 99;
}

.navbar-nav .nav-item.hastChildren ul li {
    padding: 13px 10px;
    position: relative;
}

.navbar-nav .depth-1::after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(images/arrow.png);
    position: absolute;
    top: 15px;
    right: 5px;
    background-size: cover;
    transform: rotate(180deg);
}

.navbar-nav .nav-item.hastChildren ul li a {
    display: block;
    color: #27272a;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -0.325px;
}

.navbar-nav .nav-item.hastChildren:hover > ul {
    opacity: 1;
    visibility: visible;
}

.navbar-nav .nav-item .depth-1 .subMenu {
    position: absolute;
    top: 0;
    left: 230px;
    background-color: rgba(255, 255, 255, .95);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    min-width: 230px;
    height: auto;
    display: block;
    padding: 5px 10px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e5e5e5;
}

.navbar-nav .nav-item .depth-1 > ul::before {
    content: '';
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 99;
}

.navbar-nav .nav-item .depth-1:hover > .subMenu {
    opacity: 1;
    visibility: visible;
}

footer ul.social {
    display: flex;
}

.supTitle {
    padding: 9px 17px;
    width: fit-content;
    max-width: 100%;
    background: #f5f5f5;
    border-radius: 9999px;
    color: #a1a1aa;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: normal;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 auto;
}

.supTitle::-webkit-scrollbar {
    display: none;
}

.supTitle span {
    color: black !important;
    margin: 0 10px;
}

.innerHero .innerHeroContent {
    padding-block: 90px 70px;
}

.innerHero h1 {
    max-width: 900px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    margin-block: 30px 10px;
    overflow-wrap: break-word;
}

.innerHero p {
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    max-width: 672px;
    margin: 0 auto 0 auto;
    color: #2c2c2c;
}

.innerHero img {
    border-radius: 50px;
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    margin-top: 50px;
}

.content h2.title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 60px;
    overflow-wrap: break-word;
    color: #212529 !important;
}

.content :where(p,span) {
    text-align: left;
    margin: 15px 0;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #525256;
}

.content h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    color: var(--main);
}

.content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--main);
}

.content h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--main);
}

.content a {
    font-weight: 500;
    color: #525256;
    position: relative;
    transition: all .3s;
}

.content a::before {
    content: '';
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: var(--main);
    transition: all .3s;
    z-index: -1;
}

.content a.buttonCustom::before {
    content: unset !important;
}

.content a:hover {
    color: #fff;
}

.content a:hover::before {
    height: 100%;
}

.content :where(ul,ol) {
    margin-block: 15px;
    padding-left: 25px;
}

.content li {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #525256;
    list-style-type: disc;
}

.conclusion .content h2 {
    color: #000 !important;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
}

.conclusion .content p {
    font-size: 15px;
    color: #64676c;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 8px;
}

.conclusion .content span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    backdrop-filter: blur(6px);
    display: block;
    width: fit-content;
    margin-top: 20px;
}

.contactBox {
    padding: 28px;
    border-radius: 28px;
    min-height: auto;
    background-color: black;
    color: white;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.contact-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.contact-card-icon {
    background-color: #27272a;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon-svg {
    width: 24px;
    height: 24px;
}

.contact-card-etiquete {
    color: #dfdfdf;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
}

.contact-card-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
}

.contact-card-supTitle {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 4px;
    margin-top: 0;
    color: #71717a;
}

.contact-card-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-size: 14px;
    text-align: left;
}

.contact-direction-text {
    font-size: 17px;
    color: #a1a1aa;
}

.contact-list {
    border-top: 1px solid #27272a;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.contact-list .contact-item {
    gap: 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-align: left;
}

.contact-list .contact-item a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.contact-item-label {
    width: 66px;
    font-size: 10px;
    color: #71717a;
    font-weight: 600;
}

.contact-list .social {
    display: flex;
}

.contactForm {
    padding: 28px;
    border-radius: 28px;
    min-height: auto;
    background-color: #f2f2f2;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
}

.page-template-template_contact-php .contactForm {
    height: 100%;
}

.gform_title {
    display: none;
}

.gfield_label {
    display: none !important;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #555;
    margin-bottom: 6px;
    white-space: nowrap;
}

input[type=text], input[type=email], input[type=tel], textarea {
    display: block;
    width: 100% !important;
    height: 38px !important;
    padding: 8px 0 10px !important;
    border: 0 !important;
    border-bottom: 1px solid #dedede !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 300 !important;
    color: #1a1a1a !important;
    outline: none !important;
    transition: border-color 0.25s ease;
}

textarea {
    min-height: 45px;
}

.gfield textarea.small {
    max-height: 90px;
}

.gform_fields li {
    margin-bottom: 30px;
}

.gform_button, .customForm button {
    background-color: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 11px 22px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: background-color 0.2s !important;
    line-height: 1.4 !important;
}

.gfield_label {
    display: none !important;
}

.whatWeDoImage {
    width: 100%;
    height: 100%;
    max-height: 350px;
    border-radius: 2.5rem;
    overflow: hidden;
}

.whatWeDoImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.whatWeDoWrapper {
    background: #f5f5f7;
    border-radius: 2.5rem;
    padding: 20px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
}

.whatWeDoWrapper .item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 20px;
    border-radius: 2rem;
    transition: all 0.4s ease;
    cursor: default;
}

.whatWeDoWrapper .item:hover {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.whatWeDoWrapper .item:hover .icon {
    background: #000;
    color: #fff;
}

.whatWeDoWrapper .item .icon {
    flex: none;
    padding: 14px;
    border-radius: 16px;
    background: #ffffff;
    color: #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.whatWeDoWrapper .item svg {
    width: 20px;
    height: 20px;
}

.whatWeDoWrapper .item h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
    color: #000;
}

.whatWeDoContent {
    font-size: 17px;
    line-height: 1.7;
    color: #a1a1aa;
    font-weight: 500;
}

.contactPage {
    padding-top: 110px;
}

.contactGrid {
    gap: 48px;
    display: flex;
    flex-direction: column;
}

.contactPage h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: black;
    margin-bottom: 40px;
}

.contactPage .contactInfo p {
    font-size: 15px;
    color: #9ca3af;
    font-weight: 300;
    max-width: 672px;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

.contactPage .contactBox {
    height: 100%;
}

.referenceWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.referenceWrapper .referenceCard {
    min-height: auto;
    padding: 28px;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
}

.referenceCard:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
}

.referenceCard a.itemLink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.referenceCard .quote {
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 72px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    z-index: 0;
    pointer-events: none;
}

.referenceCard p {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 1.6;
    color: #424245;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 32px;
    flex-grow: 1;
}

.referenceCard .autor {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #fafafa;
    margin-top: auto;
}

.referenceCard .autor .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #1d1d1f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
}

.referenceCard .autor h4 {
    font-size: 13px;
    font-weight: 500;
    color: #1d1d1f;
    margin: 0 0 3px 0;
    line-height: 1.2;
}

.referenceCard .autor span {
    display: block;
    font-size: 9px;
    font-weight: 500;
    color: #86868b;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}

.referenceCard .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.referenceCard .gallery img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 8px;
}

.pagination {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.pagination a, .pagination span {
    padding: 10px 15px;
    color: #1d1d1f;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 13px;
}

.pagination span {
    color: #86868b;
}

.getReviewPage {
    background: #ececec;
    padding-block: 110px 70px;
}

.getReviewPage .reviewInfo p {
    font-size: 15px;
    color: #9ca3af;
    font-weight: 300;
    max-width: 672px;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

.getReviewPage h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: black;
    margin-bottom: 40px;
}

.getReviewBox {
    padding: 28px;
    border-radius: 28px;
    min-height: 100%;
    background-color: #f2f2f2;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.getReviewBox-etiquete {
    color: #363636;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
}

.getReviewBox ul {
    margin-block: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.getReviewBox ul li {
    font-size: 15px;
}

.getReviewBox p.description {
    font-size: 15px;
    line-height: 1.8;
}

.social {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
}

.getReviewPage textarea {
    min-height: 120px;
}

.academyHeroContent {
    padding-block: 90px 50px;
}

.academyHeroContent h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: black;
    margin-block: 30px 10px;
    text-align: center;
}

.academyHeroContent p {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin: 0 auto 0 auto;
}

.academyCat {
    padding-bottom: 70px;
}

.academyWrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.academyWrapper .item {
    position: relative;
    border-radius: 48px;
    padding: 48px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s ease;
    overflow: hidden;
    background-color: var(--main);
}

.academyWrapper .item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.academyWrapper .item .content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.academyWrapper .item h2 a {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #ffffff;
    margin-bottom: 0;
    padding-left: 0;
}

.academyWrapper .item p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 280px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    height: 45px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.academyWrapper .item img {
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    opacity: 0.7;
}

.videoWrapper {
    border-radius: 30px;
    overflow: hidden;
}

.videoWrapper iframe {
    width: 100% !important;
}

.academyTitle {
    text-align: center;
    padding-top: 90px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: black;
    margin-block: 30px 10px;
}

.bottomContent .title {
    max-width: unset !important;
    margin-bottom: 30px !important;
}

.academyCardWrapper .item {
    border-radius: 40px;
    min-height: 350px;
    justify-content: center;
    padding: 25px 30px !important;
    border: 1px solid #dee2e6;
    transition: all 0.5s ease;
    background: #fff;
}

.academyCardWrapper .item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.academyCardWrapper .item h2 {
    line-height: 1.1;
}

.academyCardWrapper .item h2 a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.academyCardWrapper a::before {
    content: unset !important;
}

.academyCardWrapper .item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.mobileFixedBar {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    display: flex;
    padding: 10px;
    background: #111111;
    z-index: 99;
    border-radius: 5px;
}

.mobileFixedBar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #fff;
}

.mobileFixedBar img {
    width: 25px;
    height: auto;
}

.desktopFixedBar {
    position: fixed;
    left: -4px;
    bottom: 25%;
    background: #111111;
    border-radius: 0 5px 5px 0;
    padding: 10px;
}

.desktopFixedBar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #fff;
}

.desktopFixedBar img {
    width: 25px;
    height: auto;
}

.star-rating {
    gap: 5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dedede !important;
}

.star-rating span {
    display: block;
    width: 60px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 300 !important;
    color: gray !important;
    outline: none !important;
    transition: border-color 0.25s ease;
}

.star-rating img {
    cursor: pointer;
}

.getReviewPage .contactForm {
    height: 100%;
}

.afterSubmit {
    border: 1px solid #039487;
    padding: 12px;
    text-align: center;
    color: #039487;
    font-weight: 600;
    border-radius: 15px;
    line-height: 1.3;
}

.afterSubmitError {
    border: 1px solid #d70000;
    padding: 12px;
    text-align: center;
    color: #d70000;
    font-weight: 600;
    border-radius: 15px;
    line-height: 1.3;
}

.error404 {
    background: #ececec;
}

.error404Wrapper {
    padding-block: 60px;
}

.error404Wrapper .box {
    border-radius: 28px;
    min-height: 100%;
    background-color: #f2f2f2;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.error404Wrapper img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.error404Wrapper h1 {
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    margin-top: 15px;
}

.error404Wrapper p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
    color: #9ca3af;
    line-height: 1.5;
    padding-inline: 20px;
}

.error404Wrapper ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-bottom: 30px;
}

.error404Wrapper li a {
    color: #444444;
    font-size: 14px;
    text-decoration: underline;
}

details {
    padding: 0 20px;
    background-color: #f3f6fa;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    border: 0;
}

summary {
    position: relative;
    color: var(--main);
    font-size: 14px;
    padding: 1rem .75rem 1rem 0;
    line-height: 25px;
}

summary::after {
    content: 'view answer';
    width: 90px;
    color: #7591be;
    font-size: 12px;
    position: absolute;
    right: -10px;
    top: calc(50% - 12px);
}

details[open] {
    background-color: var(--main);
    padding: 10px 20px;
}

details[open] summary {
    box-shadow: inset 0 -1px 0 #143d86 !important;
    font-weight: 500;
}

details[open] summary, details[open] p {
    color: #fff;
}

@media screen and (min-width: 576px) {
    .heroContainer picture, .heroContainer img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        object-position: bottom;
    }

    .innerHero h1 {
        font-size: 35px;
        font-weight: 800;
    }

    .homeServices .title, .homeServices .text-dark {
        font-size: 35px;
        font-weight: 700;
    }

    .sectionClients h2 {
        font-size: 45px;
        font-weight: 700;
    }

    .content h2.title {
        font-size: 40px;
        font-weight: 700;
    }

    .conclusion .content h2 {
        font-size: 40px;
        font-weight: 700;
    }
}

@media screen and (min-width: 768px) {
    .intro .container-fluid {
        padding-inline: 40px;
    }

    .homeServices {
        padding: 80px 80px 60px 80px;
    }

    .homeServices .text-dark {
        font-size: 40px;
    }

    .servicesCardWrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }

    .innerHero h1 {
        font-size: 45px;
    }

    .homeServices .title {
        font-size: 40px;
    }

    .servicesImage {
        grid-column: span 2;
        min-height: 350px;
    }

    .serviceCardDouble {
        grid-column: span 2;
    }

    .metricsSection {
        padding: 80px 60px 60px 60px;
    }

    .metricsSection h2 {
        font-size: 72px;
    }

    .metricsSticky p {
        font-size: 19px;
        line-height: 1.45;
        max-width: 380px;
    }

    .metrics-cards-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
        auto-rows: 1fr;
    }

    .cardNumberLg {
        font-size: 70px;
    }

    .metrics-cards-grid .label {
        font-size: 21px;
        color: rgba(255, 255, 255, 0.9);
    }

    .metrics-cards-grid .card-large {
        grid-column: 1 / -1;
    }

    .card-large {
        padding: 3rem;
        min-height: 250px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .card-small {
        padding: 3rem;
        min-height: 230px;
    }

    .slider-espacios-home-box {
        min-height: 600px;
        border-radius: 40px;
        overflow: hidden;
    }

    .slider-espacios-home-content {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        left: 40px;
        right: auto;
        max-width: 520px;
    }

    .slider-espacios-home-card {
        padding: 40px;
        border-radius: 32px;
    }

    .slider-espacios-home-title {
        font-size: 44px;
    }

    .slider-espacios-home-texto {
        font-size: 18px;
        margin-bottom: 32px;
    }

    #slider_espacios_home {
        padding-block: 80px;
    }

    .sectionClients h2 {
        font-size: 40px;
    }

    .content h2.title {
        font-size: 35px;
        font-weight: 800;
        text-align: left;
        max-width: 650px;
    }

    .contactPage h1 {
        font-size: 56px;
    }

    .contactPage .contactInfo p {
        font-size: 17px;
    }

    .getReviewPage h1 {
        font-size: 56px;
    }
}

@media screen and (min-width: 992px) {
    .langSelect {
        width: 100%;
    }

    .langSelect a {
        color: #000 !important;
        margin-right: 0;
    }

    .indexHeroContent h1 {
        max-width: 1600px;
        font-size: 45px;
        font-weight: 700;
    }

    .introTitle {
        font-size: 62px;
    }

    .introImage {
        width: 33%;
        max-width: 500px;
        height: 320px;
    }

    .introImage:first-child {
        width: 33%;
    }

    .metricsSection h2 {
        font-size: 80px;
    }

    .clientsSwiper .swiper-slide {
        min-height: 300px;
    }

    .videoCard :where(.video,.hoverContent) {
        display: block;
    }

    .videoCard {
        position: relative;
        overflow: hidden;
        transition: all .3s;
        border-radius: 40px;
    }

    .videoCard video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 10;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        opacity: 0;
        transition: all .4s;
    }

    .videoCard:hover video {
        opacity: 1;
    }

    .videoCard .hoverContent {
        position: absolute;
        top: 45px;
        right: 0;
        z-index: 10;
        width: 100%;
        height: 180px;
    }

    .videoCard .hoverContent::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(images/video-card_badge.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 56px;
        height: 230px;
        transition: .5s 0.15s cubic-bezier(0.24, 0.43, 0.15, 0.97);
        transform: translateX(75px);
    }

    .videoCard:hover .hoverContent::before {
        transform: translateY(0);
    }

    .videoCard .hoverContent span {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #393939;
        position: absolute;
        z-index: 999;
        display: block;
        top: 115%;
        transition: .5s 0.15s cubic-bezier(0.24, 0.43, 0.15, 0.97);
        transform-origin: right;
        transform: rotate(90deg) translateY(-45px);
        right: 0;
        text-align: center;
    }

    .videoCard:hover .hoverContent span {
        transform: rotate(90deg) translateX(0) translateY(19px);
    }

    .innerHero .innerHeroContent {
        padding-block: 90px 100px;
    }

    .innerHero h1 {
        font-size: 65px;
        margin: 50px auto 8px;
    }

    .homeServices .title, .homeServices .text-dark {
        font-size: 60px;
    }

    .sectionClients h2 {
        font-size: 60px;
    }

    .content h2.title {
        font-size: 55px;
    }

    .whatWeDoWrapper {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .referenceWrapper .item {
        width: 48%;
        min-height: 250px;
    }

    .academyHeroContent h1, .academyHeroContent p {
        text-align: left;
    }

    .academyHeroContent .supTitle {
        margin: 0;
    }

    .academyWrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .content h2 {
        font-size: 26px;
        font-weight: 800;
    }


}

@media screen and (min-width: 1200px) {
    .navContainer ul.navbar-nav div {
        gap: 25px;
    }

    .servicesCardWrapper {
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .servicesImage {
        grid-column: span 2;
        grid-row: span 2;
    }

    .serviceCard {
        justify-content: center;
        min-height: 230px;
    }

    .serviceCard span {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .homeServices .title, .homeServices .text-dark {
        font-size: 60px;
    }

    .indexHeroContent h1 {
        font-size: 52px;
    }

    .innerHero img {
        max-height: 410px;
    }

    .academyWrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .clientsSwiper .swiper-slide .gallery img {
        width: 80px;
        height: 80px;
    }

    .innerHero p {
        max-width: 800px;
    }

}

@media screen and (min-width: 1400px) {
    .heroContainer {
        min-height: 90vh;
    }

    .intro .container-fluid {
        max-width: 1560px;
        padding-inline: calc(var(--bs-gutter-x) * .5);
    }

    .introImage:first-child {
        width: 38%;
        height: 520px;
    }

    .introImage:nth-of-type(2), .introImage:nth-of-type(3) {
        width: 30%;
        height: 420px;
    }

    .videoCard .hoverContent::before {
        top: calc(50% - 38px);
        width: 56px;
        height: 300px;
        transform: translateX(75px);
    }

    .videoCard-3 .hoverContent::before, .videoCard-2 .hoverContent::before {
        top: 20px;
    }

    .whatWeDoImage {
        max-height: 100%;
    }
}