﻿.fs-10 {
    font-size: 10px;
    font-weight: 100;
}
.fs-12 {
    font-size: 12px;
   
}
.fs-15
{font-size:15px!important}
.bg-degradade {
    background: linear-gradient(90deg, #accbee 0%, #e7f0fd 100%);
}
.bg-cream-light {
    background-color: #f9f5ec!important;
}
.bg-light-header {
    background: #fefdfb !important;
}

.bg-light-2 {
    background-color: #f9f8f6;
}
    .video-container {
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    background: #000;
}
.border-light {
    border-color: #e5e5e5 !important;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-deg-black-1{
    background: linear-gradient( 135deg, #0b0b0b 0%, #111111 50%, #1a1a1a 100% );
}
.bg-deg-black-2 {
    background: linear-gradient( 135deg, #0d0d0d 0%, #141414 100% );
}
.bg-deg-black-3 {
    background: linear-gradient( 135deg, rgb(34, 41, 52) 0%, rgb(58, 70, 88) 45%, rgb(92, 108, 132) 100% );
}

.Playfair, h1, h2, h3, .h1, .h2, .h3 {
    font-family: "Playfair Display", serif !important;
}
.tracking-wide {
    letter-spacing: 0.8px;
}

.f-s-1 {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color emoji";
    letter-spacing: 0.26em;
    font-size: 9.6px !important;
    text-transform: uppercase;
    font-weight: 200;
}
.f-s-2 {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color emoji";
    letter-spacing: 0.2em;
    font-size: 0.75rem !important;
    line-height: calc(1 / 0.75);
    text-transform: uppercase;
    font-weight: 200;
}
.f-s-3 {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color emoji";
    letter-spacing: 0.2em;
}
.f-s-0 {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color emoji";
    letter-spacing: 0.5px;
}
.border-light {
    border-color: #e0e5eb!important
}
.border-light-dark {
    border-color: #4d5053 !important;
}
.fs-13
{font-size:13px!important}
.fs-14 {
    font-size: 14px !important
}
.fs-16 {
    font-size: 16px !important
}
.slider-carusel #prev, .slider-carusel #next {
}
.text-muted-dark {
    --cz-text-opacity: 1;
    color: #c0c0c0 !important;
}
.input-dark {
    background: #222934;
    border: 1px solid #5f5f5f;
    color: #ffffff !important;
}
    .input-dark:focus, .input-dark:focus {
        background-color: #3c4553;
        border-color: #1c2028;
    }
/* 1. Contenedor base con el borde oscuro inicial */
.border-animate {
    border: 1px solid rgba(255, 255, 255, 0.1); /* Tu border-light-dark */
    position: relative;
    overflow: hidden; /* Importante para que el borde no se salga */
    transition: border-color 0.3s ease;
    cursor:pointer
}

    /* 2. Creamos los bordes animados con pseudo-elementos */
    .border-animate::before,
    .border-animate::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border: 1px solid transparent;
        box-sizing: border-box;
        border-radius: inherit; /* Mantiene el rounded-4 */
    }

    /* Posición inicial: Esquina superior izquierda */
    .border-animate::before {
        top: 0;
        left: 0;
    }

    /* Posición inicial: Esquina inferior derecha */
    .border-animate::after {
        bottom: 0;
        right: 0;
    }

    /* 3. Efecto Hover: Dibujamos el borde blanco */
    .border-animate:hover {
        border-color: transparent; /* Ocultamos el borde gris original */
    }

        .border-animate:hover::before {
            width: 100%;
            height: 100%;
            border-top-color: #737373; /* Borde blanco */
            border-right-color: #737373; /* Borde blanco */
            transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
        }

        .border-animate:hover::after {
            width: 100%;
            height: 100%;
            border-bottom-color: #737373; /* Borde blanco */
            border-left-color: #737373; /* Borde blanco */
            transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
        }
a .text-body-tertiary, a .text-body-tertiary, a .text-body-tertiary {
    transition: all .3s ease-out!important;
}
.border-animate:hover > a .text-body-tertiary, .border-animate:hover  a .text-body-tertiary {
    color: white !important
}

.animate-underline a {
    display: inline; /* Crucial para que el subrayado siga el flujo del texto */
    text-decoration: none;
    background-image: linear-gradient(#fff, #fff); /* El color de tu línea */
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px; /* Grosor de la línea */
    transition: background-size 0.3s ease;
    /* Esta es la propiedad clave para múltiples líneas */
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.animate-underline:hover .animate-target {
    background-size: 100% 1px;
}


.fs-2-4{
    font-size: 2.4rem;
}
.w-60
{width:60%!important}



.minimal-spinner {
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0,0,0,0.1);
    border-top: 2px solid #000; /* Aquí puedes usar el color de tu nuevo color-picker */
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animate-in {
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.letter-spacing-1 {
    letter-spacing: 2px;
    font-size: 10px;
    text-transform: uppercase;
}
.wh-avatar
{width:100px;
 height:100px
}

.navbar-brand {
    line-height: 0;
    margin-bottom: 5px;
}
/* Barra lateral flotante */
.year-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 20px; /* Área de detección activa */
    height: 100vh;
    
    z-index: 2000;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-items: center;
    overflow: hidden;
    opacity: 0; /* TOTALMENTE OCULTO */
}

    /* Mostrar al hacer hover */
    .year-sidebar:hover {
        width: 80px;
        opacity: 1; /* SE MUESTRA */
         
    }

.year-link {
    writing-mode: horizontal-tb; /* Texto horizontal */
    text-decoration: none;
    color: #999;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-20px);
    display: block;
}

.year-sidebar:hover .year-link {
    opacity: 1;
    transform: translateX(0);
}

.year-link:hover {
    color: #fc9231 !important;
    transform: scale(1.2) !important;
}

.year-link.current-year {
    color: #000;
    position: relative;
}

    .year-link.current-year::after {
        content: '';
        position: absolute;
        left: -12px;
        top: 50%;
        width: 6px;
        height: 6px;
        background: #fc9231;
        border-radius: 50%;
        transform: translateY(-50%);
    }

@media(max-width: 7680px) {
}

@media(max-width: 4096px) {


    
    .video-container {
        width: 100%;
        max-width: 100%;
       
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
    }  
}

@media(max-width: 2865px) {

    .video-container {
        width: 100%;
        max-width: 100%;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
    }  
    
}

@media(max-width: 2560px) {

    .video-container {
        width: 100%;
        max-width: 100%;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
    }  
 
}

@media(max-width: 2400px) {
    .video-container {
        width: 100%;
        max-width: 100%;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1840px;
    }  
}
@media(max-width: 1980px) {
    

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1820px;
    }
}
@media(max-width: 1920px) {
     

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1740px;
    }
  
 
}
@media(max-width: 1828px) {
    
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1560px;
    }
}

@media(max-width: 1620px) { /*100%*/
   
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }
}


@media (max-width: 1496px) {
    
}

@media(max-width: 1280px) {
    
   
}

 
 

 
 


@media (max-width: 768px) 
{
    .w--100 {
        width: 100% !important
    }
    .navbar-brand {
        width: 240px;
        margin-left: -10px;
    }
    fs-2-4 {
        font-size: 1.6rem;
    }
    .content-avatar {
        width: 100%;
        text-align: center;
        display:block
    }
    .content-avatar img {
        width:120px;
        height:120px;
        border-radius:50%!important;
    }
    }