 @font-face {
        font-family: 'govco-fontv2';
        src: url('assets/fonts/govco/govco-fontv2.eot?35076025');
        src: url('assets/fonts/govco/govco-fontv2.eot?35076025#iefix') format('embedded-opentype'),
            url('assets/fonts/govco/govco-fontv2.woff2?35076025') format('woff2'),
            url('assets/fonts/govco/govco-fontv2.woff?35076025') format('woff'),
            url('assets/fonts/govco/govco-fontv2.ttf?35076025') format('truetype'),
            url('assets/fonts/govco/govco-fontv2.svg?35076025#govco-fontv2') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .volver-arriba-govco {
        color: #FFFFFF;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: #004884;
        box-shadow: 4px 4px 6px #00000029;
        text-align: center;
        border: none;
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 99999;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .volver-arriba-govco::before {
        font-family: "govco-fontv2";
        content: "\e8b4";
        display: inline-block;
        font-weight: 900;
        line-height: 1;
        font-size: 36px;
        margin-top: 8px;
    }

    .volver-arriba-govco:hover {
        width: 160px;
        background: #004884;
        border-radius: 27px 10px 10px 27px;
        text-align: left;
        padding-left: 8px;
    }

    .volver-arriba-govco:hover::before {
        margin-left: 4px;
    }

    .volver-arriba-govco:hover::after {
        content: "Volver arriba";
        color: white;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 46px;
        font: normal 500 16px/19px "Work Sans", sans-serif;
        white-space: nowrap;
    }

    .volver-arriba-govco:focus {
        outline: 3px solid #000;
    }


 @media (max-width: 425px) {

     .volver-arriba-govco:hover,
     .volver-arriba-govco:focus {
         position: fixed;
         left: 75%;
     }

     .volver-arriba-govco:hover {
         width: 165px !important;
     }

     .volver-arriba-govco:hover::after {
         margin-top: -8px !important;
     }

 }

 @media (min-width: 768px) and (max-width: 1023px) {

     .volver-arriba-govco:hover {
         width: 160px !important;
         position: fixed;
         left: 87%;
     }

     .volver-arriba-govco:hover::after {
         margin-top: -8px !important;
     }
 }

 @media (min-width: 1024px) and (max-width: 1439px) {

     .volver-arriba-govco:hover {
         width: 160px !important;
         position: fixed;
         left: 90%;
     }

     .volver-arriba-govco:hover::after {
         margin-top: -8px !important;
     }
 }

 @media (min-width: 1440px) {

     .volver-arriba-govco:hover {
         width: 160px !important;
         position: fixed;
         left: 93%;
     }

     .volver-arriba-govco:hover::after {
         margin-top: -8px !important;
     }
 }
    /* Scroll general en navegadores WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 10px;
    /* ancho del scroll */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* fondo de la pista */
}

::-webkit-scrollbar-thumb {
    background: #991815;
    /* color del scroll */
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #7a1011;
    /* un tono más oscuro al pasar el mouse */
}

/* Estilos generales */
.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-menu li {
    position: relative;
}

/* Submenú oculto por defecto */
.nav-menu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 180px;
    z-index: 100;
}

/* Estilo de los enlaces del submenú */
.nav-menu .submenu li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

/* Hover en los enlaces */
.nav-menu .submenu li a:hover {
    background: #f2f2f2;

}

/* Mostrar submenú al pasar el mouse */
.nav-menu li.has-submenu:hover>.submenu {
    display: block;
    ;
    max-height: inherit;
    overflow: auto;
}


.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.custom-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    position: relative;
}

.custom-close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.custom-close:hover {
    color: black;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 5, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
}

.search-modal-content {
    display: flex;
    align-items: center;
    border: 1px solid #991815;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: transparent;
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
}

.search-modal input[type="text"] {
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 18px;
    width: 100%;
    padding: 10px;
    font-family: inherit;
}

