
/* 
    Created on : 12-abr-2023, 7:11:14
    Author     : USUARIO
*/
/*
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital@1&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
html{
    background-color: #000;
}
*/
.fw-medium {
    font-weight: 600 !important;
}

h1,h2,h3,h4,h5,h6{
    margin: 0px;
}
#div-loader{
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.9;
    display: none;
    position: fixed;
    z-index: 99999999;
    color:#fff;
    padding-top: 25%;
}
.badge{
    /*background-color: #5bc0de;*/
    background-color: #FF6514;
    font-size: 20px;
}

a{
    color: #FF6514;
}
a:hover{
    color: #FF6514;
    text-decoration: none;
}
img{
    width: 100%;

}
/*
#section-superior{
    padding: 6px 0px;
    border-bottom: 1px solid #efefef;
    color: #424242;
    background-color: #fff;
}*/
#section-superior{
    padding: 6px 0px;
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: #FF6514;
}
.item-section-superior{
    margin-right: 12px;
    border-right: 1px solid #000;
    padding-right: 12px;
}
.item-section-superior:last-child{
    border-right:none;
}

#section-menu{
    /*background-color: #F15C07;
    height: 52px;*/
    background-color: #F0F0F0;
    height: 52px;

}
#section-logo{
    background-color: #fff;
    border-top: 4px solid #f2f2f2;
}
.navbar{
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.buscador-menu{
    display: grid;
    vertical-align: unset;
    height: 100px;
    align-items: center;
}
.buscador-menu .input-group-addon{
    padding: 14px 24px;
}
.acceso-menu{
    display: grid;
    align-items: center;
    height: 100px;
}
.navbar-nav > li > a {
    font-size: 14px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    color: #000;
    background-color: #edd5cb;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: #000;
    background-color: #edd5cb;

}

.navbar-nav > li {
    float: right;
    border-right: 2px solid #f3f3f3;
}

.navbar-default .navbar-nav > li {
    float: left;
}

.navbar-nav > li:first-child {
    border-right: 0px;
}


#section-categoria{
    padding: 50px 0px;
    background-color: #fcfcfc;
}
.item-categoria-home{
    margin-bottom: 36px;

}
.item-categoria-home img{
    border-radius: 5px;
}
.carousel-indicators li{
    border: 1px solid #FF6514;
}
.carousel-indicators .active{
    background-color: #FF6514;
}
.social-icon span{
    margin-right: 8px;
}
.social-icon img{
    width: 24px;
}

.sidebar{
    background-color: #fbfbfb;
    padding: 18px;
}
.sidebar h2{
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.titulo-categoria{
    background-color: #fbfbfb;
    padding: 20px;
    margin-bottom: 18px;

}
.titulo-categoria h1{
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000;

}

.item-categoria{
    margin-bottom: 18px;
    border: 2px solid #f6f6f6;
    border-radius: 5px;
}
.item-categoria-descripcion{

}

.item-categoria-descripcion .titulo-producto-list{
    font-size: 16px;
    color: #000;
    font-family: 'Rubik',sans-serif;
    text-transform: capitalize;
    height: 46px;
}

.item-categoria-descripcion h2{
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.item-categoria-subcategoria{
    background-image: url(../imagenes/linea-titulo.png);
    background-repeat: repeat-x;
    height: 35px;
    text-align: left;
    padding: 6px 0px;
    margin-left: -15px;
}
.item-categoria-subcategoria .titulo{
    padding: 8px 15px;
    background-color: #fff;
    font-size: 16px;
    color: #FF6514;
    font-family: 'Rubik', sans-serif;
}
.item-categoria-descripcion .descripcion{
    text-align: justify;
    color: #424242;
    font-size: 14px;
    margin-bottom: 8px;
}
.item-categoria-descripcion .empresa a{
    font-family: Rubik,sans-serif;
    color: #5bc0de;
    font-size: 18px;
}
.item-categoria-descripcion .precio{
    color: #FF6514;
    font-size: 30px;
    font-weight: 700;
    text-align: right;
}
.item-categoria-descripcion .botones .btn{
    width: 100%;
}
.btn-primary{
    color: #fff;
    background-color: #FF6514;
    border-color: #ffc09c;
}
.btn-primary:hover{
    background-color: #ffc09c;
    border-color: #ffc09c;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
    color: #fff;
    background-color: #FF6514;
    border-color: #ffc09c;
}
.btn-primary:focus, .btn-primary.focus{
    color: #fff;
    background-color: #FF6514;
    border-color: #ffc09c;
    outline: none;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #FF6514;
    border-color: #ffc09c;
}

.btn-info:hover{
    background-color: #97cbdb;
    border-color: #97cbdb;
}

.producto-informacion{
    border:2px solid #f6f6f6;
    padding: 20px;
    border-radius: 5px;
}
.titulo{
    font-family: 'Rubik',sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    text-align: justify;
}
.producto-informacion .subcategoria{
    background-image: url(../imagenes/linea-titulo.png);
    background-repeat: repeat-x;
    height: 35px;
    padding: 6px 0px;
}
.producto-informacion .subcategoria span{
    padding: 8px 15px 8px 0px;
    background-color: #fff;
    font-size: 16px;
    color: #FF6514;
    font-family: 'Rubik', sans-serif;
}
.producto-informacion .calificacion{
    margin-bottom: 12px;
    text-align: right;
}
.producto-informacion .calificacion .fa{
    color: #FF6514;
    font-size: 20px;
}
.producto-informacion .precio{
    color: #FF6514;
    font-size: 30px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 12px;
}
.producto-informacion .descripcion{
    text-align: justify;
    color: #424242;
    font-size: 14px;
    margin-bottom: 8px;
}

.tab-pane{
    padding: 20px 0px;
    font-size: 18px;
    text-align: justify;
}

.producto-miniaturas{
    text-align: center;
    margin: 12px 0px;
}
.producto-miniaturas .imagen-miniatura{
    width: 100px;
    margin-right: 6px;
}

#section-footer{
    padding: 50px 0px;
    background-color: #071E27;
    color: #ffffff;
    font-size: 18px;
    margin-top: 30px;


}
#section-footer .logo{
    width: 50%;
    margin-bottom: 24px;
}
#section-footer h3{
    font-family: 'Rubik',sans-serif;
    margin-bottom: 24px;
}
.footer-servicio a{
    color: #fff;
    display: block;
}
.footer-newsletter a{
    color: #FF6514;
}
.tabla-mi-carrito{
    font-size: 18px;

}
.tabla-mi-carrito img{
    width: 100px;
    margin-right: 12px;
    border-radius: 5px;
}
.tabla-mi-carrito p{
    margin: 0px 0px 0px;
}
.datos-mi-carrito{
    font-size: 14px;
}
.pago-procesado-titulo{
    text-align: center;
    font-size: 64px;
    font-family: 'Rubik',sans-serif;
    font-weight: 700;
    color: #FF6514;
    margin: 48px 0px;
}


