/* =========================================================
   Electromecanica page redesign
   Scoped to electromecanica.php through body.electromecanica-page.
   ========================================================= */

.electromecanica-page {
    --electro-navy: #111d4a;
    --electro-blue: #2f4bb0;
    --electro-blue-dark: #263c92;
    --electro-cyan: #16a3b8;
    --electro-ink: #15213d;
    --electro-muted: #657184;
    --electro-line: #dce3f1;
    --electro-soft: #f3f7fb;
    --electro-surface: #ffffff;
    background: var(--electro-soft);
    color: var(--electro-ink);
}

.electromecanica-page .wrapper {
    background: var(--electro-soft);
    overflow-x: hidden;
}

.electromecanica-page img {
    max-width: 100%;
}

.electromecanica-page .fa-file-pdf::before {
    content: "\f1c1";
}

.electromecanica-page .fa-file-alt::before {
    content: "\f15c";
}

.electromecanica-page .fa-user-tie::before,
.electromecanica-page .fa-user-clock::before {
    content: "\f0f2";
}

.electromecanica-page .fa-file-invoice-dollar::before {
    content: "\f155";
}

.electromecanica-page .fa-newspaper::before {
    content: "\f1ea";
}

.electromecanica-page .fa-clock::before {
    content: "\f017";
}

