/* Homepage typography scale. Kept separate so the legacy theme remains untouched. */
body {
    font-family: montserrat-light, sans-serif;
    font-size: 17px;
    line-height: 1.65;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body .display-1,
body .display-2,
body .subhead,
body .hometext,
body .btn,
body button,
body input,
body textarea,
body select,
body label,
body footer {
    font-family: montserrat-light, sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body .display-1,
body .display-2 {
    font-family: montserrat-bold, sans-serif !important;
    font-weight: 400 !important;
}

body p,
body .subtext1,
body .about-desc,
body .contact-content,
body footer {
    font-family: montserrat-light, sans-serif !important;
    font-size: clamp(17px, 1.25vw, 18px) !important;
    line-height: 1.65 !important;
}

/* Content copy inherits the shared scale instead of legacy inline font sizes. */
body .content-copy {
    font-family: montserrat-light, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

/* Spanish Prostart section: editorial copy paired with the vertical video. */
#Nosotros.prostart-section {
    isolation: isolate;
    overflow: hidden;
}

#Nosotros.prostart-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: min(55vw, 520px);
    height: min(55vw, 520px);
    background: url("../images/logoicon.png") center / contain no-repeat;
    filter: grayscale(1) brightness(0) invert(1);
    opacity: .055;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

#Nosotros.prostart-section .section-header,
#Nosotros.prostart-section .prostart-layout {
    position: relative;
    z-index: 1;
}

#Nosotros.prostart-section .section-header {
    margin-bottom: 3rem;
}

#Nosotros.prostart-section .prostart-layout__inner {
    align-items: flex-start;
}

#Nosotros.prostart-section .prostart-copy {
    padding-right: clamp(24px, 4vw, 68px);
}

#Nosotros.prostart-section .prostart-copy__body {
    text-align: left;
}

#Nosotros.prostart-section .prostart-copy__body p {
    margin: 0 0 1.45em;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(16px, 1.12vw, 18px) !important;
    line-height: 1.75 !important;
}

#Nosotros.prostart-section .prostart-copy__body p:last-child {
    margin-bottom: 0;
}

#Nosotros.prostart-section .prostart-copy__body strong {
    color: #fff;
    font-family: montserrat-semibold, sans-serif !important;
    font-weight: 600 !important;
}

#Nosotros.prostart-section .prostart-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: clamp(12px, 2vw, 28px);
}

#Nosotros.prostart-section .prostart-instagram-row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2.8rem;
    padding: 0 15px;
}

#Nosotros.prostart-section .prostart-phone {
    position: relative;
    width: min(100%, 286px);
    padding: 10px 10px 14px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 35px;
    background: linear-gradient(145deg, #1a2133, #070b14);
    box-shadow: 0 24px 45px rgba(2, 17, 59, .35), 0 0 0 6px rgba(255, 255, 255, .05);
}

#Nosotros.prostart-section .prostart-phone__camera {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 50%;
    width: 78px;
    height: 18px;
    border-radius: 0 0 12px 12px;
    background: #050811;
    pointer-events: none;
    transform: translateX(-50%);
}

#Nosotros.prostart-section .prostart-phone__screen {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #000;
}

#Nosotros.prostart-section .prostart-phone__screen .video-responsive {
    height: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 177.78%;
    position: relative;
}

#Nosotros.prostart-section .prostart-phone__screen iframe {
    display: block;
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: auto;
    touch-action: manipulation;
}

#Nosotros.prostart-section .prostart-video-trigger {
    display: none;
    opacity:0;
}

#Nosotros.prostart-section .prostart-phone__home {
    width: 52px;
    height: 4px;
    margin: 11px auto 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .42);
}

#Nosotros.prostart-section .prostart-instagram {
    display: block;
    width: min(100%, 330px);
    margin-top: 0;
    padding: 1.35rem 1.5rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 28px rgba(2, 17, 59, .16);
    color: #000;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}

#Nosotros.prostart-section .prostart-instagram:hover,
#Nosotros.prostart-section .prostart-instagram:focus-visible {
    color: #000;
    box-shadow: 0 18px 34px rgba(2, 17, 59, .24);
    transform: translateY(-3px);
}

