@font-face {
    font-family: zizou-slab-regular;
    src: url(../fonts/zizou-slab-regular.woff);
}

@font-face {
    font-family: zizou-slab-bold;
    src: url(../fonts/zizou-slab-bold.woff);
}

@font-face {
    font-family: sgothic-bdcap;
    src: url(../fonts/upc_sgothic-bdcap-webfont.woff);
}

@font-face {
    font-family: sgothic-mvb-stdbd;
    src: url(../fonts/SolanoGothicMVBStdBd.woff);
}



body {
    height: 100%;
    background: white;
    /* background: linear-gradient(45deg, #631F9C 0%, #FF0000 100%); */
    width: 100%;

}

@keyframes bodyBG {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

.height-10 {
    height: 10px;
}

.height-15 {
    height: 15px;
}

.height-25 {
    height: 25px;
}

.height--40 {
    height: 40px;
}

.height--50 {
    height: 25px;
}

.height--51 {
    height: 51px;
}

.height--100 {
    height: 100px;
}

.light-blue {
    background-color: rgb(53, 118, 215);
}

.light-blue2 {
    background-color: rgb(23, 89, 187);
}

.color-light-blue2 {
    color: rgb(23, 89, 187);
}

.section-auspic {
    background: #f7f7f7;
}

.space-section {
    padding: 40px 0;
}

.size-small {
    font-size: 30px;
}

.size-medium {
    font-size: 80px;
}

.size-15-font {
    font-size: 25px;
}

.size-14 {
    font-size: 10px;
}

.size-13 {
    font-size: 13px;
}

.size-17 {
    font-size: 14px;
}

.size-2r {
    font-size: 2rem !important;
}

.size-3r {
    font-size: 3rem !important;
}

.size-5r {
    font-size: 5rem;
}

.p-size {
    font-size: 1.5rem;
}

.color-blue {
    color: #006ab6;
}

.float-right {
    float: right;
}

.space-section {
    padding-top: 60px;
    padding-bottom: 60px;
}



.pt-60 {
    padding-top: 60px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 50px;
}

.pb-20 {
    padding-bottom: 5px;
}

.bg-propos {
    /* background: url("../imagenes/congreso/bg-proposito.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
}

.bg-light-gray {
    background-color: #ececec;
}

.bg-dark-gray {
    background-color: #dfdfdf;
}

.bg-gray {
    background-color: rgb(237 237 237);
}

.width-100 {
    width: 100%;
}

/*body::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(120deg, rgba(231,43,136,1) 0%, rgba(228,20,27,1) 38%, #FFFF00 100%);   
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    animation: bodyBG 10s ease infinite;
}
body::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/blobsbg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
}*/

.mainContainer {
    height: 100vh;
    background-image: url(../images/fondo26.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainRow {
    height: 100%;
    width: 100%;
}

.colLogoNew {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.colFinalLogo {
    height: 100px;
    padding: 1rem 0;
    display: flex;
    justify-content: flex-end;
}

.colLogo {
    height: 100px;
    padding: 1rem;
}

.colLogo img {
    height: 100%;
    width: auto;
}

.colHero {
    height: auto;
    padding: 0rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.colLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.colLeft img {
    height: auto;
    width: 95%;
    animation: pulseAnim 0.5s ease-in-out infinite alternate;
}

@keyframes pulseAnim {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.04);
    }
}

.colForm {
    font-family: zizou-slab-regular;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.form-group p {
    font-size: 1.5rem;
    line-height: 1.1;
}

.form-group input {
    border-radius: 100px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
}

.form-group input::placeholder {
    color: white;
}

.submitButton {
    font-family: sgothic-mvb-stdbd;
    color: white;
    background-color: red;
    border-radius: 100px;
    padding: 0.2rem 2rem;
    font-size: 1.2rem;
    border: none;
    display: flex;
}

form {}

.downCaret {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto auto;
    text-align: center;
    pointer-events: none;
}

.fa-angles-down {
    font-size: 30px;
    color: white;
    animation: pulseAnim 0.5s ease-in-out infinite alternate;
}

.small {
    line-height: 1.5;
}

.cintaAzul {
    width: 100%;
    height: auto;
}

.cintaAzul_mob {
    display: none;
    width: 100%;
    height: auto;
}

.introDesktop {
    display: flex;
    width: 100%;
    height: auto;
}

.introMob {
    display: none;
    width: 100%;
    height: auto;
}

.introPart2_desktop {
    display: flex;
    width: 100%;
    height: auto;
}

.introPart2_mob {
    display: none;
    width: 100%;
    height: auto;
}

.hero2 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EDEDED;
}

.hero3 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rowHero3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.colAusp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.colAusp img {}




.finalQR {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.teEsperamos {
    font-family: zizou-slab-bold;
    font-size: 3rem;
    margin-bottom: 0;
    text-align: center;
    line-height: 1;
}

.noOlvides {
    font-family: zizou-slab-regular;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
}

#qrcode {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    width: 200px;
    height: 200px;
    margin-bottom: 1rem;
}

.descargar {
    font-family: sgothic-bdcap;
    color: white;
    background-color: red;
    border-radius: 100px;
    padding: 0.2rem 2rem;
    font-size: 1.2rem;
    border: none;
}


#canvas {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: red;
    background-image: url(../images/invqr.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 760px;
    height: 1024px;
    border: 1px solid black;
}

.innovateMob {
    display: none;
}

.loading-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 199999999999;
    background-color: rgba(0, 0, 0, 0.37);
    display: none;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.loading-block img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    width: 200px;
    height: auto;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tag-text-red {
    color: white;
}

.light-blue2 {
    background-color: rgb(23, 89, 187);
}

.space-section-blue {
    height: 100%;
    padding-bottom: 0px !important;
    padding-top: 40px !important;
}

.height--40 {
    height: 40px;
}

.line-height-1-4 {
    line-height: 1.4;
}

.size-1-5rem {
    font-size: 1rem;
}

.text-white {
    color: white;
}

.p-size {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.size-5r {
    font-size: 4rem;
}

.zizou-bold {
    font-family: 'zizou-slab-bold';
}

.size-2r {
    font-size: 2rem !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.space-section {
    padding: 40px 0;
}

.space-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg-section-dark {
    background-color: rgba(216, 214, 214, 0.452);
}

.sobre-nuestro-congreso {
    padding-top: 80px;
    padding-bottom: 80px;
}

.color-text {
    color: #333;
}

.recuadro {
    position: relative;
    /* Necesario para posicionar el ::after en relación con el contenedor */
    display: inline-block;
}

.recuadro::before {
    content: "";
    /* Crea el pseudo-elemento */
    position: absolute;
    /* Posición relativa al contenedor */
    width: 95%;
    height: 100%;
    border: 2px solid rgb(23, 89, 187);
    left: 7px;
    top: 8px;
    z-index: -1;
}

.imagen-ico {
    max-width: 50px;
    width: 100%;
    height: 50px;
    margin-right: 15px;
}

.save-the-date {
    /* background: url(../imagenes/bg-proposito.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding-top: 50px;
    padding-bottom: 70px;
}

.height-date {
    margin-bottom: 30px;
}

.text-redUPC {
    color: #d50000;
}

.btn-ediciones-anteriores2 div.text-white {
    background-color: #d50000;
    color: white !important;
}

.bg-square-redUPC {
    background: rgb(23, 89, 187);
    /* border: .2rem solid #D50000; */
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 1px;
}

.aliados-responsables {
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.content-aliados {
    max-width: 360px;
    width: 100%;
}

.content-aliados {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    height: 192px !important;
    border: #00A7E3 1px solid;
}

.color-light-blue2 {
    color: rgb(23, 89, 187);
}

.border-blue-light {
    border: 3px solid #00a7e3;
}

.border-blue-light1 {
    border: 1px solid #00a7e3;
}

.content-target-blue {
    padding: 15px;
    margin-bottom: 10px;
}

.pd-20 {
    padding: 0px 20px 0px 0px;
}

.color-text.zizou.size-18 {
    line-height: 20px;
}

.zizou {
    font-family: zizou-slab-regular;
}

.zizou-bold {
    font-family: 'zizou-slab-bold';
}

.img-fluid.congreso {
    width: 95%;
    height: auto;
}


h4,
h5 {
    line-height: 1.5em;
    margin: 0;
}

.h4,
h4 {
    font-size: 18px;
}


#slider-prueba {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#slider-prueba .slick-prev {
    left: -5px;
}

.slick-next,
.slick-prev {
    font-weight: 800;
}

.box-speaker {
    display: block;
    padding-bottom: 10px;
    height: 100%;
    min-height: 12em;
}

.box-modal {
    width: max-content;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-speaker-img {
    width: 120px;
    margin: auto;
    display: block;
}


.faltan {
    font-family: SharpGrotesk-Bold;
    font-size: 3rem;
    margin-bottom: 0;
    display: none;
}

.containerCountDown {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: SharpGrotesk-SemiBold;
    font-size: 1.5rem;
    width: 70%;
    margin-bottom: 1rem;
    padding: 1.5rem 1rem 1rem 1rem;
    border-radius: 15px;
    border: 3px solid white;
    color: white;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}



.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: 5rem;
    font-family: SharpGrotesk-SemiBold;
}

#daysTime {
    line-height: 0.8;
    font-size: 5rem;
    font-family: SharpGrotesk-SemiBold;
}

#hoursTime {
    line-height: 0.8;
    font-size: 5rem;
    font-family: SharpGrotesk-SemiBold;
}

#minutesTime {
    line-height: 0.8;
    font-size: 5rem;
    font-family: SharpGrotesk-SemiBold;
}


@media (max-width: 768px) {
    html {
        height: 100%;
    }

    .nwidth {
        width: 100%;
    }

    body {
        height: 100%;
        /* background: #631F9C;
        background: linear-gradient(45deg, #631F9C 0%, #FF0000 100%); */
    }

    iframe {
        max-width: 100%;
        height: 250px;
    }

    .recuadro {
        margin-bottom: 1rem;
    }




    /*body::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: url(../images/blobsbg.svg);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 0;
        pointer-events: none;
    }*/
    .colLogo {
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1rem 0rem 1rem;
    }

    .colLogo img {
        height: 100%;
        width: auto;
    }

    .contMob {
        height: 100%;
    }

    .rowMob {
        height: 100%;
    }

    .mainRow {
        width: auto;
    }

    .logoHide {
        margin-bottom: 2rem;
    }

    .colHero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .colForm {}

    .colLeft {
        /* display: none; */
    }

    .colLeft img {
        /* margin-bottom: 2rem; */
    }

    .descargar {
        margin-bottom: 5rem;
    }

    .innovateMob {
        display: flex;
    }

    .teEsperamos {
        font-family: zizou-slab-bold;
        font-size: 2.2rem;
        margin-bottom: 0;
        text-align: center;
        line-height: 1;
        margin-bottom: 10px;
    }

    .cintaAzul {
        display: none;
        width: 100%;
        height: auto;
    }

    .cintaAzul_mob {
        display: flex;
        width: 100%;
        height: auto;
    }

    .introDesktop {
        display: none;
        width: 100%;
        height: auto;
    }

    .introMob {
        display: flex;
        width: 100%;
        height: auto;
    }

    .introPart2_desktop {
        display: none;
        width: 100%;
        height: auto;
    }

    .introPart2_mob {
        margin-top: 3rem;
        display: flex;
        width: 100%;
        height: auto;
    }

    .hero3 {
        display: none;
    }



    .colFinalLogo {
        height: 100px;
        width: 100%;
        padding: 1rem 0;
        display: flex;
        justify-content: flex-end;
        padding-right: 2rem;

        img {
            height: 100%;
            width: auto;
        }
    }
}