.electromecanica-page .inner_page_breadcrumbelectro {
    background-image:
        linear-gradient(90deg, rgba(17, 29, 74, .2) 0%, rgba(47, 75, 176, .12) 46%, rgba(255, 255, 255, .08) 100%),
        url("../img/carreras/electromecanica/cover.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: clamp(340px, 43vw, 520px);
    margin-top: -1px;
    overflow: hidden;
    position: relative;
}

.electromecanica-page .inner_page_breadcrumbelectro::after {
    background: linear-gradient(180deg, rgba(243, 247, 251, 0) 0%, var(--electro-soft) 100%);
    bottom: 0;
    content: "";
    height: 110px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.electromecanica-page .inner_page_breadcrumbelectro .container {
    position: relative;
    z-index: 1;
}

.electromecanica-page .breadcrumb_content {
    color: #ffffff;
    padding: 74px 0 124px;
    text-align: left;
}

.electromecanica-page .career-kicker {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}

.electromecanica-page .breadcrumb_content h1 {
    color: #ffffff;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0 0 18px;
    max-width: 760px;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .38);
}

.electromecanica-page .breadcrumb_content p {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.65;
    margin: 0 0 28px;
    max-width: 700px;
    text-shadow: 0 3px 14px rgba(0, 0, 0, .36);
}

.electromecanica-page .hero-action {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 7px;
    color: var(--electro-blue-dark);
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    gap: 10px;
    line-height: 1.2;
    min-height: 50px;
    padding: 14px 18px;
    text-decoration: none;
}

.electromecanica-page .hero-action:hover,
.electromecanica-page .hero-action:focus {
    background: #eef5ff;
    border-color: #eef5ff;
    color: var(--electro-blue-dark);
    text-decoration: none;
}

.electromecanica-page .home7_about {
    background: var(--electro-soft);
    margin-top: -76px;
    padding-bottom: 58px !important;
    position: relative;
    z-index: 2;
}

.electromecanica-page .home7_about .container,
.electromecanica-page section.py-5 > .container,
.electromecanica-page .our-partners > .container,
.electromecanica-page #our-testimonials > .container,
.electromecanica-page .our-blog > .container {
    max-width: 1180px;
}

.electromecanica-page .home7_row {
    align-items: stretch;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
}

.electromecanica-page .card-container {
    --stat-accent: var(--electro-cyan);
    --stat-soft: #eafaff;
    --stat-tint: #f7fdff;
    flex: none;
    margin: 0;
    min-width: 0;
}

.electromecanica-page .card-container:nth-child(2) {
    --stat-accent: var(--electro-blue);
    --stat-soft: #eef5ff;
    --stat-tint: #f8fbff;
}

.electromecanica-page .card-container:nth-child(3) {
    --stat-accent: #219bc7;
    --stat-soft: #edfaff;
    --stat-tint: #f7fcff;
}

.electromecanica-page .home7_row .shadow {
    box-shadow: none !important;
}

.electromecanica-page .card-container .card {
    background: transparent;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    height: 100%;
}

.electromecanica-page .card-container .card a {
    align-items: center;
    background:
        radial-gradient(circle at 92% 18%, rgba(31, 95, 143, .08), transparent 28%),
        linear-gradient(145deg, #ffffff 0%, var(--stat-tint) 100%);
    border: 1px solid rgba(219, 228, 238, .95);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(18, 35, 63, .12);
    color: var(--electro-ink);
    display: grid;
    gap: 7px 18px;
    grid-template-areas:
        "icon label"
        "icon value";
    grid-template-columns: 72px minmax(0, 1fr);
    height: 100%;
    min-height: 156px;
    overflow: hidden;
    padding: 26px 24px 24px;
    position: relative;
    text-decoration: none;
    transform: none;
    transition: all .22s ease;
}

.electromecanica-page .card-container .card a::before {
    background: var(--stat-accent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.electromecanica-page .card-container .card a::after {
    background: var(--stat-accent);
    border-radius: 999px;
    content: "";
    height: 72px;
    opacity: .08;
    position: absolute;
    right: 16px;
    top: 14px;
    width: 72px;
}

.electromecanica-page .card-container .card a:hover {
    border-color: rgba(31, 95, 143, .34);
    box-shadow: 0 24px 54px rgba(18, 35, 63, .18);
    transform: translateY(-4px);
}

.electromecanica-page .card-container .card a .card--display {
    display: contents;
}

.electromecanica-page .card-container .card a:hover .card--display {
    display: contents;
}

.electromecanica-page .card-container .card a .card--display i {
    align-items: center;
    align-self: center;
    background: var(--stat-soft);
    border: 1px solid rgba(219, 228, 238, .9);
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(18, 35, 63, .08);
    color: var(--stat-accent);
    display: inline-flex;
    flex: 0 0 64px;
    font-size: 30px;
    grid-area: icon;
    height: 64px;
    justify-content: center;
    margin: 0;
    position: relative;
    transition: all .22s ease;
    width: 64px;
    z-index: 1;
}

.electromecanica-page .card-container .card a:hover .card--display i {
    background: var(--stat-accent);
    border-color: var(--stat-accent);
    color: #ffffff;
    transform: scale(1.04);
}

.electromecanica-page .card-container .card a .card--display h2 {
    color: var(--electro-muted);
    font-size: 12px;
    font-weight: 900;
    grid-area: label;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.electromecanica-page .card-container .card a .card--hover {
    display: block;
    grid-area: value;
    margin-top: 0;
    position: relative;
    text-align: left !important;
    z-index: 1;
}

.electromecanica-page .card-container .card a:hover .card--hover {
    display: block;
}

.electromecanica-page .card-container .card a .card--hover h2:first-child {
    display: none;
}

.electromecanica-page .card-container .card a .card--hover h2 {
    color: var(--electro-ink);
    font-size: 25px;
    font-weight: 900;
    line-height: 1.18;
    margin: 0;
    overflow-wrap: anywhere;
}

.electromecanica-page .card-container .card .card--border {
    display: none;
}

.electromecanica-page .home7_about .row.mt60 {
    align-items: stretch;
    margin-top: 48px !important;
}

.electromecanica-page .about_box_home6,
.electromecanica-page .about_box_home77 {
    height: 100%;
}

.electromecanica-page .about_box_home6 .details {
    background: var(--electro-surface);
    border: 1px solid var(--electro-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(18, 35, 63, .08);
    height: 100%;
    padding: 30px;
}

.electromecanica-page .about_box_home6 .details p {
    color: #34405a;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.electromecanica-page .about_box_home77 .embed-responsive {
    border: 8px solid var(--electro-surface);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(18, 35, 63, .16) !important;
    height: 100%;
    min-height: 315px;
    overflow: hidden;
}

.electromecanica-page section.py-5 {
    background: #ffffff;
    padding-bottom: 72px !important;
    padding-top: 72px !important;
}

.electromecanica-page section.py-5 > .container {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.electromecanica-page section.py-5 > .container > a > img {
    border: 0 !important;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(18, 35, 63, .16) !important;
    margin-bottom: 42px !important;
    padding: 0;
}

.electromecanica-page section.py-5 > .container > .row > .col-md-3,
.electromecanica-page section.py-5 > .container > .row > .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
}

.electromecanica-page .nav-pills-custom {
    background: #ffffff;
    border: 1px solid var(--electro-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(18, 35, 63, .08);
    display: grid !important;
    flex-direction: initial !important;
    gap: 0;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    margin-bottom: 24px;
    overflow: hidden;
    padding: 0;
    position: static;
}

.electromecanica-page .nav-pills-custom .nav-link {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    border-right: 1px solid var(--electro-line);
    color: var(--electro-blue);
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: 900;
    gap: 9px;
    justify-content: center;
    line-height: 1.25;
    margin-bottom: 0 !important;
    margin-top: 0;
    min-height: 116px;
    padding: 12px 8px !important;
    box-shadow: none !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.electromecanica-page .nav-pills-custom .nav-link:nth-child(10n) {
    border-right: 0;
}

.electromecanica-page .nav-pills-custom .nav-link + .nav-link {
    margin-top: 0;
}

.electromecanica-page .nav-pills-custom .nav-link i {
    color: var(--electro-blue);
    flex: 0 0 auto;
    font-size: 28px;
    text-align: center;
}

.electromecanica-page .nav-pills-custom .nav-link span {
    overflow-wrap: anywhere;
}

.electromecanica-page .nav-pills-custom .nav-link.active,
.electromecanica-page .nav-pills-custom .nav-link:hover {
    background: #f1f4ff;
    color: var(--electro-blue-dark);
}

.electromecanica-page .nav-pills-custom .nav-link.active i,
.electromecanica-page .nav-pills-custom .nav-link:hover i {
    color: var(--electro-blue-dark);
}

.electromecanica-page .nav-pills-custom .nav-link.active::before {
    display: none;
}

.electromecanica-page .tab-content {
    background: transparent;
    margin-top: 0;
}

.electromecanica-page .tab-content > .tab-pane {
    background: var(--electro-surface) !important;
    border: 1px solid var(--electro-line);
    border-radius: 8px !important;
    box-shadow: 0 18px 46px rgba(18, 35, 63, .12) !important;
    color: #33405a;
    padding: 34px !important;
}

.electromecanica-page .tab-content > .tab-pane > h3:first-child {
    align-items: center;
    background: linear-gradient(90deg, #f5f8ff 0%, #ffffff 100%);
    border: 1px solid #e5ebfb;
    border-radius: 8px;
    color: var(--electro-navy);
    display: flex;
    font-size: 28px;
    font-weight: 900;
    gap: 18px;
    line-height: 1.2;
    margin: 0 0 24px !important;
    padding: 20px 22px;
}

.electromecanica-page .tab-content > .tab-pane > h3:first-child::before {
    align-items: center;
    background: var(--electro-blue);
    border-radius: 8px;
    color: #ffffff;
    content: "\f02d";
    display: inline-flex;
    flex: 0 0 auto;
    font-family: FontAwesome;
    font-size: 27px;
    height: 56px;
    justify-content: center;
    width: 56px;
}

.electromecanica-page #mision > h3:first-child::before {
    content: "\f132";
}

.electromecanica-page #vision > h3:first-child::before {
    content: "\f06e";
}

.electromecanica-page #valores > h3:first-child::before {
    content: "\f2b5";
}

.electromecanica-page #objetivos > h3:first-child::before {
    content: "\f00c";
}

.electromecanica-page #perfil > h3:first-child::before {
    content: "\f19d";
}

.electromecanica-page #campolab > h3:first-child::before {
    content: "\f0f2";
}

.electromecanica-page #orga > h3:first-child::before {
    content: "\f0e8";
}

.electromecanica-page #hc > h3:first-child::before {
    content: "\f017";
}

.electromecanica-page #he > h3:first-child::before {
    content: "\f073";
}

