﻿.active {
    color: #facc15 !important;
    font-weight: 700;
    border-bottom: 2px solid #facc15;
    padding-bottom: 3px;
}

main {
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
}

.contact-info-map {
    max-width: 700px;
    width: 100%;
    margin: 2rem 0 0 0;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s;
}

.contact-info-map:hover {
    transform: scale(1.02);
}

.contact-info-map iframe {
    width: 100%;
    height: 405px;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-info-map iframe {
    height: 405px;
    border-radius: 1rem;
    border: 2px solid #2563eb;
    box-shadow: 0 2px 8px #2563eb22;
}

.contact-modal-msg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    min-width: 320px;
    max-width: 90vw;
    background: #f3f4f6;
    border-radius: 1.2rem;
    box-shadow: 0 8px 32px rgba(30, 64, 175, 0.18), 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 3px solid #2563eb;
    padding: 2.5rem 2rem;
    font-size: 2rem;
    color: #1e293b;
    z-index: 99999;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-modal-msg.show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.contact-modal-icon {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 1rem;
}

.contact-modal-icon.success {
    color: #22c55e;
}

.contact-modal-icon.error {
    color: #ef4444;
}

.contact-modal-text {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.tab-accordion-content.active {
    display: block;
}

.tab-accordion-content {
    margin-top: 0.2rem;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-accordion-content.active {
    max-height: 500px;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-accordion,
.tab-accordion-content {
    background: transparent !important;
}

.carousel-modal-img-wrapper {
    background: transparent !important;
}

.carousel-modal-img-wrapper img {
    user-select: none;
}


/*header {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
  position: relative;
  z-index: 5000 !important;
}*/

header {
    position: relative;
    z-index: 9999;
}

.tab-accordion-btn.highlighted,
.tab-accordion-content.highlighted {
    z-index: 9999 !important;
    position: relative;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 4px 16px 0 rgba(30, 64, 175, 0.10);
}

.tab-accordion-btn.highlighted {
    background: #2563eb;
    color: #fff;
    border: 2px solid #e3f2fd;
    box-shadow: 0 0 16px 4px #1976d2, 0 0 32px 8px #90caf9;
    z-index: 9999 !important;
    position: relative !important;
    font-weight: bold;
}

.tab-accordion-content.highlighted {
    background: rgba(255, 255, 255, 0.98);
    color: #1565c0;
    box-shadow: 0 0 24px 8px #90caf9, 0 0 40px 12px #e3f2fd;
    border: 2px solid #e3f2fd;
    z-index: 9999 !important;
    position: relative !important;
    font-weight: bold;
    transition: box-shadow 0.2s, color 0.2s, background 0.2s;
}

.tab-flex-row,
.tab-info-col {
    background: transparent !important;
    z-index: 4000 !important;
}

.orientacion-box {
    background: #e3f2fd !important;
    border: 1.5px solid #bfdbfe;
    border-radius: 1.1rem;
    box-shadow: 0 2px 12px 0 #60a5fa22;
    margin-bottom: 2.5rem;
    transition: box-shadow 0.2s;
    padding: 2rem;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    min-height: 550px;
}

.orientaciones-bg {
    background: linear-gradient(135deg, #d1fae5 0%, #e0f2fe 100%);
    border-radius: 1.2rem;
    box-shadow: 0 4px 24px 0 #a78bfa22;
    margin-bottom: 2.5rem;
    border: 1.5px solid #bfdbfe;
    padding: 2rem;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1750px;
}

.sobre-nosotros-titulo {
    font-size: 2rem;
    font-weight: 800;
    color: #1e40af;
    margin-bottom: 1.5rem;
    text-align: center;
    text-shadow: 0 2px 8px #c7d2fe;
}

.sobre-nosotros-box {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 1.2rem;
    box-shadow: 0 4px 24px 0 #93c5fd33;
    padding: 2rem;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    border: 1.5px solid #bfdbfe;
    box-sizing: border-box;
}

.sobre-nosotros-item {
    font-size: 1rem;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 0.6rem;
    line-height: 1.6;
    text-align: justify;
}

.sobre-nosotros-icon {
    width: 1.8rem;
    height: 1.8rem;
    flex-shrink: 0;
}

.sobre-nosotros-icon-1 {
    color: #2563eb;
}

.sobre-nosotros-icon-2 {
    color: #22c55e;
}

.sobre-nosotros-icon-3 {
    color: #a21caf;
}

.sobre-nosotros-strong {
    font-weight: 500;
    display: inline;
    color: inherit;
}

.sobre-nosotros-strong-1 {
    color: #166534;
}

.sobre-nosotros-strong-2 {
    color: #6d28d9;
}

.sobre-nosotros-strong-3 {
    color: #2563eb;
}

.sobre-nosotros-strong-4 {
    color: #eab308;
}

.carousel-modal-overlay {
    display: none;
    position: fixed;
    z-index: 3999 !important;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: transparent !important;
    box-shadow: none !important;
    justify-content: flex-start;
    padding-left: 2rem;
    align-items: center;
    overflow: hidden;
}

.carousel-modal-overlay[style*="display: flex"] {
    display: flex !important;
}

.carousel-modal-content {
    background: #fff;
    border-radius: 1rem;
    margin-left: 5rem;
    max-width: 640px;
    width: 90vw;
    max-height: 80vh;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 4002 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.carousel-modal-images {
    width: 100%;
    height: 70vh;
    min-height: 350px;
    max-height: 82vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1rem;
    gap: 0.5rem;
}

.carousel-modal-img-wrapper {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.carousel-modal-img-lab.active {
    display: block;
}

.carousel-modal-arrow {
    background: rgba(255, 255, 255, 0.85);
    color: #1565c0;
    border: 2px solid #e3f2fd;
    border-radius: 9999px;
    padding: 0.5rem 1.2rem;
    font-size: 2rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    user-select: none;
}

.carousel-modal-prev:hover,
.carousel-modal-next:hover,
.carousel-modal-arrow:hover {
    background: #1e40af;
    background: rgba(30, 64, 175, 0.08);
    color: #1e40af;
}

.carousel-modal-caption {
    text-align: center;
    color: #1565c0;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    font-weight: bold;
    z-index: 3600;
}

.carousel-modal-close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.85);
    border: 2px solid #e3f2fd;
    font-size: 2.2rem;
    color: #1565c0;
    cursor: pointer;
    z-index: 3700;
    border-radius: 9999px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

body {
    font-family: sans-serif;
    background: #f9fafb;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

html, body {
    height: 100%;
}
.tab-content {
    min-height: 450px;
    position: relative;
    z-index: auto;
    position: relative;
    z-index: auto;
    position: relative;
    z-index: auto;
    display: none;
    background: transparent !important;
}

.tab-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (max-width: 768px) {
    .navbar-links {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        width: 200px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        padding: 1rem;
    }

    .navbar-links.open {
        display: flex;
    }

    .navbar-toggle {
        display: block;
    }
}

.orientaciones-section {
    padding: 4rem 0;
}

.orientaciones-container {
    width: 100%;
    margin: 0;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.orientaciones-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1e40af;
    margin-bottom: 1.5rem;
    text-align: center;
    text-shadow: 0 2px 8px #c7d2fe;
}

.tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.tabs-btn-group {
    display: flex;
    border-radius: 0.5rem;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.tab-button {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    background: #e5e7eb;
    color: #1e293b;
    border: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.tab-button-active,
.tab-button:focus {
    background: #1e40af;
    color: #fff;
}

.tab-flex-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .tab-flex-row {
        flex-direction: row;
    }
}

.tab-img-col {
    flex: 1 1 0%;
}

.tab-img {
    border-radius: 0.75rem;
    box-shadow: 0 4px 24px 0 rgba(30, 64, 175, 0.10);
    width: 100%;
    height: auto;
}

.tab-img-col-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tab-img-right {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    align-self: unset;
}

.tab-info-col {
    flex: 1 1 0%;
}

.tab-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1e40af;
    margin-bottom: 1rem;
}

.tab-desc {
    color: #334155;
    margin-bottom: 1.5rem;
}

.tab-plan {
    margin-bottom: 1.5rem;
}

.tab-plan-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.tab-plan-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-plan-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.tab-plan-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #22c55e;
    margin-right: 0.5rem;
}

.tab-accordion {
    background: white;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
    z-index: 2000 !important;
    position: relative;
    position: relative;
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.tab-accordion-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 16px 0 rgba(30, 64, 175, 0.07);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    color: #222;
    position: relative;
    z-index: 3500;
    margin-bottom: 0;
    outline: none;
}

.tab-accordion-btn:focus {
    box-shadow: 0 0 0 2px #2563eb55;
}

.tab-accordion-btn.active,
.tab-accordion-btn:hover {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 6px 24px 0 rgba(30, 64, 175, 0.13);
    border-color: #2563eb;
}

.tab-accordion-btn .tab-accordion-title {
    flex: 1;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.tab-accordion-arrow {
    margin-left: auto;
    font-size: 1.2em;
    transition: transform 0.2s;
}

.tab-accordion-btn.active .tab-accordion-arrow {
    transform: rotate(180deg);
}

.tab-accordion-content {
    display: none;
    background: rgba(255, 255, 255, 0.98);
    position: relative;
    z-index: 3500 !important;
    border-radius: 0 0 0.5rem 0.5rem;
    margin-top: -0.8rem;
    margin-bottom: 0.5rem;
    padding: 1.1rem 1.5rem 1.1rem 3.5rem;
    box-shadow: 0 8px 32px 0 rgba(30, 64, 175, 0.18), 0 2px 8px rgba(0, 0, 0, 0.08);
    font-size: 1rem;
    color: #333;
    animation: fadeInAccordion 0.3s;
    border: 1px solid #e5e7eb;
    border-top: none;
    z-index: 3000;
}

@keyframes fadeInAccordion {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-lab-icon,
.tab-gov-pc-icon {
    width: 2rem;
    height: 2rem;
    color: #2563eb;
    flex-shrink: 0;
}

.tab-lab-desc,
.tab-gov-pc-desc {
    color: #1e293b;
}

.tab-accordion-btn.active .tab-lab-icon,
.tab-accordion-btn.active .tab-gov-pc-icon {
    color: #fff;
}

.cta-section {
    background: #1e40af;
    color: #fff;
    padding: 4rem 0;
    display: flex;
    justify-content: center;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.cta-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
    box-sizing: border-box;
}

.cta-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.cta-desc {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto 2rem auto;
}

.cta-btn {
    background: #fff;
    color: #1e40af;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background 0.3s;
    display: inline-block;
}

.cta-btn:hover {
    background: #f1f5f9;
}

.contact-section {
    background: #fff;
    padding: 4rem 0;
}

.contact-container {
    width: 100%;
    margin: 0;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.contact-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #1e293b;
    margin-bottom: 3rem;
}

.contact-flex {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .contact-flex {
        flex-direction: row;
    }
}

.contact-info-col {
    flex: 1 1 0%;
}

.contact-info-card {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 0.75rem;
    max-width: 700px;
    margin-left: 0;
    margin-right: 1rem;
}

.contact-info-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #1e40af;
    margin-bottom: 1.5rem;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-info-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: #1e40af;
    margin-top: 0.25rem;
}

.contact-info-label {
    font-weight: 600;
    color: #1e293b;
}

.contact-info-text {
    color: #64748b;
}

.contact-form-col {
    flex: 1 1 0%;
}

.contact-form-card {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 0.75rem;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    box-sizing: border-box;
}

.contact-form-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #1e40af;
    margin-bottom: 1.5rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-form-label {
    font-size: 1rem;
    font-weight: 500;
    color: #334155;
}

.contact-form-input {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 1rem;
    color: #1e293b;
    background: #fff;
    transition: border 0.2s, box-shadow 0.2s;
}

.contact-form-input:focus {
    outline: none;
    border-color: #1e40af;
    box-shadow: 0 0 0 2px #60a5fa33;
}

.contact-form-btn {
    width: 100%;
    background: #1e40af;
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.contact-form-btn:hover {
    background: #1e3a8a;
}

@media (max-width: 480px) {
    .sobre-nosotros-box {
        padding: 1.2rem;
    }

    .sobre-nosotros-item {
        font-size: 1rem;
    }
}

.modal-hole-overlay.active {
    display: block;
}

@media (max-width: 600px) {
    #floating-accordion {
        top: 320px;
        width: 95vw;
        left: 2.5vw;
        transform: none;
    }
}

.practicas-section ul li p {
    line-height: 1.5;
}

.practicas-section h2,
.practicas-section h3 {
    letter-spacing: -0.5px;
}

.fullwidth-bg {
    position: relative;
}

.fullwidth-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: inherit;
    z-index: -1;
}

header {
    position: relative;
    z-index: 9999;
}

@media (max-width: 768px) {
    header .w-full {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    header .flex.items-center.space-x-4 {
        gap: 0.75rem;
        flex-wrap: nowrap;
    }

    header .bg-white {
        padding: 0.25rem;
        border-radius: 0.5rem;
    }

    header img.h-24 {
        height: 3.5rem;
        width: auto;
    }

    header h1 {
        font-size: 1.05rem;
        line-height: 1.1;
    }

    header p {
        font-size: 0.75rem;
        line-height: 1.1;
        margin-top: 2px;
    }

    nav.md\:flex {
        display: none !important;
    }

    #mobile-menu {
        display: none;
    }

    #mobile-menu.show {
        display: flex !important;
    }

    #menu-btn {
        display: block !important;
        font-size: 2rem;
    }
}

@media (max-width: 768px) {

    .sobre-nosotros-box,
    .orientacion-box,
    .orientaciones-bg,
    .practicas-section,
    #practicas>div,
    .cta-section>div {
        padding: 1rem !important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        border-radius: 0.8rem !important;
    }

    .orientacion-box,
    .orientaciones-bg {
        min-height: unset !important;
    }

    .sobre-nosotros-titulo,
    .orientaciones-title,
    .cta-title,
    #practicas h2 {
        font-size: 1.4rem !important;
        text-align: center !important;
    }

    .sobre-nosotros-item {
        font-size: 0.9rem !important;
        line-height: 1.3 !important;
    }

    #practicas p,
    #practicas li,
    #practicas span {
        font-size: 0.9rem !important;
    }

    #practicas .grid {
        display: flex !important;
        flex-direction: column !important;
    }

    #practicas span.text-5xl {
        font-size: 2.2rem !important;
        margin-right: 0.6rem !important;
    }
}