#Nosotros.prostart-section .prostart-instagram__title {
    display: flex;
    align-items: center;
    gap: .65rem;
    color: #000;
    font-family: montserrat-semibold, sans-serif !important;
    font-size: clamp(17px, 1.45vw, 21px) !important;
    line-height: 1.35 !important;
}

#Nosotros.prostart-section .prostart-instagram__title img {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    object-fit: contain;
}

#Nosotros.prostart-section .prostart-instagram__description {
    display: block;
    margin-top: .7rem;
    color: #2d2d2d;
    font-family: montserrat-light, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

@media only screen and (max-width: 767px) {
    #Nosotros.prostart-section::before {
        top: 50%;
        left: 50%;
        width: 78vw;
        height: 78vw;
        transform: translate(-50%, -50%);
    }

    #Nosotros.prostart-section .prostart-copy {
        padding-right: 15px;
        margin-bottom: 2.8rem;
    }

    #Nosotros.prostart-section .prostart-media {
        padding-right: 15px;
        padding-left: 15px;
    }

    #Nosotros.prostart-section .prostart-phone {
        width: min(100%, 258px);
    }

    #Nosotros.prostart-section .prostart-video-trigger {
        position: absolute;
        z-index: 4;
        top: 50%;
        left: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 76px;
        height: 76px;
        padding: 0;
        margin: 0;
        border: 1px solid rgba(255, 255, 255, .8);
        border-radius: 50%;
        background: rgba(0, 0, 0, .58);
        box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
        color: #fff;
        font-family: montserrat-medium, sans-serif !important;
        font-size: 27px !important;
        line-height: 1;
        transform: translate(-50%, -50%);
    }

    #Nosotros.prostart-section .prostart-video-trigger span {
        margin-left: 4px;
    }

    #Nosotros.prostart-section .prostart-video-trigger[hidden] {
        display: none;
    }

    #Nosotros.prostart-section .prostart-instagram {
        width: min(100%, 330px);
    }
}

/* Phosphor glyphs should never inherit an underline from their link. */
body a:has(.ph-light),
body a:has(.ph-light):hover,
body a:has(.ph-light):focus,
body a:has(.ph-light):active,
body a .ph-light {
    text-decoration: none !important;
}

#Inicio .hometext {
    flex: 0 0 100%;
    width: 100%;
    font-family: montserrat-medium, sans-serif !important;
    font-size: clamp(52px, 4.2vw, 52px) !important;
    line-height: 1.14 !important;
    text-align: center !important;
}

#Inicio .home-content__main {
    width: 100% !important;
    max-width: 858px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
}

#Inicio .hero-title,
#Inicio .hero-typed-line {
    display: block;
}

#Inicio .hero-title {
    white-space: nowrap;
}

#Inicio h1.hero-title {
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

#Inicio .hero-typed-line {
    min-height: 1.14em;
    margin-top: 0.08em;
    font-family: montserrat-bold, sans-serif !important;
}

#Inicio #typed {
    position: static !important;
    display: inline !important;
}

#Inicio .subtext1 {
    font-weight: 400 !important;
    font-size: clamp(17px, 1.25vw, 18px) !important;
    line-height: 1.65 !important;
}

body .display-1,
body .display-2 {
    font-size: clamp(40px, 3.5vw, 48px) !important;
    line-height: 1.15 !important;
}

body .subhead {
    font-size: clamp(20px, 1.5vw, 22px) !important;
    line-height: 1.65 !important;
}

body .btn:not(.btnagendar),
body button:not(.btnagendar):not(.prostart-video-trigger),
body input[type="submit"],
body input[type="reset"],
body input[type="button"] {
    font-family: montserrat-medium, sans-serif !important;
    font-size: 1rem !important;
}

/* Hero CTAs stay on one line when there is room and wrap without changing their width balance. */
#Inicio .home-content__buttons {
    flex: 0 0 100%;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 0 !important;
    margin: 30px auto 0 !important;
}

