/* NAVBAR INDEX */

#navbarSupportedContent ul li a:hover {
    color: rgba(27, 110, 235, 0.667);
}


/* NAVBAR STORE */

.container-nav-store {
    background-color: rgb(255, 255, 255) !important;
}

.container-navbar-infor {
    width: 90%;
}

.infor-navbar {
    font-size: 1rem !important;
}

.nav-store {
    width: 90% !important;
    background-color: rgb(255, 255, 255)!important;
}

.img-logo {
    max-width: 200px;
    height: 60px;
}

.buscar-store {
    box-shadow: none !important;
    background-color: rgb(255, 255, 255) !important;
}

.icon-nav-end {
    color: #525151;
    font-weight: bold !important;
}

.icon-nav-end:hover {
    color: rgba(27, 110, 235, 0.667);
}

#nav-catalogo ul a:hover {
    background-color: white !important;
}

#nav-catalogo ul {
    background-color: white !important;
}

.content-option-user-1 {
    display: none !important;
}

.content-search-1 {
    display: none !important;
}

.content-option-user-2 {
    display: flex !important;
}

.content-search-3 {
    display: none !important;
    width: 90% !important;
}

.btn-buscar {
    border: none;
}


/* ESTILOS VENTANA MODAL INICIAL */

.modal-start {
    width: 100%;
    height: 100vh;
    margin: auto;
    z-index: 25;
    background-color: rgba(8, 8, 16, 0.8) !important;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    animation: modal 2s 1s forwards;
    opacity: 0;
}

.contenido {
    margin: auto !important;
    width: 80%;
    background: #ffffffea;
    border-radius: 5px;
}

.titulo-principal-modal {
    font-size: 1.5rem !important;
}

.title-modal1 {
    font-size: 1.5rem;
}

.title-modal2 {
    color: #edac35 !important;
    font-size: 1.5rem;
}

#cerrar {
    display: none;
}

#cerrar:checked+label,
#cerrar:checked~.modal-start {
    display: none !important;
}

#cerrar+label {
    position: fixed !important;
    color: rgb(255, 255, 255);
    font-size: 25px;
    z-index: 100;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    animation: modal 2s 1s forwards;
    visibility: visibility;
    opacity: 0;
}

@keyframes modal {
    100% {
        visibility: visibility;
        opacity: 1;
    }
}


/* CARRUCEL PUBLICIDA */

.img-carousel {
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    /* height: 300px !important; */
}

.logo-carrucel1 {
    width: 600px !important;
}

.logo-carrucel2 {
    width: 800px !important;
}

.titulos-carrucel {
    font-size: 2.5rem;
}


/* INFORMACION DE LA EMPRESA */

#container-infor-empresa h1 {
    font-size: 1.6rem;
}

#container-infor-empresa h4,
h5 {
    font-size: 1rem;
}


/* PRESENTACION CATALOGOS */

.container-nav-catalogo {
    min-width: 600px !important;
}


/* CONTAINER STORE */

.contenedor-all-store {
    width: 90% !important;
}

.container-productos {
    width: 100% !important;
    min-height: 300px !important;
}


/* BARRA DE FILTROS */

.barra-filter {
    background-color: rgb(255, 255, 255) !important;
}

#opcion_filter {
    min-width: 150px !important;
}

.info-filter-busqueda {
    font-size: 1.5rem !important;
}


/* ESTILOS DE GALERIA */

.container-catalogo {
    margin-top: 94px !important;
    width: 90% !important;
}


/* CABEZERA DEL CATALOGO */

.link-catalogo {
    color: #525151;
}

.link-catalogo:hover {
    color: rgba(27, 110, 235, 0.667) !important;
}


/* ESTILOS CATALOGO SWIPER */

.img-cat-sub-tipo {
    width: 140px;
    height: 140px;
}

.swiper-button-next,
.swiper-button-prev {
    color: rgba(52, 52, 52, 0.4) !important;
}


/* ACTUALIZACION DE PRODUCTO */

.inf-act-products {
    display: flex !important;
    width: 100% !important;
}


/* ESTILOS DE PRODUCTOS INDEX*/

.car-producto {
    transition-property: background-color border-color;
    transition-duration: 0.5s;
    border: none;
}

.car-producto:hover {
    box-shadow: 0px 0px 6px 2px rgba(8, 0, 98, 0.1);
}

.descrip-produc {
    font-size: 1rem !important;
}

.items-card-body {
    color: white;
    transition-property: color;
    transition-duration: 0.4s;
}

.card:hover .items-card-body {
    color: rgb(99, 99, 99);
}

.cat-img {
    padding: 10px;
    text-align: center;
    height: 250px;
}

.card-infor {
    /* height: 50px; */
    font-size: 0.8rem;
}

