body {
    background-color: #99dbf2;
}
.home {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 204, 255, 0.2)),
        url('../img/inteligencia_aplicada_en_analiticas/main.png') center / cover no-repeat;
    height: 100vh;
    padding: 0;
}
.home .solutions_home {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ia {
    background: linear-gradient(0deg, #00F88F, #00F88F);
}
.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-color: #00DBDA;
}

.main_icon img {
    width: 216px;
    height: 216px;
}

.subtitle {
    color: #000D4F;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

.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;
    line-height: 30px;
    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:#00F88F;
    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;
}
.fw {
    font-family: var(--default-bold-font);
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.title_sector {
    font-family: var(--default-bold-font);
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.box_sector {
    width: 162px;
    height: 147px;
    border-radius: 30px;
    box-shadow: 0px 4px 5px 0px #00000040;
    color: #fff;
    text-align: center;
    margin-left: 10px;
}

.box_sector img {
    width: 120px;
    height: 120px;
}

.color_1 { background: #AC5CFF; }
.color_2 { background: #4D60FF; }
.color_3 { background: #00DBDA; }
.color_4 { background: #00D0FF; }
.color_5 { background: #00F88F; }
.color_6 { background: #000D4F; }
.color_7 { background: #AC5CFF; }
.color_8 { background: #4D60FF; }