#Inicio .home-content__buttons .btn {
    display: inline-flex !important;
    flex: 1 1 290px;
    align-items: center;
    justify-content: center;
    width: auto !important;
    max-width: 360px;
    min-height: 58px;
    height: auto !important;
    margin: 0 !important;
    padding: 12px 24px !important;
    text-align: center !important;
    white-space: nowrap !important;
    line-height: 1.35 !important;
    letter-spacing: 0.16rem !important;
}

/* Portfolio and case-study cards share one readable content scale. */
#Portfolio .zoomover h4,
#Casos .zoomover h4 {
    font-family: montserrat-bold, sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
}

#Portfolio .zoomover p,
#Casos .zoomover p {
    font-family: montserrat-light, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

#Portfolio .zoomover p {
    font-size: 15px !important;
}

#Casos .zoomover p {
    font-size: 15px !important;
    margin-bottom: 1.5rem !important;
}

#Casos .zoomover {
    min-height: 360px !important;
}

#Casos .zoomover > div:first-child {
    min-height: 132px;
    height: auto !important;
    margin: 12px 0 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Casos .zoomover > div:first-child img {
    width: 130px !important;
    max-width: 100%;
    margin-top: 0 !important;
}

#Casos .zoomover > div:nth-child(2) {
    padding: 10px 14px !important;
}

#Portfolio .zoomover p a,
#Casos .zoomover p a {
    font-family: montserrat-medium, sans-serif !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
}

/* Services section: separate customer outcomes from the service catalog. */
#Servicios .section-header {
    margin-bottom: 2.8rem;
}

#Servicios .services-heading {
    border-bottom: 1px solid #dddddd;
}

#Servicios .services-heading .display-1 {
    margin-bottom: 1.8rem;
}

#Servicios .services-shell {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

#Servicios .services-intro {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#Servicios .services-lead,
#Servicios .services-summary {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    color: #2d2d2d;
}

#Servicios .services-lead {
    margin-bottom: 2.8rem;
}

#Servicios .services-summary {
    margin-top: 2.8rem;
    margin-bottom: 0;
}

#Servicios .services-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
    text-align: left;
}

#Servicios .services-benefit {
    position: relative;
    display: flex;
    min-height: 154px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 2.2rem 1.4rem 1.5rem;
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 12px 24px rgba(31, 61, 153, .16);
    transition: transform .25s ease, box-shadow .25s ease;
}

#Servicios .services-benefit::after {
    position: absolute;
    top: -40px;
    right: -25px;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    content: "";
}

#Servicios .services-benefit:hover,
#Servicios .services-benefit:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 16px 28px rgba(31, 61, 153, .24);
}

#Servicios .services-benefit--light-blue {
    background: #668cff;
}

#Servicios .services-benefit--blue {
    background: #3366ff;
}

#Servicios .services-benefit--indigo {
    background: #2851cc;
}

#Servicios .services-benefit--navy {
    background: #1e3d99;
}

#Servicios .services-benefit__number {
    position: absolute;
    top: .6rem;
    left: 1.3rem;
    color: rgba(255, 255, 255, .35);
    font-family: montserrat-bold, sans-serif;
    font-size: 2.8rem;
    line-height: 1;
}

#Servicios .services-benefit__label {
    position: relative;
    z-index: 1;
    font-family: montserrat-medium, sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

#Servicios .services-catalog {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 3.8rem;
}

#Servicios .services-card {
    display: flex;
    min-height: 164px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1.2rem;
    border: 1px solid rgba(51, 102, 255, .12);
    border-radius: 14px;
    background: linear-gradient(145deg, #fff 0%, #f5f7ff 100%);
    box-shadow: 0 8px 18px rgba(17, 17, 17, .08);
    color: #111;
    text-align: center;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

#Servicios .services-card:hover,
#Servicios .services-card:focus-within {
    border-color: rgba(51, 102, 255, .4);
    box-shadow: 0 14px 24px rgba(51, 102, 255, .14);
    transform: translateY(-4px);
}

#Servicios .services-card--featured {
    border-color: #111;
    background: linear-gradient(145deg, #111 0%, #252d42 80%, #3366ff 145%);
    box-shadow: 0 14px 28px rgba(17, 17, 17, .2);
    color: #fff;
}

