﻿body {
    margin-bottom: 100px;
    overflow: overlay;    
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-track {
    background: #FFFFFF00;
}

::-webkit-scrollbar-thumb {
    background: #270089;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #005CAF;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #2875B9;
    }

.footer {
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: white;
    position: fixed;
    font-size: 12px;
    background-color: #270089;
}

.float-button {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.d-flex-not-important {
    display: flex;
}

.landpage-h1 {
    color: white;
    font-size: 48px;
    font-weight: 500;
}

.landpage-h3 {
    color: white;
    font-size: 24px;
}

.btn-circle {
    width: 200px;
    height: 45px;
    font-size: 16px;
    margin-top: 25px;
    border-radius: 25px;
}

.width-30-px {
    width: 30px;
}

.btn-image-circled {
    width: 150px;
    height: 150px;
    border-radius: 12px;
}

.center-footer {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.border-top {
    border-top: 1px solid #2875b9;
}

.center {
    margin: 0px auto 0px;
}

#ButtonRegresar, #ButtonSiguiente {
    cursor: pointer;
}

@media (max-width: 768px) {
    #ButtonRegresar, #ButtonSiguiente {
        min-width: 100px;
        width: auto;
    }

    .width-33 {
        width: 100%;
    }

    #DivCarrusel {
        width: 100%;
        padding: 12px;
        margin-top: 5%;
        background-color: white;
    }

    .modal-info-cita-box {
        width: 95%;
    }

    .flex-xs-column {
        flex-direction: column;
    }
}

@media (min-width: 769px) {
    #ButtonRegresar, #ButtonSiguiente {
        width: 150px;
    }

    .width-33 {
        width: 33.33%;
    }

    #DivCarrusel {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 24px;
        margin-top: 5%;
        background-color: white;
    }

    .stepText3 {
        right: -15px;
    }

    .modal-info-cita-box {
        width: 450px;
    }
}

.line {
    border-bottom: 3px solid #270089;
    padding-bottom: 20px;
    margin: -4px 10px;
    position: relative;
}

.border-bottom-blue {
    border-bottom: 1px solid #270089;
}

.stepText1 {
    text-align: left;
    left: -15px;
}

.stepText2 {
    text-align: center;
}

.stepText3 {
    text-align: right;
}

.step {
    width: 30px;
    height: 30px;
    border: 3px solid #270089;
    background: white;
    border-radius: 100%;
    margin-top: 30px;
    transition: 0.4s;
}


.step1 {
    float: left;
}

.step2 {
    margin: 0 auto;
}

.step3 {
    float: right;
}

.step1, .step2, .step3 {
    margin-top: -12.5px;
}

.active {
    background: #286090;
    border: 0px none !important;
}

hr {
    border-color: #270089;
}

.info-button {
    width: 30px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin: 0.5rem;
    border-radius: 50%;
    border: 1px solid #2875b9;
    background-color: #270089;
}

    .info-button:hover {
        background-color: #00b9eb;
    }

    .info-button:focus {
        background-color: #2875b9;
    }

.display-inline-flex {
    display: inline-flex;
}

.modal-info-cita {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    z-index: 999999;
    align-items: center;
    background-color: #d8d8d87d;
}

.modal-info-cita-box {
    color: white;
    margin: 0px auto;
    text-align: center;
    border-radius: 10px;
    height: fit-content;
    background-color: #270089;
    padding: 30px 30px 10px 30px;
    box-shadow: 0px 0px 3px 1px #ffffff50;
}

.info-circle {
    width: 85px;
    font-size: 48px;
    margin: 0px auto 15px auto;
    font-weight: 600;
    border-radius: 100%;
    border: 5px solid #f5f5f5;
}

.main-info {
    font-size: 18px;
    margin-bottom: 12px;
}

.secundary-info {
    font-size: 10px;
}

.btn-circle-modal {
    width: 200px;
    height: 35px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 25px;
}

.btn-circled {
    border-radius: 25px;
}

.btn-circled-sm {
    border-radius: 100%;
}

.red-text {
    color: red;
}

.shake-text {
    animation: shake 0.8s;
}

@keyframes shake {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(25px);
    }

    50% {
        transform: translateX(-25px);
    }

    100% {
        transform: translateX(0px);
    }
}

.row-tramite {
    min-height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 12px;
    font-weight: bold;
}

.background-white {
    color: #270089;
    background-color: #e7e7e7;
}

.background-blue {
    color: white;
    background-color: #270089;
}

.btn-close {
    font-weight: bold;
    border-radius: 100%;
    background-color: #ffc000;
}

    .btn-close:hover {
        background-color: #e6ad00;
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }

.row-tramite-label {
    font-style: italic;
}

.anuncion-tramites-vacios {
    color: rgb(171, 171, 171);
    margin: 10% auto;
    text-align: center;
    max-width: 350px;
    font-style: italic;
}

.color-tipo-disponible, .color-tipo-no-disponible, .color-tipo-festivo, .color-tipo-no-habil, .color-tipo-proximo {
    border: 0px none #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.color-tipo-disponible {
    background-color: #4472c4;
}

.color-tipo-proximo {
    background-color: #E21A90;
}

