html {
    font-size: 16px;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.txt_centrado {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.xs-view {
    display: none;
}
.sm-view {
    display: none;
}
.md-view {
    display: none;
}
.lg-view {
    display: none;
}

@media (max-width: 575px) {
    .navbar-bendel {
        font-size: 19px;
    }

    .hidesmall {
        display: none;
    }

    body {
        margin-bottom: 0px;
    }
    .xs-view {
        display: inline-block;
    }
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 768px) {
    .html {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hidesm {
        display: none;
    }

    body {
        margin-bottom: 0px;
    }
    .sm-view {
        display: inline-block;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidemd {
        display: none;
    }

    body {
        margin-bottom: 0px;
    }
    .md-view {
        display: inline-block;
    }
    
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 1040px;
    }

    .hidelg {
        display: none;
    }
    .lg-view {
        display: inline-block;
       
    }
    
}

@media (min-width: 992px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1040px;
    }
}

@media (min-width: 992px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1040px;
    }
}

#map {
    height: 100%;
}



.myCalendar {
    cursor: pointer;
}

.fc-event {
    cursor: pointer;
}

.imgicon {
    height: 30px;
}

.mybutton {
    position: relative;
    bottom: 0;
    right: 0;
    width: 7%;
}

.justifiedtext {
    text-align: justify;
    text-justify: inter-word;
}

.row-noindex {
    --bs-gutter-x: 0rem;
}

.no-border {
    border: 0 !important;
    box-shadow: none;
}

@supports (-webkit-touch-callout: none) {
    .buscadorios {
        border-color: #198754 !important;
    }
}

#navmenu {
    transition: top 0.3s;
}
textarea[readonly] {
    resize: none;
    word-wrap: break-word;
    overflow: hidden;
}

.carnet {
    background-image: url("/img/cat3.png");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 207px;
    width: 350px;
    border: 1px solid #000;
}
.titulocarnet {
    font-size: 18px;
    text-align:center;
}
.nombrecarnet {
    font-size: 16px;
}
.pretext {
    white-space: pre-line;
}
.btnwolabel {
    margin-top: 30px;
}
.iconescudo {
    /*width: 180px;*/
    height: 90px;
    /* The magic centering code */
    /* Prevent div from overflowing main window */
    /*max-width: 60%;*/
    /*max-height: 100%;*/
}
#toast-container > .toast {
   white-space: pre-line !important;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#f03355 95%,#0000) 50% 1px/12px 12px no-repeat, radial-gradient(farthest-side,#0000 calc(100% - 14px),#ccc 0);
    animation: l9 2s infinite linear;
}

@keyframes l9 {
    to {
        transform: rotate(1turn)
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Fondo oscuro semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.hide {
    display: none;
}