.search-btn {
    background: none;
    border: none;
    color: #991815;
    font-size: 20px;
    cursor: pointer;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.close-search {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 30px;
    color: #991815;
    cursor: pointer;
    transition: transform 0.3s;
}

.close-search:hover {
    transform: rotate(90deg);
}

.search-results {
    margin-top: 20px;
    max-height: 300px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    width: 100%;
    max-width: 600px;
    padding: 10px;
    color: #fff;
    font-family: inherit;
}

.search-results h4 {
    color: #991815;
    margin-bottom: 10px;
}

.search-results .item {
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .search-modal-content {
        max-width: 90%;
        padding: 8px 16px;
    }

    .search-modal input[type="text"] {
        font-size: 16px;
        padding: 8px;
    }

    .search-btn {
        font-size: 18px;
    }

    .close-search {
        top: 20px;
        right: 20px;
        font-size: 26px;
    }

    .search-results {
        max-width: 90%;
    }
}

 .enlaces-carousel-wrapper {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding: 20px 0;
    }

    .enlaces-carousel-track {
        display: flex;
        width: max-content;
        animation: scroll 30s linear infinite;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }
    
/* Firefox */
html {
    scrollbar-color: #991815 #f1f1f1;
    /* (scroll, fondo) */
    scrollbar-width: thin;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

.announcement-bar {
    width: 100%;
    height: 36px;
    background-color: #2f66d0;
    /* azul más similar al de GOV.CO */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial', sans-serif;
    z-index: 1001;
}

#info-imagen-notario {
    height: 480px;
}


.announcement-bar .container {
    width: 100%;
    max-width: 1200px;
    padding: 0 16px;
}

.announcement-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.announcement-content .logo {
    height: 25px;
}

.announcement-content .divider {
    width: 1px;
    height: 18px;
    background-color: #ffffff;
    opacity: 0.5;
}

.announcement-content p {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.2;
    font-style: italic;
    margin: 0;
}


/* Header */
.header {
    width: 100%;
    height: 84px;
    background: #f5f7fa;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 119px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    /* left: 10%; */
}

.logo-img {
    width: 50px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 7px;
}

.logo-text h1 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 130%;
    color: #000000;
    margin: 0;
}

.logo-text p {
    font-style: italic;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 130%;
    color: #000000;
    text-align: center;
}

/* Navigation */
.nav-menu {
    display: flex;
    gap: 41px;
    list-style: none;
    /* margin-left: 40px; */
    position: relative;
    left: 40px;
}

.nav-menu a {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #18191f;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover {
    color: #991815;
}

.nav-menu a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: #991815;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Language Selector */
.language-section {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: #000000;
    position: relative;
    top: -20px;
    cursor: pointer;
    left: 35px;
    /* Para indicar que es clickeable */
}

.language-section span:first-child {
    /* Estilo para el texto "Español" */
    font-weight: 500;
}

.language-section span:nth-child(2) {
    /* Estilo para el separador | */
    color: #ccc;
}

.language-section img {
    /* Estilo para el icono de lupa */
    width: 16px;
    height: 16px;
}

/* Si quieres añadir una flecha hacia abajo */
.language-section::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -74px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
}

/* Oculta .language-section en móviles (menos de 768px) */
@media (max-width: 768px) {
    .language-section {
        display: none !important;
    }

    .logo-text h1 {
        font-size: 0.6rem;
    }
}

/* Mobile Navigation */
.mobile-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    padding: 8px;
}

.mobile-toggle span {
    width: 25px;
    height: 3px;
    background-color: #18191f;
    transition: 0.3s;
    border-radius: 2px;
}

/* Hero Section */
.hero-section {
    width: 100%;
    height: 574px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("../img/portfolio/background.jpg") no-repeat center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    padding: 96px 144px;
    position: relative;
    overflow: hidden;
    animation: heroBackgroundMove 20s ease-in-out infinite;
}

@keyframes heroBackgroundMove {

    0%,
    100% {
        background-position: center center;
    }

    25% {
        background-position: center top;
    }

    50% {
        background-position: right center;
    }

    75% {
        background-position: center bottom;
    }
}

/* 
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('images/portfolio/background.jpg');
            opacity: 0.1;
            pointer-events: none;
            animation: overlayFloat 15s ease-in-out infinite;
        } */

@keyframes overlayFloat {

    0%,
    100% {
        transform: translateX(0) translateY(0);
    }

    33% {
        transform: translateX(-10px) translateY(-5px);
    }

    66% {
        transform: translateX(10px) translateY(5px);
    }
}

