:root {
    --bs-nav-link-font-size: 14px !important;
    --bs-nav-link-font-weight: 600 !important;
    --bs-light: #F0F1F8 !important;
    --bs-light-rgb: 240, 241, 248 !important;
    --bs-border-color: #808080 !important;
}

body {
    font-size: 13px;
}
select:disabled {
    opacity: .8;
}
.rrss {
    width: auto;
    height: 22px;
    margin:4px 1px;
}
input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    margin:5px;
}
.input-group-text {
    font-size: .8rem;
    padding: .375rem !important;
}
.form-control {
    padding: .375rem !important;
}
a:link {
    text-decoration: none;
    color: #000;
}
a:visited {
    text-decoration: none;
    color: #000;
}
a:active {
    text-decoration: none;
    color: #F00;
}
.bg-warning-light {
    background-color: #f8e5ac !important
}
.bg-success-light {
    background-color: #97debd !important
}
h1 {
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 500;
}
h2 {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 700;
}
h3 {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
}
h4 {
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 700;
}
.small, small {
    font-size: 11px;
}
.fs-7 {
    font-size: 7px;
}
footer a:link {
    color: #fff;
}
footer a {
    color: #fff;
}
.logo {
    width: 230px;
}
.navbar-nav {
    --bs-nav-link-font-weight: 700 !important;
}
    .lupa {
    width: 20px !important;
    height: 20px !important;
}
.card-img-overlay {
    background-color: #fff;
    bottom: unset;
    left: unset;
    padding: .3rem .3rem 0 .5rem;
    border-radius: 0 0 0 18px;
}
.item-info {
    height: 195px;
    padding: 0.5rem;
}
.item-proyinfo {
    height: 140px;
}
.item-det {
    height: 32px;
}
.item-title {
    height: 51px;
}
.precio:last-child {
    text-align: right;
}

.precio:first-child {
    text-align: left;
}
.form-select {
    font-size: 15px !important;
}
.form-control {
    font-size: 15px !important;
}
.form-control-lg {
    font-weight:700;
}
.precio {
    text-align: center;
}
.fondo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-img {
    border-radius: 0;
}
/* Clase Bootstrap personalizada para sombra de texto */

.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.btn {
    font-size: 14px;
}
.btn-lg {
    font-size: 15px !important;
    font-weight: 600;
}

/*/ / Small devices (landscape phones, 576px and up)*/ 
@media (min-width: 576px) {
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
   
}
/*
// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .form-select {
        font-size: 14px !important;
    }

    .form-control {
        font-size: 14px !important;
    }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
 
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    
}
@media print {
    .print-container {
        display: block !important;
        padding: 20px;
        font-size: 12pt;
        color: #000;
        background: #fff;
        width:900px
    }
           
    /* Ocultar elementos no imprimibles */
    .no-print,
    nav,
    footer,
    .btn,
    .sidebar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }
}