.electromecanica-page #reglamento > h3:first-child::before {
    content: "\f0f6";
}

.electromecanica-page #mision > p,
.electromecanica-page #vision > p,
.electromecanica-page #objetivos > p,
.electromecanica-page #perfil > p {
    background: #ffffff;
    border: 1px solid #e6eef1;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(18, 35, 63, .06);
    color: #34405a !important;
    font-size: 17px !important;
    font-weight: 500;
    line-height: 1.75 !important;
    margin-bottom: 16px;
    padding: 22px;
}

.electromecanica-page #valores .list-group,
.electromecanica-page #objetivos .list-group,
.electromecanica-page #campolab ul {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.electromecanica-page #valores .list-group-item,
.electromecanica-page #objetivos .list-group-item,
.electromecanica-page #campolab li {
    background: #f7f9ff;
    border: 1px solid #e7edf9;
    border-radius: 8px !important;
    color: #34405a !important;
    font-weight: 800;
    line-height: 1.55;
    margin: 0;
    min-height: 58px;
    padding: 15px 16px 15px 44px;
    position: relative;
}

.electromecanica-page #valores .list-group-item::before,
.electromecanica-page #objetivos .list-group-item::before,
.electromecanica-page #campolab li::before {
    color: var(--electro-blue);
    content: "\f058";
    font-family: FontAwesome;
    left: 16px;
    position: absolute;
    top: 16px;
}

