.text-teal {
    color: #00a99d;
}

.nav-tecnologico {
    background: transparent;
    position: relative;
    z-index: 99;
}

.hero {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    height: 700px;
    align-content: center;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    margin-top: -80px;
}

.img-hero-section {
    position: absolute;
    left: 0;
    top: 0;
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.hero::after,
.integracion-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    border-radius: 8px;
}

.content-hero {
    position: relative;
    z-index: 9;
}

.form-asesoria {
    margin-top: -150px;
    padding: 1.5rem;
    border-radius: 20px;
    position: relative;
    z-index: 10;
}

.integracion-container {
    height: 600px;
    padding: 2rem;
    position: relative;
}


.caso-estudio {
    height: 600px;
    border-radius: 20px;
    padding: 2rem;
    overflow: hidden;
    position: relative;

}


.caso-estudio img.img-hero-section {
    height: 600px;
}


.img-acelera-facilita {
    width: 680px;
    height: 655px;
}

.img-conectividad-auto {
    width: 690px;
    height: 820px;
}

/* // Small devices (landscape phones, 375px and up) */
@media (max-width: 768px) {
    .caso-estudio {
        height: 500px;
    }

    .list-end {
        margin-left: 0 !important;
    }

    .img-acelera-facilita {
        width: 100%;
        height: 360px;
    }

    .img-conectividad-auto {
        width: 100%;
        height: 450px;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 992px) {
    .border-r {
        border-right: 0 !important;
    }
}