
/* Seccion 1 */
.redes1{
    background-image: url('../img/servicios/redes-y-comunicaciones/banner.jpg');
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
}
.redes1-div-bg{
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(0.4rem);
    width: 100%;
}
.redes1-div{
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 1200px;
    text-align: center;
}
.redes1-div-titulo{
    color: white;
    font-size: 3rem;
    font-weight: bold;
}
.textos {
    font-size: 1rem;
}
.redes1-div-titulo span{
    color: white;
}
.redes1-div-texto{
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #52891A;
}
.redes-linea{
    width: 100%;
    height: 4px;
    border-radius: 1rem;
    background-color: #94CD17;
    margin-top: 5rem;
}
/*------------*/
.redes2{
    margin-top: 5rem;
}
.redes2-div{
    align-items: center;
    display: flex;
    gap: 2rem;
}
.redes2-div-int{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    gap: 1rem;
    width: 50%;
}
.redes2-div-int-titulo{
    color: #94CD17;
}
.redes2-div-int-textos{
    color: black;
}
.redes2-div-img{
    background-image: url('../img/servicios/redes-y-comunicaciones/1.jpg');
    border-radius: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 500px;
}
/*----------*/
.redes3{
    margin-top: 5rem;
}
.redes3-div{
    align-items: center;
    display: flex;
    gap: 2rem;
}
.redes3-div-int{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    gap: 1rem;
    width: 50%;
}
.redes3-div-int-titulo{
    color: #94CD17;
}
.redes3-div-int-textos{
    color: black;
}
.redes3-div-img{
    background-image: url('../img/servicios/redes-y-comunicaciones/2.jpg');
    border-radius: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 500px;
}
/*----------*/
.redes4{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.redes4-div{
    align-items: center;
    display: flex;
    gap: 2rem;
}
.redes4-div-int{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    gap: 1rem;
    width: 50%;
}
.redes4-div-int-titulo{
    color: #94CD17;
}
.redes4-div-int-textos{
    color: black;
}
.redes4-div-img{
    background-image: url('../img/servicios/redes-y-comunicaciones/3.jpg');
    border-radius: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 500px;
}




@media (max-width: 992px) {
    .redes1{
        height: unset;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .redes1-div{
        padding: 1rem;
        text-align: center;
        max-width: 100%;
        width: 100%;
        align-items: center;
    }
    .redes1-div-titulo{
        font-size: 2rem;
    }
    .redes1-div-texto{
        font-size: 1rem;
    }
    /*-------*/
    .redes2-div-int,
    .redes3-div-int,
    .redes4-div-int{
        text-align: center;
        width: 100%;
    }
    .redes2-div-img,
    .redes3-div-img,
    .redes4-div-img{
        width: 100%;
    }
    .redes2-div,
    .redes4-div{
        flex-direction: column;
    }
    .redes3-div{
        flex-direction: column-reverse;
    }
}


@media (max-width: 457px){
    .redes1{
        align-items: center;
    }
}
