:root{
    --white: #FFFFFF;
    --black: #000000;
    --font: #0b1626;
    --hover:#0070ba;
    --very-light-pink: #C7C7C7;
    --text-input-field: #F7F7F7;
    --hopital-green: #ACD9B2;
    --dark: #232830;
    --xm: 12px;
    --sm: 14px;
    --md: 16px;
    --lg: 18px;
}
body{
    background: url("../imagenes/logos/Logo_42_opacidad.png");
    background-size: 200px 200px;
    margin: 0 !important;
    font-family: 'Quicksand', sans-serif !important;
    height: 100vh !important;
}
.cursor-wait {
    cursor: wait;
}
.btn:disabled {
    pointer-events: auto;
}

.container {
    min-width: 75% !important;
}
.inactive {
    display: none;
}
.encabezado {
    background-color: var(--font);
    /* display: flex !important; */
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0 24px;
    height: 60px;
    z-index: 1;
}
.nav {
    justify-content: space-between;
}
.burger-menu {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.start {
    display: none;
    place-self: center;
}
.end {
    display: none;
    place-self: center;
    cursor: pointer;
}
.logo {
    width: 60px;
    height: 60px;
}
.logo2 {
    text-decoration: none;
    margin-left: 5px;
    margin-top: 16px;
}
.ho{
    color: var(--hover);
    font-weight: bold;
    font-size: var(--lg);
}
.autopartes{
    color: #ffffff;
    font-weight: bold;
    font-size: var(--lg);
}
.cursor-wait {
    cursor: wait;
}
.navbar-center {
    /* display: flex; */
    justify-content: center;
}
.navbar-right ul,
.navbar-center ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 60px;
}

.navbar-center ul {
    margin-left: 30px;
}
.navbar-right ul li a{
    text-decoration: none;
    color: var(--white);
    padding: 8px;
    border-radius: 8px;
}
.navbar-right ul li a:hover{
    color: var(--hover);
}

.catalogue-menu {
    position: absolute;
    background: var(--font);
    top: 58px;
    right: 160px;
    width: 250px;
    height: auto;
    padding: 20px 20px 0 20px;
}
.catalogue{
    color: var(--white);
    font-size: var(--md);
    margin-right: 12px;
    cursor: pointer;
}
.catalogue:hover {
    color: var(--hover);
}
.catalogue-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.catalogue-menu ul li {
    text-align: start;
    
}
.catalogue-menu ul li:nth-child(1),
.catalogue-menu ul li:nth-child(2) {
    font-weight: bold;
}
.catalogue-menu ul li:last-child {
    padding-top: 20px;
    border-top: 1px solid var(--white);
}
.catalogue-menu ul li:last-child a {
    font-size: var(--sm);
}
.catalogue-menu ul li a {
    color: var(--white);
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}
.catalogue-menu ul li a:hover {
    color: var(--hover);
}
.mobile-menu {
    background: var(--font);
    position: absolute;
    top: 58px;
    padding: 24px;
    left: 0;
    width: 100%;
    /* z-index: 1000; */
}
.mobile-menu a {
    text-decoration: none;
    color: var(--white);
    font-weight: bold;
}
.mobile-menu ul {
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}
.mobile-menu ul li:nth-child(1),
.mobile-menu ul li:nth-child(5) {
    color: var(--white);
    font-size: var(--lg);
}
.mobile-menu ul li:nth-child(2),
.mobile-menu ul li:nth-child(3),
.mobile-menu ul li:nth-child(4) {
    color: var(--white);
    font-size: var(--sm);
}
.mobile-menu ul li:nth-child(4),
.mobile-menu ul li:nth-child(5),
.mobile-menu ul li:nth-child(1) {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--very-light-pink);
}
.mobile-menu ul li {
    margin-bottom: 24px;
}
.content {
    margin-top: 100px;
    margin-bottom: 100px;
}
.busquedas{
    background: url("../imagenes/logos/FOOTERB.jpg") no-repeat;
    background-size: cover;
    background-attachment:fixed;
    height: 100%;
    margin: 0;
    padding: 15px;
    border-radius: 2%;
}
.title{
    font-weight: bold;
    font-size: var(--md);
    color: var(--white);
}
.lista-familia {
    list-style: none;
    justify-content: center;
    align-items: end;
}
.labelfamilia {
    color: var(--white);
    font-size: var(--sm);
    cursor: pointer;
}
.menucatalogo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    background-color: transparent;
    color: var(--white);
    font-size: var(--sm);
    padding: 0;
    margin: 0;
    border: none;
    text-align: start;
    z-index: 1;
}
.menucatalogo:hover{
    background-color: #0070ba  !important;
    color: #000000 !important;
}
.menucatalogo input {
    margin-right: 7px;
    cursor: pointer;
}

