:root {
    --orange: #ee3a3d;
    --light-gray: #f1f1f2;
    --dark-gray: #404041;
    --dark-blue: #062d38;
}

html, body {
	margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.text-orange {
    color: var(--orange);
}
.bg-orange {
    background-color: var(--orange);
}
.text-blue {
    color: var(--dark-blue);
}
.bg-blue {
    background-color: var(--dark-blue);
}
.bg-light-gray {
    background-color: var(--light-gray);
}
.load {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}
.load img {
    width: 10rem;
    max-width: 85%;
    height: auto;
    max-height: 85%;
}
.web {
    
}
.hidden {
	opacity: 0;
	transition: all 1.5s ease;
}
.visible {
	opacity: 1;
    transition: all 1.5s ease;
}


.table tbody tr td {
    background-color: transparent !important;
    color: inherit; /* opcional: para heredar el color del texto del contenedor */
}
/* tipografías */


.gotham-bold {
    font-family: Gotham-Bold;
}
.gotham-book {
    font-family: Gotham-Book;
}
.gotham-thin {
    font-family: Gotham-Thin;
}
.gotham-narrow-book {
    font-family: GothamNarrow-book;
}
.gotham-narrow-black {
    font-family: GothamNarrow-black;
}
.gotham-narrow-bold {
    font-family: GothamNarrow-bold;
}
.gotham-narrow-light {
    font-family: GothamNarrow-light;
}
.gotham-medium {
    font-family: Gotham-medium;
}
.gotham-book-italic {
    font-family: gotham-book-italic;
}
.gotham-medium-italic {
    font-family: gotam-medium-italic;
}


/* termina tipografías */

/*Menu offcanvas*/
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23062d38' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Si quieres aumentar el grosor del borde del ícono (opcional) */
.navbar-toggler .navbar-toggler-icon {
    width: 2rem;
    height: 2rem;
}
.navbar-toggler {
    border: 1px solid #062d38;
    padding: 0.5rem 0.75rem;
    background-color: transparent;
    transition: all 0.3s ease;
}

.navbar-brand img {
    width: 40px;
    height: auto;
}

.offcanvas {
    background-color: #f1f1f2;
}

.offcanvas img {
    max-width: 150px;
    height: auto;
}
.offcanvas .nav-link {
    color: var(--dark-blue);
    text-decoration: none;
}

.offcanvas .nav-link:hover {
    color: var(--orange); /* Color del texto al pasar el cursor */
}

/* Collage bg */
.collage {
    background-image: url(../img/collage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Panel */
#sidebar {
    width: 250px;
    height: calc(100vh - 56px);
    transition: all 0.3s ease;
    top: 56px; /* Altura del navbar */
    left: 0;
    overflow-y: auto;
}
.sidebar-avatar {
    width: 150px;
    transition: all 0.3s ease;;
}
#content {
    width: calc(100% - 280px);
    margin-top: 15px;
    margin-left: 265px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.sidebar-section {
    background-color: #212529;
    transition: all 1s ease;
}
.sidebar-section:hover {
    background-color: #062d38;
}
.collapse {
    padding-left: 15px;
}
.nav-link {
    
}
.sidebar-section i,
.nav-item i {
    width: 20px; /* mismo ancho para todos los íconos */
    text-align: center;
}
.menu-text, .submenu-text {
    white-space: nowrap;
}

.nav-link i {
    margin-right: ;
}
.btn-logout {
    
    width: 250px;
}
.btn-logout .btn1 {
    display: block;
    transition: all 1s ease;

}
.btn-logout .btn2 {
    display: none;
    transition: all 1s ease;
}
.btn-edit-large {
    display: block;
    transition: all 1s ease;
}
.btn-edit-small {
    display: none;
    transition: all 1s ease;
}
.btn-delete-large {
    display: block;
    transition: all 1s ease;
}
.btn-delete-small {
    display: none;
    transition: all 1s ease;
}
/*
.carousel, .carousel-inner, .carousel-item {
    height: 100%;
}*/

.carousel,
.carousel-inner,
.carousel-item {
    height: 100%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(288deg) brightness(103%) contrast(103%);
}

.bg-card-profile {
    background-image: linear-gradient(20deg, var(--dark-blue) 5%, var(--dark-blue) 100%);
    height: auto;
    min-height: 100%;
}
.card-profile {
    margin-top: 10rem;
    padding-top: 10rem;
}
.container-card-avatar {
    width: 15rem;
    height: 15rem;
    position: absolute;
    left: 50%;
    top: -7.5rem;
    transform: translateX(-50%);
    background-color: rgba(6, 45, 54, .5);
    box-shadow: 0 0 15px 5px rgba(6, 45, 56, .5);
}
.fa-location-dot {
    color: var(--orange);
}
.card-profile-avatar {
    width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}
.body-card-container {
    position: relative;
}
.body-card-container h1 {
    color: var(--orange);
    display: block;
    text-align: center;
    font-size: 4rem;
}
.body-card-container h4 {
    display: block;
    color: rgba(6, 45, 56, 1);
    text-align: center;
}
.body-card-container p {
    display: block;
    text-align: center;
    color: rgba(6, 45, 56, 1);
}



/* Logos */
.logo-img-gray {
    display: block;
    height: 10rem;
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all .5s;
}
.logo-img-gray:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}
/* Termina logos */


/* timeline */




/* Contenedor principal */
.timeline-container {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 3rem;
    overflow: hidden;
    box-sizing: border-box;
}

.timeline-title {
    text-align: center;
    color: #333;
}

/* Línea de tiempo */
.timeline {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* LÍNEA VERTICAL CENTRAL */
.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    z-index: 1;
}

/* Ítems del timeline */
.timeline-item {
    display: flex;
    align-items: center;
    min-height: 120px;
    position: relative;
    z-index: 2;
    top: 0;
}

/* ITEM A LA IZQUIERDA */
.timeline-item.left {
    justify-content: flex-start;
    text-align: left;
}
.timeline-item.left p {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
}

.timeline-item.left .content {
    margin-left: 2rem;
    text-align: left;
    width: 100%;
    padding-right: 52%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}

/* ITEM A LA DERECHA */
.timeline-item.right {
    justify-content: flex-end;
    text-align: right;
}
.timeline-item.right p {
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
}

.timeline-item.right .content {
    margin-right: 8rem;
    text-align: right;
    width: 100%;
    padding-left: 52%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    overflow: hidden;
}

/* LÍNEA HORIZONTAL QUE CONECTA CON EL CENTRO */

.timeline-item.left .connector {
    position: absolute;
    border-width: 0;
    border-top: none;
    border-right: none;
    border-left: solid;
    border-bottom: solid;
    border-bottom-left-radius: 10px;
    border-color: var(--dark-gray);
    width: calc(48% - 40px);
    height: 150%;
    z-index: -100;
    background-color: transparent;
    left: 60px;
    top: 0;
}

.timeline-item.right .connector {
    position: absolute;
    border-width: 1px;
    border-top: none;
    border-right: solid;
    border-left: none;
    border-bottom: solid;
    border-bottom-right-radius: 10px;
    border-color: var(--dark-gray);
    width: calc(48% - 40px);
    height: 150%;
    z-index: -100;
    background-color: transparent;
    right: 60px;
    top: 0;
}

/* CÍRCULO CON LOGO */
.circle_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: white;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.circle_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: white;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.logo-img {
    width: 90%;
    height: 90%;
}

/* CONTENIDO DE TEXTO */
.content {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 0px);
    padding-left: 120px;
    padding-right: 20px;
    background-color: transparent;
}