.hero-content {
    width: 526px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 2;
    animation: heroFadeIn 1.2s ease-out;
}

@keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-content h1 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 76px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-content p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
    gap: 10px;
    width: 460px;
    height: 52px;
    background: #991815;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(153, 24, 21, 0.4);
    position: relative;
    overflow: hidden;
}

.hero-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(153, 24, 21, 0.5);
}

/* Dots indicator */
.dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 20px 0;
    display: none;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e8ecf1;
    transition: background 0.3s ease;
}

.dot.active {
    background: #3b4158;
}

.dot:nth-child(2) {
    background: #e8e8e3;
    opacity: 0.3;
}

.dot:nth-child(3) {
    background: #3b4158;
    opacity: 0.3;
}

/* Action Buttons Section */
.action-section {
    width: 100%;
    height: 167px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Centramos todo el contenido */
    padding: 0 144px;
}

.action-wrapper {
    display: flex;
    gap: 100px;
    /* Ajusta el espacio entre los botones */
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 38px;
    transition: all 0.3s ease;
    padding: 20px 30px;
    border-radius: 8px;
}

.action-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* .action-btn .arrow {
    background-image: url();
    width: 14.59px;
    height: 8px;
    border: 1.5px solid #FFFFFF;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
} */

.action-btn:hover .arrow {
    transform: rotate(45deg) translateX(3px);
}

/* Services Section */
.services-section {
    background: #f6f6f6;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.section-title {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 130%;
    color: #000000;
}

.section-description {
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    color: #000000;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    padding: 0 9%;
    width: 100%;
    /*    max-width: 1550px; */
}

.service-card {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(171, 190, 209, 0.2);
    border-radius: 12px;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-height: 264px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 300px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 16px rgba(171, 190, 209, 0.3);
    border-color: #991815;
}

.service-title {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
}

.service-description {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: justify;
    color: #000000;
}

/* Info Section */
.info-section {
    /*   padding: 64px 144px; */
    display: flex;
    align-items: center;
    gap: 96px;
    min-height: 481px;
    background: #ffffff;
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 661px;
}

.info-text {
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
}

.info-title {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 44px;
    color: #000000;
}

.info-title-notario {
    font-weight: 100;
    font-size: 2.25rem;
}

.info-description {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: justify;
    color: #000000;
    max-width: 453px;
    padding-top: 20px;
}

.info-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
    gap: 10px;
    width: 190px;
    height: 52px;
    background: #991815;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.info-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(153, 24, 21, 0.4);
}

/* FAQ Section */
.faq-section {
    background: #f6f5f5;
    padding: 4% 9%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.faq-header {
    max-width: 540px;
    position: relative;
    top: 200px;
}

.faq-title {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 44px;
    color: #000000;
    margin-bottom: 8px;
}

.faq-description {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #000000;
    padding-top: 20px;
}

button.slick-prev.slick-arrow {
    display: none !important;
}

button.slick-next.slick-arrow {
    display: none !important;
}

.faq-list {
    width: 576px;
}

.faq-item {
    border-bottom: 1px solid #d9dbe9;
    padding: 20px 0;
    transition: all 0.3s ease;
}

.faq-item:hover {
    background: rgba(153, 24, 21, 0.02);
    padding-left: 10px;
    border-radius: 8px;
}

.faq-question {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #991815;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #7a1411;
}

.faq-answer {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #000000;
    margin-top: 12px;
    display: none;
    /*   opacity: 0; */
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.faq-answer.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    text-align: justify;
}

a.service-link {
    text-decoration: none;
}

.faq-icon {
    width: 16px;
    height: 16px;
    border: 2px solid #991815;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.faq-icon.open {
    transform: rotate(225deg);
}

/* News Section */
.news-section {
    padding: 2% 7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 58px;
    background: #ffffff;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    padding: 0% 1%;
    width: 100%;
    max-width: 1440px;
}

.news-card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 8px rgba(171, 190, 209, 0.2);
    background: #ffffff;
    width: 100%;
}

.news-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0px 12px 24px rgba(171, 190, 209, 0.3);
}

