:root {
    --bs-nav-link-font-size: 16px !important;
    --bs-light: #F0F1F8 !important;
    --bs-light-rgb: 240, 241, 248 !important;
}

body {
    font-size: 14px;
}

.rrss {
    width: auto;
    height: 32px;
}
a:link{
    text-decoration: none;
    color: #000;
}
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;
}
.small, small {
    font-size: 12px;
}
footer a:link {
    color: #fff;
}
footer a {
    color: #fff;
}
.logo {
    width: 230px;
}
.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: unset !important;
}
.form-control {
    font-size: unset !important;
}
.precio {
    text-align: center;
}
.fondo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-img {
    border-radius: 0;
}
/*/ / 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) {
    
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
 
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    
}
