* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

nav {
    width: 100%;
    transition: all 0.3s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 100;
}

.logoxz {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.logoxz>img {
    cursor: pointer;
    height: 60px;
}

/*Modify Grimalda*/
/*.logoxz img:last-child{*/
/*  position: absolute;*/
/*  bottom: -130px;*/
/*  width: 118px;*/
/*  height: 120px;*/
/*}*/


.menuxz {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 60%;
}

@media only screen and (max-width: 1024px) {
    .menuxz {
        width: 50%;
    }

    .logoxz {
        width: 18%;
    }

    .contactoxz {
        width: 24%;
    }
}

@media only screen and (max-width: 600px) {
  .logoxz img:last-child{
    display: none;    
  }
}

.menuxz li {
    list-style: none;
    margin-left: 0.5em;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.menuxz li a {
    display: block;
    padding: 1em;
    height: auto;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f05225;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(252, 252, 252, 1);
}

.menuxz li a:HOVER {
    color: rgba(27, 72, 163, 1);
}

.contactoxz {
    width: 20%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    transition: all 0.3s;
}

.llamaxz {
    width: 100%;
    padding: 0.5em;
    padding-right: 2em;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 3px;
    /*background: #8a2396;*/
    text-align: right;
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
}

.llamaxz:hover {
    text-decoration: none;
}

.contactoxz a:hover {
    text-decoration: none;
    font-weight: 600;
}

#ico-menu {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    color: #fff;
    font-size: 35px;
    border-bottom: none;
    transition: all 0.3s;
}

.smenuxz {
    display: block;
}

.submenuxz {
    background: rgba(250, 250, 250, 0.5);
    width: 100%;
    border-bottom: 4px solid #fff;
    border-right: 1px solid #fff;
    border-left: 0px solid #fff;
    /*padding:0.5em;*/
    position: absolute;
    bottom: -186%;
    display: none;
    transition: all 0.5s;
    text-align: center;
    /*border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: -1px 11px 37px -18px rgba(0,0,0,0.34);
    -moz-box-shadow: -1px 11px 37px -18px rgba(0,0,0,0.34);
    box-shadow: -1px 11px 37px -18px rgba(0,0,0,0.34);*/
}

.submenuxz li {
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.3s;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #fff;
}

.submenuxz li:hover {
    background: #FFCCBC;
    border-bottom: 4px solid #fff;
}

.menuxz li:hover .submenuxz {
    display: block;
}

.banner-info {
    margin-top: 0;
}

.shipping {
    margin-top: 14em;
}

.cjabb {
    position: fixed;
    z-index: 1000;
    bottom: 10%;
    right: 5%;
}

.boxBuscadorxz {
    background-color: rgba(244, 81, 30, 0.9);
    height: 0vh;
    width: 0%;
    position: fixed;
    top: 0%;
    z-index: 10000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s;
}

.formxz {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#buscarxz {
    width: 80%;
    margin-left: 0.5em;
    padding: 1em;
    padding-bottom: 0.4em;
    padding-left: 0em;
    font-size: 37px;
    background: none;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    transition: all 0.2s;
    text-align: center;
}

#buscarxz:focus {
    border-bottom: 3px solid rgba(27, 72, 163, 1);
    outline: 0;
}

#buscarxz::placeholder {
    color: rgb(245, 245, 245);
}

.icoBuscadorxz {
    position: fixed;
    z-index: 10001;
    bottom: 2%;
    right: 10px;
    transition: all 0.5s;
}

#busca-icoxz {
    display: none;
}

.ico-search-2 {
    padding-top: 0.6em;
    font-size: 50px;
    vertical-align: bottom;
    color: #fff;
    transition: all 0.3s;
}

.ico-search-2:hover {
    font-size: 60px;
    cursor: pointer;
}

label {
    vertical-align: bottom;
}

.lcerrar {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 2%;
    left: 2%;
    transition: all 0.3s;
    cursor: pointer;
}

.lcerrar:hover {
    transform: rotate(90deg);
}

.icoBuscadorxz {
    background: rgba(27, 72, 163, 1);
    background: -moz-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 72, 163, 1)), color-stop(100%, rgba(36, 87, 189, 1)));
    background: -webkit-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: -o-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: -ms-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: linear-gradient(to right, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    font-size: 20px;
    padding: 0.5em;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: -1px 0px 18px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 18px -2px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 18px -2px rgba(0, 0, 0, 0.75);
}

.icoBuscadorxz:hover {
    font-size: 22px;
}

.paginacion {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.paginacion>li {
    width: 30px;
    text-align: center;
    background: #fff;
    border: 0.5px solid #BDBDBD;
    padding: 0.4em;
    background: rgba(27, 72, 163, 1);
    background: -moz-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 72, 163, 1)), color-stop(100%, rgba(36, 87, 189, 1)));
    background: -webkit-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: -o-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: -ms-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: linear-gradient(to right, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    color: #fff;
    border: none;
    border-style: none;
}

.paginacion>li>a {
    color: #fff;
    font-size: 17px;
}

.paginacion>select {
    padding: 0.4em;
    background: #f05225;
    color: #fff;
    border-style: none;
    height: 35.19px;
}

.pagantes {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagdespues {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.infornibk {
    width: 130px;
    height: 160px;
    position: fixed;
    z-index: 101;
    bottom: 5vh;
    left: 2%;
    justify-content: center;
    align-items: center;
}

.infornibk>img {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
    cursor: pointer;
}

.infornibk>img:hover {
    transform: scale(1.05);
    transform: rotate(-5deg);
}

.infornibk~.tipIn {
    opacity: 1;
}

.tipIn {
    background: #9e1895;
    color: #fff;
    padding: 0.2em;
    text-align: center;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.3s;
}

.contprocIndex {
    width: 100%;
    margin: auto;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cajacpi {
    width: 20%;
    margin: 1em;
    min-width: 250px;
    -webkit-box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.75);
    padding: 0.8em;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 424px;
}

.cajacpi h2 {
    font-size: 24px;
}

.cpidesc {
    text-align: justify;
    margin-bottom: 1em;
}

.sabercpi {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    padding: 0.3em;
    transition: all 0.3s;
    background: rgba(27, 72, 163, 1);
    background: -moz-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 72, 163, 1)), color-stop(100%, rgba(36, 87, 189, 1)));
    background: -webkit-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: -o-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: -ms-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: linear-gradient(to right, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    border-radius: 2px;
}

.sabercpi:hover {
    text-decoration: none;
    color: #fff;
}

.css3>img {
    width: 100%;
}

.cuadroBR {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    cursor: pointer;
    transition: all 0.3s;
}

.nuevaOpcionBR {
    display: block;
    width: 100px;
    padding: 0.5em;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    transition: all 0.3s;
}

.activadoRB {
    background: rgba(27, 72, 163, 1);
    background: -moz-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 72, 163, 1)), color-stop(100%, rgba(36, 87, 189, 1)));
    background: -webkit-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: -o-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: -ms-linear-gradient(left, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    background: linear-gradient(to right, rgba(27, 72, 163, 1) 0%, rgba(36, 87, 189, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b48a3', endColorstr='#2457bd', GradientType=1);
}

.cajaBR {
    width: 80%;
    justify-content: center;
    align-items: center;
}

#bscBR {
    width: 100%;
}