@font-face {
    font-family: 'objectsans-heavy';
    src: url('../assets/fuente/objectsans-heavy.otf') format('opentype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'objectsans-heavyslanted';
    src: url('../assets/fuente/objectsans-heavyslanted.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'objectsans-regular';
    src: url('../assets/fuente/objectsans-regular.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'objectsans-slanted';
    src: url('../assets/fuente/objectsans-slanted.otf') format('opentype');
    font-style: normal;
    font-weight: 300;
}


main {
    margin-top: 250px;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'DM Sans', sans-serif !important;
    margin-bottom: 0px;
    line-height: 1.5 !important;
    /*font-family: 'objectsans-regular' !important;*/
}

.f-fam-dmsans-normal {
    font-family: 'DM Sans', sans-serif !important;
}

.f-fam-obj-heavy {
    font-family: 'objectsans-heavy', sans-serif !important;
}

.f-fam-obj-regular {
    font-family: 'objectsans-regular', sans-serif !important;
}

.fc-yellow {
    color: #d49e55 !important;
}
.fc-blue {
    color: #24293D !important;
}
.fc-blue-light {
    color: #6987FF;
}
.vertical-center {
    align-content: center !important;
}

.link-blue {
    color: #24293D !important;
    text-decoration: none;
    font-family: 'objectsans-regular', sans-serif !important;
}
.link-blue:hover {
    color: #6987FF !important;
}

#site-wrapper .modal {
    font-family: 'objectsans-regular', sans-serif !important;
}
#site-wrapper .modal-header {
    background-color: #24293D;
    background-size: 100% !important;
    background: url('/assets/imagenes/encabezado/encabezado.jpg') no-repeat center center;
}
#site-wrapper .modal-body {
    padding: 30px 20px;
}

.line-list {
    list-style-type: "- " !important;
}

.overlay {
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(241,247,255, .6);
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .overlay > div:first-child {
        width: 100%;
        height: 100%;
    }

.btn-parcial-round {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.text-justify {
    text-align: justify !important;
}

.btn-opacy-blue {
    color: #FFF;
    font-size: 10px !important;
    background-color: #6987FF !important;
    border-color: #6987FF !important;
}

.menu-section-space {
    padding-top:100px;
}



#navMenuMovile {
    background: url('/assets/imagenes/encabezado/encabezado.jpg') no-repeat center center;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .10rem #fff;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(221,164,88)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



.tm-choice-mt {
    margin-top: 2px;
}

.tm-q-choice-container {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
}

.tm-q3-choice-container {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 21px;
}

.tm-q-choice {
    margin: 5px 10px;
}

.tm-q3-choice {
    margin: 19px;
}


.mayusculas {
    text-transform: uppercase;
}


#nav-menu.navbar {
    height: 340px;
    background: url('/assets/imagenes/encabezado/nacHeader.png') no-repeat center center;
}


/* Notifications */
.k-notification h3 {
    padding: 30px 10px 5px;
    font-size: 1em;
    line-height: normal;
}

.k-notification img {
    margin: 20px;
    float: left;
}


/* Info template */
.new-mail {
    width: 300px;
    height: 100px;
}

/* Error template */
.wrong-pass {
    width: 300px;
    height: 100px;
}

/* Success template */
.upload-success {
    width: 300px;
    height: 100px;
}


/* For Bootstrap v4 theme */
.k-bootstrap-v4 .k-notification h3 {
    padding: 10px 10px 5px;
}

.k-bootstrap-v4 .k-notification img {
    margin: 10px 20px 0 0;
}

.k-bootstrap-v4 .new-mail,
.k-bootstrap-v4 .wrong-pass,
.k-bootstrap-v4 .upload-success {
    width: calc( 300px - 2.5rem );
    height: calc( 100px - 1.5rem );
}

.k-material-v2 .k-notification h3 {
    padding: 10px 10px 5px;
}

.k-material-v2 .k-notification img {
    margin: 10px 20px 0 0;
}

.k-material-v2 .new-mail,
.k-material-v2 .wrong-pass,
.k-material-v2 .upload-success {
    width: 270px;
    height: 70px;
}

.kendoNotificationContainer {
    background: red;
}

.countdown-container {
    width: 240px;
    color: #000;
    text-align: center;
    background-color: #d49e55;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.countdown-title {
    font-size: 12pt;
    font-weight: 5000;
    margin-top: 5px;
    color: #23283e;
    font-family: sans-serif;
}


.countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.countdown-container {
    width: 180px;
    height: 320px;
    background: url(/assets/imagenes/inicio/construyendo-inicio-contador.png) no-repeat center center;
    padding-top: 100px !important;
    color: #fff !important;
    text-align: center;
}


.k-notification {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.btn-bordered-close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: -10px;
    right: 0;
    color: #FFF;
    text-align: center;
    font-size: 10pt;
    padding: 5px;
    background-color: #6987FF;
    border-radius: 50%;
}

    .btn-bordered-close button {
        color: #FFF !important;
    }

.time-box {
    background: transparent;
    border: none;
    padding: 0;
    /*padding: 8px 10px;*/
    border-radius: 10px;
    text-align: center;
    min-width: 70px;
}

    .time-box span {
        display: block;
        font-size: 18pt;
        color: #d49e55 !important;
        font-family: 'objectsans-heavy', sans-serif !important;
        border: none;
        display: block;
        /*font-size: 12pt;*/
        background-color: transparent; /* Fondo azul oscuro */
        padding: 4px;
        border-radius: 4px;
    }

    .time-box label {
        /*margin-left: 10px;*/
        font-size: 12pt;
        color: #fff;
        /*color: #23283e;*/
        font-family: 'objectsans-regular', sans-serif !important;
    }


.cardVideo1, .cardVideo2 .cardVideo3 .cardVideo4,
.cardBoleta1, cardBoleta2, cardBoleta3, cardBoleta4, .cardBoleta5, .cardBoleta6 {
    padding: 1.9rem !important; /* Reduce el padding a 1rem */
}




.cardMapa {
    background: url('/assets/imagenes/inicio/construyendo-inicio-007.png') no-repeat center center;
    background-size: cover;
    height: 145px;
    margin-top: -95px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.cardMapa2 {
    background: url('/assets/imagenes/inicio/construyendo-inicio-007.png') no-repeat center center;
    background-size: cover;
    height: 139px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


.cardVideo0 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-000.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}
.cardVideo1 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-001.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}
.cardVideo2 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-002.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}
.cardVideo3 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-003.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}
.cardVideo4 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-004.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}
.cardVideo5 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-005.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}