.btnbuscar{
    background-color: var(--hover)  !important;
    border-color: var(--hover)  !important;
}
.btnbuscar:hover{
    background-color: #1F4966  !important;
    border-color: #1F4966  !important;
}
#search::placeholder{
    font-size: var(--xm);
}
.img-banner {
    width: 100%;
    border-radius: 2%;
    object-fit: cover;
}
.icon{
    color: #ffffff !important;
    align-items: center !important;
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.bloque {
    background:url("../imagenes/logos/FOOTERC.jpg") no-repeat;
    background-size: cover;
    background-attachment:fixed;
    height: 60%;
    width: 100%;
}
.vision {
    background:url("../imagenes/logos/FOOTERC.jpg") no-repeat;
    background-size: cover;
    background-attachment:fixed;
}

.footer {
    background: url("../imagenes/logos/FOOTERC.jpg") no-repeat;
    background-size: cover;
    background-attachment:fixed;
    padding-top: 2%;
    color: white;
    font-size: var(--sm);
    margin-bottom: 0;
}
.footer-title  {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: bold;
}
.footer-info  {
    font-size: var(--sm);
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}
.footer-menu {
    margin-bottom: 20px;
    list-style: none;
    font-size: var(--sm);
    padding: 10px 0;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
}
.footer-submenu{
    color: white;
    text-decoration: none;
}
.footer-submenu:hover {
    color: rgba(255, 255, 255, 0.6);
}
.social-media {
    display: inline-block;
    border: 1px solid #e6e6e6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 4px;
    color: #e6e6e6;
}
.social-media:hover {
    background: #BCB8B1;
    border-color: #BCB8B1;
    
}
.ulfamilia{
    padding-right: 0;
    width: 100% !important;
}
.ulsider{
    width: 100% !important;
    height: 420px;
    overflow-y: scroll;
}
.ulsider::-webkit-scrollbar {
    width: 10px;
}
.ulsider::-webkit-scrollbar-track {
    background-color: var(--very-light-pink);
}
.ulsider::-webkit-scrollbar-thumb {
    background-color: var(--hover);
}
.ulsider::-webkit-scrollbar-thumb:hover {
    background-color: var(--font);
}
.sidebarleft {
    background:url("../imagenes/logos/FOOTERB.jpg");
    background-attachment:fixed;
    display: block;
}
.siderbarmobile {
    background: var(--font);
    position: fixed;
    top: 58px;
    padding: 24px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.labelfiltro {
    font-size: var(--lg);
    font-weight: bold;
    color: var(--white);
    cursor: pointer;
}
.btnfiltro {
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid #fff; /* Color blanco */
    color: #fff; /* Texto blanco */
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 10px;
}
.btnfiltro:hover {
    background-color: #fff; /* Fondo blanco */
    color: #000; /* Texto negro */
}
.filtros {
    display: none;
    justify-content: center;
    align-items: center;
}
.card-title {
    color:  var(--hover);
    font-weight: bold;
}
.pagination {
    justify-content: center !important;
}
.quitar-filtros {
    color: var(--white)  !important;
    border-color: var(--white)  !important;
}
.quitar-filtros:hover{
    background-color: var(--hover)  !important;
    border-color: var(--hover)  !important;
    color: var(--white);
}
#logo3 {
    display: none;
}
.input-group .btn {
    z-index: 0 !important;
}
.btnUser {
    border: none;
    padding: 4px;
    margin: 0;
    cursor: pointer;
    background: none;
    color: white;
}
.carousel-control-next, 
.carousel-control-prev {
    z-index: 0 !important;
}

@media (max-width: 575px) {
    .pagination {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    }
    .pagination li a {
        text-align: center;
    }
    .pagination li span {
        text-align: center;
    }
    
}

@media (min-width: 991px){
    .mobile-menu {
        display: none;
    }
    .siderbarmobile{
        display: none;
    }
    .title-busquedaRapida {
        display: none;
    }
    .busquedaRapida {
        display: none;
    }
}

@media (max-width: 991px){
    .start, 
    .end{
        display: block;
    }
    .filtros {
        display: block;
    }
    .navbar-right,
    .navbar-center,
    .catalogue-menu,
    .sidebarleft {
        display: none;
    }
    .ho{
        color: var(--hover);
        font-weight: bold;
        font-size: var(--sm);
    }
    .autopartes{
        color: #ffffff;
        font-weight: bold;
        font-size: var(--sm);
    }
    .logo {
        width: 40px;
        height: 40px;
    }
    .navbar-left {
        padding-top: 10px;
        justify-content: space-between;
    }
}

@media (max-width: 414px){
    .logo2 {
        display: none;
    }
    #logo3 {
        display: inline-flex;
        margin-left: 5px;
    }
}