.electromecanica-page #campolab .alert-primary {
    display: none;
}

.electromecanica-page #orga img {
    background: #ffffff;
    border: 1px solid var(--electro-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(18, 35, 63, .08);
    padding: 10px;
}

.electromecanica-page .btn-primary,
.electromecanica-page .btn.btn-primary {
    align-items: center;
    background: var(--electro-blue);
    border-color: var(--electro-blue);
    border-radius: 7px;
    box-shadow: 0 10px 24px rgba(31, 95, 143, .18);
    color: #ffffff !important;
    display: inline-flex;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    line-height: 1.35;
    min-height: 48px;
    padding: 12px 16px;
    text-decoration: none;
}

.electromecanica-page .btn-primary:hover,
.electromecanica-page .btn-primary:focus {
    background: var(--electro-blue-dark);
    border-color: var(--electro-blue-dark);
    color: #ffffff !important;
    text-decoration: none;
}

.electromecanica-page .documents-links {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.electromecanica-page .documents-links a {
    align-items: center;
    background: #f1f4ff;
    border: 1px solid #e5ebfb;
    border-radius: 7px;
    color: var(--electro-blue-dark) !important;
    display: flex;
    font-size: 15px;
    font-weight: 900;
    gap: 12px;
    line-height: 1.4;
    min-height: 58px;
    padding: 14px 16px;
    text-decoration: none;
}

.electromecanica-page .documents-links a:hover {
    background: var(--electro-navy);
    border-color: var(--electro-navy);
    color: #ffffff !important;
    text-decoration: none;
}

.electromecanica-page .documents-links i {
    color: var(--electro-blue);
    flex: 0 0 auto;
    font-size: 18px;
}

.electromecanica-page .documents-links a:hover i {
    color: #ffffff;
}

.electromecanica-page .our-partners {
    background:
        linear-gradient(180deg, #eef3f7 0%, #f7fafc 100%);
    padding: 78px 0;
}

.electromecanica-page .our-partners .row {
    align-items: flex-start;
}

.electromecanica-page .our-partners .col-xl-9,
.electromecanica-page .our-partners .col-xl-3 {
    min-width: 0;
}

.electromecanica-page .our-partners #accordion > .card {
    background: #ffffff;
    border: 1px solid var(--electro-line) !important;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(18, 35, 63, .08);
    margin-bottom: 14px;
    overflow: hidden;
}

.electromecanica-page #accordion .card-header {
    background: transparent;
}

.electromecanica-page #accordion .accordion-title {
    align-items: center;
    background: #ffffff;
    border-radius: 0;
    color: var(--electro-ink);
    display: flex;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    min-height: 66px;
    padding: 0 24px 0 62px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: all .2s ease;
    width: 100%;
}

.electromecanica-page #accordion .accordion-title i {
    align-items: center;
    background: #eef5ff;
    border-right: 1px solid var(--electro-line);
    color: var(--electro-blue);
    display: flex !important;
    font-size: 14px;
    height: 100% !important;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 48px;
}

.electromecanica-page #accordion .accordion-title > span {
    align-items: center;
    background: #eef5ff;
    border: 1px solid #d8e4fb;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
    color: var(--electro-blue);
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 17px;
    height: 38px;
    justify-content: center;
    margin-right: 14px;
    width: 38px;
}

.electromecanica-page #accordion .accordion-title:hover {
    background: #f8fbff;
    color: var(--electro-blue-dark);
    padding-left: 68px;
}

.electromecanica-page #accordion .accordion-title:hover > span {
    background: #e3edff;
    border-color: #bfd2fb;
    color: var(--electro-blue);
}

.electromecanica-page #accordion .accordion-body {
    background: #fbfcff;
    border-top: 1px solid var(--electro-line);
    padding: 28px;
}

.electromecanica-page .accordion-body h3,
.electromecanica-page .accordion-body h4 {
    color: var(--electro-navy);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
}

.electromecanica-page .accordion-body p {
    color: #405071;
    font-size: 15px;
    line-height: 1.7;
}

.electromecanica-page #accordion .accordion-body .row {
    margin-left: 0;
    margin-right: 0;
    row-gap: 18px;
}

.electromecanica-page #accordion .accordion-body .btn {
    margin: 0 10px 10px 0;
}

