#imgPropuesta .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;

}


#imgItinerario .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
}

#imgItinerario .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
  font-size: 12px;
}

#imgMesaReg.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
  font-size: 12px;
}

.espaciado {
  margin-bottom: 100px;
}

.container {
  text-align: center;
}

.box {
  margin: 0 auto;
  position: relative;
  width: 50%;
}

.green-box {
  background-color: #82AB5D;
  border-radius: 10px;
  width: 700px;
  height: 500px;
  position: relative;
  overflow: hidden;
  font-style: Palatino Linotype;
  font-size: 80px;
  
}

.cuadro {
  background-color: #82AB5D;
  border-radius: 10px;
  width: 300px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.cuadro img {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
}

.position-image {
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
