@font-face {
    font-family: PPTelegraf-Regular;
    src: url(../fonts/PPTelegraf-Regular.woff);
}

@font-face {
    font-family: PPTelegraf-UltraBold;
    src: url(../fonts/PPTelegraf-UltraBold.woff);
}

@font-face {
    font-family: SharpGrotesk-Book;
    src: url(../fonts/SharpGrotesk-Book15.woff);
}

@font-face {
    font-family: SharpGrotesk-SemiBold;
    src: url(../fonts/SharpGrotesk-SemiBold15.woff);
}

@font-face {
    font-family: SharpGrotesk-Bold;
    src: url(../fonts/SharpGrotesk-Bold15.woff);
}



.extraBannerDIV {

    height: auto;
    width: 100%;
    background-color: white;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.288);
}

.banner_01 {
    width: 100%;
    height: auto;
}

.banner_02 {
    display: none;
}

.extraBannerData {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}

.extraBannerData a {
    padding: 0;
    border: 0;
    width: 50%;
    animation: pulseAnim 1s ease-in-out infinite alternate;
}

/* BOTON FLOTANTE */
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffb819;
    color: black;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    font-family: SharpGrotesk-SemiBold;
    animation: glow 1s ease-in-out infinite alternate;
}

.floating-button2 {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #ffb819;
    color: black;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    font-family: SharpGrotesk-SemiBold;
    animation: glow 1s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 2px #ffb819, 0 0 5px #eae600;
    }

    to {
        box-shadow: 0 0 8px #ffb819, 0 0 14px #eada00;
    }
}


.floating-button:hover {
    background-color: #ff8533;
}

.tabs {
    display: flex;
    margin-top: 20px;
}

#programas {
    margin-bottom: 10rem;
}

.tab {
    background: #A700FF;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    outline: none;
    border: 1px solid white;
    border-radius: 8px 8px 0 0;
}

.tab.active {
    background: #ffb819;
    color: black;
}

.schedule {
    background: #A700FF;
    padding: 20px;
    box-shadow: 3px 3px 0px 0 white, 7px 7px 0px 0 #ffb819;
    border-radius: 0 8px 8px 8px;
    border: 1px solid white;
}

.conference {
    border-bottom: 1px dotted white;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: PPTelegraf-Regular;
    color: white;
}

.hidden {
    display: none;
}

.time {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-weight: bold;
}



.title {
    font-size: 16px;
    margin-bottom: 10px;
}

.btn-conference {
    font-family: SharpGrotesk-SemiBold;
    background: white;
    color: black;
    font-weight: bold;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    float: right;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: auto;
    background-color: white;
    /* background-image: url(../images/bg_scifi_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    font-family: SharpGrotesk-Book;
    position: relative;
    overflow-x: hidden;

}

/*body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(./images/backgroundarrow.svg);
    background-repeat: repeat;
    background-position: center;
    opacity: 0.5;
    animation: bodybefore 10s ease-in-out infinite alternate;
}*/

@keyframes bodybefore {
    0% {
        background-size: 60%;
    }

    100% {
        background-size: 85%;
    }
}

/*
background-color: #ffb819
*/

.navbar {
    position: relative;
    height: 80px;
    width: 100%;
    z-index: 10000;
    background-color: rgb(0, 0, 0);
    /* background-color: #ffb819; */
    z-index: 999999;
    /* box-shadow: 0 1px 10px 5px rgba(0,0,0,0.9); */
    box-shadow: 0 5px 5px 0 #ffb61941;
    /* display: flex;
    justify-content: space-between; */
    /* animation: navLineAnim 2s ease-in-out infinite alternate; */
}

@keyframes navLineAnim {
    0% {
        box-shadow: 0 10px 0 0 #ffb819;
    }

    100% {
        box-shadow: 0 2px 0 0 white;
    }
}

.nav-link {
    font-family: SharpGrotesk-SemiBold;
    color: white;
    /* font-size: 1.5em; */
    background-color: black;
    border: 1px solid #ffb819;
    border-radius: 4px;
    /* box-shadow: 3px 3px 0 white; */
    margin-right: 0.5rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.nav-link:hover {
    background-color: #ffb819;
    /* box-shadow: 5px 5px 0 #ffb819; */
    color: black;
}

.navbar-brand {
    height: 100%;
    width: auto;
    margin-left: 2rem;
}

.rightnav-mob {
    display: none;
}

.rightnav {
    display: flex;
    align-items: center;
}

.rightnav p {
    margin: 0 1rem 0 0;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    ;
}

.rightnav a {
    padding: 0;
    margin: 0 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: white;
    width: 20px;
}

.rssbrands {
    display: flex;
    flex-direction: row;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.rssbrands a {
    text-decoration: none;
}

.hero1 {

    min-height: calc(100% - 80px);
    color: black;
    padding: 0;
    position: relative;

}

.hero1 header {
    height: calc(100vh);
    padding-top: 80px;
    position: relative;
    box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.281);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A700FF;

}

.hero1 header::after {
    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(./images/bannerinicio.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.2;
}

.softNav {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50%);
    background-color: #eaeaea;
    border-radius: 100px;
    box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.281);
}

.customNav li .nav-link {
    font-family: SharpGrotesk-Book;
    color: black;
    font-size: 1.3rem;
}

.customNav li .nav-link:hover {
    color: #ffb819;
    text-decoration-color: #ffb819;
}

.customNav li .nav-link.active {
    text-decoration: underline;
    text-decoration-color: #ffb819;
    text-underline-offset: 5px;
}

.mainTitle {
    z-index: 1;
    transition: 2s all;
}



video {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 5px 5px 0 0 #A700FF, 7px 7px 0 0 white;
    border: 1px solid #ffb819;
}



@keyframes enterFromRight {
    0% {
        right: -100%;
    }

    100% {
        right: 0;
    }
}

.buttonsMain {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 5rem;
}

.buttonsMain a:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.03);
}