#Servicios .services-card--featured:hover,
#Servicios .services-card--featured:focus-within {
    border-color: #111;
    box-shadow: 0 14px 24px rgba(51, 102, 255, .14);
}

#Servicios .services-card__icon {
    display: block;
    margin-bottom: 1rem;
    color: #3366FF;
    font-size: 48px;
    line-height: 1;
}

#Servicios .services-card--featured .services-card__icon {
    color: #fff;
}

#Servicios .services-card__label {
    max-width: 260px;
    font-family: montserrat-medium, sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

@media only screen and (max-width: 900px) {
    #Servicios .services-benefits,
    #Servicios .services-catalog {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 600px) {
    #Servicios .services-benefits,
    #Servicios .services-catalog {
        grid-template-columns: 1fr;
    }

    #Servicios .services-benefit {
        min-height: 132px;
    }

    #Servicios .services-catalog {
        margin-top: 3rem;
    }
}

/* Keep the calendar CTA prominent while using the same typeface. */
body .btnagendar {
    font-family: montserrat-medium, sans-serif !important;
}

/* Advisory CTA: a premium bridge between the light portfolio and dark contact sections. */
#Agenda.agenda-section {
    padding: 64px 0 70px;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #151515 50%, #151515 100%);
    position: relative;
}

#Agenda .agenda-row {
    max-width: 1160px;
}

#Agenda .agenda-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: linear-gradient(135deg, #1e3d99 0%, #3366ff 58%, #668cff 100%);
    box-shadow: 0 28px 60px rgba(13, 31, 78, .28);
    isolation: isolate;
}

#Agenda .agenda-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 17px;
    pointer-events: none;
}

#Agenda .agenda-card__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    padding: 54px 48px 58px;
    text-align: center;
}

#Agenda .agenda-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    box-shadow: 0 12px 30px rgba(15, 34, 89, .2);
}

#Agenda .agenda-card__icon i {
    font-size: 28px;
}

#Agenda .agenda-card__eyebrow {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .78);
    font-family: montserrat-bold, sans-serif;
    font-size: 12px !important;
    line-height: 1.4 !important;
    letter-spacing: .18em;
}

#Agenda .agenda-card__title {
    margin: 0;
    color: #fff;
    font-family: montserrat-bold, sans-serif;
    font-size: clamp(28px, 3.1vw, 42px) !important;
    line-height: 1.18 !important;
    letter-spacing: -.02em;
}

#Agenda .agenda-card__text {
    max-width: 680px;
    margin: 20px auto 28px;
    color: rgba(255, 255, 255, .86);
    font-family: montserrat-light, sans-serif;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

#Agenda .agenda-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: auto;
    min-width: 280px;
    min-height: 56px;
    margin: 0;
    padding: 14px 26px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    color: #1e3d99;
    font-family: montserrat-medium, sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    letter-spacing: .08em;
    box-shadow: 0 14px 28px rgba(20, 42, 105, .24);
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

#Agenda .agenda-card__button i {
    font-size: 19px;
    transition: transform .25s ease;
}

#Agenda .agenda-card__button:hover,
#Agenda .agenda-card__button:focus-visible {
    background: #f4f7ff;
    color: #2851cc;
    box-shadow: 0 18px 34px rgba(20, 42, 105, .32);
    transform: translateY(-2px);
}

#Agenda .agenda-card__button:hover i,
#Agenda .agenda-card__button:focus-visible i {
    transform: translateX(4px);
}

#Agenda .agenda-card__decoration {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    pointer-events: none;
}

#Agenda .agenda-card__decoration--one {
    width: 310px;
    height: 310px;
    top: -165px;
    right: -80px;
    box-shadow: 0 0 0 55px rgba(255, 255, 255, .035);
}

#Agenda .agenda-card__decoration--two {
    width: 210px;
    height: 210px;
    bottom: -130px;
    left: -45px;
    box-shadow: 0 0 0 42px rgba(255, 255, 255, .03);
}

