@media screen and (max-width: 768px) {
    #liInit {
        display: none !important;
    }

    #nav-linkRes {
        display: inline-block !important;
    }
}

/*STYLE BY UROBOROS*/
div.card div.badge {
    color: white;
    text-transform: uppercase;
    font-size: 1vw;
}

div.myCustomInfoWindow img {
    width: 100%;
    max-width: 100%;
}

div.myCustomInfoWindow h1.firstHeading {
    font-size: 1.5vw;
}

div.myCustomInfoWindow div.badge {
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0.5vw;
}

div.myCustomInfoWindow a {
    font-size: 1vw;
}

div.myCustomInfoWindow p {
    font-size: 1vw;
    text-align: center;
}

div.overlay-custom {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}

div.overlay-custom div.img-container {
    position: absolute;
    top: 20%;
    width: 100vw;
    cursor: pointer;
}

div.overlay-custom div.img-container i {
    position: absolute;
    top: -30px;
    left: 80%;
    color: red;
    cursor: pointer;
}

div.overlay-custom div.close {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

div.swiper-container-provider  div.swiper-slide img{
    display: block;
    margin: auto;
    max-width: 100%;
    cursor: pointer;
    height: 390px;
}

@media screen and (max-width: 768px) {
    div.card div.badge {
        font-size: 5vw;
    }

    div.overlay-custom div.img-container {
        top: 40%;
    }

    div.swiper-container-provider  div.swiper-slide img{
        height: 145px;
    }
}

.imgListMap
{
    max-width: 34px;
    max-height: 43px;
}

.figList
{
    margin-bottom: .25rem !important;
}

.spanBdg
{
    font-size: 13px;
    line-height: 16px;
}

.btnList
{
    font-size: 12px;
    padding: 3px 10px;
}

.labelSearch
{
    min-width: 350px;
}

.iconoTikTok
{
    width: 0.6rem;
}

.form-controlLower
{
    text-transform: lowercase !important;
}

.disable-text-selection
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.library-app .media-thumb-container, .select-from-library-container .media-thumb-container
{
    height: 105px;
    padding: 20px 30px;
}

.library-app .list-media-thumbnail, .select-from-library-container .list-media-thumbnail
{
    border-radius: 0.1rem;
    padding: 0;
    border: initial;
    height: auto;
    max-width: unset;
    width: 55px;
    height: 45px;
    object-fit: cover;
}

.min-width-zero
{
    min-width: 0;
}

.custom-control-label, .custom-control-input
{
    outline: initial !important;
    box-shadow: initial !important;
}

.form-check-label, .custom-control-label
{
    line-height: 1.5rem;
    padding-top: 1px;
}

.custom-control-input {
    left: 1px;
    top: 3px;
    opacity: 0;
    z-index: 1;
    pointer-events: none; }

.custom-control-label::before {
    border: 1px solid #909090 !important;
    background: initial !important; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #0A295F !important; }

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0A295F !important;
    box-shadow: initial !important;
    border: 1px solid #0A295F !important; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0A295F !important;
    box-shadow: initial !important; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0A295F !important;
    box-shadow: initial !important; }

.custom-control-label::after,
.custom-control-label::before {
    box-shadow: initial !important; }

.custom-control-label::before {
    top: 0.25rem; }

.custom-control-label::after {
    top: 0.25rem; }

.tail-select-container
{
    padding: inherit !important;
}