.contenedorNuevos{
  width: 14%;
  min-width: 250px;
  height: 70vh;
  position: fixed;
  top: 23%;
  right: 10px;
  z-index: 100;
  transition: all 0.3s;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 5px;
  display: flex;
  flex-wrap: wrap;

}

.subNuevo{
  width: 88%;
  position: relative;

}

.pestanaNuevo{

  cursor: pointer;
  color:#fff;
  font-weight: 700;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  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:2px solid #fff; */
    border-left: none;
    height: 150px;
    width: 12%;
    overflow: hidden;
    display: block;
    position: relative;

}

.pestanaNuevo div{
width: 100%;
height: 150px;
background-image: url("../images/LOGO/nuevos.png");
background-repeat: no-repeat;
background-size: auto;

}



.titulo1nuevo{
  width: auto;
  height: 5%;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f05225;
    color:#fff;
    font-size: 17px;
    /*border-bottom: 4px solid #f05225;*/
    border-top-left-radius: 5px;
}

.contenidoNuevo{
  width: auto;
  height: 40vh;
  background: #fff;
  overflow: auto;

}

.cajanuevosItems{
  width: auto;
  height: 900px;
  background: #fff;
  padding: 0.5em;
  padding-top: 1em;

}

.verMasNuevo{
  width: auto;
  height: 6%;
  background: #f05225;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;

  background: rgba(27,72,163,1);
    background: -moz-linear-gradient(left, rgba(36,87,189,1) 0%, rgba(27,72,163,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,87,189,1)), color-stop(100%, rgba(27,72,163,1)));
    background: -webkit-linear-gradient(left, rgba(36,87,189,1) 0%, rgba(27,72,163,1) 100%);
    background: -o-linear-gradient(left, rgba(36,87,189,1) 0%, rgba(27,72,163,1) 100%);
    background: -ms-linear-gradient(left, rgba(36,87,189,1) 0%, rgba(27,72,163,1) 100%);
    background: linear-gradient(to right, rgba(36,87,189,1) 0%, rgba(27,72,163,1) 100%);

}

.verMasNuevo:hover{
  font-size: 15px;
}


.itemNuevo{
  width: 100%;
  height: 120px;
  background: #F5F5F5;
  padding: 0.2em;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  margin-bottom: 1em;
  align-items: center;
  justify-content: center;



}

.itemNuevo img{
  width: 90%;
  height: 100%;
}

.subItemNuevo{
  font-size: 10px;
  width: 100%;
  height: auto;
  padding: 0.1em;
  position: relative;
  overflow: hidden;
  text-align: center;

}

.descripItemNuevo{
  display:table;
  text-align: justify;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 8px;
  max-height: 80%;
  color: #616161;
}

codigo0xx{
  color: #FF3D00;
  font-weight: 600;
}