.section-sidebar{
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 2px dotted #ececec;
    margin-bottom: 24px;

}
.section-sidebar input[type=checkbox]{
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.section-sidebar label{
    font-size: 28px;
    color: #1b1b1b;
    font-family: 'Rubik',sans-serif;
    font-weight: lighter;
    margin-bottom: 24px;

}
.section-sidebar .cantidad{
    float: right;
    color: #7f7f7f;
}
.section-sidebar .label-empresa-sidebar{
    font-size: 18px;
}

#btn-filtrar-sidebar{
    width: 100%;
}

.swal2-styled.swal2-confirm{
    font-size: 2em !important;
    background-color: #FF6514 !important;
}
.swal2-title{
    font-size: 2em !important;
}
.swal2-html-container{
    font-size: 2em !important;
}

.input-error{
    border:2px solid #cd1515;
}
.mensaje-error{
    color:#cd1515;
}
.titulo-404{
    font-size: 105px;
    color: #FF6514;
    font-family: 'Rubik',sans-serif;
}
.titulo2-404{
    font-size: 36px;
    font-family: 'Rubik',sans-serif;
}
.text-404{
    font-size: 24px;
}
.alert-success {
    color: #ffffff;
    background-color: #163b6c;
    border-color: #163b6c;
}
.alert-danger {
    color: #ffffff;
    background-color: #252424;
    border-color: #252424;
}
.shoppingCart{
    width: 24px;

}
.badge-mi-carrito{
    background-color: #FF6514;
    font-size: 12px;
    right: 5px;
    position: absolute;
    top: 1px;
    border-radius: 5px;
}
.item-carrito{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 12px;
}
.item-carrito p{
    margin: 0px;

}
.datos-mi-carrito{
    font-size: 15px;
}
.total-item-carrito{
    font-size: 24px;
    color: #FF6514;
}
.total-compra{
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 600;
    text-align: right;
}

#map {
    height: 500px;
}

.tabla-lista-mi-compra{
    font-size: 13px;
}
.titulo-mi-compra{
    background-color: #7a7a7a;
    color: #fff;
}
.form-registro p{
    margin: 0px;
}
.titulo-categoria-home h2{
    display: inline;
    margin-right: 16px;
}
.titulo-producto-home{
    font-size: 16px;
    color: #000;
    font-family: 'Rubik',sans-serif;
    text-transform: capitalize;
    height: 40px;
}
.precio-categoria-home{
    font-size: 24px;
    font-family: 'Rubik',sans-serif;
    color: #FF6514;
    font-weight: bold;
}
.item-producto-home{
    min-height: 415px;
}
.item-producto-home img{
    border-radius: 5px;
    border: 3px solid #e9e9e9;
}
.btn-add-producto-home{
    width: 100%;
}
.breadcrumb{
    background-color: #414141;
    border-radius: 0px 0px 4px 4px;
}
.breadcrumb > .active {
    color: #fff;
}

