@font-face {
    font-family: 'Gotham-Rounded';
    src: url("../fonts/gothamrnd-bold.eot");
    src: url("../fonts/gothamrnd-bold.eot") format("embedded-opentype"), url("../fonts/gothamrnd-bold.woff") format("woff"), url("../fonts/gothamrnd-bold.ttf") format("truetype"), url("../fonts/gothamrnd-bold.svg#GothamRoundedBold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Rounded';
    src: url("../fonts/gothamrnd-medium.eot");
    src: url("../fonts/gothamrnd-medium.eot") format("embedded-opentype"), url("../fonts/gothamrnd-medium.woff") format("woff"), url("../fonts/gothamrnd-medium.ttf") format("truetype"), url("../fonts/gothamrnd-medium.svg#GothamRoundedMedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Rounded';
    src: url("../fonts/gothamrnd-light.eot");
    src: url("../fonts/gothamrnd-light.eot") format("embedded-opentype"), url("../fonts/gothamrnd-light.woff") format("woff"), url("../fonts/gothamrnd-light.ttf") format("truetype"), url("../fonts/gothamrnd-light.svg#GothamRoundedLight") format("svg");
    font-weight: lighter;
    font-style: normal;
}

.bgtest {
    background-color: blueviolet;
}

.turnomain {
    background-color: #20673d14;
    color: #000000;
    text-align: center;
    font-weight: 800;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    font-size: 50px;
    border: 1px solid #145f33;
}

.turnostatus {
    float: left;
    margin-top: 11px;
}

.dnec-gotham {
    font-family: "Gotham-Rounded" !important;
}

.dnec-logo-pantalla {
    margin: 8px 0px 20px -1px;
}

.dnec-laber-turno {
    font-size: 22px;
    color: black;
}

.dnec-center-text {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}

.dnec-atendidos-container {
    background-color: #ccd0d0;
    width: 100%;
    height: 526px;
    border-radius: 10px;
}

.dnec-llamado {
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    font-family: "Gotham-Rounded";
    /* max-width: 235px !important; */
    background-color: #003085;
}

.dnec-enespera {
    border-radius: 10px;
    border: 1px dashed black;
    text-align: center;
    color: black;
    font-size: 29px;
    font-weight: 600;
    font-family: "Gotham-Rounded";
    width: 169px;
    margin-right: 7px;
    margin-bottom: 7px;
}

.dnec-row {
    max-width: 80%;
    margin: auto;
}

.dnec-footer {
    background-color: #f8bc0db3;
    padding: 9px 0px 1px 10px;
    color: black;
    font-size: 24px;
    font-weight: 800;
    border-radius: 10px;
}

.dnec-en-ventanilla {
    color: #ffb822 !important;
}

.dnec-video-container {
    width: 100%;
    margin-top: 11px;
}

.dnec-clock {
    font-size: 34px;
    margin-right: 10px
}

#clock {
    text-transform: capitalize;
    font-size: 25px;
}

#solicitudVentanilla {
    border-top-right-radius: 20px;
}

.contenedorTurnoSolicitud {
    border-top-left-radius: 20px;
}

.dnec-enfilaespera {
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: -19px;
}

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .dnec-logo-pantalla {
        max-width: 100%;
        margin: 8px 0px 20px -1px;
    }
    #solicitudVentanilla {
        border-top-right-radius: 0px;
    }
    .contenedorTurnoSolicitud {
        border-top-left-radius: 0px;
    }
    .contenedorInfoLlamado {
        margin-top: 25px;
    }
    .dnec-llamado {
        font-size: 22px;
        padding: 10px;
    }
    .dnec-row {
        max-width: 100%;
        margin: auto;
    }
}

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .dnec-logo-pantalla {
        max-width: 100%;
        margin: 8px 0px 20px -1px;
    }
    #solicitudVentanilla {
        border-top-right-radius: 0px;
    }
    .contenedorTurnoSolicitud {
        border-top-left-radius: 0px;
    }
    .contenedorInfoLlamado {
        margin-top: 25px;
    }
    .dnec-llamado {
        font-size: 22px;
        padding: 10px;
    }
    .dnec-row {
        max-width: 100%;
        margin: auto;
    }
}

