﻿@media screen and (max-device-width :1023px ) and (min-device-width : 768px) {
    #menuNuevo{
        display:none;
    }
    #seccion {
        visibility: hidden !important;
    }

    #seccionHome {
        visibility: hidden !important;
    }
    #redesSociales {
        bottom: 1vh !important;
    }

        #redesSociales .fb {
            display: inline !important;
            position: relative !important;
            left: 0vh !important;
        }

        #redesSociales .ig {
            display: inline !important;
            top: 0vh !important;
            left: 0vh !important;
            position: relative !important;
        }

        #redesSociales .twt {
            display: inline !important;
            position: relative !important;
            top: 0vh !important;
            left: 0vh !important;
        }

    .txtMini {
        /*visibility: visible !important;*/
        background: #e00099;
        width: 35%;
        text-align: center;
        margin-left: 20px;
    }

    .padF .ulRef, .padSeal .ulRef {
        margin-top: 13% !important;
    }

    .lnk {
        font-size: 1.4vw !important;
    }

    .padF li a, .padSeal li a {
        padding: 0px 1px;
    }

    .ldBar {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 87% !important;
        height: auto !important;
    }

    .grid-container {
        text-align: left;
        margin-top: -40%;
        position: absolute;
        margin-left: 15%;
        display: grid
    }

    .sucursalHeader {
        color: white;
        font-size: calc(5vw + 5vh);
        height: 5vw;
    }

    .sucursalNombre {
        font-size: calc(4vw + 4vh);
        color: #e00099;
        height: 0%;
    }

    .sucursalDireccion {
        color: white;
        font-size: calc(1.2vw + 0vh);
        width: 60%;
        margin-left: 5%;
    }

    .sucursalNumero {
        color: #e00099;
        font-size: 2.5vw;
    }

    /*.muestraMapa {
        position: absolute;
        margin-top: -36vw;
        margin-left: 38vw;
        width: 1vw;
        outline: none;
    }

        .muestraMapa img {
            width: 4vw;
        }*/

    .sucursalNumeroIndicador {
        margin-left: 17vw;
        display: inline-flex;
        position: absolute;
        margin-top: -20.2vw;
    }

        .sucursalNumeroIndicador img {
            width: 93%;
            margin-top: 11%;
        }

    .encabezadoServHora {
        position: absolute;
        margin-top: -17.5vw;
        margin-left: 12vw;
        display: flex;
    }

    .horarios {
        text-align: center;
        position: absolute;
        margin-top: -14vw;
        margin-left: 23vw;
        width: 14%;
    }

    .servicios {
        display: flex;
        text-align: center;
        position: absolute;
        margin-top: -14vw;
        margin-left: 32vw;
    }

    .barraLoader {
        min-width: 38% !important;
    }

    #overlay > img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 55% !important;
        z-index: 1;
        margin-top: 0px;
        margin-left: 0px;
    }

    .ldBar {
        position: absolute;
        left: 50%;
        top: 49% !important;
        transform: translate(-50%,-50%);
        width: 51% !important;
        height: 9% !important;
    }

    .ldBar-label {
        top: -10px !important;
    }
}