@media only screen and (max-width: 700px) {
    #Agenda.agenda-section {
        padding: 44px 0 50px;
    }

    #Agenda .agenda-card {
        border-radius: 16px;
    }

    #Agenda .agenda-card__content {
        padding: 40px 24px 44px;
    }

    #Agenda .agenda-card__title {
        font-size: clamp(25px, 7vw, 31px) !important;
    }

    #Agenda .agenda-card__text {
        margin-top: 17px;
        margin-bottom: 24px;
    }

    #Agenda .agenda-card__button {
        width: 100%;
        min-width: 0;
        white-space: normal;
    }
}

/* Contact panel: keep the form compact enough to give the company details room to breathe. */
#Contacto .contact-content {
    max-width: 1100px;
    padding-top: 4.8rem;
}

#Contacto .contact-primary,
#Contacto .contact-secondary {
    padding-right: 3.8rem;
    padding-left: 3.8rem;
}

#Contacto .contact-primary {
    width: 60%;
}

#Contacto .contact-secondary {
    width: 40%;
}

#Contacto .contact-secondary::before {
    width: 40%;
}

#Contacto .contact-secondary .contact-info {
    font-size: 15px;
}

#Contacto .contact-people-section,
#Contacto .contact-world {
    margin-bottom: 3.6rem;
}

#Contacto .contact-people-section > h5,
#Contacto .contact-world > h5,
#Contacto .contact-channel > h5 {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.6rem;
}

#Contacto .contact-people {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem 1.6rem;
}

#Contacto .contact-person {
    min-width: 0;
    text-align: center;
}

#Contacto .contact-secondary .persona {
    position: relative;
    width: 150px !important;
    height: 185px !important;
    max-width: 100%;
    margin: 0 auto 1.4rem;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    border: 3px solid rgba(255, 255, 255, .18);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .28);
}

#Contacto .contact-person__linkedin {
    position: absolute;
    right: -8px;
    bottom: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border: 3px solid #151515 !important;
    border-radius: 50% !important;
    background: #0a66c2 !important;
    color: #fff !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .35);
    transform: rotate(-8deg);
    z-index: 1;
}

#Contacto .contact-person__linkedin:hover,
#Contacto .contact-person__linkedin:focus-visible {
    background: #004182 !important;
    color: #fff !important;
    transform: rotate(0) scale(1.08);
}

#Contacto .contact-person__linkedin .ph-light {
    font-size: 22px;
    line-height: 1;
}

#Contacto .contact-person__details {
    line-height: 1.35;
}

#Contacto .contact-person__name {
    display: block;
    margin-bottom: .35rem;
    color: #fff;
    font-size: 16px;
}

#Contacto .contact-person__role {
    display: block;
    font-size: 13px;
}

#Contacto .contact-person__specialty {
    display: block;
    color: rgba(255, 255, 255, .68);
    font-size: 11px;
}

#Contacto .contact-locations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

#Contacto .contact-location {
    padding: 1.2rem 1rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: rgba(255, 255, 255, .04);
    font-size: 12px;
    line-height: 1.35;
}

#Contacto .contact-location__company {
    display: block;
    margin-bottom: .5rem;
    color: #fff;
    font-size: 14px;
}

#Contacto .contact-location__country {
    display: flex;
    align-items: center;
    gap: .5rem;
}

#Contacto .contact-location__country img {
    width: 18px;
    margin: 0;
}

#Contacto .contact-channels {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 1.8rem 1.4rem;
}

#Contacto .contact-channel {
    min-width: 0;
}

#Contacto .contact-channel > h5 {
    margin-bottom: .45rem;
}

#Contacto .contact-channel > h5 .ph-light {
    font-size: 18px;
}

#Contacto .contact-channel p {
    margin: 0;
    font-size: 13px !important;
    line-height: 1.45;
}

#Contacto .contact-channel--email p {
    font-size: 12px !important;
    white-space: nowrap;
}

#Contacto .contact-channel a {
    color: #fff;
    text-decoration: none;
    overflow-wrap: anywhere;
}

#Contacto .contact-channel a:hover,
#Contacto .contact-channel a:focus-visible {
    color: #6f8cff;
}

