body {
    background-color: #99dbf2;
}
.home {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 204, 255, 0.2)),
        url('../img/seguridad_monitoreo/main.png') center / 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;
}

.mt-6 {
    margin-top: 6rem;;
}

.options .card {
    box-shadow: 0px 4px 10px 5px #00000026;
    border-radius: 20px;
}

.seguridad {
    background: linear-gradient(0deg, #AC5CFF, #AC5CFF);
}

.target_section .card {
    border-radius: 30px;
}
.target_section .card .card-body {
    font-weight: 400;
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 0.25px;
}

.sector {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

.box_sector {
    border-radius: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    box-shadow: 0px 4px 5px 0px #00000040;
    color: #fff;
    height: 65px;
}

.color_1 {
    background: #AC5CFF;
}
.color_2 {
    background: #4D60FF;
}
.color_3 {
    background: #00DBDA;
}
.color_4 {
    background: #00DBDA;
}
.color_5 {
    background: #00F88F;
}
.color_6 {
    background: #000D4F;
}
.color_7 {
    background: #AC5CFF;
}
.color_8 {
    background: #4D60FF;
}