
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300&display=swap');
.divprindipal{
    display: flex;
}
.gri_productos {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px, 1fr));
    gap: 15px 10px;
    text-align: center;
    width: 100%;
    margin: auto;
    top: 13px;
    position: relative;
}  
.card { 
    position: relative;
    width: 200px;
    background: white;  
    border-radius: 5px;
    box-shadow: rgb(100 100 111 / 50%) 0px 2px 7px 0px;
    border: 3px solid white;
    animation-duration: 0.5s;
    animation-name: slidein;
}
@keyframes slidein {
    from {
        opacity: 0;
    }
  
    to {
        opacity: 1;
    }
  }
.card:hover { 
    box-shadow: rgba(55, 55, 61, 0.5) 0px 20px 20px 0px;
    transform: scale(1.1);
    transition: all 0.4s ease-out;
    z-index: 500;
}
img.shoe.show {
    width: 86%; 
    height: auto;
    transition: all 200ms;
    position: relative;
    top: 8%;
}
img.shoe.show:hover {
    transform: scale(1.07);
    transition: all 200ms;
}
.guiacompra {
    display: none;
}
.guiacompra { 
    display: none;
} 
.div_agr {
    display: none;
}
.div_agr {
    display: none;
}
.buy-price {
    padding: 0px 0px;
    position: relative;
    top: 1px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    background-color: white;
}
.description {
    height: 115px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 98%;
    margin: auto;
}
p.text22>a {
    color: #01265d;
    font-weight: 500;
    font-family: math;
    font-size: 14px;
    line-height: 0; 
}
.shoeBackground { 
    width: 100%;
    height: 190px;
    border-radius: 10px 10px 0px 0px;
    
    background-size: cover;
    background-position-x: center;
    border-bottom: 1px solid rgb(0, 30, 75);
    overflow: hidden;
    position: relative;
}
.novedad {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.novedad:hover {

    overflow:visible; 
}
.div_agr2 {
    display: none;
}
button.buy {
    background: white;
    border-radius: 50px;
    border: 1px solid #0037ff;
    width: 96%;
    color: #0037ff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 29px;
    margin: 1% 2%;
    transition: all 300ms;
    justify-items: center;
    font-family: cursive;
}
.buy:hover {
    color: red;
    background-color: #b0c1ff;

    cursor: pointer;
}
.preciopublico3 {
    font-weight: 900;
    width: 100%;
    margin: auto;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
color: black;
}
.preciopublico22 {
    color: rgb(255, 0, 0);
    z-index: 50;
    position: relative;
    font-weight: 900;
    width: 100%;
    margin: auto;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;


}
.price {
    font-family: 'Sora', sans-serif;
    font-weight: 900;
    
}
.price2 {
    font-family: ui-monospace;
    font-weight: 900;
    float: right;
    background-color:black;
    color: white;
    border-radius: 0px 0px 0px 25px;
    padding: 1px 9px;
    font-size: 11px;
}
.h100{
    height: 100px;
}
.gri_productos2 {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(550px, 1fr));
    gap: 4px 4px;
    text-align: center;
    width: 100%;
    margin: auto;
    top: 13px;
    position: relative;    
}
.casecombos{
    position: absolute;
    top: -32px;
    left: 0;
    width: 377px;
    max-height: 290px;
}
.procecombos{
    position: absolute;
    top: 80px;
    min-width: 150px;
    width: 170px;
}
.bulds01{
margin: 0 2px;
padding: 2px 5px;
background-color: #6400ff;
color: white;
border-radius: 5px;
}

.bulds01:hover{
    background-color: white;
    color: red;
}

