.stand__render {
  background: url(../img/stands/bg-muestracomercial.jpg) no-repeat;
  background-size: cover;
  margin-top: 40px;
}
.stand__render--ucontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 10vw 0 6vw;*/
  position: relative;
}
.stand__render--ucontainer > img.render {
    width: 100%;
}
.stand__render--ucontainer .stand__render--cajaredes {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  /* width: 30px; */
  position: absolute;
  background: #132e45;
  padding: 5px 7px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 4px 4px 6px rgb(0 0 0 / 33%);
}
.stand__render--ucontainer.tipo1 .stand__render--cajaredes {
  left: 8%;
  top: 24%;
}
.stand__render--ucontainer.tipo2 .stand__render--cajaredes {
  top: 30.6%;
  left: 8%;
}
.stand__render--ucontainer.tipo2nuevo .stand__render--cajaredes {
  top: 49.5%;
  left: 76%;
}
.stand__render--ucontainer.tipo3 .stand__render--cajaredes {
  top: 33%;
  left: 8%;
}
.stand__render--ucontainer .stand__render--cajaredes a {
  margin-bottom: 9px;
  border: 1px solid #fff;
  /* margin-bottom: 35px; */
  padding: 6px 12px;
  border-radius: 20px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stand__render--ucontainer .stand__render--cajaredes a i{
  font-size: 0.8em;
  color: #fff;
}
.stand__render--ucontainer .stand__render--cajabotones {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
}
.stand__render--ucontainer.tipo1 .stand__render--cajabotones {
  top: 21%;
  left: 83.4%;
}
.stand__render--ucontainer.tipo2 .stand__render--cajabotones {
  top: 18.5%;
  left: 14%;
}
.stand__render--ucontainer.tipo2nuevo .stand__render--cajabotones {
  top: 31%;
  left: 7.2%;
}
.stand__render--ucontainer.tipo3 .stand__render--cajabotones {
  top: 22%;
  left: 84%;
}
.stand__render--ucontainer .stand__render--cajabotones a {
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  margin-bottom: 8px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  border: 3px solid #d1d1d1;
  border-left: 0;
  box-shadow: inset 4px 4px 6px rgb(0 0 0 / 33%);
  color: unset;
}

.stand__render--ucontainer .stand__render--cajabotones a div {
  position: absolute;
  background: rgb(0 0 0 / 60%);
  color: #fff;
  width: 200px;
  font-size: 0.7em;
  margin-left: 65px;
  top: 10px;
  transform-origin: left;
  transform: scaleX(0); 
  transition: 0.3s ease-out all;
  padding: 5px;
  z-index: 1;
}
.stand__render--ucontainer .stand__render--cajabotones a:hover div {
  transform: scaleX(1); 
}
.stand__render--ucontainer .stand__render--cajabotones a img {
  filter: hue-rotate(72deg) brightness(0.8) saturate(1);
  height: 23px;
}
.stand__render--ucontainer .stand__render--cajabotones a p{
  color: #333;
  font-weight: 900;
  font-size: 0.6em;
  margin: 0;
}
.stand__render--ucontainer .stand__render--logohorizontal {
  position: absolute;
  background: #efefef;
  border: 3px solid #d1d1d1;
  box-shadow: inset 4px 4px 6px rgb(0 0 0 / 33%);
  padding: 3px 3px 0;
}
.stand__render--ucontainer .stand__render--logohorizontal a{
  display: flex;
  align-items: flex-start;
}
.stand__render--ucontainer.tipo3 .stand__render--logohorizontal {
  background: transparent;  
  padding: 0;
}
.stand__render--ucontainer.tipo1 .stand__render--logohorizontal {
  left: 44.5%;
  top: 31%;
}
.stand__render--ucontainer.tipo1 .stand__render--logohorizontal img{
  width: 100%;
  max-width: 180px;
  height: 55px;
  object-fit: fill;
}
.stand__render--ucontainer.tipo2 .stand__render--logohorizontal {
  left: 78.5%;
  top: 21%; 
}
.stand__render--ucontainer.tipo2 .stand__render--logohorizontal img {
  width: 100%;
  max-width: 107px;
  height: 161px;
  object-fit: fill;
}
.stand__render--ucontainer.tipo2nuevo .stand__render--logohorizontal {
  left: 18.5%;
  top: 35%;
}
.stand__render--ucontainer.tipo2nuevo .stand__render--logohorizontal img{
  width: 100%;
  max-width: 160px;
  height: 90px;
  object-fit: fill;
}
.stand__render--ucontainer.tipo3 .stand__render--logohorizontal {
  left: 14.5%;
  top: 25.5%;
}
.stand__render--ucontainer.tipo3 .stand__render--logohorizontal img {
  width: 100%;
  max-width: 100px;
  height: 160px;
  object-fit: fill;
}
.stand__render--ucontainer .stand__render--video {
  position: absolute;
  width: 100%;  
  overflow: hidden;
}
.stand__render--ucontainer.tipo1 .stand__render--video {
  max-width: 238px;
  top: 27.1%;
  left: 40.8%;
  height: 133px;
}
.stand__render--ucontainer.tipo2 .stand__render--video {
  max-width: 233px;
  top: 24.5%;
  left: 34.6%;
  height: 129px;
}
.stand__render--ucontainer.tipo2nuevo .stand__render--video {
  max-width: 235px;
  top: 36.5%;
  left: 38.4%;
  height: 131px;
}
.stand__render--ucontainer.tipo3 .stand__render--video {
  max-width: 241px;
  top: 27.3%;
  left: 38.6%;
  height: 133px;
}
.stand__render--ucontainer .stand__render--video img.vidscreen {
  width: 100%;
  height: 100%;
    object-fit: cover;
    object-position: center center;
}
.stand__render--ucontainer .stand__render--video img.ico-play {
  position: absolute;
  /* background: #f4f4f461; */
  height: 78px;
  padding: 10px 10px 10px 14px;
  /* height: 47px; */
  border-radius: 25px;
  opacity: 0.9;
}
.stand__render--ucontainer.tipo1 .stand__render--video img.ico-play {
  top: 22.5%;
  left: 34%;
  filter: hue-rotate(68deg) brightness(0.9) drop-shadow(2px 4px 6px #000);
}
.stand__render--ucontainer.tipo2 .stand__render--video img.ico-play {
  top: 22%;
  left: 32%;
  filter: hue-rotate(75deg) brightness(1.1) saturate(2);
}
.stand__render--ucontainer.tipo2nuevo .stand__render--video img.ico-play {
  top: 15%;
  left: 25%;
  filter: hue-rotate(75deg) brightness(1.1) saturate(2);
}
.stand__render--ucontainer.tipo3 .stand__render--video img.ico-play {
  top: 22%;
  left: 32%;
  filter: hue-rotate(75deg) brightness(1.1) saturate(2);
}
.stand__render--ucontainer .stand__render--logocuadrado {
  position: absolute;
  background: #efefef;
  border: 3px solid #d1d1d1;
  box-shadow: inset 4px 4px 6px rgb(0 0 0 / 33%);
  padding: 3px 2px 0;
}
.stand__render--ucontainer.tipo1 .stand__render--logocuadrado {
  top: 63.5%;
  left: 10%;
}
.stand__render--ucontainer.tipo2 .stand__render--logocuadrado {
  top: 55%;
  left: 67%;
}
.stand__render--ucontainer.tipo2nuevo .stand__render--logocuadrado {
  top: 11.5%;
  left: 44.5%;
}
.stand__render--ucontainer.tipo3 .stand__render--logocuadrado {
  top: 8.5%;
  left: 42.3%;
}
.stand__render--ucontainer .stand__render--logocuadrado a{
  display: flex;
  align-items: flex-start;
}
.stand__render--ucontainer .stand__render--logocuadrado img {
  width: 100%;
  max-width: 175px;
}
.stand__render--ucontainer.tipo1 .stand__render--logocuadrado img {
    max-width: 140px;
}
.stand__render--ucontainer .stand__render--bannercuadrado {
  position: absolute;
  background: #efefef;
  border: 2px solid #d1d1d1;
  box-shadow: 4px 4px 6px rgb(0 0 0 / 33%);
  padding: 1px 1px 0;
}
.stand__render--ucontainer.tipo1 .stand__render--bannercuadrado {
  left: 27%;
  top: 22%;
}
.stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(3){
  left: 63%;
  top: 31.5%;
}
.stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(2){
  left: 63%;
  top: 44.5%;
}
.stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(1) {
  left: 60%;
  top: 26%;
}
.stand__render--ucontainer.tipo2nuevo .stand__render--bannercuadrado:nth-last-child(3){
  left: 81%;
  top: 38.5%;
}
.stand__render--ucontainer.tipo2nuevo .stand__render--bannercuadrado:nth-last-child(2){
  left: 63%;
  top: 44.5%;
}
.stand__render--ucontainer.tipo2nuevo .stand__render--bannercuadrado:nth-last-child(1){
  left: 79%;
  top: 36%;
}
.stand__render--ucontainer.tipo3 .stand__render--bannercuadrado{
  /*border: 2px solid #3e383c;
  box-shadow:inset 4px 4px 6px rgb(0 0 0 / 33%);
  padding: 0;*/
}
.stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(3) {
  left: 64%;
  top: 29%;
}
.stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(2) {
  left: 27.5%;
  top: 25.5%;
}
.stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(1) {
  left: 27.5%;
  top: 39.6%;
}
.stand__render--ucontainer.tipo1 .stand__render--bannercuadrado a{
  display: flex;
  align-items: flex-start;
}
.stand__render--ucontainer.tipo3 .stand__render--bannercuadrado a{
  display: flex;justify-content: flex-start;
  align-items: flex-start;
}
.stand__render--ucontainer .stand__render--bannercuadrado img{
  width: 100%;
  object-fit: fill;
}
.stand__render--ucontainer.tipo1 .stand__render--bannercuadrado img {
  max-width: 106px;
  height: 168px;
}
.stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(3) img{
  max-width: 60px;
  height: 60px;
}
.stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(2) img{
  max-width: 60px;
  height: 60px;
}
.stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(1) img {
  max-width: 160px;
  height: 103px;
}
.stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(3) img {
  width: 170px;
  height: 116px;
}
.stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(2) img {
    max-width: 65px;
    height: 65px;
}
.stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(1) img{
  max-width: 65px;
  height: 65px;
}
.stand__render--ucontainer.tipo3 .stand__render--btningresarasala {
  position: absolute;
  bottom: 18%;
}
.stand__render--ucontainer.tipo3 .stand__render--btningresarasala a div{
  display: flex;align-items: center;justify-content: center;
  font-weight: 800;
  padding: 14px 34px;
  background: #fff;
  color: #202020;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.stand__render--ucontainer.tipo3 .stand__render--btningresarasala a div img{
  height: 16px
}
img.swipeicon {
    display: none;
}

@media (max-width: 1366px){
  /*.stand__render--ucontainer.tipo2 .stand__render--cajabotones {
    top: 29%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--logocuadrado {
    top: 11%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--video {
    top: 33.4%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--logohorizontal {
    top: 35.5%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(3) {
    top: 31%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(2) {
    top: 44%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--cajaredes {
    top: 44%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(1) {
    top: 35.5%;
  }*/
}



@media (max-width: 1024px){  
  /*.stand__render--ucontainer.tipo2 .stand__render--logocuadrado {
    top: 11%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--video {
    top: 33.4%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--logohorizontal {
    top: 35%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--cajabotones {
    top: 28.5%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--cajaredes {
    top: 44%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(3) {
    top: 31%;
  } 
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(2) {
    top: 44%;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(1) {
    top: 35.5%;
  }*/
  .stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(3) {
    left: 64.5%;
    top: 29%;
  }
  .stand__render--ucontainer.tipo3 .stand__render--logocuadrado {
    top: 8.5%;
    left: 41.2%;
  }
  .stand__render--ucontainer.tipo3 .stand__render--video {
    max-width: 241px;
    top: 27.3%;
    left: 38.6%;
    height: 135px;
  }

}
@media (max-width: 1023px){
  .stand__render .stand__render--ucontainer {
      padding-left: 0;
      padding-right: 0;
  }
}
@media (max-width: 800px){
  .stand__render .stand__render--ucontainer {
      overflow-x: scroll;
  }
  .stand__render--ucontainer > img.render {
      width: 768px;
  }
  .stand__render--ucontainer .stand__render--logocuadrado img {
    width: 100px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--logocuadrado img {
    width: 119px;
  }
  .stand__render--ucontainer.tipo1 .stand__render--logocuadrado {
    top: 306px;
    left: 75px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--logocuadrado {
    top: 264px;
    left: 519px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--logocuadrado {
    top: 42px;
    left: 337px;
  }
  .stand__render--ucontainer.tipo1 .stand__render--video {
    max-width: 177px;
   top: 131px;
    left: 314px;
    height: 97px;
  } 
  .stand__render--ucontainer.tipo2 .stand__render--video {
    top: 117px;
    width: 175px;
    left: 266px;
    height: 98px;
    }
  .stand__render--ucontainer .stand__render--video img.ico-play {
    height: 58px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--video img.ico-play {
    top: 15px;
    left: 55px;
    height: 66px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--cajabotones {
    left: 106px;
    top: 88px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--cajabotones {
    top: 110px;
    left: 631px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--logohorizontal {
    top: 97px;
    left: 600px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--logohorizontal img {
    width: 100%;
    width: 73px;
    height: 121px;
    object-fit: fill;
  }
  .stand__render--ucontainer.tipo1 .stand__render--bannercuadrado img {
    max-width: 75px;
    height: 110px;
  }
  .stand__render--ucontainer.tipo1 .stand__render--bannercuadrado {
    left: 184px;
    top: 125px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(3) {
    top: 146px;
    left: 484px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(3) img {
    width: 40px;
    height: 40px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(2) {
    top: 206px;
    left: 484px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(2) img {
    width: 40px;
    height: 40px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(3) {
    left: 492px;
    top: 130px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(2) {
    left: 228px;
    top: 132px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(1) {
    left: 228px;
    top: 194px;
  }
  .stand__render--ucontainer.tipo1 .stand__render--cajaredes {
    left: 54px;
    top: 101px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--cajaredes {
    top: 90px;
    left: 41px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--cajaredes {
    left: 52px;
    top: 107px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(1) {
    top: 143px;
    left: 465px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(1) img {
    width: 115px;
    height: 78px;
  }   
  .stand__render--ucontainer.tipo3 .stand__render--btningresarasala {
    bottom: 74px;
    left: 266px;
    width: 245px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--cajabotones a {
   /* padding: 12px 13px;*/
  }
  .stand__render--ucontainer.tipo3 .stand__render--cajabotones a img {
    /*height: 21px;
    margin-bottom: 0;*/
  }
  .stand__render--ucontainer.tipo3 .stand__render--logohorizontal {
    left: 110px;
    top: 132px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--logohorizontal img {
    width: 100px;
    height: 135px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(3) img {
    width: 120px;
    height: 70px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(2) img {
    width: 50px;
    height: 50px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(1) img {
    width: 50px;
    height: 50px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--video {
    max-width: 179px;
    top: 132px;
    left: 297px;
    height: 99px;
  }
}
@media (max-width: 600px){
  img.swipeicon {
    display: block;
    position: absolute;
    /*top: 489px;*/
    width: 35px;
    right: 35px;
    z-index: 1;
    margin-top: 52px;
  }
  .stand__acercaexpositor {
    flex-direction: column-reverse;
    align-items: center;
  }
  .stand__acercaexpositor >div.linea{
    display: none;
  }
  .stand__acercaexpositor >div:first-child {
    width: 50%;
  } 
  .stand__nombreexpositor {
    flex-direction: column;
    align-items: flex-start;
  }
  .stand__nombreexpositor.tipo2>div:first-child,
  .stand__nombreexpositor.tipo3>div:first-child {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .stand__nombreexpositor>div:first-child {
    width: 24%;
  }
  .stand__nombreexpositor div:first-child img {
    height: 45px;
  }
  .stand__nombreexpositor a div i {
    font-size: 1.8em;
  }
  .stand__render--ucontainer {
    justify-content: flex-start;
  }
  .stand__render--ucontainer.tipo1 .stand__render--logohorizontal {
    top: 114px;
  }  
  .stand__render--ucontainer.tipo1 .stand__render--cajabotones {
    top: 105px;
    left: 640px;
  }
  /*.stand__render--ucontainer.tipo2 .stand__render--cajabotones {
    top: 137px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--logohorizontal {
    top: 203px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--video {
    top: 161px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--logocuadrado {
    top: 57px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(3) {
    top: 146px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(2) {
    top: 207px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--bannercuadrado:nth-last-child(1) {
    top: 168px;
  }
  .stand__render--ucontainer.tipo2 .stand__render--cajaredes {
    top: 210px;
  }*/
 /* .stand__render--ucontainer.tipo3 .stand__render--cajabotones {
    left: 15px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--logocuadrado {
    top: 35px;
    left: 330px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--btningresarasala {
    bottom: 8%;
    left: 285px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--cajaredes {
    left: 239px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--logohorizontal {
    left: 287px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(3) {
    left: 480px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(2) {
    left: 480px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--bannercuadrado:nth-last-child(1) {
    left: 669px;
  }
  .stand__render--ucontainer.tipo3 .stand__render--btningresarasala a div {
    padding: 14px 14px;
    width: 195px;
  }*/
}