@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);
}



.regInvitadosExternos {
    background-color: #39B1E6;
    color: white;
}

button {
    border-radius: 4px !important;
}

input {
    border-radius: 4px !important;
}

.pseudonav {
    height: 80px;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: SharpGrotesk-SemiBold;
}

.pseudonav img {
    height: 100%;
    width: auto;
}

.rightnav {
    display: flex;
    align-items: center;
}

.rightnav h1 {
    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;
}

.rssbrands a img {
    height: 20px;
    width: auto;
}

.faltan {
    font-family: SharpGrotesk-Bold;
    font-size: 2rem;
    margin-bottom: 0;
    display: none;
    text-shadow: 0 0 10px #ffb61941;
    color: black;
}

.containerCountDown {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: SharpGrotesk-SemiBold;
    font-size: 1.1rem;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1.5rem 1rem 1rem 1rem;
    border-radius: 15px;
    border: 3px solid white;
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.308);
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.rainbow {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
    /* padding: 2rem; */
}

.rainbow::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -150%;
    top: -300%;
    width: 300%;
    height: 1300%;
    background-color: #399953;
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#ffb819, black), linear-gradient(#ffb819, black), linear-gradient(#fbb300, #ffb819), linear-gradient(#ffb819, #ffb819);
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

.rainbow::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: #ffb819;
    border-radius: 5px;
}

.days {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30%;
    height: 100%;
}

.hours {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30%;
    height: 100%;
}

.minutes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30%;
    height: 100%;
}

.dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 3%;
    height: 100%;
    font-family: SharpGrotesk-SemiBold;
}

.dotsText {
    line-height: 0.8;
    font-size: 2.5rem;
    font-family: SharpGrotesk-SemiBold;
}

#daysTime {
    line-height: 0.8;
    font-size: 2.5rem;
    font-family: SharpGrotesk-SemiBold;
}

#hoursTime {
    line-height: 0.8;
    font-size: 2.5rem;
    font-family: SharpGrotesk-SemiBold;
}

#minutesTime {
    line-height: 0.8;
    font-size: 2.5rem;
    font-family: SharpGrotesk-SemiBold;
}

.SharpGrotesk-Book {
    font-family: SharpGrotesk-Book;
}

.SharpGrotesk-SemiBold {
    font-family: SharpGrotesk-SemiBold;
}

.SharpGrotesk-Bold {
    font-family: SharpGrotesk-Bold;
}

.loginInputPart {
    width: 100%;
    padding: 0rem 3rem 1rem 3rem;
}

.loginInputPart input {
    width: 100%;
}

body {
    width: 100%;
    height: 100vh;
    background-color: #ffb819;
    /* background-image: url(../images/fondo_internacional.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    font-family: SharpGrotesk-Book;

}

/* body::before{
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.582);
    bottom: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
} */




.hero1 {
    /* padding-top: 10vh; */
    height: calc(100% - 80px);
    width: 100%;
    color: black;
    /* padding-bottom: 2rem; */
}

.hero1 .row {
    height: 100%;
}

.logomain {
    padding: 1rem;
}


.colLogo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 0;
}

.colLogo img {
    width: 120%;
    height: auto;
    max-width: 120%;
    max-height: 100%;
    animation: collogoAnim 2s ease-in-out infinite;
}

.colLogo video {
    width: 100%;
    height: auto;
    max-width: 80%;
    max-height: 100%;
}


@keyframes collogoAnim {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }

}

.debug {
    border: 1px solid white;
}

.colLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 3rem;
}

#formLoginRegDatos {
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: black;
    color: #ffb819;
    margin-top: 1rem;
    border-radius: 8px;
    position: relative;
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.308);

}
.imgllegadas{
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.308);
    border-radius: 3px;
    background-color: transparent;
}
.customBars {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 3000px;
    margin: auto auto;
    z-index: -1;
    filter: drop-shadow(10px 0 5px rgba(0, 0, 0, 0.308));
}

.loginIcon {
    width: 100%;
}

.form-control {
    border-radius: 0;

}

.loginsubmit {
    background-color: #ffb819;
    border: none;
    border-radius: 0px;
    color: black;
    position: relative;
    margin-bottom: 1rem;
    /* font-size: 12px; */
    font-family: SharpGrotesk-SemiBold;
    width: 100%;
    margin-top: 1rem;
    border: 1px solid black;
    /* padding: 0.5rem 2rem; */
}

.loginsubmit img {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 14px;
    width: auto;
    margin: auto auto;
    pointer-events: none;
}

.loginsubmit:hover {
    background-color: #ffb819;
    color: black;
    border: 1px solid white;
}

/* .loginsubmit::after{   
    content: ''; 
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -4px;
    right: -4px;    
    border: 1px solid #E50A17;
} */
.form-submit {
    font-family: SharpGrotesk-Book;
    font-size: 16px;
}

.ineventRegister {
    font-family: SharpGrotesk-SemiBold;
    color: #ffb819;
    text-decoration: underline;
}


@media (max-width: 1100px) {
    .hero1 .row {
        flex-direction: column;
        height: auto;
        padding-bottom: 3rem;
    }

    .hero1 .row .col-md-6 {
        max-width: 100%;
    }
}


@media (max-width: 768px) {



    body {
        height: auto;
    }

    .hero1 {
        /* padding-top: 100px; */
        margin-bottom: 5rem;
    }

    .hero1 .row {
        margin-top: 1rem;
    }

    .colLogo {
        padding: 0 2rem;
    }

    .navbar {
        height: 70px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /* padding: 0.75rem 0; */
        padding: 0;
        /* background-color: #ffb819; */
        /* background-color: #e9e9e9; */
    }

    /*.colLogo{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 0;
    }*/
    .colLogo {
        margin-bottom: 1rem;
    }

    .colLogo img {
        width: 100%;
        height: auto;
        margin-bottom: 2rem;
    }

    .colLogin {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 1rem;
        margin-top: 0rem;
    }


    #formLoginRegDatos {
        padding: 1rem 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #formLoginRegDatos h6 {
        font-size: 22px;
        text-align: center;
    }

    .rightnav {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .rightnav a {
        /* background-color: black; */
        padding: 0;
        margin: 0 0.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        color: white;
        height: 30px;
        width: auto;
        font-size: 1.2rem;
    }


    .rssbrands {

        display: flex;
        flex-direction: row;
        margin-right: 0.25rem;
    }

    .customBars {
        display: none;
    }

    .hashTagSiempre {
        display: none;
    }

}