.dnec-reloj {
    position: absolute;
    width: 100%;
    bottom: -7px;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .dnec-reloj {
        position: relative;
        margin-top: -8px;
        width: auto;
        bottom: 0px;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .dnec-reloj {
        position: relative;
        margin-top: -8px;
        width: auto;
        bottom: 0px;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .dnec-reloj {
        position: relative;
        margin-top: -8px;
        width: auto;
        bottom: 0px;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .dnec-reloj {
        position: relative;
        margin-top: -8px;
        width: auto;
        bottom: 0px;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {}

.btn-horarios {
    padding: 8px 5px;
    margin: 3px;
    width: 47px;
    min-width: 71px;
    font-size: 14px;
}

.dia-horario {
    background-color: #1e1e2d21;
    padding: 20px;
    margin-bottom: 0;
}

.row-horarios {
    border-radius: 10px;
    background-color: #d4d4d4;
    padding: 27px;
    margin: 0 0 20px;
    box-shadow: 0 -4px 10px rgb(167 163 163 / 75%);
}

.kt-footer {
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center center;
    background-color: #1e1e2d;
}

.kt-footer .kt-footer__top {
    padding: 4rem 0;
}

.kt-footer .kt-footer__top .kt-footer__section .kt-footer__title {
    color: #fff;
    padding-bottom: 1rem;
    font-size: 1.4rem;
}

.kt-footer .kt-footer__top .kt-footer__section .kt-footer__content {
    display: block;
    color: rgba(169, 167, 188, 0.8);
    font-size: 1rem;
    padding-bottom: 0.4rem;
}

.kt-footer .kt-footer__top .kt-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.kt-footer .kt-footer__top .kt-footer__nav .kt-footer__nav-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.kt-footer .kt-footer__top .kt-footer__nav .kt-footer__nav-section a {
    font-size: 1rem;
    font-weight: 400;
    color: #a9a7bc;
    margin-bottom: 0.5rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.kt-footer .kt-footer__top .kt-footer__nav .kt-footer__nav-section a:hover {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #374afb;
}

.kt-footer .kt-footer__top .kt-footer__subscribe {
    background-color: rgba(0, 0, 0, 0.2);
}

.kt-footer .kt-footer__top .kt-footer__subscribe .input-group {
    border-radius: 0.25rem;
    border: 0;
}

.kt-footer .kt-footer__top .kt-footer__subscribe .input-group .form-control {
    padding: 2rem 0 2rem 2rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background-color: transparent;
    border: 0;
    color: #68717b;
}

.kt-footer .kt-footer__top .kt-footer__subscribe .input-group .form-control::-moz-placeholder {
    color: #616973;
    opacity: 1;
}

.kt-footer .kt-footer__top .kt-footer__subscribe .input-group .form-control:-ms-input-placeholder {
    color: #616973;
}

.kt-footer .kt-footer__top .kt-footer__subscribe .input-group .form-control::-webkit-input-placeholder {
    color: #616973;
}

.kt-footer .kt-footer__top .kt-footer__subscribe .input-group .btn {
    padding: 0 1.5rem;
    border-top-left-radius: 0.25rem;
    margin: 0.7rem;
    border-bottom-left-radius: 0.25rem;
}

.kt-footer .kt-footer__bottom {
    padding: 2rem 0;
    background-color: #181824;
}

.kt-footer .kt-footer__bottom .kt-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kt-footer .kt-footer__bottom .kt-footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kt-footer .kt-footer__bottom .kt-footer__logo .kt-footer__copyright {
    margin: 0;
    padding: 0 1.25rem 0 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: #6f7286;
}

.kt-footer .kt-footer__bottom .kt-footer__logo .kt-footer__copyright>a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.kt-footer .kt-footer__bottom .kt-footer__logo .kt-footer__copyright>a:hover {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #374afb;
}

.kt-footer .kt-footer__bottom .kt-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
}

.kt-footer .kt-footer__bottom .kt-footer__menu a {
    margin-left: 1rem;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #a9a7bc;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.kt-footer .kt-footer__bottom .kt-footer__menu a:hover {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #374afb;
}

@media(min-width: 1025px) {
    .kt-aside--enabled.kt-aside--fixed .kt-footer {
        position: relative;
        z-index: 98;
    }
    .kt-footer .kt-footer__top .row {
        margin: 0;
    }
    .kt-footer .kt-footer__top .row [class^="col-"], .kt-footer .kt-footer__top .row [class*=" col-"] {
        padding-right: 60px;
    }
    .kt-footer .kt-footer__top .row [class^="col-"]:first-child, .kt-footer .kt-footer__top .row [class*=" col-"]:first-child {
        padding-left: 0;
    }
    .kt-footer .kt-footer__top .row [class^="col-"]:last-child, .kt-footer .kt-footer__top .row [class*=" col-"]:last-child {
        padding-right: 0;
    }
}

@media(max-width: 1024px) {
    .kt-footer .kt-footer__top {
        padding: 2rem 0;
    }
    .kt-footer .kt-footer__top .kt-footer__section {
        margin-bottom: 2rem;
    }
    .kt-footer .kt-footer__top .kt-footer__section .kt-footer__items .kt-footer__item:last-child {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        padding-left: 1rem;
    }
    .kt-footer .kt-footer__bottom {
        padding: 2rem 0;
    }
    .kt-footer .kt-footer__bottom .kt-footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }
    .kt-footer .kt-footer__bottom .kt-footer__wrapper .kt-footer__logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
    }
    .kt-footer .kt-footer__bottom .kt-footer__wrapper .kt-footer__menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        margin-bottom: 1rem;
    }
    .kt-footer .kt-footer__bottom .kt-footer__wrapper .kt-footer__menu a:first-child {
        padding-left: 0;
        margin-left: 0;
    }
}