@font-face {
    font-family: PPTelegraf-Regular;
    src: url(../css/fonts/PPTelegraf-Regular.woff);
}

@font-face {
    font-family: PPTelegraf-UltraBold;
    src: url(../css/fonts/PPTelegraf-UltraBold.woff);
}

@font-face {
    font-family: SharpGrotesk-Book;
    src: url(../css/fonts/SharpGrotesk-Book15.woff);
}

@font-face {
    font-family: SharpGrotesk-SemiBold;
    src: url(../css/fonts/SharpGrotesk-SemiBold15.woff);
}

@font-face {
    font-family: SharpGrotesk-Bold;
    src: url(../css/fonts/SharpGrotesk-Bold15.woff);
}

.logo30 {
    height: 100%;
    width: auto;
    padding: 0.1rem;
    margin-left: 2rem;
}

.formsede {
    display: none;
}

.formEmprendimiento {
    display: none;
}

.formEmprendimientoRubro {
    display: none;
}

.formEgreso {
    display: none;
}

.form-cvtitle {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.form-cvtitle .form-cvtitle-firstDIV {
    background-color: black;
    color: white;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-cvtitle .form-cvtitle-firstDIV div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.regCVTitle {
    font-size: 1.5rem;
}

.downloadCV {
    /* margin-right: 1.5rem; */
    background-color: #ffb819;
    color: black;
    font-size: 1.5rem;
    border-radius: 8px;
    padding: 0.25rem 1.25rem;
    text-align: center;
}

.downloadCV:hover {
    text-decoration: none;
    background-color: white;
    color: black;
}

.formCiclo {
    display: none;
}

.formButtonsDiv-register {
    margin-bottom: 10rem;

}

.drop-zone {

    width: 100%;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-family: SharpGrotesk-Bold;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #0e0e0e;
    border: 4px dashed black;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.267);
}

.drop-zone i {
    font-size: 50px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    max-width: 200px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

label {
    color: black;
    margin-bottom: 0;
}

.btn-search {
    background-color: black;
    color: white;
    border-radius: 0;
}

button {
    border-radius: 4px !important;
}

input {
    border-radius: 4px !important;
}

select {
    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 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;
}

.Zizou-Bold {
    font-family: PPTelegraf-UltraBold;
}

.Zizou-Reg {
    font-family: PPTelegraf-Regular;
}

.tag-text-red {
    font-weight: bold;
    font-size: 14px;
}

.disclaimers {
    font-family: PPTelegraf-Regular;
    margin-bottom: 1rem;
}

.disclaimers p {
    margin-bottom: 0;
    line-height: 1;
}

.disclaimers a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

.logomain {
    padding: 1rem;
    width: auto;
    height: 100%;
    margin: 0;
}

.logomain img {
    height: 100%;
    width: auto;
}

.registroTitle {
    font-family: SharpGrotesk-Bold;
    font-size: 2rem;
    margin-bottom: 0;
}

.containerCountDown {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: SharpGrotesk-Bold;
    font-size: 1.5rem;
    width: 70%;
}

.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: solano;
}

.dotsText {
    line-height: 0.8;
    font-size: 5rem;
    font-family: solano;
}

#daysTime {
    line-height: 0.8;
    font-size: 5rem;
    font-family: solano;
}

#hoursTime {
    line-height: 0.8;
    font-size: 5rem;
    font-family: solano;
}

#minutesTime {
    line-height: 0.8;
    font-size: 5rem;
    font-family: solano;
}

.SharpGrotesk-Book {
    font-family: SharpGrotesk-Book;
}

.SharpGrotesk-SemiBold {
    font-family: SharpGrotesk-SemiBold;
}

.SharpGrotesk-Bold {
    font-family: SharpGrotesk-Bold;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: #ffb819;
    overflow-y: auto;
    /* background-image: url(../images/bg_scifi_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    font-family: SharpGrotesk-Book;
}

/*body::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/bg_scifi.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}*/



.hero1 {
    padding-top: 50px;
    height: 100%;
    width: 100%;
    color: black;
    /* padding-bottom: 2rem; */
}

.hero1 .row {
    height: 100%;
    padding-top: 1rem;
}

.custom-file-label::after {
    content: 'Buscar';
}



.nacimientoLabel {
    outline: none !important;
    background-color: transparent;
    border: none;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-weight: bold;
    color: black;
}


.colLogo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 0 5rem 0;
}

.colLogo img {
    width: auto;
    height: auto;
    max-width: 80%;
    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)
    }

}

.colLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 3rem;
}

#formLoginRegDatos {
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-control {
    border-radius: 0;
}

.loginsubmit {
    background-color: #ffb819;
    border: none;
    border-radius: 0px;
    color: black;
    position: relative;
    margin-bottom: 3rem;
    /* font-size: 12px; */
    font-family: SharpGrotesk-SemiBold;
    padding: 0.5rem 2rem;
}

.loginsubmit:hover {
    background-color: black;
    color: #ffb819;
}

/* .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: 1366px) {
    html {
        width: 100%;
        height: auto;
    }

    body {
        width: 100%;
        height: auto;
        background-color: #ffb819;
        /* background-image: url(../images/bg_scifi_2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; */
        font-family: SharpGrotesk-Book;
    }
}

@media (max-width: 1000px) {
    .hero1 .row {
        flex-direction: column;
    }

    .hero1 .row .col-md-6 {
        max-width: 100%;
    }
}



@media (max-width: 768px) {

    .logo30 {
        height: 100%;
        width: auto;
        padding: 0.1rem;
        margin-left: 0rem;
    }

    body {
        height: auto;
    }

    .hero1 {
        /* padding-top: 100px; */
        margin-bottom: 5rem;
    }

    .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 1rem 2rem 1rem;
    }

    .colLogo img {
        width: 100%;
        height: auto;
    }

    .colLogin {
        padding-left: 1rem;
        padding-right: 1rem;
    }


    #formLoginRegDatos {
        padding: 0 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: white; */
        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 {
        /* font-size: 1.2rem; */
        display: flex;
        flex-direction: row;
        margin-right: 0.25rem;
    }

    .hashTagSiempre {
        display: none;
    }


}