ol, ul {
    list-style: none !important;
}

.relative.hero h1 {
    display: none;
}

.events-content ol {
    margin: 0 !important;
    padding: 0 !important;
}

.cubaemprende-horizontal-timeline a {
    text-decoration: none;
}

.cubaemprende-horizontal-timeline {
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cubaemprende-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cubaemprende-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.cubaemprende-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    /* overflow: hidden; */
}

.cubaemprende-horizontal-timeline .events-wrapper::after,
.cubaemprende-horizontal-timeline .events-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cubaemprende-horizontal-timeline .events-wrapper::before {
    left: 0;
}

.cubaemprende-horizontal-timeline .events-wrapper::after {
    right: 0;
}

.cubaemprende-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    background: var(--primary);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    width: 100% !important;
    min-width: 100%;
}

.cubaemprende-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cubaemprende-horizontal-timeline .events ol {
    display: flex;
    justify-content: space-around;
    position: relative;
    height: 100%;
    align-items: center;
    width: 750px;
    max-width: 1440px;
    padding: 0;
    margin: 0 auto !important;
}

 .cubaemprende-horizontal-timeline .events li {
    
    left: 50%;
    bottom: 50%; 
   
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    background-color: #fff;
    z-index: 9;
    transition: background-color 0.3s, border-color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);

    font-weight: 500;
    font-size: 24px;
} 

.cubaemprende-horizontal-timeline .events li a {
    color: var(--primary);
}

.cubaemprende-horizontal-timeline .events a.selected {
    pointer-events: none;
}


@media only screen and (min-width: 1100px) {
    .cubaemprende-horizontal-timeline {
        margin: 6em auto;
    }

    .cubaemprende-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cubaemprende-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    color: #fff;
    /* overflow: hidden; */
    color: transparent;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.cubaemprende-timeline-navigation a.prev {
    left: 0;
}

.cubaemprende-timeline-navigation a.next {
    right: 0;
}


.cubaemprende-timeline-navigation a.prev::before {
    content: "\f053";
    font-family: FontAwesome;
    color: #fff;
    font-size: 1.4rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 10000;
    text-align: center;
    width: auto; 
    height: auto; 
}

.cubaemprende-timeline-navigation a.next::before {
    content: "\f054";
    font-family: FontAwesome;
    color: #fff;
    font-size: 1.4rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 10000;
    text-align: center;
    width: auto; 
    height: auto;
}

.cubaemprende-timeline-navigation a:hover:before {
    color: var(--primary);
}

.cubaemprende-timeline-navigation a:hover {
    background-color: #fff;
}


.cubaemprende-timeline-navigation a.next {
    right: 0;
}


.no-touch .cubaemprende-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.cubaemprende-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cubaemprende-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cubaemprende-timeline-navigation a.inactive:hover {
    border-color: var(--primary);
}

.cubaemprende-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    /* overflow: hidden; */
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.cubaemprende-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    /* opacity: 0; */
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    visibility: hidden;
}

.cubaemprende-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    visibility: visible;
    /* opacity: 1; */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    background-color: #fff;
    width: 830px;
    max-width: 840px;
    margin: 0 auto;
    padding: 20px 100px;
    border-radius: 3px;
}

@media (max-width: 992px) {
    .cubaemprende-horizontal-timeline .events-content li.selected {
        max-width: auto !important;
        width: auto !important;
    }
}

.cubaemprende-horizontal-timeline .events-content li::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    top: -30px;
    z-index: 999;
}

.cubaemprende-horizontal-timeline .events-content li.enter-right {
    -webkit-animation-name: cubaemprende-enter-right;
    -moz-animation-name: cubaemprende-enter-right;
    animation-name: cubaemprende-enter-right;
}

.cubaemprende-horizontal-timeline .events-content li.enter-left {
    -webkit-animation-name: cubaemprende-enter-left;
    -moz-animation-name: cubaemprende-enter-left;
    animation-name: cubaemprende-enter-left;
}

.cubaemprende-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cubaemprende-horizontal-timeline .events-content li>* {
    max-width: 1600px;
    margin: 0 auto;
}

.cubaemprende-horizontal-timeline .events-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    color: var(--gray-600);
    margin-bottom: 20px !important;
}

@-webkit-keyframes cubaemprende-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cubaemprende-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cubaemprende-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cubaemprende-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cubaemprende-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cubaemprende-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}


.cubaemprende-horizontal-timeline .events li.selected {
    width: 180px;
    height: 180px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50%;

    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    z-index: 99999 !important;
}

.cubaemprende-horizontal-timeline .events li.selected a {
    color: #fff;
    background-color: none !important;
}



.no-uso {
    width: 55px !important;
    height: 55px !important;
    background-color: #fff;
}

.no-uso a {
    font-size: 0px;
    color: #fff;
}

.carousel_content h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--primary);
}

.carousel_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--gray-600);
    margin: 30px 0;
}