.cardVideo6 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-006.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}

.cardVideo7 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-007.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}

.cardVideo8 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-008.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}
.cardVideo9 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-009.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}
.cardVideo10 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-010.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}
.cardVideo11 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-011.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}
.cardVideo12 {
    background: url('/assets/imagenes/redes/construyendo-inicio-video-redes-012.png') no-repeat center center;
    height: 180px;
    background-position: bottom;
    margin-bottom: 10px;
}

.fuenteblanca {
    color: #ffffff !important;
}

#dvRedesSociales iframe {
    width: 100%;
    min-height: 560px !important;
    /*width: 350px !important;*/
}

#index-wrapper hr {
    height: 2px;
    opacity: .47;
    background-color: #000;
}

#index-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    left: auto;
    bottom: .1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    font-size: 11pt;
    width: 140px;
    height: 100%;
    /* background: red; */
    align-content: center;
}

#infoutil-boletas ul > li,
#dvPorqueParticipar ul > li,
#dvPuedenHAcerCampania ul > li {
    margin-bottom: 20px;
}

    #infoutil-boletas ul > li::marker,
    #dvPorqueParticipar ul > li::marker,
    #dvPuedenHAcerCampania ul > li::marker {
        color: #d49e55;
    }


#final-cards .card-img-top {
    max-height: 250px;
    height: 250px;
    width: 100%;
    object-fit: cover;
    background-position: bottom;
}


#dvGaleriaFotos .carousel-item img {
    width: 300px;
    height: 200px;
}


/** ====================================
    RESPONSIVE
========================================*/

@media (max-width: 992px) {
    #navMenu {
        height: 120px !important;
        background: #24293D;
    }

    #dvGaleriaFotos .carousel-item img {
        width: auto !important;
        height: 100px !important;
    }

    main {
        margin-top: 150px;
    }
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
