body {
    background-color: #99dbf2;
}
.home {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 204, 255, 0.2)),
        url('../img/infraestructura_publica_y_privada/main.png') bottom / cover no-repeat;
    height: 100vh;
    padding: 0;
}
.home .solutions_home {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .title {
    margin: 0;
}

.background_section {
    background: url('../img/background/solutions_background.png') center / cover no-repeat;
    background-size: 900vh;
}

.main_icon {
    width: 216px;
    height: 216px;
    border-radius: 28px;
    background: linear-gradient(0deg, #00D0FF, #00D0FF);

}

.main_icon img {
    width: 216px;
    height: 216px;
}

.subtitle {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-family: var(--default-bold-font);
    color: #000;
}

.target_section {
    margin-top: 6rem;
}

.target_section .title {
    margin-top: 2rem;
	font-family: var(--BCA-Regular);
}

.target_section .title, .target_section .content {
    color: #000;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0.25px;
    line-height: 37px;
    letter-spacing: 0.25px;
}

.target_section span{
    font-weight: 700;
    font-size: 35px;
    line-height: 30px;
    letter-spacing: 0.25px;
}

.number {
    width: 65px;
    height: 64px;
    border-radius: 50%;
    background-color: #00DBDA;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: -32px;
    left: 40%;
    box-shadow: 0px 4px 10px 0px #00000040;
}

.number div {
    font-weight: 800;
    font-family: var(--default-bold-font);
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}

.mt-6 {
    margin-top: 6rem;;
}

.options .card {
    box-shadow: 0px 4px 10px 5px #00000026;
    border-radius: 20px;
}

.options .title {
    font-family: var(--default-bold-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    margin-bottom: 10px;
}

.text-body {
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.25px;
    color: #000D4F;
}

.construir_section {
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
  color: #000D4F;
}
.construir_section .dashed {
    border-left: 2px dashed #666;
}

.timeline-step {
  display: flex;
  align-items: center;
}
.step-circle {
  margin-top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  z-index: 2;
  position: relative;
  font-weight: 900;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
}
.dashed-line {
  margin-top: 20px;
  height: 2px;
  width: 70%;
  border-top: 2px dashed #666;
  z-index: 1;
}
.step-1 .step-circle { background-color: #00DBDA; }
.step-2 .step-circle { background-color: #00F88F; }
.step-3 .step-circle { background-color: #AC5CFF; }
.step-4 .step-circle { background-color: #4D60FF; }

.maquetas .card {
    box-shadow: 0px 4px 10px 5px #00000026;
    border-radius: 20px;
}

.maquetas .title {
    font-family: var(--default-bold-font);
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.25px;
    margin-bottom: 0px;
}

.maquetas .text-body{
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.25px;
}

.movilidad {
    background: linear-gradient(0deg, #4D60FF, #4D60FF);
}