@media (max-width: 768px) {
    #practicas {
        padding: 1.2rem !important;
        border-radius: 1rem !important;
        margin-top: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    #practicas .bg-white {
        padding: 1.2rem !important;
        border-radius: 0.8rem !important;
    }

    #practicas .pl-8,
    #practicas .pr-8 {
        padding: 0 !important;
    }

    #practicas h3 {
        font-size: 1.4rem !important;
        text-align: center !important;
    }

    #practicas ul li p {
        font-size: 0.95rem !important;
        line-height: 1.35 !important;
    }

    #practicas span.text-5xl {
        font-size: 2rem !important;
        margin-right: 0.5rem !important;
    }
}

@media (max-width: 768px) {
    #orientaciones {
        margin-top: 1.5rem !important;
    }

    #practicas {
        margin-top: 1.8rem !important;
    }

    #practicas h2 {
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 2.5rem 1.2rem !important;
        text-align: center !important;
    }

    .cta-section>div {
        display: flex !important;
        flex-direction: column !important;
        gap: 2.2rem !important;
        text-align: center !important;
    }

    .cta-section h2 {
        font-size: 1.4rem !important;
        margin-bottom: 0.6rem !important;
    }

    .cta-section p {
        font-size: 0.95rem !important;
        line-height: 1.35 !important;
        margin: 0 auto 0.8rem auto !important;
        max-width: 20rem;
    }

    .cta-section a {
        display: inline-block !important;
        width: auto !important;
        padding: 0.6rem 1.4rem !important;
        font-size: 0.95rem !important;
    }
}

