:root{
  --color-azul-obscuro: #01305b;
    --color-celeste: #008add;
    --color-celeste-claro:#00c5fb;
    --color-negro: #000;
    --color-blanco: #fff;
    --color-rosa:#eb0088;
     --color-beige:#f7cfbb;
    
}

/*INICIO PARTE SUPERIOR PAGOS*/
.botones .btn {
    border: none;
    border-radius: 5px;
    background: var(--color-celeste);
    color: white;
    width: 45%;
    height: 55px;
}
.b-blue {
    background: var(--color-azul-obscuro) !important;
}
/*FIN PARTE SUPERIOR PAGOS*/

/*INICIO PARTE SUPERIOR 4*/
.web-top{
  background: #ffffff;
}
.web-top .title{
  margin-top: 8.5vw;

}
.web-top .titulo{
  font-size: 1.5em;
  color: var(--color-azul-obscuro);
}
.web-top .ruta{
  color: #9d9d9d;
}
.web-top .ruta h1{
all: unset;
}
.web-top .ruta h2{
all: unset;
}
.web-top .ruta .active{
  color: var(--color-azul-obscuro);

}
.web-top .order{
    margin-top: 8.5vw;
    padding-left: 20%;
    padding-right: 20%;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.web-top .orden{
    align-self: center;
    margin-right: 10px;
    font-size: 1.5em;
    color: var(--color-azul-obscuro);
    font-weight: 600;
}
.web-top .btn-group .btn{
    font-size: 1em !important;
    background: #e9e9e9;
    border-radius: 0px;
}
/*FIN PARTE SUPERIOR 4*/

/*INICIO PARTE SUPERIOR 4.1*/
  .web-filtros{
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    display: flex;
    justify-content: space-between;
  }
  .web-filtros .order{
    width: 100%;
    align-self: center;
  }
  .web-filtros .orden{
    width: 100%;
    font-size: 1.5vw;
    color: var(--color-azul-obscuro);
    font-weight: 600;
  }
  .web-filtros .btn-group{
    width: 100%;
    }
  .web-filtros .btn-group .btn{
    background: #e9e9e9;
    border-radius: 0px;
    width: 25%;
    margin-left: 5px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    }
/*FIN PARTE SUPERIOR 4.1*/
/*INICIO PARTE PRODUCTOS 5*/
.web-productos{
    margin-top: 15px;
    padding-left: 20%;
    padding-right: 20%;
}

.swiper {
  width: 100%;
  height: max-content;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  box-sizing: content-box;
  flex: 0 1 auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 0;
  cursor: pointer;
  background-color: #ff0000;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
}
.swiper-grid-column>.swiper-wrapper{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.card .precio{
    font-size: 1.2em;
}
.paginas{
  width: 100%;
  height: 50px;
  text-align: center;
}
.paginas .swiper-pagination{
  all: unset;
  width: 100%;

}
.rile-next {
    margin-left: 19%;
    z-index: 99;
    left: 0;
    margin-top: -33%;
    position: absolute;
    width: 50px;
    height: 50px;
}
.rile-prev {
    margin-right: 18.8%;
    z-index: 99;
    right: 0;
    margin-top: -33%;
    position: absolute;
    width: 50px;
    height: 50px;
    align-items: center;
}
/*FIN PARTE PRODUCTOS 5*/

.web-pie .cuarto .marca h2{
all: unset;
}


/*CELULARES*/
@media screen and (max-width: 780px){
    
    
    
    
/*Inicio PARTE PRODUCTOS 4*/
.web-top .titulo {
    margin-top: 20px;
    font-size: 1.2rem;
    color: var(--color-azul-obscuro);
}
.web-top .orden {
    display: none;
    align-self: center;
    margin-right: 10px;
    font-size: 2.7vw;
    color: var(--color-azul-obscuro);
    font-weight: 600;
}
.web-top .order {
    margin-top: 12.5vw;
    padding-left: 10%;
    padding-right: 5%;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

/*Fin PARTE PRODUCTOS 4*/
/*Inicio PARTE PRODUCTOS 4.1*/
.web-filtros {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.web-filtros .orden {
    width: 100%;
    font-size: 1.1rem;
    color: var(--color-azul-obscuro);
    font-weight: 100;
}
.web-filtros .btn-group .btn {
    background: #e9e9e9;
    border-radius: 0px;
    width: 25%;
    margin-left: 0px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
/*Fin PARTE PRODUCTOS 4.1*/
/*Inicio PARTE PRODUCTOS 5*/
.web-productos {
    margin-top: 15px;
    padding-left: 5%;
    padding-right: 5%;
}
.rile-next {
    margin-left: 1%;
    z-index: 99;
    left: 0;
    margin-top: -130%;
    position: absolute;
    width: 50px;
    height: 50px;
}
.rile-prev {
    margin-right: 1%;
    z-index: 99;
    right: 0;
    margin-top: -130%;
    position: absolute;
    width: 50px;
    height: 50px;
    align-items: center;
}
.card .precio {
    font-size: 1.3rem;
}
.card .precio .igv {
    display: none;
    color: var(--color-azul-obscuro);
    margin-left: 5px;
    font-size: 0.6rem;
    width: 50px;
    line-height: 10px;
    height: 100%;
    align-self: center;
    margin-top: auto;
    margin-bottom: auto;
}
/*Inicio PARTE PRODUCTOS 5*/
/*INICIO PARTE SUPERIOR MODAL CARRITO DE COMPRAS */
.modal .modal-content .modal-body .contenedorresumen {
    display: flex;
    flex-direction: column;
}
.modal .modal-content .modal-body .contenedorresumen .izquierda {
    width: 100%;
    background: #fff;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.modal .modal-content .modal-body .contenedorresumen .derecha {
    margin-top: 10px;
    width: 100%;
    margin-left: 0px;
}
/*Fin PARTE SUPERIOR MODAL CARRITO DE COMPRAS */
























}
/* Para (300px-730px) height */  
@media only screen and (max-height: 730px) and (min-height: 300px)  {
    .rile-next{
        margin-top: -27%;
    }
    .rile-prev{
        margin-top: -27%;
    }
    .card .card-body .nombre{
        font-size: 0.8em;
    }
    .card .precio{
        font-size: 1em;
    }
    .swiper-slide img{
        height: 55% !important;
    }
}
/* Para (300px-730px) height */  
@media only screen and (max-height: 550px) and (min-height: 500px)  {
    .rile-next{
        margin-top: -29%;
    }
    .rile-prev{
        margin-top: -29%;
    }
}
/* Para (300px-730px) height */  
@media only screen and (max-height: 650px) and (min-height: 550px)  {
    .rile-next{
        margin-top: -33%;
    }
    .rile-prev{
        margin-top: -33%;
    }
}
/* Para (300px-730px) height */  
@media only screen and (max-height: 775px) and (min-height: 650px)  {
    .rile-next{
        margin-top: -38%;
    }
    .rile-prev{
        margin-top: -38%;
    }
}


