#Contacto .contact-channel--social {
    grid-column: 1 / -1;
}

#Contacto .contact-channel--social .contact-social {
    display: flex;
    gap: 1rem;
    margin-top: .8rem;
}

#Contacto .contact-channel--social .contact-social li {
    margin: 0;
}

#Contacto .contact-channel--social .contact-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
}

#Contacto .contact-channel--social .contact-social a:hover,
#Contacto .contact-channel--social .contact-social a:focus-visible {
    border-color: #3366FF;
    background: rgba(51, 102, 255, .2);
}

#Contacto .contact-channel--social .contact-social .ph-light {
    font-size: 20px;
}

/* Homepage: visual software-factory workflow. */
#ComoTrabajamos .factory-workflow {
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: 2.6rem 2.2rem 2.2rem;
    border: 1px solid rgba(112, 151, 255, .32);
    border-radius: 20px;
    background: rgba(1, 18, 63, .42);
    box-shadow: 0 20px 48px rgba(0, 0, 0, .25);
}

#ComoTrabajamos .factory-workflow__eyebrow {
    margin: 0 0 2rem;
    color: #90a9ff;
    font-family: montserrat-semibold, sans-serif;
    font-size: 12px;
    letter-spacing: .16em;
    text-align: center;
    text-transform: uppercase;
}

#ComoTrabajamos .factory-workflow__steps {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

#ComoTrabajamos .factory-workflow__step {
    position: relative;
    min-height: 212px;
    padding: 1.5rem 1.25rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    background: rgba(255, 255, 255, .06);
    text-align: center;
}

#ComoTrabajamos .factory-workflow__connector {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    color: #78a0ff;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 0 14px rgba(93, 135, 255, .5);
}

#ComoTrabajamos .factory-workflow__step > .ph-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 1rem;
    border: 1px solid rgba(146, 174, 255, .72);
    border-radius: 50%;
    background: rgba(51, 102, 255, .18);
    color: #c6d4ff;
    font-size: 27px;
}

#ComoTrabajamos .factory-workflow__number {
    position: absolute;
    top: 12px;
    left: 14px;
    color: rgba(255, 255, 255, .46);
    font-family: montserrat-semibold, sans-serif;
    font-size: 11px;
    letter-spacing: .08em;
}

#ComoTrabajamos .factory-workflow__step h4 {
    margin: 0 0 .65rem;
    color: #fff;
    font-family: montserrat-regular, sans-serif !important;
    font-size: 15px;
    line-height: 1.3;
}

#ComoTrabajamos .factory-workflow__step p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 11px !important;
    line-height: 1.45;
}

#ComoTrabajamos .factory-workflow__feedback p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    line-height: 1.55;
}

#ComoTrabajamos .factory-workflow__step--solution {
    border-color: rgba(88, 125, 255, .68);
    background: linear-gradient(145deg, rgba(51, 102, 255, .34), rgba(255, 255, 255, .06));
}

#ComoTrabajamos .factory-workflow__feedback {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .9rem;
    width: min(100%, 630px);
    margin: 2rem auto 0;
    padding: 1rem 1.35rem;
    border: 1px solid rgba(112, 151, 255, .28);
    border-radius: 12px;
    background: rgba(51, 102, 255, .12);
    text-align: left;
}

#ComoTrabajamos .factory-workflow__feedback > .ph-light {
    flex: 0 0 auto;
    color: #79a0ff;
    font-size: 28px;
}

#ComoTrabajamos .factory-workflow__feedback strong {
    display: block;
    margin-bottom: .2rem;
    color: #fff;
    font-family: montserrat-semibold, sans-serif;
    font-size: 13px;
}

