
@font-face {
    font-family: 'hola';
    src: url('../fonts/superline-italic-webfont.woff2') format('woff2'),
         url('../fonts/superline-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hola2';
    src: url('../fonts/superline-lineitalic-webfont.woff2') format('woff2'),
         url('../fonts/superline-lineitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hola3';
    src: url('../fonts/superline-line-webfont.woff2') format('woff2'),
         url('../fonts/superline-line-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hola4';
    src: url('../fonts/superline-outlineitalic-webfont.woff2') format('woff2'),
         url('../fonts/superline-outlineitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hola5';
    src: url('../fonts/superline-outline-webfont.woff2') format('woff2'),
         url('../fonts/superline-outline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hola6';
    src: url('../fonts/superline-regular-webfont.woff2') format('woff2'),
         url('../fonts/superline-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*--------------------*/
@font-face {
    font-family: 'fuente1';
    src: url('../fonts/BrutalMilkNo1-Black.woff2') format('woff2'),
         url('../fonts/BrutalMilkNo1-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fuente2';
    src: url('../fonts/BrutalMilkNo1-Bold.woff2') format('woff2'),
         url('../fonts/BrutalMilkNo1-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fuente3';
    src: url('../fonts/BrutalMilkNo1-Extrabold.woff2') format('woff2'),
         url('../fonts/BrutalMilkNo1-Extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fuente4';
    src: url('../fonts/BrutalMilkNo1-Extralight.woff2') format('woff2'),
         url('../fonts/BrutalMilkNo1-Extralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fuente5';
    src: url('../fonts/BrutalMilkNo1-Light.woff2') format('woff2'),
         url('../fonts/BrutalMilkNo1-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fuente6';
    src: url('../fonts/BrutalMilkNo1-Medium.woff2') format('woff2'),
         url('../fonts/BrutalMilkNo1-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fuente7';
    src: url('../fonts/BrutalMilkNo1-Regular.woff2') format('woff2'),
         url('../fonts/BrutalMilkNo1-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fuente8';
    src: url('../fonts/BrutalMilkNo1-Semibold.woff2') format('woff2'),
         url('../fonts/BrutalMilkNo1-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fuente9';
    src: url('../fonts/BrutalMilkNo1-Thin.woff2') format('woff2'),
         url('../fonts/BrutalMilkNo1-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*--------------------*/





body {
/*    max-width: 1500px;*/
    margin: auto;
    font-family: 'fuente2'; /* Cambia la fuente para que sea más moderna */
/*    background-color: red; /* Color de fondo suave */*/*/
    color: #34495e; /* Color de texto principal */
    /* Ajusta según la altura de tu navbar */
/*    padding-top: 80px; */
/*    background-image: url('../img/fondo.jpg') !important;    */
/*    opacity: 93%;*/
    /* No repetir la imagen */
/*    background-repeat: no-repeat;*/
    /* Asegura que la imagen cubra todo el espacio disponible */
/*    background-size: cover;*/
    /* Fija la imagen de fondo */
/*    background-attachment: fixed;*/
    /* Centra la imagen en la página */
/*    background-position: center;    */
}

@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
    }
}


.navbar {
    background-color: transparent; /* Color distintivo de Now UI Kit */
/*    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para dar profundidad */*/
}

.navbar a.navbar-brand {
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 1px;
}

.navbar a.nav-link {
    color: #FFFFFF;
    opacity: 0.9;
}

.navbar a.nav-link:hover,
.navbar a.nav-link:focus {
    opacity: 1;
    background-color: transparent; /* Sin fondo al hover, solo cambio de opacidad */
}

.container {
    background-color: #FFFFFF; /* Fondo blanco para las secciones */
    padding: 30px;
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); /* Sombra suave */
    margin-top: 30px;
}

#map {
    height: 500px;
    width: 100%;
    border-radius: 10px;
}

h2 {
    color: #f96332; /* Color de encabezado del kit */
    margin-bottom: 20px;
}

.form-group label {
    color: #6c757d; /* Color de texto más suave para las etiquetas */
    font-weight: normal;
}

button.btn {
    background-color: #c50012; /* Botones con el color distintivo */
    color: #FFFFFF;
    border: none;
    border-radius: 10px; /* Bordes redondeados para botones */
    padding: 10px 20px;
}

button.btn:hover {
    background-color: #fa7b58; /* Cambio de color al hacer hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra al hacer hover */
}

#historia {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#historia h2 {
    color: #007bff;
}

#historia img {
    max-width: 25%;
    height: auto;
    border-radius: 8px;
}

#historia p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}
.image-tile {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px; /* Espacio entre imágenes */
}

.image-tile img {
    flex: 0 0 auto;
    width: auto;
    height: 100px; /* Ajusta la altura según tus necesidades */
    object-fit: cover;
}
.image-tile-container {
    position: relative;
    overflow: hidden;
}

.image-tile {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
}

.image-tile img {
    flex: 0 0 auto;
    height: 100px; /* Ajusta según tus necesidades */
    object-fit: cover;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
}

.scroll-btn.left {
    left: 10px;
}

.scroll-btn.right {
    right: 10px;
}

.scroll-btn:hover {
    background-color: rgba(0,0,0,0.8);
}
/* Estilizando la barra de desplazamiento globalmente */
::-webkit-scrollbar {
    width: 5px; /* Controla el ancho de la barra de desplazamiento vertical */
    height: 5px; /* Controla la altura de la barra de desplazamiento horizontal */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color de la pista de la barra de desplazamiento */
}

::-webkit-scrollbar-thumb {
    background: #888; /* Color del "pulgar" de la barra de desplazamiento */
    border-radius: 10px; /* Bordes redondeados para el pulgar */
}

::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color del pulgar al pasar el mouse */
}
/* Aplicando estilos solo al mosaico de imágenes */
.image-tile::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.image-tile::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.image-tile::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.image-tile::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.image-tile:active {
    cursor: grabbing;
}

.image-tile {
    cursor: grab;
    user-select: none; /* Evita la selección del texto al arrastrar */
}
#paginationControls {
    text-align: center;
    margin-top: 20px;
}

#paginationControls button {
    background-color: #007bff; /* Azul Bootstrap */
    border: none;
    color: white;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#paginationControls button:hover {
    background-color: #0056b3; /* Azul oscuro */
}

#paginationControls button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

footer{
    background-color: #121212;
}
.container {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    max-width: 100% !important;
}

#modalSucursal label, button,a, h4{
    font-size: .86rem !important;
    font-family: Arial !important;
}
#modalSucursal label, .form-group{
    margin-bottom: 2px !important;
}

#modalSucursal .btn{
    line-height: 1!important;
}

#modalSucursal input{
    font-weight: bold;
    font-family: Arial;
}