.news-image {
    width: 100%;
    height: 286px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

.news-content {
    background: #f5f7fa;
    box-shadow: 0px 8px 16px rgba(171, 190, 209, 0.4);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
}

.news-title {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

.news-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #991815;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 28px;
    transition: all 0.3s ease;
}

.news-link:hover {
    color: #7a1411;
    transform: translateX(5px);
}

.news-link .arrow {
    width: 14.59px;
    height: 8px;
    border: 1.5px solid #991815;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.news-link:hover .arrow {
    border-color: #7a1411;
    transform: rotate(45deg) translateX(3px);
}

/* Responsive */
@media (max-width: 1024px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 32px;
    }

    .nav-menu {
        left: 30px;
        gap: 20px;
    }

    .language-section {
        display: none;
    }

    .bottom-links {
        padding: 4% 4%;
    }
 

}

@media (max-width: 1366px) {
    .carousel-container {
        height: 65vh !important;
    }

    #info-imagen-notario {
        height: 480px;
    }

}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
        padding: 0 16px !important;
    }

    .info-image img {
        height: auto;
        width: 100%;
        border-radius: 1rem;
        margin-top: -41px;
    }

    .section-description {
        font-size: 0.875rem !important;
    }

    .cta-title2 {
        font-size: 1.0625rem !important;
    }
}

/* Links Section */
.links-section {
    background: #ffffff;
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
}

.section-header .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
}

.section-header .section-description {
    font-size: 1rem;
    color: #000000;
    max-width: 640px;
    margin: 0 auto;
}

/* Carrusel */
.links-carousel {
    width: 100%;
    max-width: 1152px;

}

.link-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    margin: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    transition: all 0.3s ease;
}

.link-item img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    margin-bottom: 8px;
}

.link-item span {
    font-size: 0.75rem;
    font-weight: 600;
    color: #374151;
}

/* Hover */
.link-item:hover {
    border-color: #991815;
    box-shadow: 0px 4px 8px rgba(171, 190, 209, 0.2);
    transform: translateY(-2px);
}


.footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 32px;
}

/*    .social-icons {
        display: flex;
        gap: 12px;
        margin-top: 12px;
    } */

.footer-section h3 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 16px;
}



.footer-section a:hover {
    opacity: 1;
    color: #991915;
}



.footer-divider {
    width: 100%;
    height: 1px;
    background: #ffffff;
    opacity: 0.15;
    margin: 40px 0;
}

.footer-bottom {
    text-align: center;
    padding-bottom: 24px;
}

.footer-bottom p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    color: #ffffff;
    opacity: 0.75;
    margin: 4px 0;
}

/* Franja GOV.CO */
.govco-strip {
    background-color: #2f66d0;
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.govco-logos {
    display: flex;
    align-items: center;
    position: relative;
    right: 30%;
}

.logo-colombia {
    height: 50px;
}

.logo-govco {
    height: 50px;
}

/* CTA Section */
.cta-section {
    background: #f6f5f5;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*  gap: 32px; */
}

.cta-title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 76px;
    text-align: center;
    color: #000000;
    max-width: 969px;
    padding: 0 20px;
}

.cta-title2 {
    font-weight: 100;
    font-size: 3rem;
    line-height: 76px;
    text-align: center;
    max-width: 969px;
    padding: 0 20px;
    padding-bottom: 30px;
}

.footer-bottom a {
    text-decoration: none;
    color: #ffffff;
}

.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
    gap: 8px;
    /*     width: 259px; */
    height: 52px;
    background: #991815;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 15px rgba(153, 24, 21, 0.3); */
    position: relative;
    overflow: hidden;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(153, 24, 21, 0.4);
}

.cta-button .arrow {
    width: 14.59px;
    height: 8px;
    border: 1.5px solid #ffffff;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.cta-button:hover .arrow {
    transform: rotate(45deg) translateX(3px);
}

/* Social Media Icons */
.social-icons {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    margin-left: -10px;
}

#footer-contact-address {
    font-size: 0.812rem;
}

.social-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #7a1411;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(153, 24, 21, 0.4);
}