.namc{
    position: absolute;
    top: 0;
    left: 4%;
    color: #ff8d00;
}
.namc:hover{
    color: yellowgreen;
    cursor: pointer;
}
/*modal*/
.modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111111bd;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s .9s;
    --transform: translateY(-100vh);
    --transition: transform .8s;
    z-index: 999;
  }
  
  .modal--show{
    opacity: 1;
    pointer-events: unset;
    transition: opacity .6s;
    --transform: translateY(0);
    --transition: transform .3s .3s;
  }
  
  .modal__container{
    margin: auto;
    width: 90%;
    max-width: 600px;
    max-height: 90%;
    background-color: #fff;
    border-radius: 6px;
    padding: 3em 2.5em;
    display: grid;
    gap: 1em;
    place-items: center;
    grid-auto-columns: 100%;
    transform: var(--transform);
    transition:var(--transition);
  }
  
  .modal__title{
    font-size: 2.5rem;
  }
  
  .modal__paragraph{
    margin-bottom: 10px;
  }
  
  .modal__img{
    width: 90%;
    max-width: 300px;
  }
  
  .modal__close{
    text-decoration: none;
    color: #fff;
    background-color: #F26250;
    padding: 1em 3em;
    border: 1px solid ;
    border-radius: 6px;
    display: inline-block;
    font-weight: 300;
    transition: background-color .3s;
  }
  
  .modal__close:hover{
    color: #F26250;
    background-color: #fff;
  }

  .titulo2{
    font-size: 20px;
    border-bottom: 5px solid #080075
  }
  .titulo2 a{
    color: rgb(0, 155, 155);
  }
  .titulo2 a:hover{
    color: rgb(255, 10, 243);
  }
  
  @media (max-width:800px) {
    .modal__container{
        padding: 2em 1.5em;
    }
  
    .modal__title{
        font-size: 2rem;
    }
  }
@media (max-width: 500px) {
    .gri_productos {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(150px, 1fr));
    }
    img.shoe.show {
        height: 150px;
    }
    p.text22>a {
        font-size: 14px;
    }
    .card {
        width: 186px;
    }
}
/*sidebar index*/
.sidebarindex{
    width: 20%;
    position: relative;
    overflow: hidden;
}
.divgrande300x{
    width: 300%;
    margin: 1px;
    display: flex;
    transition: all 0.4s ease;
}
.div100x{
    width: 33.333%;
}
.div1{
    width: 90%;
    margin: auto;
    text-align: center;
    position: relative;
    border-radius: 15px;
    box-shadow: rgb(100 100 111 / 50%) 0px 2px 7px 0px;
    overflow: hidden;
    margin: 5px 0 ;
}
.imgsli{
    width: 100%;
    margin: auto;
    background-color: #00B8FC;
}
.imgsli img{
    width: auto;
    height: 120px;
    margin: auto;
}
.descslid{
    font-size: 10px;
    padding: 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}
.preslid{
    position: absolute;
    top: 55%;
    color: red;
    background-color: white;
    border-radius: 10px;
    padding: 2px 5px;
}
.raser{
    background-color: #44d62c;
}
.sillas{
    background-color: #ffbcbc;
}
:root {
    --arrow-bg: rgba(255, 255, 255, 0.3);
    --arrow-icon: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg);
    --option-bg: white;
    --select-bg: rgba(255, 255, 255, 0.2);
  }
.container100 {
    text-align: center;
  }
  /* <select> styles */
  select {
    /* Reset */
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    /* Personalize */
    width: 20rem;
    padding: 1rem 4rem 1rem 1rem;
    background: var(--arrow-icon) no-repeat right 0.8em center / 1.4em,
      linear-gradient(to left, var(--arrow-bg) 3em, var(--select-bg) 3em);
    color: rgb(51, 255, 0);
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    background-color: #00064b;
    /* Remove IE arrow */
    &::-ms-expand {
      display: none;
    }
    /* Remove focus outline */
    &:focus {
      outline: none;
    }
    /* <option> colors */
    option {
      color: inherit;
      background-color: var(--option-bg);
    }
  }
  
  @media (max-width:800px) {
    select{
        width: 48%;
        padding: 0.7rem;
    }
  
  }
  .CYBER{
    font-size: 35px;
    color: red;
    text-shadow: 3px 3px 8px #000000;
}