.content h3 {
    margin-top: 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}

.year {
    font-size: 0.9rem;
    color: #e74c3c;
    font-weight: 600;
    margin: 0.2rem 0 0.5rem;
}

.content p {
    line-height: 1.5;
    font-size: 0.9rem;
}

.text-description {
    text-orientation: right;
}

/* Botón del acordeón siempre naranja con texto blanco */
.accordion-button.bg-orange {
    background-color: var(--light-gray); !important;
    color: var(--orange) !important;
}

/* Cuando está activo (abierto) */
.accordion-button.bg-orange:not(.collapsed) {
    background-color: var(--light-gray); !important;
    color: var(--orange) !important;
    box-shadow: none;
}

/* Flecha blanca */
.accordion-button.bg-orange::after {
    filter: invert(1); /* invierte el color de la flecha a blanco */
}




/* Social buttons */

.container-social-buttons {
    display: inline-flex;
    padding: 0;
    list-style: none;
    width: 100%;
}
.container-social-buttons .icon {
    position: relative;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.container-social-buttons .facebook {
    background: #1877F2;
    color: #ffffff;
    box-shadow: 0 0 20px #1877F2;
}
.container-social-buttons .twitter {
    background: #1DA1F2;
    color: #ffffff;
    box-shadow: 0 0 20px #1DA1F2;
}
.container-social-buttons .instagram {
    background: #E4405F;
    color: #ffffff;
    box-shadow: 0 0 20px #E4405F;
}
.container-social-buttons .tiktok {
    background: #333333;
    color: #ffffff;
    box-shadow: 0 0 20px #333333;
}
.container-social-buttons .youtube {
    background: #CD201F;
    color: #ffffff;
    box-shadow: 0 0 20px #CD201F;
}
.container-social-buttons .whatsapp {
    background: #25D366;
    color: #ffffff;
    box-shadow: 0 0 20px #25D366;
}
.container-social-buttons .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.container-social-buttons .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.container-social-buttons li a {
    display: block;
    width: 2rem;
    aspect-ratio: 1/1;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-social-buttons .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.container-social-buttons .icon:hover span,
.container-social-buttons .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.container-social-buttons .facebook:hover .tooltip,
.container-social-buttons .facebook:hover .tooltip::before {
    background: #1877F2;
    color: #ffffff;
}
.container-social-buttons .twitter:hover .tooltip,
.container-social-buttons .twitter:hover .tooltip::before {
    background: #1DA1F2;
    color: #ffffff;
}
.container-social-buttons .instagram:hover .tooltip,
.container-social-buttons .instagram:hover .tooltip::before {
    background: #E4405F;
    color: #ffffff;
}
.container-social-buttons .tiktok:hover .tooltip,
.container-social-buttons .tiktok:hover .tooltip::before {
    background: #333333;
    color: #ffffff;
}
.container-social-buttons .youtube:hover .tooltip,
.container-social-buttons .youtube:hover .tooltip::before {
    background: #CD201F;
    color: #ffffff;
}
.container-social-buttons .whatsapp:hover .tooltip,
.container-social-buttons .whatsapp:hover .tooltip::before {
    background: #25D366;
    color: #ffffff;
}


/* termina social buttons */

/* end timeline */

.footer {
    position: relative;

}

.menu-profile-long {
    display: flex;
}
.menu-profile-short {
    display: none;
}


@media (max-width: 576px) {
    #sidebar {
        width: 60px;
    }
    #sidebar .menu-text,
    #sidebar .submenu-text {
        display: none;
    }
    .sidebar-avatar{
        width: 90%;
        height: auto;
    }

    #sidebar .nav-link {
        text-align: center;
    }

    #sidebar .nav-link i {
        
    }
    .sidebar-username {
        display: none;
    }

    #sidebar .collapse {
        width: 100%;
        padding-left: 0;
    }

    #sidebar .collapse .nav-link {
        
    }
    #content {
        width: calc(100% - 80px);
        margin-top: 15px;
        margin-left: 70px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
    }

    #sidebar .collapse .nav-link i {
        margin-right: 10px;
    }
    .btn-logout {
        position: relative;
        bottom: 0;
        left: 0;
        width: 60px;
    }
    .btn-logout .btn1 {
        display: none;
    }
    .btn-logout .btn2 {
        display: block;
    }
    .btn-edit-large {
        display: none;
        transition: all 1s ease;
    }
    .btn-edit-small {
        display: inline-block;
        transition: all 1s ease;
    }
    .btn-delete-large {
        display: none;
        transition: all 1s ease;
    }
    .btn-delete-small {
        display: inline-block;
        transition: all 1s ease;
    }
    .menu-profile-long {
        display: none;
    }
    .menu-profile-short {
        display: flex;
    }

    /* carousel */
    .carousel-item img {
        height: auto;
        max-width: 80%;
    }
}
/* Termina panel */