.color-tipo-no-disponible {
    background-color: #ed7d31;
}

.color-tipo-festivo {
    background-color: #ffc000;
}

.color-tipo-no-habil {
    background-color: #a5a5a5;
}

#CalendarCitas {
    width: -webkit-fill-available;
}

.cell-padding {
    padding: 4px 10px 4px 10px;
}

.cell-exalt:hover {
    box-shadow: inset 40px 15px 10px 5px #ffffffab;
    /*box-shadow: inset 0px 0px 10px 4px #ffffffab;*/
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.italic {
    font-style: italic;
}

@media (min-width: 769px) {
    #DivCiudadano, #DivGranUsuario {
        margin: 0px auto;
        max-width: fit-content;
    }

    .width-80 {
        width: 80%;
    }
}

#DivFinal, #DivDeshabilitadoGranUsuario, #divConfirmarSolicitud, #divSolicitudEnviada {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    position: fixed;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#DivFinal, #divSolicitudEnviada {
    background-color: #27008980;
}

#DivDeshabilitadoGranUsuario, #divConfirmarSolicitud {
    background-color: #cccccc80;
}

.DivInfoFinal {
    width: 75px;
    color: white;
    height: 75px;
    display: flex;
    font-size: 36px;
    margin: 0px auto;
    font-weight: 600;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 100%;
    justify-content: center;
    background-color: #270089;
}

.final-appear {
    animation: appear 1s ease;
}

@keyframes appear {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%;
    }

    25% {
        transform: rotate(30deg) scale(0.80, 0.80);
    }

    50% {
        transform: rotate(-15deg);
    }

    75% {
        transform: rotate(7.5deg);
    }

    100% {
        transform: rotate(0deg) scale(1, 1);
    }
}

#DivLoginAdmin {
    background: #270089;
    top: 5px;
    right: 5px;
    z-index: 100;
}

.show-menu-admin {
    animation: appear-admin 1s;
}

@keyframes appear-admin {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.flex-1 {
    flex: 1;
}

.modal-fade {
    background: #d8d8d89e;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    overflow: overlay;
}

.z-index-1 {
    z-index: -100000;
}

#DivFechasFestivas {
    height: 650px;
    overflow-y: scroll;
}

iframe {
    flex: 1;
}

.p-absolute-fullscreen {
    position: absolute;
    top: 0px;
    bottom: 65px;
    left: 0px;
    right: 0px;
}

.this-is-not-a-button, .this-is-not-a-button-selected {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    text-align: right;
    padding: 20px 12px 0px 0px;
}

.this-is-not-a-button {
    color: black;
}

.this-is-not-a-button-selected {
    color: white;
    font-weight: 600;
}

.enter-from-left {
    animation: appear-from-left 1s;
}

@keyframes appear-from-left {
    from {
        transform: translateX(-20px);
        opacity: 0%;
    }

    to {
        transform: translateX(0px);
        opacity: 100%;
    }
}

.Invalid {
    pointer-events: none;
    background-color: #404040 !important;
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

    .check-icon::before {
        top: 3px;
        left: -2px;
        width: 30px;
        transform-origin: 100% 50%;
        border-radius: 100px 0 0 100px;
    }

    .check-icon::after {
        top: 0;
        left: 30px;
        width: 60px;
        transform-origin: 0 50%;
        border-radius: 0 100px 100px 0;
        animation: rotate-circle 4.25s ease-in;
    }

    .check-icon::before, .check-icon::after {
        content: '';
        height: 100px;
        position: absolute;
        background: #FFFFFF;
        transform: rotate(-45deg);
    }

.icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}

.icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.modal-success {
    width: 350px;
    height: 250px;
    border: 1px solid #00000024;
}

.close-modal {
    animation: close-modal 0.5s ease;
}

@keyframes close-modal {
    from {
        opacity: 100%;
    }

    to {
        opacity: 0%;
    }
}

.no-touch {
    top: 0%;
    z-index: 999999999;
}

.grid-view, .grid-view-interno {
    overflow-y: scroll;
}

.grid-view {
    height: 500px;
}

.grid-view-interno {
    height: 350px;
}

.heder-grid {
    text-align-last: center;
    background-color: #004987;
    font-weight: bold;
    Height: 30px;
    color: white;
}

.hidden {
    display: none !important;
}

@media(max-width: 768px) {
    .w-auto-alert {
        width: 100%;
    }
    
    .sm-hidden {
        display: none !important;
    }
}

@media(min-width: 768px) {
    .lg-hidden {
        display: none !important;
    }

    .w-auto-alert {
        width: 75%;
    }
}

.index-999 {
    top: 0.25em;
    left: 0em;
    right: 0em;
    z-index: 999999;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.backstretch::after {
    background-color: #00000063;
    position: fixed;
    content: "";
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
}

.fixed-timer {
    z-index: 10;
    position: fixed;
    top: 1%;
    left: 1%;
    width: fit-content;
}

.in-from-top {
    animation: appear 0.8s;
}

.out-from-top {
    animation: appear 0.8s reverse;
    transform: translateY(-1000px);
}

@keyframes appear {
    from {
        transform: translateY(-1000px);
    }

    to {
        transform: translateY(0px);
    }
}