.buttonsMain a img {
    width: 100%;
    height: auto;
}

.ConoceMasNext.disabled {
    pointer-events: none;
    /* Desactiva clics */
    opacity: 0.6;
    position: relative;

    /* Lo hace más apagado */
}

.ConoceMasNext.disabled img {
    filter: grayscale(100%);
    /* Imagen en gris */
}

.ConoceMasNext.disabled::after {
    content: "Próximamente";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffb819;
    color: black;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    pointer-events: none;
    /* Para que no interrumpa */
}

.colPlatformTutorial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    animation: enterFromRight 1s ease-in-out forwards;
    position: relative;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.colPlatformTutorial p {
    color: black;
    text-align: center;
    line-height: 1;
    margin-bottom: 8px;
}

.font-SemiBold {
    font-family: SharpGrotesk-SemiBold;
    font-size: 1.2rem;
}

.leftMainTitle {
    font-family: SharpGrotesk-SemiBold;
    color: white;
    font-size: 2rem;
    line-height: 1.2;

}

.leftMainTitle span {
    background-color: #ffb819;
    padding: 0 10px;
    color: black;
}




.debug {
    border: 1px solid white;
}

.paraConocer {
    height: 100%;
    width: 100%;
    background-color: black;
    border-radius: 4px;
    color: white;
    font-family: SharpGrotesk-Book;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 30px 5px white;

}

.paraConocer p {
    font-family: SharpGrotesk-Book;
    line-height: 1;
    font-size: 22px;
    text-align: center;
}

.paraConocer a {
    background-color: #ffb819;
    color: white;
    text-decoration: none;
    animation: pulseAnim 1s ease-in-out infinite alternate;
}

@keyframes pulseAnim {
    0% {
        transform: scale(1);
        border: 1px solid white;
    }

    100% {
        transform: scale(1.2);
        border: 1px solid black;
    }
}

.bottomArrowMain {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    color: #ffb819;
}

.mainDown {

    animation: simplePulse 0.5s ease-in-out infinite alternate;
}

@keyframes simplePulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2);
    }
}

.hero2 {
    margin-top: 80px;
    padding-bottom: 5rem;
    position: relative;
}



main {
    /* text-align: center; */
}

main h1 {
    font-family: SharpGrotesk-Book;
}

main h2 {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

main .card-title {
    font-family: SharpGrotesk-SemiBold;
}

.card-body {
    background-color: #eaeaea;
}

.mainLastCall {
    font-size: 1.2rem;
    font-family: SharpGrotesk-SemiBold;
    background-color: #ffb819;
    padding: 1rem;
    margin-bottom: 3rem;
    text-align: center;
}

.card {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.274);
}

.card:hover {

    animation: scaleOnce 0.5s ease-in-out forwards;
    border-color: #ffb819;
    box-shadow: 5px 5px 0px 0px #ffb819;
}

@keyframes scaleOnce {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.02);
    }
}

@media (max-width: 768px) {

    .buttonsMain {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 5rem;
    }

    .colPlatformTutorial {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 2rem;
        animation: enterFromRight 1s ease-in-out forwards;
        position: relative;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .colPlatformTutorial p {
        color: black;
        text-align: center;
        margin-bottom: 8px;
        line-height: 1;
    }

    .banner_01 {
        display: none;
    }

    .banner_02 {
        display: block;
        width: 100%;
        height: auto;
    }

    .hero1 {
        /* padding-top: 10vh; */
        height: auto;
        min-height: auto;
        color: black;
        padding: 0;
        position: relative;
    }

    .hero1 header {
        height: auto;
        padding-top: 120px;
        position: relative;
        box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.281);
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #A700FF;
        padding-bottom: 2rem;
    }

    video {
        margin-bottom: 2rem;
    }

    .navbar-toggler-icon {
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-brand {
        margin-left: 0;
    }

    .rightnav {
        display: none;
    }


    .rightnav-mob {
        display: flex;
        align-items: center;
    }

    .rightnav-mob p {
        padding: 0;
        font-size: 2rem;
        font-weight: bold;
        color: white;
    }

    .rightnav-mob a {
        padding: 0;
        margin: 0 0.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        color: white;
        width: 20px;
    }

    .rssbrands {
        display: flex;
        flex-direction: row;
        margin-right: 1rem;
        font-size: 1.25rem;
    }

    .rssbrands a {
        text-decoration: none;
    }

    #programas {
        margin-bottom: 10rem;
    }

    .tabs {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .tab {
        flex: 1 1 33%;
        background: #A700FF;
        color: white;
        padding: 10px 20px;
        font-weight: bold;
        cursor: pointer;
        border: none;
        outline: none;
        border: 1px solid white;
        border-radius: 8px 8px 0 0;
    }

    .tab.active {
        background: #ffb819;
        color: black;
    }

    .schedule {
        background: #A700FF;
        padding: 20px;
        box-shadow: 3px 3px 0px 0 white, 7px 7px 0px 0 #ffb819;
        border-radius: 0 8px 8px 8px;
        border: 1px solid white;
    }

    .conference {
        border-bottom: 1px dotted white;
        padding: 15px 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        font-family: PPTelegraf-Regular;
        color: white;
    }

    .conference div {
        width: 100%;
    }

    .hidden {
        display: none;
    }

    .time {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        font-weight: bold;
    }



    .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .btn-conference {
        font-family: SharpGrotesk-SemiBold;
        background: white;
        color: black;
        font-weight: bold;
        border: none;
        padding: 5px 15px;
        cursor: pointer;
        float: right;
        margin-right: 0;
    }
}