.electromecanica-page #collapse-240 .alert-primary {
    background: #f5f8ff;
    border: 1px solid #e5ebfb;
    border-radius: 8px;
    color: var(--electro-navy);
    margin: 20px 0 14px;
    padding: 16px 18px !important;
}

.electromecanica-page #collapse-240 .alert-primary h3 {
    color: var(--electro-navy);
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

.electromecanica-page #collapse-240 ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    list-style: none;
    padding: 0;
}

.electromecanica-page #collapse-240 li {
    background: #ffffff;
    border: 1px solid #e7edf9;
    border-radius: 8px;
    color: #34405a;
    font-weight: 700;
    padding: 14px 16px;
}

.electromecanica-page .our-partners .col-xl-3 > img {
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(17, 29, 74, .14);
    position: sticky;
    top: 18px;
}

.electromecanica-page #collapse-239 .accordion-body {
    align-items: center;
    display: grid;
    gap: 20px;
    justify-items: center;
}

.electromecanica-page #collapse-239 .accordion-body > .row {
    display: flex;
    gap: 12px;
    justify-content: center;
    width: 100%;
}

.electromecanica-page #collapse-242 .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.electromecanica-page #collapse-242 .row {
    row-gap: 22px;
}

.electromecanica-page #collapse-242 .col-md-4 {
    padding-bottom: 0 !important;
}

.electromecanica-page .card-flipper {
    border-radius: 8px;
    height: 430px;
    margin-bottom: 0;
    perspective: 1000px;
}

.electromecanica-page #collapse-242 .card-001 {
    background: #ffffff;
    border: 1px solid var(--electro-line);
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(17, 29, 74, .1);
    height: 430px;
    margin-bottom: 0;
    overflow: hidden;
}

.electromecanica-page #collapse-242 .profile-box-01 {
    background: linear-gradient(135deg, var(--electro-navy), var(--electro-blue));
    padding: 26px 20px 20px;
}

.electromecanica-page #collapse-242 .profile-box-01 img,
.electromecanica-page #collapse-242 .card-img-top {
    aspect-ratio: 1 / 1;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
    height: 190px;
    object-fit: cover;
    width: 190px;
}

.electromecanica-page #collapse-242 .card-01 .badge-box {
    top: -28px;
}

.electromecanica-page #collapse-242 .card-01 .badge-box img {
    border: 1px solid var(--electro-line);
    box-shadow: 0 8px 20px rgba(17, 29, 74, .14);
    height: 54px;
    max-height: none;
    padding: 5px;
    width: 54px;
}

.electromecanica-page #collapse-242 .card-title {
    color: var(--electro-navy);
    font-size: 18px;
    line-height: 1.28;
    margin-bottom: 12px;
}

.electromecanica-page #collapse-242 .card__back .card-body {
    padding: 22px;
}

.electromecanica-page #collapse-242 .card-text {
    color: #405071;
    font-size: 13px !important;
    line-height: 1.42;
}

.electromecanica-page #our-testimonials {
    background: var(--electro-navy);
    color: #ffffff;
    padding: 76px 0;
}

.electromecanica-page #our-testimonials .main-title h3,
.electromecanica-page #our-testimonials .testimonial_item h5 {
    color: #ffffff;
}

.electromecanica-page #our-testimonials .testimonial_item {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    padding: 26px;
}

.electromecanica-page #our-testimonials .testimonial_item .details {
    color: rgba(255, 255, 255, .86);
}

.electromecanica-page #our-testimonials .tes-nav img {
    border: 3px solid rgba(255, 255, 255, .85);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.electromecanica-page .our-blog {
    background: #ffffff;
    padding: 76px 0;
}

.electromecanica-page .main-title h3 {
    color: var(--electro-navy);
    font-weight: 900;
    letter-spacing: 0;
}

.electromecanica-page .blog_post.one {
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(18, 35, 63, .14);
    overflow: hidden;
}

.electromecanica-page .blog_post.one .thumb img {
    min-height: 330px;
    object-fit: cover;
}

.electromecanica-page .blog_post.one .details {
    background: linear-gradient(180deg, rgba(18, 35, 63, .08), rgba(18, 35, 63, .92));
}

.electromecanica-page .our-blog iframe {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(18, 35, 63, .14) !important;
}

