.tipologia-item-wrapper{
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.tipologia-item-left{
  width: 60%;
  position: relative;
  margin-right: 15px;
}

.tipologia-item-right{
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.tipologia-descrip{
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: auto;
  line-height: 1.25;
}

.tipologia-border{
  width: 35%;
  margin-left: 65%;
}

.tipologia-img-wrapper{
  overflow: hidden;
}

.image-style-tipologia-de-colecciones{
  object-fit: cover;
  width: 100%;
}

.tipologia-title{
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: right;
  z-index: 10;
}

.layer-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vista-topologia-colecciones-page{
  padding-left: 20%;
  padding-right: 20%;
}

a.main-button.tipologia-colecciones{
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 10;
}

.row-even .tipologia-item-left{
  transform: translateX(67%);
  margin-left: 15px;
  margin-right: 0;
}

.row-even .tipologia-item-right{
  transform: translateX(-156%);
}

.row-even .tipologia-descrip{
  text-align: right;
  padding-left: 10px;
  padding-right: 0;
  border-right: 0;
}

.row-even .tipologia-border{
  margin-right: 65%;
  margin-left: 0;
}

.row-even .tipologia-title{
  right: 0;
  left: 15px;
  text-align: left;
}

.row-even a.main-button.tipologia-colecciones{
  right: 15px;
  left: 0;
  margin-left: auto;
}
