/*
Theme Name: PerHua
Theme URI: https://perhua.com/
Author: HUANACUNI PERU
Author URI: https://perhua.com/
Description: Tema minimalista con Bootstrap 5 local y diseño responsive.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: perhua
*/
.perhua-hide {
    height: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.m1 {
    display: none;
}

.perhua-overlay-menu {
    display: none;
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 300;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

@media only screen and (max-width: 992px) {
    .m1 {
        display: block;
    }
}
.navbar-collapse.collapse.show{right:0}
.perhua-featured {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .perhua-featured img {
        width: 330px !important;
        height: 250px !important;
        object-fit: cover;
    }
}

.perhuaplus, .perhuaSelect .fas.fa-search-plus {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px #333;
}





.perhua-scrollbar::-webkit-scrollbar{display:none}@media only screen and (min-width:768px){.perhua-scrollbar::-webkit-scrollbar{display:block;height:5px;margin-top:-10px}.perhua-scrollbar::-webkit-scrollbar-track{background:#eee}.perhua-scrollbar::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.perhua-scrollbar::-webkit-scrollbar-thumb:hover{background:#aaa}}