.card-title {
    height: px;
}

.cat-img img {
    height: auto;
    max-width: 220px;
    max-height: 220px;
    transition-property: transform;
    transition-duration: 0.4s;
}

.cat-img img:hover {
    transform: scale(1.2);
}


/* ESTILOS DE PRODUCTOS STORE AND CATALOGO*/

.cat-img-sc {
    padding: 10px;
    text-align: center;
    height: 200px;
}

.card-title {
    height: 30px !important;
}

.cat-img-sc img {
    height: auto;
    max-width: 180px;
    max-height: 180px;
    transition-property: transform;
    transition-duration: 0.4s;
}

.cat-img-sc img:hover {
    transform: scale(1.2);
}


/* ESTILO MOSTRAR PRODUCTO */

.container-mostrar-img {
    height: 400px;
}

.mostrar-img {
    width: 400px;
    height: 400px;
}

.content-img-mostrar img {
    height: auto;
    max-width: 325px;
    max-height: 325px;
    transition-property: transform;
    transition-duration: 0.4s;
}

.content-img-mostrar img:hover {
    transform: scale(1.2);
}

.informacion-productos {
    text-justify: justify;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.dropdown-toggle::after {
    display: none;
}


/* SHOW NEW PRODUCTS */

.show-new-product {
    background-image: url(../img/generales/tecnology.jpg) !important;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


/* ABOUT US*/

.container-infor-nosotros:hover {
    box-shadow: 0px 0px 2px 0px rgba(27, 110, 235, 0.993);
}

.container-infor-nosotros {
    transition-property: box-shadow;
    transition-duration: 0.3s;
}

.icon-infor-nosotros {
    transition-property: color !important;
    transition-duration: 0.3s;
}

.icon-infor-nosotros:hover {
    color: black !important;
}

.container-contactenos {
    background-image: url(../img/generales/caontactenos.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#formContactenos .form-control {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: none !important;
    border: none !important;
    resize: none !important;
}

#formContactenos .form-control:hover {
    box-shadow: 0px 0px 2px 2px rgba(255, 251, 251, 0.993) !important;
}


/* SOPORTE Y CONTACTO */

.icon-contact {
    width: 60px;
    height: 40px;
}

#container-soporte a {
    text-decoration: none;
}


/* FOOTER STORE */

.container-footer {
    width: 90% !important;
    padding: 0px !important;
}


/************************************************* DISPOSITIVOS MUY GRANDE  ************************************************/

@media only screen and (max-device-width: 1316px) {
    .content-search-2 {
        display: none !important;
    }
    .content-search-3 {
        display: block !important;
    }
    /* CARRUCEL PUBLICIDA */
    .logo-carrucel1 {
        width: 400px !important;
    }
    .logo-carrucel2 {
        width: 600px !important;
    }
    .content-infor-carrucel2 {
        margin: 25px 0 !important;
    }
    .titulos-carrucel {
        font-size: 1.7rem;
    }
}


/************************************************* DISPOSITIVOS GRANDE  ************************************************/

@media only screen and (max-device-width: 992px) {
    /* INFORAMCION PRINCIPAL */
    .inf-horario {
        display: none;
    }
    .container-catalogo {
        width: 100%;
    }
    .info-services {
        width: 100%;
    }
    .content-option-user-1 {
        display: flex !important;
    }
    .content-option-user-2 {
        display: none !important;
    }
    .content-search-1 {
        display: flex !important;
    }
    .content-search-3 {
        display: none !important;
    }
    /* CARRUCEL PUBLICIDA */
    .logo-carrucel1 {
        width: 300px !important;
    }
    .logo-carrucel2 {
        width: 450px !important;
        margin: 20px !important;
    }
    .content-infor-carrucel2 {
        margin: 20px 0 !important;
    }
    .titulos-carrucel {
        font-size: 1.4rem;
    }
    .content-infor-carrucel {
        margin: 0px !important;
    }
    /* LISTA PRODUCTOS INDEX*/
    .cat-img {
        padding: 0px 0px !important;
        height: 200px;
    }
    .cat-img img {
        max-width: 180px;
        max-height: 180px;
    }
    /* CONTACTANOS */
    .container-infor-contactenos {
        width: 60% !important;
    }
}


/* DISPOSITOV MEDIO GRANDES */

@media only screen and (max-device-width: 801px) {
    .content-option-user-1 {
        display: flex !important;
    }
    .content-search-1 {
        display: none !important;
    }
    .content-search-3 {
        display: block !important;
    }
    .content-img-modal {
        padding: 0px 0px !important;
        margin: 10px 0px !important;
    }
    .content-modal2 {
        margin-bottom: 20px !important;
    }
}


/************************************************* DISPOSITIVOS MEDIANOS ************************************************/

@media (max-width:768px) {
    /* INFORAMCION PRINCIPAL */
    .inf-horario {
        display: none;
    }
    .container-navbar-infor {
        width: 95% !important;
        padding: 0px 10px 0px 15px !important;
    }
    .container-nav-store {
        width: 100% !important;
        padding: 0px 10px !important;
    }
    .nav-store {
        width: 95% !important;
        padding: 0px !important;
    }
    .content-search-3 {
        width: 95% !important;
        padding: 5px 0px !important;
        margin-bottom: 8px !important;
    }
    /* NAVEGADOR PRINCIPAL */
    .container-nav-catalogo {
        min-width: 0px !important;
    }
    /* CARRUCEL PUBLICIDA */
    .logo-carrucel1 {
        width: 250px !important;
    }
    .titulos-carrucel {
        font-size: 1.3rem;
    }
    .logo-carrucel2 {
        width: 350px !important;
    }
    .content-infor-carrucel2 {
        margin: 0px 0 !important;
    }
    /* SWIPER CATEGORIAS */
    .mySwiper {
        padding: 2px 2px !important;
    }
    /* CATALOGO PRODUCTOS */
    .cat-img img {
        height: auto;
        max-width: 180px;
        max-height: 180px;
    }
    /* LISTA PRODUCTOS INDEX*/
    .cat-img {
        padding: 0px 0px !important;
        height: 190px;
    }
    .cat-img img {
        max-width: 170px;
        max-height: 170px;
    }
    /* CONTACTANOS */
    .container-infor-contactenos {
        width: 70% !important;
    }
    .container-footer {
        width: 95% !important;
        padding: 0px !important;
    }
    /* STORE */
    .contenedor-all-store {
        width: 95% !important;
    }
}


/************************************************* DISPOSITIVOS PEQUEÑOS ************************************************/

@media (max-width:576px) {
    /* INFORAMCION PRINCIPAL */
    .inf-horario {
        display: none;
    }
    .container-navbar-infor {
        width: 100% !important;
        padding: 0px 10px 0px 15px !important;
    }
    .container-nav-store {
        width: 100% !important;
        padding: 10 px 10px !important;
    }
    .nav-store {
        width: 100% !important;
        padding: 0px !important;
    }
    .content-search-3 {
        width: 100% !important;
        padding: 5px 0px !important;
        margin-bottom: 6px !important;
    }
    /* NAVEGADOR PRINCIPAL */
    .nav-store {
        width: 100% !important;
    }
    .img-logo {
        max-width: 150px;
        height: 45px;
    }
    /* CARRUCEL PUBLICIDA */
    .logo-carrucel1 {
        width: 150px !important;
    }
    .logo-carrucel2 {
        width: 300px !important;
        margin: 10px 0px !important;
    }
    .titulos-carrucel {
        font-size: 0.85rem;
    }
    /* INFORMACION EMPRESA */
    #container-infor-empresa {
        margin-bottom: 0px !important;
    }
    /* SWIPER CATEGORIAS */
    #swiper-categorias {
        margin: 0px 0px !important;
    }
    .container-switer-category {
        margin: 0px !important;
    }
    .mySwiper {
        padding: 2px 2px !important;
    }
    /* LISTA DE PRODUCTOS DESCATADOS */
    #list-updates li a {
        padding: 0px 0px !important;
        margin: 0px 5px !important;
    }
    /* LISTA PRODUCTOS INDEX*/
    .cat-img {
        padding: 0px 0px !important;
        height: 180px;
    }
    .cat-img img {
        max-width: 150px;
        max-height: 150px;
    }
    /* CATLOGO BUSCAR PRODUCTOS */
    .container-catalogo {
        width: 100% !important;
    }
    /* CONTACTANOS */
    .container-infor-contactenos {
        width: 100% !important;
    }
    /* STORE PRODUCTOS */
    .contenedor-all-store {
        width: 100% !important;
    }
    /* ESTILOS VENTANA MODAL INICIAL */
    .modal-start {
        width: 100%;
        height: 100vh;
    }
    .contenido {
        width: 80%;
    }
}


/* DISPOSITIVOS MUY PEQUEÑOS */

@media (max-width:412px) {
    /* ESTILOS CARRUCEL */
    .logo-carrucel1 {
        width: 150px !important;
    }
    .logo-carrucel2 {
        width: 200px !important;
        margin: 5px !important;
    }
    .titulos-carrucel {
        font-size: 1rem;
    }
    .content-infor-carrucel {
        margin: 0px !important;
    }
    /* MOSTRAR PRODUCTOS */
    .container-mostrar-img {
        height: 250px;
    }
    .mostrar-img {
        width: 250px;
        height: 250px;
    }
    .content-img-mostrar img {
        max-width: 200px;
        max-height: 200px;
    }
}