.carousel_content .cubaemprende_btn {
    width: 190px;
    height: 60px;
    margin-top: 30px;
}

.carousel.slide {
    padding: 6rem 0 0 0;
}

.carousel-inner{
    max-width: 95%;
    margin: 0 auto;
}

.carousel_content {
    width: 40% !important;
    max-width: 40% !important;
    flex: 0 0 40% !important;
}

.carousel-control-prev {
    left: -50px !important;
}

.carousel-control-next {
    right: -50px !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-repeat: no-repeat !important;
    width: 5rem;
    height: 5rem;
    background-position: center;
    background-size: contain;
}

.carousel-control-next-icon {
    background-image: url('../images/carousel/next.png') !important;
}

.carousel-control-prev-icon {
    background-image: url('../images/carousel/prev.png') !important;
}

.section-carousel-main {
    background: url('../images/hitos.png') no-repeat center center;
    height: 1550px;
    background-size: 100%;
    margin-top: -550px;
}

@media (max-width: 992px) {
    .section-carousel-main {
        margin-top: 0px !important;
    }
}

.section-leaders .title-primary::after {
    left: 50%;
    transform: translateX(-50%);
}

.section-leaders {
    margin-top: -18rem !important;
}

.section-team .title-primary::after {
    left: 50%;
    transform: translateX(-50%);
}
.section-team {
    margin-bottom: 25rem !important;
}

.section-leaders .card-team:hover {
    background: var(--secondary-100);
}

.card-team {
    background: var(--gray-100);
    max-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.section-team .card-team:hover {
    background-color: var(--gray-100) !important;
}

.card-team img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: top;
    margin-top: -100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.card_team_name {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: var(--gray-600);
}

.card_team_ocupation_leader {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--primary);
    margin-bottom: 15px;
}

.card_team_ocupation {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: var(--gray-600);
}

.section-team .card-team {
    background-color: transparent !important;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
}

.section-team .card_team_ocupation_leader {
    font-size: 15px !important;
}

.section-team .card_team_name {
    margin-bottom: 10px !important;
}

.cubaemprende-horizontal-timeline .events-content h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: var(--gray-600);
    margin: 1rem 0;
}

.cubaemprende-horizontal-timeline .events-content h6 {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--primary);
}

@media (max-width: 425px) {
    .section-hero-home .relative {
        height: 58vh !important;
    }

    .section-hero-home {
        height: 60vh !important;
    }

    .section-hero-home {
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 120% !important;
    }

    .section-about {
        padding: 0px !important;
    }

    .section-leaders {
        margin-top: -6rem !important;
    }

    .section-leaders .grid {
        padding-top: 6rem
    }

    .section-leaders .card-team {
        margin-bottom: 6rem !important;
    }

    .section-team .cubaemprende_max_content {
        padding-top: 2rem !important;
    }

    .section-team .grid {
        margin-top: 10rem;
    }

    footer {
        margin-top: -18rem !important;
    }

    .section-carousel-main {
        background-image: none;
        background-color: var(--gray-200);
    }

    .cubaemprende-horizontal-timeline .events-content li.selected {
        padding: 20px 10px;
    }

    .section-carousel-main .cubaemprende_max_content {
        padding-top: 5rem !important;
    }

    .section-carousel-main {
        height: auto !important;
    }

    .section-carousel-main {
        margin-top: 2rem;
    }

    .hero h1 {
        position: relative;
        top: 120px;
    }
}

@media (max-width: 768px) {
    .cubaemprende-horizontal-timeline .events li {
        width: 50px !important;
        height: 50px !important;
        font-size: 12px !important;
    }

    .cubaemprende-timeline-navigation a {
        width: 50px !important;
        height: 50px !important;
    }

    .cubaemprende-horizontal-timeline .events li.selected {
        width: 80px !important;
        height: 80px !important;
        font-size: 20px !important;
    }

    .cubaemprende-horizontal-timeline .events ol {
        justify-content: center !important;
        gap: 20px;
        width: 100% !important;
    }
}

@media (max-width: 570px) {
    .cubaemprende-horizontal-timeline .events li {
        width: 40px !important;
        height: 40px !important;
        font-size: 12px !important;
    }

    .cubaemprende-timeline-navigation a {
        width: 40px !important;
        height: 40px !important;
    }

    .cubaemprende-horizontal-timeline .events li.selected {
        width: 60px !important;
        height: 60px !important;
        font-size: 20px !important;
    }

    .cubaemprende-horizontal-timeline .events ol {
        gap: 10px;
    }
}

@media (max-width: 430px) {
    .no-uso {
        visibility: hidden;
    }
}

img.quienes_somos {
    position: relative;
    top: -170px;
}

@media (max-width: 768px) {
    img.quienes_somos {
        top: 0px !important;
        margin-top: 0px;
        margin-bottom: 40px;
    }
}