@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

.text-logo {
    font-family: 'Homemade Apple', sans-serif;
}

#image-header {
    background-image: url(../img/menusdeldia-fondo.webp);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

#background-header {
    background-color: #f8a028;
}

.btn-like {
    border-radius: 35px;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    background: rgba(126, 109, 92, 0.6);
    color: #fff;
    border-color: rgba(126, 109, 92, 0.9);
}

.menu-active {
    border-radius: 35px;
    position: absolute;
    bottom: 80px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: small;
    z-index: 100;
}

.card-restaurant {
    position: absolute;
    top: -38px;
    left: 5px;
    width: 100%;
}

.card-restaurant img {
    background-color: #fff;
}

.restaurant-km {
    position: absolute;
    bottom: 110px;
    width: 100%;
    text-align: center;
}

.card-img-top {
    cursor: pointer;
}

.rounded-circle {
    border: solid 1px #aaa;
}

.rounded-circle:hover {
    border: solid 1px #eee;
}

.fs-6 {
    font-size: 0.9rem !important;
}


.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input {
    height: 50px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}

.search input:focus {
    box-shadow: none;
    border: 2px solid blue;
}

.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 180px;
    background: #f8a028;
}

.search button:hover {
    background: #f06a08;
}

.form-control-dark {
    border-color: var(--bs-gray);
}

.form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
    font-size: 85%;
}

.dropdown-toggle {
    outline: 0;
}

.custom-tooltip {
    --bs-tooltip-bg: #f8a028;
    --bs-tooltip-color: #000;
    --bs-tooltip-font-size: 0.9rem;
    --bs-tooltip-max-width: none;
    --bs-tooltip-opacity: 0.95;
    font-weight: bold;

}

.photo-restaurant {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcrumb {
    background-color: #f06a08;
    color: #fff;
}

.header-restaurant {
    background-color: #000;
    color: #fff;
}

.irs--round .irs-handle {
    border: 4px solid #f8a028 !important;
}

.irs--round .irs-bar {
    background-color: #f8a028 !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: #f8a028 !important;
}

.irs--round .irs-from::before,
.irs--round .irs-to::before,
.irs--round .irs-single::before {
    border-top-color: #f8a028 !important;
}

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

@media (max-width: 768px) {
    #image-header {
        background-size: cover;
    }
}

@media (max-width: 576px) {
    .search button {
        position: unset;
        height: 40px;
        width: 100%;
        margin-top: 10px;
        font-size: 0.85rem;
    }

    .form-control {
        font-size: 0.85rem;
    }
}

/* END MEDIAS QUERY*/