footer {
    width: 100%;
    max-width: none;
    margin: 0;
}

footer.footer {
    background: #1f2937;
    color: white;
    padding: 2rem 0;
    margin-top: 2rem;
}

.footer-container {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 2.5rem !important;
}

.footer-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
}

.footer-logo {
    display: flex;
    gap: 0.7rem;
    align-items: center;
}

.footer-logo-img {
    width: 60px;
    height: auto;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.footer-desc {
    font-size: 0.9rem;
    opacity: 0.85;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    text-align: left;
}

.footer-section-title {
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.95rem;
    color: #d1d5db;
}

.footer-social-icon {
    width: 1.1rem;
    height: 1.1rem;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #374151;
    color: #9ca3af;
    font-size: 0.75rem;
}

@media (max-width: 768px) {
    footer.footer {
        padding: 1.5rem 0 !important;
    }

    .footer-container {
        padding: 0.5rem 1rem !important;
    }

    .footer-main {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 1.2rem !important;
        align-items: start !important;
    }

    .footer-info {
        text-align: left !important;
    }

    .footer-logo-img {
        width: 45px !important;
    }

    .footer-title {
        font-size: 0.95rem !important;
        font-weight: 700 !important;
    }

    .footer-desc {
        font-size: 0.75rem !important;
        opacity: 0.85 !important;
    }

    .footer-links-grid {
        justify-self: center !important;
        text-align: left !important;
        align-items: flex-start !important;
        gap: 1rem !important;
    }

    .footer-list {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .footer-link {
        display: flex !important;
        align-items: center !important;
        gap: 0.35rem !important;
    }

    .footer-section-title {
        font-size: 0.9rem !important;
        margin-bottom: 0.2rem !important;
    }

    .footer-link {
        font-size: 0.82rem !important;
        opacity: 0.9;
    }

    .footer-social-icon {
        width: 0.9rem !important;
        height: 0.9rem !important;
    }

    .footer-bottom {
        grid-column: span 2 !important;
        text-align: center !important;
        margin-top: 1rem !important;
        padding-top: 0.6rem !important;
        border-top: 1px solid #374151 !important;
        font-size: 0.7rem !important;
        opacity: 0.6;
    }
}

p,
li p,
.tab-desc,
.tab-plan-item p,
.sobre-nosotros-item,
.contact-info-text,
.contact-info-card p,
.contact-form-card p,
.cta-section p,
#practicas p,
#practicas li p,
.orientacion-box p,
.orientaciones-bg p {
    text-align: justify !important;
}

p strong,
li strong {
    display: inline-block;
    text-align: left !important;
}

.no-justify-carousel {
    text-align: center !important;
    text-justify: auto !important;
}

.no-justify-footer {
    text-align: center !important;
}

@media (max-width: 768px) {
    .no-justify-header {
        display: block;
        max-width: 230px;
        line-height: 1.1;
        text-align: left !important;
    }

    header .bg-white {
        padding: 0.45rem 0.7rem !important;
        border-radius: 0.55rem !important;
    }

    header img.h-24 {
        transform: scale(1.32);
        transform-origin: center;
    }

    @media (max-width: 768px) {
        header img.h-24 {
            transform: scale(1.25);
        }
    }
}

footer p,
footer .footer-desc {
    text-align: left !important;
}

@media (max-width: 768px) {

    .contact-info-card,
    .contact-form-card {
        max-width: 95% !important;
        margin: auto !important;
        padding: 1.3rem !important;
        border-radius: 0.75rem !important;
    }

    .contact-info-map iframe {
        height: 260px !important;
    }
}

.btn-galeria {
    background: #1e3a8a;
    color: white;
    font-weight: 600;
    padding: 0.9rem 2.2rem;
    border-radius: 0.8rem;
    box-shadow: 0 4px 14px rgba(30, 58, 138, 0.25);
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s;
}

.btn-galeria:hover {
    background: #2744a8;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(30, 58, 138, 0.35);
}
