.ir-soon,
.ir-soon * {
  box-sizing: border-box;
}
.ir-soon {
  background: #2f5854;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: calc(50% - 99px);
  bottom: 100px;
}
._2602-84-18 {
  color: #ffffff;
  text-align: left;
  font: 500 16px "Inter", sans-serif;
  position: relative;
}
.cartagena-1623-101 {
  color: #ffffff;
  text-align: left;
  font: 500 16px "Inter", sans-serif;
  position: relative;
}
.administraci-n-ir-com-uy {
  color: #d6f867;
  text-align: left;
  font: 500 16px "Inter", sans-serif;
  position: relative;
}
.cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: calc(50% - 237px);
  top: calc(50% - 35.01px);
  overflow: visible;
  width:474px;
  height:70px;
}
.logo {
  position: absolute;
  left: calc(50% - 198px);
  top: 100px;
  overflow: visible;
	width:396px;  
	height:60px;
}

@media only screen and (max-width: 500px) {

.cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: calc(50% - 138px);
  top: calc(50% - 20px);
  overflow: visible;
  width:276px;
  height:41px;
}
.logo {
  position: absolute;
  left: calc(50% - 138px);
  top: 100px;
  overflow: visible;
	width:276px;  
	height:42px;
}
  
}
