/*
Theme Name: Electro Store
Theme URI: https://electrostore.disap.com.ar/
Author: DisAP
Author URI: https://disap.com.ar/
Description: Template creado para FF Creaciones en el año 2024
Requires PHP: 7.6.4
Version: 1.0*/
/* @import url('./assets/css/productos.css'); */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  --primario: #E40044;
  --segundo: #B30036;
  --oscuro: #162726;
  --cielo: #fff;
  --purpura: #1B1717;
    /* outline: 1px solid rgba(72, 255, 0, 0.3); //chequea errores de estilo */
}
body{
    background: var(--cielo);
    box-sizing: border-box;
    margin: 0%;
    padding: 0px;
}
header{
    background: #ccc;
    
}
section{
    width: 100%;
    padding: 15px;
    
}
footer{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 25px;
    background-color: var(--purpura);
}
.menu{
    >ul{
        display: grid;
    grid-template-columns:  repeat(4,1fr);
    }
}
.textcopy {
    padding: 0px;
    margin: 28px auto;
    width: 80%;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.textcopy a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.bodySite{
    width: 100%;
    max-width: 1500px;
    margin: auto;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background-color: #fff;
    height: fit-content;
}

/* home */
.headerUp {
    background: var(--wc-red);
    width: 100%;
    left: 0;
    position: fixed;
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    z-index: 100;
}

.headerBack{
    width: 100%;
    height: 75px;

}
.headmenu{
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 300px 1fr 60px 60px;
    padding: 10px 20px;
    grid-gap: 0px 20px;
    align-content: center;
    margin: auto;
}
.header-cart a {
    color: var(--color-white);
    font-size: 24px;
    position: relative;
}
.cart-count {
    position: absolute;
    top: -8px;
    right: -12px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.btncarro {
    display: grid;
    margin: auto;
    position: relative;
    >span{
        color: #ffff;
        padding: 5px 10px;
        background: var(--purpura);
    }
}
#logo_head{
    width: 190px;
    margin: auto 15px;

}

.menu_superior {
    width: 100%;
    height: auto;
    display: grid !important;
    text-decoration: none;
    grid-gap: 10px;
    list-style: none;
    align-content: center;
    justify-content: center;
   transition: all 0.5s;
       grid-template-columns: repeat(4, 1fr);
   >ul{
    display: grid;
   }
}
.menu_superior li{
    text-align: center;
    list-style: none;
    
}
.menu_superior li a{
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
}
.icoRedes{
    width: 25px;
    height: 25px;
}
.socials {
    display: grid;
    grid-template-columns: repeat(3, 41px);
    justify-content: center;
    grid-gap: 20px;
}
.socials a {
    margin: auto;
}
.contendor_logo {
    display: grid;
    margin: auto;
    position: relative;
}
.section_and_widget {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    min-height: 63dvh;
}
.widget {
    padding: 20px 0px;
    list-style: none;
    display: grid;
    align-content: baseline;
    grid-gap: 13px;
}
.widget li a {
    text-decoration: none;
    padding: 10px 10px 10px 25px ;
    display: block;
    width: 100%;
    background-color: var(--purpura);
    color: #fff;
    border-radius: 4px;
}
.woocommerce ul.products li.product .button {
    
    background: var(--wc-red) !important;
}
.product form.cart .button {
    
    background: var(--wc-red) !important;
}
/* post blog */
.post-blog {
    margin: 25px 10px;
    border-radius: 20px;
    background: #ccc;
    padding: 20px;
}
.blog-t{
    color: var(--purpura);
    font-size: 30px;
    margin-bottom: 15px;
}
.post-blog p{
    font-size: 22px;
    line-height: 35px;
}
hr {
    margin: 26px;
    background: #666;
}
.cuenta_deposito {
    margin: 10px 0px;
    padding: 10px 20px;
    background: var(--cielo);
    border-radius: 7px;
    text-align: center;
    position: relative;
}
.btnCopy {
   cursor: pointer;
    position: absolute;
    margin: 10px;
    width: 25px;
    height: 25px;
    z-index: 10;
    top: 5px;
    right: 5px;
    
}
.cuenta_deposito h2{
    font-size: 18px;
}
/* paginacion */
.page-numbers{
    display: grid;
    grid-gap: 10px;
    font-size: 20px !important;
    font-weight: bold !important;
}
ul.page-numbers li {
    margin: 0px 5px !important;
    border-radius: 4px !important;
}
.page-numbers li a{
    background: #49817c;
    color: #fff;
    
}
.page-numbers li span{
    color: var(--purpura) !important;
}
/* menu inferior */
.menu_footer{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    list-style: none;
    grid-gap: 20px;
    max-width: 1400px;
    >li{
    >a{
        text-align: center;
    }
    }
}
.menu_footer li a{
    text-decoration: none;
    color: #fff;
    display: block;
   
}
/* Slide */
.poster {
    width: 100%;
    height: calc(100vh - 75px);
    position: relative;
    overflow: hidden;
    background-image: url(./assets/banners/portada2.jpg);
    background-attachment: fixed;
    background-position: center;
    /* background-position-y: -156px; */
    background-size: cover;
    background-repeat: no-repeat;
}
.poster img {
    width: 300px;
    margin: auto;
    position: absolute;
    margin-left: calc(50% - 150px);
    margin-top: 125px;
}
.b_navidad {
    width: 100%;
    object-fit: contain;
    height: auto;
}
.logo-c {
    position: absolute;
    z-index: 20;
    width: 180px;
    margin-left: calc(50% - 75px);
    margin-top: 25px;
}

.close{
    display: none !important;
}
.menu-sticky li:nth-child(-n+3) {
    display: none;
}

/* instala PWA */
.instalPWA{
    width: 100%;
    padding: 16px;
    display: none;
    justify-content: center;
    background-color: var(--purpura);
    color: #fff;
    bottom: 0px;
    border: 0px;
    position: fixed;
    
}
#installButton {
    border: 0px;
    background: none;
    padding: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.cerrarBtn {
      position: absolute;
    right: 12px;
    top: 12px;
    padding: 9px 3px;
    background: rgb(255, 255, 255, 0.6);
    color: #000;
    font-weight: bolder;
    border-radius: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 34px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (max-width: 980px){
    .verBtnPWA {
        display: grid;
        grid-gap: 10px;
        z-index: 50;
    }
    .menu-sticky li:nth-child(-n+3) {
    display: block;
}

}
@media (max-width: 896px) {
    .section_and_widget {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 20px;
    }
    .widget {
        display: none;
    }
    .headmenu{
        grid-template-columns: 1fr 50px 50px;
    }
    .menu_superior{
        display: grid;
        grid-auto-columns: 1fr;
        height: 0px;
        overflow: hidden;
        grid-column: span 2;
        transition: all 0.5;
        order: 4;
    }
    
    .menu_superior li, .socials{
        grid-column: span 5;
        margin: auto;
        width: 100%;
        padding: 10px;
    }
    .menu_superior li a{
        width: 100%;
        display: inline;
    }
    
    .btnMenu{
        width: 61px;
        height: auto;
        background: none;
        border: 0px;
        cursor: pointer;
        margin: auto;
        display: block;
    }
    .btnMenu img{

        width: 80%;
        height: auto;
    }
}