@media only screen and (max-width: 900px) {
    #ComoTrabajamos .factory-workflow {
        padding: 1.6rem 1rem;
    }

    #ComoTrabajamos .factory-workflow__steps {
        grid-template-columns: 1fr;
        row-gap: .65rem;
    }

    #ComoTrabajamos .factory-workflow__step {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        column-gap: 1rem;
        min-height: 0;
        padding: 1.3rem 1.1rem 1.2rem;
        text-align: left;
    }

    #ComoTrabajamos .factory-workflow__step > .ph-light {
        grid-row: span 2;
        width: 48px;
        height: 48px;
        margin: 0;
        font-size: 24px;
    }

    #ComoTrabajamos .factory-workflow__step h4 {
        align-self: end;
        margin-bottom: .35rem;
    }

    #ComoTrabajamos .factory-workflow__connector {
        height: 22px;
        font-size: 27px;
        transform: rotate(90deg);
    }

    #ComoTrabajamos .factory-workflow__number {
        top: 8px;
        right: 11px;
        left: auto;
    }

    #ComoTrabajamos .factory-workflow__feedback {
        align-items: flex-start;
        margin-top: 1.5rem;
        padding: .9rem 1rem;
    }
}

@media only screen and (max-width: 1000px) {
    #Contacto .contact-primary,
    #Contacto .contact-secondary {
        float: none;
        width: 100%;
    }

    #Contacto .contact-secondary::before {
        display: none;
    }
}

/* The theme uses Lora for emphasis by default; use Montserrat for text only. */
body em:not([class^="fa"]):not([class*=" fa"]),
body i:not([class^="ph"]):not([class*=" ph-"]):not([class^="fa"]):not([class*=" fa"]):not([class^="icon-"]):not([class*=" icon-"]),
body strong,
body b,
body abbr {
    font-family: montserrat-light, sans-serif !important;
}

body footer .footer-bottom {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 2.4rem;
    text-align: center;
}

body footer .footer-bottom__column {
    min-width: 0;
}

body footer .footer-brand {
    display: inline-block;
    border: 0;
    text-decoration: none;
}

body footer .footer-brand img {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
    margin: 0;
}

body footer .footer-bottom__column--copyright {
    text-align: center;
}

body footer .footer-copyright {
    line-height: 1.5;
}

body footer .footer-bottom__column--recruitment {
    text-align: center;
}

body .footer-recruitment {
    margin: 0;
}

body .footer-recruitment__title {
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
    letter-spacing: .08rem;
    text-transform: uppercase;

}

body .footer-recruitment__link {
    display: inline-flex;
    margin-top: .8rem;
    padding: .5rem .85rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 4px;
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
    line-height: 1.4;
    text-decoration: none;
    transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out;
}

body .footer-recruitment__link:hover,
body .footer-recruitment__link:focus-visible {
    border-color: rgba(51, 102, 255, .7);
    background-color: rgba(51, 102, 255, .12);
    color: #fff;
}

@media only screen and (max-width: 600px) {
    body footer .footer-bottom {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    body footer .footer-brand img {
        margin: 0 auto;
    }

    body footer .footer-bottom__column--recruitment {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    body,
    body p,
    body .subtext1,
    body .about-desc,
    body .contact-content,
    body footer {
        font-size: 16px !important;
        line-height: 1.65 !important;
    }

    #Inicio .hometext {
        font-size: clamp(28px, 7vw, 34px) !important;
        letter-spacing: 0.1rem !important;
    }

    #Inicio .home-content__buttons {
        align-items: center;
        gap: 10px;
    }

    #Inicio .home-content__buttons .btn {
        width: auto !important;
        min-height: 56px;
        padding: 11px 20px !important;
    }

    body .display-1,
    body .display-2 {
        font-size: clamp(28px, 8vw, 32px) !important;
    }

    body .subhead {
        font-size: clamp(18px, 5vw, 20px) !important;
    }

    body .btn:not(.btnagendar),
    body button:not(.btnagendar):not(.prostart-video-trigger),
    body input[type="submit"],
    body input[type="reset"],
    body input[type="button"] {
        font-family: montserrat-medium, sans-serif !important;
        font-size: 1rem !important;
    }

    #Contacto .contact-people,
    #Contacto .contact-locations,
    #Contacto .contact-channels {
        grid-template-columns: 1fr;
    }

    #Contacto .contact-channel--social {
        grid-column: auto;
    }

    #Contacto .contact-secondary .persona {
        width: 138px !important;
        height: 178px !important;
    }

}