/* News and audiovisual content */
.electromecanica-page .electromecanica-news {
    background:
        radial-gradient(circle at 8% 12%, rgba(47, 75, 176, .06), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
    padding: 82px 0;
}

.electromecanica-page .electromecanica-news__header {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 64px minmax(0, 1fr);
    margin: 0 auto 42px;
    max-width: 820px;
    text-align: left;
}

.electromecanica-page .electromecanica-news__header-icon {
    align-items: center;
    background: linear-gradient(135deg, var(--electro-navy), var(--electro-blue));
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(47, 75, 176, .2);
    color: #ffffff;
    display: flex;
    font-size: 26px;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.electromecanica-page .electromecanica-news__kicker,
.electromecanica-page .electromecanica-news__panel-heading span,
.electromecanica-page .electromecanica-news__cta-copy span {
    color: var(--electro-blue);
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.electromecanica-page .electromecanica-news__header h3 {
    color: var(--electro-navy);
    font-size: clamp(27px, 3.2vw, 38px);
    font-weight: 900;
    line-height: 1.18;
    margin: 4px 0 7px;
}

.electromecanica-page .electromecanica-news__header p {
    color: var(--electro-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.electromecanica-page .electromecanica-news__content {
    align-items: stretch;
    row-gap: 28px;
}

.electromecanica-page .electromecanica-news__panel-heading {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--electro-line);
    border-bottom: 0;
    border-radius: 9px 9px 0 0;
    display: flex;
    justify-content: space-between;
    min-height: 76px;
    padding: 15px 20px;
}

.electromecanica-page .electromecanica-news__panel-heading h4 {
    color: var(--electro-navy);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    margin: 3px 0 0;
}

.electromecanica-page .electromecanica-news__panel-heading > i {
    align-items: center;
    background: #eef5ff;
    border-radius: 8px;
    color: var(--electro-blue);
    display: flex;
    flex: 0 0 42px;
    font-size: 18px;
    height: 42px;
    justify-content: center;
}

.electromecanica-page .electromecanica-news__panel-heading--video > i {
    background: #fff0f1;
    color: #d72f3f;
}

.electromecanica-page .electromecanica-news__slider {
    background: #ffffff;
    border: 1px solid var(--electro-line);
    border-radius: 0 0 9px 9px;
    box-shadow: 0 16px 38px rgba(17, 29, 74, .1);
    overflow: hidden;
}

.electromecanica-page .electromecanica-news__slider .item {
    padding: 0;
}

.electromecanica-page .electromecanica-news__article {
    border-radius: 0 0 9px 9px !important;
    box-shadow: none !important;
    height: 430px;
}

.electromecanica-page .electromecanica-news__article .thumb,
.electromecanica-page .electromecanica-news__article .thumb img {
    height: 100%;
    min-height: 0 !important;
    width: 100%;
}

.electromecanica-page .electromecanica-news__article .thumb img {
    object-fit: cover;
}

.electromecanica-page .electromecanica-news__article .thumb::before {
    background: linear-gradient(180deg, rgba(17, 29, 74, .02) 20%, rgba(17, 29, 74, .94) 100%);
}

.electromecanica-page .blog_post.one.electromecanica-news__article .thumb .post_date {
    align-items: center;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 7px;
    box-shadow: 0 8px 20px rgba(17, 29, 74, .16);
    color: var(--electro-navy);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
    left: auto;
    padding: 10px 12px;
    right: 20px;
    top: 20px;
}

.electromecanica-page .electromecanica-news__article .post_date i {
    color: var(--electro-blue);
}

.electromecanica-page .electromecanica-news__article .details {
    background: none !important;
    bottom: 0;
    left: 0;
    padding: 96px 28px 26px;
    width: 100%;
}

.electromecanica-page .electromecanica-news__category {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 10px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.electromecanica-page .electromecanica-news__article .details h3 {
    color: #ffffff;
    font-size: clamp(21px, 2.4vw, 29px);
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 13px;
    max-width: 92%;
}

.electromecanica-page .electromecanica-news__article .details a:hover {
    text-decoration: none;
}

.electromecanica-page .electromecanica-news__read-more {
    align-items: center;
    color: #ffffff !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
}

.electromecanica-page .electromecanica-news__read-more i {
    transition: transform .2s ease;
}

.electromecanica-page .electromecanica-news__read-more:hover i {
    transform: translateX(4px);
}

.electromecanica-page .electromecanica-news__slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.electromecanica-page .electromecanica-news__slider.owl-carousel.owl-theme.owl-loaded .owl-next {
    align-items: center;
    background: rgba(17, 29, 74, .78);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    display: flex;
    font-size: 17px;
    height: 40px;
    justify-content: center;
    margin: 0;
    top: 44%;
    width: 40px;
}

.electromecanica-page .electromecanica-news__slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
    left: 16px;
}

.electromecanica-page .electromecanica-news__slider.owl-carousel.owl-theme.owl-loaded .owl-next {
    right: 16px;
}

.electromecanica-page .electromecanica-news__videos {
    background: #ffffff;
    border: 1px solid var(--electro-line);
    border-radius: 0 0 9px 9px;
    box-shadow: 0 16px 38px rgba(17, 29, 74, .1);
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 430px;
    padding: 14px;
}

.electromecanica-page .electromecanica-news__video-card {
    background: #f8faff;
    border: 1px solid #e4ebf7;
    border-radius: 8px;
    min-width: 0;
    overflow: hidden;
}

.electromecanica-page .electromecanica-news__video-frame {
    background: var(--electro-navy);
    border-radius: 0;
    box-shadow: none !important;
    margin: 0;
}

.electromecanica-page .electromecanica-news__video-frame iframe {
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
}

.electromecanica-page .electromecanica-news__video-caption {
    align-items: center;
    color: var(--electro-navy);
    display: flex;
    font-size: 12px;
    font-weight: 800;
    gap: 9px;
    min-height: 42px;
    padding: 9px 12px;
}

.electromecanica-page .electromecanica-news__video-caption i {
    color: #d72f3f;
    font-size: 17px;
}

.electromecanica-page .electromecanica-news__cta {
    align-items: center;
    background: linear-gradient(135deg, var(--electro-navy), var(--electro-blue-dark));
    border-radius: 10px;
    box-shadow: 0 16px 36px rgba(17, 29, 74, .16);
    display: flex;
    gap: 22px;
    justify-content: space-between;
    margin-top: 30px;
    overflow: hidden;
    padding: 23px 26px;
    position: relative;
}

.electromecanica-page .electromecanica-news__cta-copy {
    align-items: center;
    color: #ffffff;
    display: flex;
    gap: 14px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.electromecanica-page .electromecanica-news__cta-copy > i {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    font-size: 20px;
    height: 44px;
    justify-content: center;
}

.electromecanica-page .electromecanica-news__cta-copy span {
    color: #bcd1ff;
    margin-bottom: 3px;
}

.electromecanica-page .electromecanica-news__cta-copy strong {
    color: #ffffff;
    display: block;
    font-size: 17px;
    line-height: 1.35;
}

.electromecanica-page .electromecanica-news__cta .btn {
    align-items: center;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: none;
    color: var(--electro-blue-dark) !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    gap: 9px;
    min-height: 46px;
    padding: 12px 17px;
    position: relative;
    z-index: 1;
}

.electromecanica-page .electromecanica-news__cta .btn:hover {
    background: #eef5ff;
    border-color: #eef5ff;
}

.electromecanica-page .modal-content {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.electromecanica-page .modal-header.bg-primary {
    background: var(--electro-navy) !important;
}

@media (max-width: 1199.98px) {
    .electromecanica-page .nav-pills-custom {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .electromecanica-page .nav-pills-custom .nav-link {
        border-right: 1px solid var(--electro-line);
    }

    .electromecanica-page .nav-pills-custom .nav-link:nth-child(5n),
    .electromecanica-page .nav-pills-custom .nav-link:last-child {
        border-right: 0;
    }
}

@media (max-width: 991.98px) {
    .electromecanica-page .home7_row {
        grid-template-columns: 1fr;
    }

    .electromecanica-page .home7_about {
        margin-top: -44px;
        padding-bottom: 42px !important;
    }

    .electromecanica-page .nav-pills-custom {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-bottom: 24px;
        position: static;
    }

    .electromecanica-page .nav-pills-custom .nav-link:nth-child(4n),
    .electromecanica-page .nav-pills-custom .nav-link:last-child {
        border-right: 0;
    }

    .electromecanica-page .tab-content > .tab-pane {
        padding: 26px !important;
    }

    .electromecanica-page .our-partners {
        padding: 58px 0;
    }

    .electromecanica-page .our-partners .col-xl-3 > img {
        margin-top: 26px;
        position: static;
        width: 100%;
    }

    .electromecanica-page .electromecanica-news__videos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
    }

    .electromecanica-page .electromecanica-news__article {
        height: 410px;
    }
}

@media (max-width: 767.98px) {
    .electromecanica-page .inner_page_breadcrumbelectro {
        background-position: 42% center;
        min-height: 330px;
    }

    .electromecanica-page .breadcrumb_content {
        padding: 56px 0 98px;
    }

    .electromecanica-page .breadcrumb_content p {
        font-size: 16px;
    }

    .electromecanica-page .home7_about .row.mt60 {
        margin-top: 30px !important;
    }

    .electromecanica-page .about_box_home6 .details {
        padding: 22px;
    }

    .electromecanica-page .text-justify {
        text-align: left !important;
    }

    .electromecanica-page .about_box_home77 {
        margin-top: 0;
        padding-top: 22px;
    }

    .electromecanica-page .about_box_home77 .embed-responsive {
        min-height: 220px;
    }

    .electromecanica-page section.py-5 {
        padding-bottom: 48px !important;
        padding-top: 48px !important;
    }

    .electromecanica-page .tab-content > .tab-pane {
        padding: 22px !important;
    }

    .electromecanica-page .tab-content > .tab-pane > h3:first-child {
        align-items: flex-start;
        flex-direction: column;
        font-size: 24px;
        padding: 18px;
    }

    .electromecanica-page #mision > p,
    .electromecanica-page #vision > p,
    .electromecanica-page #objetivos > p,
    .electromecanica-page #perfil > p {
        font-size: 16px !important;
        padding: 18px;
    }

    .electromecanica-page #valores .list-group,
    .electromecanica-page #objetivos .list-group,
    .electromecanica-page #campolab ul,
    .electromecanica-page .documents-links,
    .electromecanica-page #collapse-240 ul {
        grid-template-columns: 1fr;
    }

    .electromecanica-page #he > a,
    .electromecanica-page #hc > a {
        margin-right: 0;
        width: 100%;
    }

    .electromecanica-page .nav-pills-custom {
        grid-template-columns: 1fr;
    }

    .electromecanica-page .nav-pills-custom .nav-link {
        border-right: 0;
        border-top: 1px solid var(--electro-line);
        flex-direction: row;
        justify-content: flex-start;
        min-height: 62px;
        padding: 12px 18px !important;
        text-align: left;
    }

    .electromecanica-page .nav-pills-custom .nav-link:first-child {
        border-top: 0;
    }

    .electromecanica-page .nav-pills-custom .nav-link i {
        font-size: 22px;
        width: 30px;
    }

    .electromecanica-page #accordion .accordion-title {
        font-size: 15px;
        min-height: 58px;
        padding-right: 14px;
    }

    .electromecanica-page #accordion .accordion-body {
        padding: 20px;
    }

    .electromecanica-page .blog_post.one .thumb img {
        min-height: 240px;
    }

    .electromecanica-page .electromecanica-news {
        padding: 58px 0;
    }

    .electromecanica-page .electromecanica-news__header {
        margin-bottom: 30px;
    }

    .electromecanica-page .electromecanica-news__videos {
        grid-template-columns: 1fr;
    }

    .electromecanica-page .electromecanica-news__article {
        height: 370px;
    }

    .electromecanica-page .electromecanica-news__article .details {
        padding: 82px 22px 22px;
    }

    .electromecanica-page .electromecanica-news__article .details h3 {
        max-width: 100%;
    }

    .electromecanica-page .electromecanica-news__cta {
        align-items: stretch;
        flex-direction: column;
    }

    .electromecanica-page .electromecanica-news__cta .btn {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .electromecanica-page .card-container .card a {
        gap: 5px 14px;
        grid-template-columns: 58px 1fr;
        min-height: 126px;
        padding: 18px;
    }

    .electromecanica-page .card-container .card a .card--display i {
        flex-basis: 52px;
        font-size: 24px;
        height: 52px;
        width: 52px;
    }

    .electromecanica-page .card-container .card a .card--display h2 {
        font-size: 11px;
    }

    .electromecanica-page .card-container .card a .card--hover h2 {
        font-size: 20px;
    }

    .electromecanica-page .btn-lg,
    .electromecanica-page .btn-primary {
        font-size: 15px;
        line-height: 1.35;
        white-space: normal;
    }

    .electromecanica-page .electromecanica-news__header {
        grid-template-columns: 1fr;
    }

    .electromecanica-page .electromecanica-news__article {
        height: 350px;
    }

    .electromecanica-page .electromecanica-news__article .details h3 {
        font-size: 21px;
    }

    .electromecanica-page .blog_post.one.electromecanica-news__article .thumb .post_date {
        right: 14px;
        top: 14px;
    }

    .electromecanica-page .electromecanica-news__cta {
        padding: 20px;
    }
}