.boton-pagos{
    width: 100%;
    height: 55px;
    text-align: left;
    margin-bottom: 15px;
}
.boton-pagos img{
    border-radius: 5px;
    width: 55px; 
    height: 40px; 
    margin-right: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    background-color: #fafafa;
    padding: 16px 30px;
    font-size: 18px;
    font-family: 'Rubik',sans-serif;
}
.tab-content{
    color: #212121;
    line-height: 36px;
}
.div-buscar-lista{
    background-color: #fff;
    padding: 32px;
    margin-bottom: 16px;
}
.div-buscar-lista .input-group-addon{
    padding: 16px 24px;
}

.is-invalid {
    border:3px solid  #bd0909;
}
.mensaje-error-form{
    color: #bd0909;
    font-weight: bold;
}

#div-search{
    background-color: #fff;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 99;
    position: fixed;
}
.form .form-control{
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid #dcdcdc;
    font-size: 18px
}

#map{
    margin-bottom: 32px;
}

#div-menu-mobile{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index: 99;

}

.descripcion-empresa{
    margin-bottom: 16px;
}

.footer-newsletter img{
    width: 50%;
}

@media only screen
and (min-width: 320px)
and (max-width: 736px){
    #section-logo{
        padding: 8px 0px 8px;


    }
    #section-logo .btn{
        padding: 4px;
    }
    #section-logo .logo-mobile{
        display: grid;
        align-items: center;
        height: 45px;

    }
    .acceso-menu{
        display: block;
        height: 30px;
    }
    .acceso-menu .fa{

        margin-left: 20px;
        color: #9b9b9b;
        font-weight: lighter;
        font-size: 18px;
        text-align: center;
    }
    .acceso-menu img{
        width: 16px;

        margin-left: 14px;
        padding-bottom: 2px;
    }
    .navbar-nav>li>a {
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
    }
    .seccion-logo-item-menu{
        padding-top: 12px;
    }
    #section-menu-mobile{
        background-color: #c8c8c8;
        padding: 8px 0px;
    }
    .item-producto-home{
        height: auto;
    }
    #section-categoria{
        padding: 24px 0px 0px;
    }
    .div-buscar-lista{
        padding: 12px;
    }
    .input-lg{
        height: 34px;
    }
    .div-buscar-lista .input-group-addon {
        padding: 8px 16px;
    }
    .titulo-categoria {
        padding: 8px;
    }
    .titulo-categoria h1{
        font-size: 20px;
    }

    .item-categoria-descripcion h2 {
        font-size: 16px;
    }
    .titulo{
        font-size: 20px;
    }

    .menu-mobile .fa{
        font-weight: lighter;
        font-size: 24px;
        color: #a1a1a1;
    }



    #btn-buscar-menu-mobile input{
        border: 0px;
        border-bottom: 1px solid #d6d6d6;
    }
    #form-buscar-menu-mobile input{
        border: 0px;
        box-shadow: none;
        border-bottom: 1px solid #e9e9e9;
        border-radius: 0px;
        font-size: 20px;
        color: #414141;
    }
    #form-buscar-menu-mobile .icon{
        text-align: right;
        padding-top: 8px;

    }
    #form-buscar-menu-mobile .fa{
        font-size: 24px;
        color: #e9e9e9;
    }

    .breadcrumb {
        font-size: 12px;
        padding: 4px 8px;
    }
    .precio-categoria-home{
        font-size: 18px;
        margin: 0px;

    }
    .titulo-producto-home{
        font-size: 14px;
        margin-bottom: 4px;
        height: 50px;
    }
    .item-producto-home{
        min-height: auto;
    }
    .div-filtro .fa{
        font-weight: lighter;
        font-size: 24px;
        color: #a1a1a1;
    }
    #div-sidebar-filtro{
        display: none;
    }

    .mapa-categoria{
        display: none;
    }
    .cliente-logeado{
        color: #107441 !important;
    }

    .badge-mi-carrito{
        font-size: 10px;
        right: 5px;
        top: -3px;
        width: 17px;
        height: 17px;
        padding: 4px 0px;
        border-radius: 25px;

    }
    .cerrar-menu{
        background-color: #efefef;
        color:  #8f8f8f;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        padding-top: 6px;
    }

    #section-footer .left{
        text-align: center;
    }
    #section-footer .footer-servicio{
        text-align: center;
    }

    .item-categoria-descripcion .empresa a {
        font-family: Rubik,sans-serif;
        color: #5bc0de;
        font-size: 12px;
    }
}