.container-image-poster {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.image-poster {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.caption-poster {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .5s ease;
}
.caption-poster p {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    text-align: center;
}
.container-image-poster:hover .caption-poster {
    opacity: 1;
}

.aspect-ratio-1-1 {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.aspect-ratio-1-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mantiene proporciones y cubre todo el espacio */
    transition: transform 0.4s ease;
    object-fit: cover;
}

.aspect-ratio-1-1:hover img {
    transform: scale(1.1);
}

.container-image-product img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cubre todo el contenedor sin deformarse */
}

.aspect-ratio-16-9 {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.ratio {
    overflow: hidden;
    background-color: #000; /* Fondo negro mientras carga la imagen (opcional) */
}

.image-product {
    display: block;
}

.poster-arrow {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    translate: -50%;
    font-size: 2rem;
    z-index: 10;
    animation: bounce 1s infinite ease-in-out;
}
.product-arrow {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    translate: -50%;
    font-size: 2rem;
    z-index: 10;
    animation: bounce 1s infinite ease-in-out;
}
.illustration-arrow {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    translate: -50%;
    font-size: 2rem;
    z-index: 10;
    animation: bounce 1s infinite ease-in-out;
}
.character-arrow {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    translate: -50%;
    font-size: 2rem;
    z-index: 10;
    animation: bounce 1s infinite ease-in-out;
}
.motion-arrow {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    translate: -50%;
    font-size: 2rem;
    z-index: 10;
    animation: bounce 1s infinite ease-in-out;
}
.toy-arrow {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    translate: -50%;
    font-size: 2rem;
    z-index: 10;
    animation: bounce 1s infinite ease-in-out;
}
.container-poster-principal {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}
.poster-principal {
    display: block;
    width: 80%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
}

.container-cover-product {
    
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 200px; /* Altura total */
    overflow: hidden;
    background-color: #414142;
}

.video-motion {
    width: 800px;
    max-width: 90%;
    height: auto;
    max-height: 90%;
}





/* Fondo con blur */
.cover-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    filter: blur(10px);
    z-index: 0;
}

/* Contenedor interior - sin blur */
.cover-product {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.container-product-list {
    height: auto;
    min-height: 100%;
}

/* Estilo del título */
.cover-product h3 {
    font-size: 2.5rem;
    color: var(--orange);
}


/* Contact */
.contact-form {
    background-color: transparent;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 400px;
    max-width: 90%;
    height: auto;
    padding: 1rem;
}

.input-contact {
    display: block;
    width: 100%;
    height: 2.5rem;
    border: 2px solid #000;
    background-color: #fff;
}
.textarea-contact {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    background-color: #fff;
}
.btn-contact {
    padding: .5rem 1rem;
    display: block;
    border: 2px solid #000;
    background-color: #fff;
}
/* termina contact */
.bg-contact {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--light-gray);
}

.bg-contact .alert {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 90%;
    height: auto;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.badge-messages {
    top: 0rem;
    right: -.3rem;
    width: 1.5rem;
    font-size: .6rem;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

/* waves */
.header {
    position:relative;
    text-align:center;
    background: linear-gradient(60deg, rgba(6,45,56,1) 0%, rgba(6,45,56,0.8) 100%);
    color:white;
}

.inner-header {
    height:300px;
    width:100%;
    margin: 0;
    padding: 0;
}

.flex { /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
}

.content {
    position:relative;
    height:20vh;
    text-align:center;
}

/* About */
.separator-about {
    height: .3rem;
}
.title-about {
    text-align: right;
}
.text-about {
    text-align: justify;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

.list-group-item {
    border: none;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% { 
        transform: translate3d(85px,0,0);
    }
}
.collapse {
    padding-left: 0;
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:100px;
        min-height:40px;
    }
    .content {
        height:50vh;
    }
}
/* terminan waves */
/* RESPONSIVO: Móviles */
@media (max-width: 576px) {
    .image-avatar {
        display: none;
    }
}
@media (max-width: 600px) {

    .title-about {
        text-align: left;
    }
    .text-about {
        text-align: left;
        width: 90%;
        padding: 0;
        margin: 0;
    }
    /* Centrar el contenedor y ajustar padding */
    .timeline-container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 3rem;
        background-color: var(--light-gray);
    }

    /* Título centrado y con tamaño adecuado */
    .timeline-title {
        font-size: 1.8rem;
        margin-bottom: 2.5rem;
    }

    /* Línea central: ahora es una línea vertical que conecta círculos */
    .timeline::before {
        background: var(--dark-gray);
        z-index: 1;
    }



    /* Todos los items: centrados, apilados verticalmente */
    .timeline-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        min-height: auto;
        position: relative;
        background-color: var(--light-gray);
    }
    .timeline-item-left .content {
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0;
    }

    /* Eliminar conectores horizontales antiguos */
    .timeline-item .connector {
        display: none !important;
    }

    /* Unificar estilos de círculos: ya no hay left/right */
    .circle_left,
    .circle_right {
        position: relative;
        top: 0;
        
        margin-bottom: 1.5rem;
        z-index: 3;
    }

    /* Contenido de texto: centrado, 90% del ancho */
    .timeline-item .content {
        margin-right: 0;
        text-align: center;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
    }

    .timeline-item.left .content {
        margin-left: 0;
        margin-right: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 100%;
        padding: 0;
    }
    .timeline-item.right .content {
        margin-left: 0;
        margin-right: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 100%;
        padding: 0;
    }

    /* Tipografía responsive */
    .timeline-item .content h3 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.4rem;
    }

    .timeline-item .content p {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1rem;
        margin: 0;
    }
    .timeline-title {
        text-align: center;
    }
    .timeline-description {
        text-align: left;
    }

    /* Conectar items con línea vertical entre círculos */
    .timeline-item:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        width: 2px;
        height: 2rem; /* Espacio entre un item y el siguiente */
        background: var(--dark-gray);
        transform: translateX(-50%);
        z-index: 0;
    }

    /* No mostrar línea después del último item */
    .timeline-item:last-child::after {
        display: none;
    }

    /* Asegurar que la imagen del logo se vea bien en móvil */
    .logo-img {
        max-width: 85%;
        height: auto;
    }

    /* ITEM A LA IZQUIERDA */
    .timeline-item.left {
        justify-content: flex-start;
        text-align: left;
    }
    .timeline-item.left p {
        text-align: left;
    }

    /* ITEM A LA DERECHA */
    .timeline-item.right {
        justify-content: flex-end;
        text-align: left;
    }
    .timeline-item.right p {
     text-align: left;
    }
}