.slider-bg-img {
    width: 100%;
    height: auto;
    position: relative;
}
.slider-intro {
    position: relative;
}
.slider-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-content .conten-slider {
    width: 100%;
    height: auto;
}
.slider-logo {
    text-align: center;
    margin: auto;
    width: 25%;
    margin-top: 5%;
}
.slider-logos {
    position: relative;
    height: 10rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
.slider-logos img {
    width: 10rem;
}
.slider-title {
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 3rem;
    font-weight: 500;
    margin-top: 4rem;
    margin-bottom: 0;
    height: 12rem;
}
.logo-container {
    position: relative;
}
@media (max-width: 768px) {
    .logo-item {
        display: none;
    }
    /*.slider-logos img {
        width: 6rem;
    }*/
    .slider-bg-img {
        object-fit: cover;
        height: 80vh;
    }
    .slider-title {
        font-size: 1.8rem;
        height: auto;
        width: 95%;
        margin: auto;
        line-height: 2.4rem;
    }
    .slider-logo {
        text-align: center;
        margin: auto;
        width: 50%;
        margin-bottom: 15%;
    }
    /*.slider-logos {
        position: relative;
        height: 10rem;
        width: 95%;
        margin: 10% auto;
        text-align: center;
    }*/
    .slider-title .text-line {
        font-size: 2.1rem;
        width: 95%;
    }
    .slider-title .line-1 {
        text-align: left;
    }
    .slider-title .line-2 {
        text-align: right;
    }
}
@media (min-width: 769px) {
    .logo-item {
        opacity: 0;
        transition: all .5s;
        -webkit-transition: all .5s;
    }
    .slider-title .text-line {
        font-size: 4.5rem;
        font-weight: bold;
        font-style: normal;
        transition: opacity 1s ease-in-out;
        opacity: 0;
        position: relative;
    }
    .slider-title .line-1 {
        left: -10rem;
        transition: left 1s ease-in-out, opacity 1s ease-in-out;
        opacity: 1;
    }
    .slider-title .line-2 {
        right: -20rem;
        transition: right 1s ease-in-out, opacity 1s ease-in-out;
        opacity: 1;
    }
}
.slide.tipo3 {
    position: relative;
}
.slide.tipo3 .slide-img {
    width: 100%;
    height: auto;
    display: block;
}
.slide.tipo3 .slide-content-central {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    /* Sutil fondo si lo deseas */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.slide.tipo3 .texto-central {
    font-size: 4.5rem;
    font-weight: 700;
    color: #fff;
    bottom: 40%;
    position: absolute;
}
.slide.tipo3 .slide-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    width: 95%;
    bottom: 10%;
    position: absolute;
}
.slide.tipo3 .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15vw;
    height: auto;
    margin: 0 7rem;
}
.slide.tipo3 .logo img {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: contain;
}
@media (max-width: 767px) {
    .slide .size-full {
        max-height: 5rem !important;
        width: auto !important;
    }
    .slide.tipo3 .texto-central {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        bottom: 50%;
        position: absolute;
        width: auto;
        bottom: 50%;
    }
    .slide.tipo3 .logo {
        max-width: 50%;
        width: auto;
        height: auto;
        margin: auto;
    }
    .slide.tipo4 .bloque-3, .slide.tipo4 .bloque-1, .slide.tipo4 .bloque-2 {
        left: 5%;
        max-width: 100%;
        width: 80%;
        margin: auto;
        display: none;
    }
    .slider-logos {
        justify-content: center !important;
        margin: 0 auto !important;
        flex-wrap: wrap !important;
    }
    .slider-logos .logo-item {
        position: static !important;
        width: 33% !important;
        min-width: 100px !important;
        margin: 0rem !important;
        ﬁ text-align: center !important;
    }
}
.contenedor_bloques_tipo4 {
    position: absolute;
    width: 100%;
    height: auto;
    %;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.overlay-negro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 0;
}
.contenedor_bloques_tipo4 .bloque_head {
    width: 80%;
    margin: 2rem auto 0rem;
}
.contenedor_bloques_tipo4 .bloque_sec {
    display: flex;
    flex-direction: column;
    width: 22%;
    margin: 0 0.5rem;
    position: relative;
    padding: 3rem 2rem;
}
.contenedor_bloques_tipo4 .bloque_sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #495365;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.contenedor_bloques_tipo4 .bloque_sec h3 {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: relative;
}
.contenedor_bloques_tipo4 .bloque_sec .item p, .contenedor_bloques_tipo4 .bloque_sec h4 {
    font-size: .9rem;
    color: #fff;
    margin: 0;
    line-height: 1rem;
    position: relative;
    z-index: 1;
    text-align: left;
    width: 77%;
    font-weight: 500;
}
.contenedor_bloques_tipo4 .bloque_sec.contratacion .item p {
    padding-left: 3rem;
}
.contenedor_bloques_tipo4 .bloque_sec .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    margin-bottom: 1rem;
}
.contenedor_bloques_tipo4 .bloque_head h2, .contenedor_bloques_tipo4 .bloque_head p {
    color: #fff;
    text-align: center;
}
.contenedor_bloques_tipo4 .bloque_head h2 {
    font-size: 1.8rem;
    position: relative;
}
.contenedor_bloques_tipo4 .bloque_head h2::before {
    position: absolute;
    width: 15%;
    height: .2rem;
    content: "";
    background-color: #F24F10 !important;
    left: 42.5%;
    bottom: -0.5rem;
}
.contenedor_bloques_tipo4 .bloque_sec .item img {
    max-width: 2rem;
    height: auto;
    margin-right: 1rem;
    position: relative;
}
.contenedor_bloques_tipo4 .bloque_sec .item .title-elemnt {
    display: flex;
    align-items: center;
    width: 100%;
}
@media (min-device-width: 1200px) and (max-device-width: 1600px) {
    .contenedor_bloques_tipo4 .bloque_sec {
        width: 25%;
        padding: 1rem;
    }
}
@media (max-width: 768px) {
    .contenedor_bloques_tipo4 {
        align-items: start;
    }
    .contenedor_bloques_tipo4 .bloque_sec {
        width: 90%;
        padding: 0.5rem;
        margin-bottom: .5rem;
    }
    .contenedor_bloques_tipo4 .bloque_head h2 {
        font-size: 1.2rem;
    }
    .contenedor_bloques_tipo4 .bloque_head p {
        font-size: 1rem;
        line-height: 1.1rem;
    }
    .contenedor_bloques_tipo4 .bloque_sec .item img {
        max-width: 1.5rem;
    }
    .contenedor_bloques_tipo4 .bloque_sec h3 {
        font-size: 3.5vw;
        margin-bottom: .5rem;
    }
     .contenedor_bloques_tipo4 .bloque_sec h4 {
        font-size: 3.2vw;
    }
    .contenedor_bloques_tipo4 .bloque_sec .item p{
        font-size: 3vw;
    }
    .contenedor_bloques_tipo4 .bloque_head p{
        font-size: 3vw;
    }
    .contenedor_bloques_tipo4 .bloque_sec .item{
         margin-bottom: 0.5rem;
    }
}