/*
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
*/

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


.carousel-item {
    max-height: 350px;
}

.carousel-item img {
    max-height: 300px;

}

.scroll-cont {
    border: 0px solid #666;
}



.card-img-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn-menu-pitorro {
    width: 100%;
    bottom: 0%;
    left: 50%;
    background-color: #222222;
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
}

.btn-menu-pitorro:hover {
    color: #cce27e;
}

/* Custom styles for equal-height cards */
.card-row {
    display: flex;
    flex-wrap: wrap;

}

.card {
    flex: 0 0 auto;
    margin: 0.0rem;
    border-color: 0px white;

}


.card-img-top {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}


.card-text {
    width: 100%;
    border: 0px solid #000;
    overflow: hidden;
    height: 100px;


    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 15px;



}

.card-footer {
    background-color: #fafafa !important;
}

.logo-pagina {
    left: 35%;
    top: 50%;
    position: sticky;
}


/*Bar.html*/
.accordion {
    /*  background-color: #fff;  Color de fondo del 
    acordeón */
    border: 0px solid #ddd;
    /* Borde del acordeón */
    font-family: Arial, sans-serif;
    /* Tipo de fuente del acordeón */
}

.accordion-item {
    background-color: #0dcaf0;
}

.accordion-button {
    color: #000;
    /* Color del texto del botón */
    font-size: 18px;
    /* Tamaño de la fuente del botón */
    background-color: #fff;
    opacity: 0.7;
    /* Traslucidez del contenido */
}

.accordion-button:focus {
    z-index: 3;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

.accordion-button:not(.collapsed) {
    color: #292929;
    background-color: #eeeeee !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-body {
    background-color: #fafafa;
    /* Color de fondo del contenido */
}


.btn-back {

    font-size: 40px;
    color: #cccccc
}

.img-thumb-menu {
    height: 120px;
    width: 120px;
    border: 5px solid #d3d0a8;
    border-radius: 10%;

}

.title-menu {
    color: #313131;
    font-size: 19px;
}

.desc-menu {
    color: #585858;
    font-size: 15px;
}

.categoria-title {
    color: #ddd;
}

.categoria-subtitle {
    color: #ddd;
    font-size: 22px;
}

.categoria-card {
    background-color: #4d4d4d;
}

.menu-item {
    background-color: #c0c0c0;
}

.menu-iconos {
    display: flex;

    margin-bottom: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    /* white-space: normal;*/
}

.tour {
    display: inline-flex;

    margin-bottom: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;

}

.menu-iconos::-webkit-scrollbar {
    display: none;
}

.icono-menu {
    padding: 10px;
    border-radius: 50%;
    color: #666;
    font-size: 22px;
    text-align: center;
    transition: all 0.3s ease;
    margin: 0 10px;
    background-color: #afafaf;
}

.icono-menu:hover {
    background-color: #fff;
    animation: blinker 1.5s linear infinite;

}

.title-icon-menu {
    font-size: 11px;
    color: #666;
    text-decoration: none;
}


a:hover .title-icon-menu {
    text-decoration: none;
}

a:active .title-icon-menu {
    text-decoration: none;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.icono-menu.activo {
    background-color: #ffffff;
}

.horizontal-scroll {
    margin: 3px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;

}

.horizontal-scroll-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.scroll-right,
.scroll-left {
    opacity: 0.5;
    /* Opacidad del botón */
    height: 100%;
    /* Altura del botón al 100% del contenedor */
    border: none;
    /* Elimina el borde */
    background: transparent;
    /* Fondo transparente */
    color: black;
    /* Color del texto */
}

.scroll-left {
    padding-left: 2px;
    padding-right: 0px;
}

.scroll-right {
    padding-left: 0cap;
    padding-right: 2px;
}


/*Footer*/

.rrss {

    font-size: 2rem;
    color: rgb(255, 255, 255);
}