/* Enhanced Footer Styles */
.footer {
    background: #000000;
    color: #ffffff;
    padding-top: 100px;
}

.footer-container {
    /* max-width: 1100px; */
    margin: 0 auto;
    padding: 0 114px;
}

/*  .footer-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    } */

.footer-logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 32px;
}

.footer-sections {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    flex: 1;
    margin-left: 60px;
}

.footer-section h3 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 16px;
}

.footer-section p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 8px;
}

.footer-section a {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: opacity 0.3s ease;
}

.footer-section a:hover {
    opacity: 1;
    color: #ffcccb;
}



.footer-divider {
    width: 100%;
    height: 1px;
    background: #ffffff;
    opacity: 0.15;
    margin: 40px 0;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    color: #ffffff;
    opacity: 0.75;
}



/*  .footer {
    background: #000000;
    color: #ffffff;
    padding: 100px 0 0 0;
  } */

/*  .footer-container {
    margin: 0 auto;
    padding: 0 184px;
  } */

/*  .footer-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    } */

.footer-logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 32px;
}

/*  .social-icons {
        display: flex;
        gap: 12px;
        margin-top: 12px;
    } */

/*   .footer-sections {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    flex: 1;
    margin-left: 60px;
  } */

.footer-section h3 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 16px;
}

.footer-section p,
.footer-section a {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 8px;
    text-decoration: none;
    display: block;
    transition: opacity 0.3s ease;
}

.footer-section a:hover {
    opacity: 1;
    color: #ffcccb;
}

.footer-contact-info>div {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 8px;
}

.footer-contact-info p {
    width: 90px;
    /* 🔥 ancho fijo para alinear */
    font-weight: bold;
    margin: 0;
    font-style: normal;
}

.footer-contact-info strong {
    flex: 1;
    font-style: normal;
    line-height: 1.4;
    font-weight: 400;
}


.footer-divider {
    width: 100%;
    height: 1px;
    background: #ffffff;
    opacity: 0.15;
    margin: 40px 0;
}

.footer-bottom {
    text-align: center;
    padding-bottom: 24px;
}

.footer-bottom p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 21px;
    color: #ffffff;
    opacity: 0.75;
    margin: 4px 0;
}

/* Franja GOV.CO */
.govco-strip {
    background-color: #2f66d0;
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.govco-logos {
    display: flex;
    align-items: center;
    position: relative;
    right: 30%;
}

.logo-colombia {
    height: 50px;
}

.logo-govco {
    height: 50px;
}

/* Contraste */

.modo_oscuro-govco {
    filter: invert(100%);
    text-align: left;
}




.carousel-container {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 400px;
    overflow: hidden;
    background: #f0f0f0;
}

.carousel-track {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide {
    width: 33.333%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.slide-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 40px;
    max-width: 600px;
    left: 100px;
}

.titulo-tramite {
    color: #263238;
    text-align: right;
    position: relative;
    right: 100px;

}

.cta-hero-button {
    position: relative;
    right: 35px;
}

.slide-image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.slide h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.slide h2 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #333;
}

.slide p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
    opacity: 0.9;
}

.slide-dark p {
    color: #000000;
}

.cta-button {
    display: inline-block;
    background: #B91C1C;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #991B1B;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(185, 28, 28, 0.4);
}

/* Estilos específicos para cada slide */
.slide-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/portfolio/background.jpg');
    background-size: cover;
    background-position: center;
}

.slide-2 {
    background: #000000;
    color: #333;
}

.slide-2::before {
    background: none;
}

.slide-2 .slide-content {
    color: white;
    width: 45%;
    text-align: left;
    z-index: 2;
    position: relative;
}

.slide-2 .slide-image {
    right: 0;
    background-image: url('../img/portfolio/Hero_section.png');
}

.slide-3 {
    background: #FFFFFF;
    color: #263238;
}

.slide-3::before {
    background: none;
}

.slide-3 .slide-content {
    color: white;
    width: 45%;
    margin-left: auto;
    text-align: left;
    z-index: 2;
    position: relative;
}

.slide-3 .slide-image {
    left: 0;
    background-image: url('../img/portfolio/Frame2.png');
}

/* Navegación con flechas */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    font-size: 20px;
}

