@font-face {
    font-family: 'Gotham Black';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('../fonts/Gotham-Black.woff') format('woff');
}
.panel-hover:hover {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.1);
    transform: translateY(-2px);
    z-index: 10;
}
.panel-transition {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

footer {
    font-family: "Gotham Black", "Sans-serif";
}
body {
    font-family: "Gotham Black", "Sans-serif";
    background-color: #f4f4f4;
}

.nav-link {
    position: relative;
    display: inline-block;
    font-size: 13px;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: rgb(6, 6, 6);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}


.nav-link-footer {
    position: relative;
    display: inline-block;
}

.nav-link-footer::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: white;
    transition: width 0.3s ease;
}

.nav-link-footer:hover::after {
    width: 100%;
}

.social-icon {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-icon:hover {
    background-color: #C8102E !important;
    border-color: #C8102E !important;
    transform: translateY(-5px);
}

.footer-pattern {
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 0);
    background-size: 24px 24px;
}

#mobile-menu {
    transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

#mobile-menu.active {
    max-height: 400px;
    opacity: 1;
}

.title-fluid {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
}

.title-fluid {
    font-size: clamp(2rem, 4vw, 3.75rem);
    line-height: 1.1;
}
.table-row-hover:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-left: 4px solid #103a4c;
}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
@media (max-width: 420px) {
    .w-imagen {
        width: 170px;
    }
}

@media (max-width: 1500px) {

    .container-menu{
        padding-left: 10px;
        padding-right: 10px;
    }

}