.nav-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
}

.prev-arrow {
    left: 2rem;
}

.next-arrow {
    right: 2rem;
}

/* Puntos de navegación */
.dots-container {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot.active {
    background: white;
}

/* Sección inferior con enlaces */
.bottom-links {
    background: #000;
    color: white;
    padding: 1% 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.bottom-link {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 1.625rem;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 15px 0;
    gap: 12px;
}

.bottom-link:hover {
    color: #B91C1C;
    transform: translateX(10px);
}

.bottom-link::after {
    content: '→';
    margin-left: 15px;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    position: relative;
    right: 20px;
}

.bottom-link:hover::after {
    transform: translateX(5px);
}


/* .info-image {
    height: 480px;
} */

/* Responsive */

/*     @media screen and (min-width: 1024px) and (max-width: 1963px) {
        .bottom-link{
            gap: 300px;
        }

        .bottom-link::after{
            right: 330px;
        }
    } */


@media (max-width: 768px) {
    .carousel-container {
        height: 50vh;
        min-height: 350px;
    }

    .slide h1 {
        font-size: 2.5rem;
        text-align: center;
        color: #FFFFFF;
        left: 0;
    }

    .slide h2 {
        font-size: 2rem;
    }

    .slide-content {
        padding: 20px;
        left: 0;
    }

    .slide p {
        font-size: 1rem;
        text-align: center;
        color: #FFFFFF;
        left: 0;
    }

    .slide-image {
        display: none;
    }

    .slide-2 .slide-content,
    .slide-3 .slide-content {
        width: 100%;
        text-align: center;
        /*  left: 0; */
    }

    .slide-2 {
        background-image: url("../img/portfolio/Hero_section.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slide-3 {
        background-image: url("../img/portfolio/Frame2.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bottom-links {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }

    .bottom-link {
        font-size: 1.1rem;
    }

    .nav-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .prev-arrow {
        left: 1rem;
    }

    .next-arrow {
        right: 1rem;
    }

    .govco-logos {
        right: inherit;
    }

    #info-imagen-notario {
        height: auto;
    }
}

@media (min-width: 768px) {
    .mobile-toggle {
        position: relative;
        left: 170px;
    }

    .slide-content {
        left: 90px;
        text-align: center;
    }

    .slide-3 .slide-content {
        left: -80px;
        text-align: center;
    }

       .slide-1 .slide-content p, .slide-1 h1 {
        text-align: left;
    }

}

@media (max-width: 480px) {
    .slide h1 {
        font-size: 2rem;
    }

    .slide h2 {
        font-size: 1.8rem;
    }

    .slide-content {
        padding: 15px;
    }

    .cta-button {
        padding: 12px 24px;
        font-size: 12px;
        left: 0;
    }

    .bottom-link {
        font-size: 1rem;
    }
}

/* Animaciones */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide.active .slide-content {
    animation: fadeInUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-2.active .slide-content {
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-3.active .slide-content {
    animation: slideInRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide.active .slide-image {
    animation: fadeInUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}

/* FAQ Section Styles */
.faq-section {
    background-color: white !important;
}

.faq-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/*     .faq-header {
        top: 340px;
    } */

.footer-logo-section-notario-text {
    font-weight: 100;
}

.faq-header h2 {
    font-size: 2.0625rem;
    color: #000;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.faq-subtitle {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.5;
}

/*   .faq-list>*:not(:last-child) {
        margin-bottom: 16px;
    } */

.faq-item {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 20px;
    margin-bottom: -11px;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.faq-question {
    padding: 16px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #333;
    font-size: 1rem;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #dc3545;
}

.faq-toggle {
    font-size: 20px;
    font-weight: bold;
    color: #dc3545;
    transition: transform 0.3s ease;
    min-width: 24px;
    text-align: center;
}

.faq-answer {
    padding-bottom: 16px;
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.6;
    display: none;
    animation: fadeIn 0.3s ease;
}

.faq-item.active .faq-answer {
    display: block;
    opacity: 1;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments for new sections */
@media (max-width: 968px) {
    .faq-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-section {
        padding: 40px 30px;
    }

    .map-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 30px 20px;
    }

    .faq-header h2 {
        font-size: 1.8rem;
    }

    .map-section {
        margin: 60px 0 40px 0;
    }
}

@media (max-width: 480px) {
    .faq-header h2 {
        font-size: 1.5rem;
    }

    .faq-section {
        padding: 25px 15px;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .header {
        padding: 0 40px;
    }

    .hero-section {
        padding: 60px 40px;
    }

    /*  .slide-content {
        left: 210px;
    } */

    /*  .slide-2 .slide-content {
        left: 50px;

    } */

    .slide-2 .slide-content h1 {
        font-size: 2.5rem;
    }

    .slide-3 .slide-content h1 {
        font-size: 2.5rem;
        right: 20px;
    }

    .slide-3 .slide-content p {
        right: 20px;
    }

    .slide-3 .slide-content .cta-button {
        right: 20px;
        padding: 3%;
        font-size: 0.7rem;
        /* text-align: center; */
        display: inline;
    }

    .services-grid {
        padding: 0 40px;
    }

    .info-section {
        padding: 60px 40px;
    }

    .faq-section {
        padding: 60px 40px;
    }

    .news-grid {
        padding: 0 40px;
    }

    .links-section {
        padding: 60px 40px;
    }

    .footer-container {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 0 20px;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f5f7fa;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .nav-menu.mobile-active {
        display: flex;
    }

    .mobile-toggle {
        display: flex;
        margin-left: 75px;
    }

    .hero-section {
        padding: 48px 20px;
        height: auto;
        min-height: 400px;
    }

    .hero-content h1 {
        font-size: 2.25rem;
        line-height: 44px;
    }

    .hero-button {
        width: 100%;
        max-width: 320px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 20px;
    }

    .service-card {
        min-height: auto;
    }

    .info-section {
        flex-direction: column;
        padding: 40px 20px;
        gap: 40px;
    }

    .faq-section {
        flex-direction: column;
        padding: 32px 20px;
        gap: 30px;
    }

    .faq-list {
        width: 100%;
    }

    .news-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 20px;
    }

    .news-image {
        width: 100%;
    }

    .links-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .cta-title {
        font-size: 2.25rem;
        line-height: 44px;
        padding: 0 20px;
    }

    .faq-header {
        top: 0 !important;
        text-align: center;
    }

    .footer-container {
        padding: 0 20px;
    }

    .footer-top {
        flex-direction: column;
        gap: 40px;
    }

    .footer-sections {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-left: 0;
    }

    .action-section {
        flex-direction: column;
        gap: 20px;
        padding: 40px 20px;
        height: auto;
    }

    .action-btn {
        font-size: 1.125rem;
        text-align: center;
    }

    /*   .info-image img {
        height: inherit;
    } */
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.75rem;
        line-height: 36px;
    }

    .hero-content {
        width: 100%;
    }

    .cta-title {
        font-size: 1.75rem;
        line-height: 36px;
    }

    .links-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .service-title {
        font-size: 1.5rem;
    }

    .info-title {
        font-size: 1.875rem;
        text-align: center;
    }

    .info-title-notario {
        font-size: 1.5625rem;
    }

    .faq-title {
        font-size: 1.75rem;
    }
}

/* Animation keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Ripple effect */
.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 600ms linear;
    background-color: rgba(255, 255, 255, 0.6);
}

/* Scroll indicator */
.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #991815, #1c4cb7);
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    z-index: 9999;
}

/* Animaciones de entradas */

/* Loader épico */
.epic-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #991815, #000);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loader-logo {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, #991815, #ff4444);
    border-radius: 50%;
    position: relative;
    animation: pulse 2s infinite;
    background-image: url("../img/logo/logo.png");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.loader-text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
    opacity: 0;
    font-family: "Poppins", sans-serif;
}

.loader-progress {
    width: 300px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    margin-top: 20px;
    overflow: hidden;
}

.loader-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #991815, #ff4444, #991815);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* Partículas de fondo (opcional) */
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}

/* Animaciones adicionales para ripple effect */
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Ocultar contenido inicial para animaciones */
ansform: translateY(30px);
}

/* Smooth scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #991815, #ff4444);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #ff4444, #991815);
}