/*========SECC 1========*/
.servicios-contenedor{
    max-width: 1600px;
    padding-left: 7rem;
    padding-right: 7rem;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.servicios1{
    background-color: #013753;
}
.servicios1-textos{
    width: 45%;
}
.servicios1-imagen{
    --animate-duration: 1s;
    margin-left: auto;
	background: linear-gradient(to right, rgba(0, 0, 0, .8) 10%, rgba(0, 0, 0, 0) 50%), url('../img/servicios/banner.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 540px;

    display: flex;
    align-items: center;
}
.servicios1-textos-bg{
    display: flex;
    justify-content: right;
}
.servicios1-textos-bg-int{
    color: white;
    display: flex;
    flex-direction: column;
    max-width: 550px;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
}
.servicios1-textos-bg-int h1{
    animation-delay: .7s;
}
.servicios1-textos-bg-int p{
    animation-delay: .9s;
}
/*===========SECC 2===========*/
.secc2{
    display: flex;
    background-image: url('../img/servicios/bg1.png');
    min-height: 540px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.secc2-div{
    display: flex;
    align-items: center;
    gap: 3rem;
}
.secc2-div-img{
    animation-delay: .5s;
    border-radius: 30% 10% / 30% 50%;
    width: 35vw;
    max-width: 650px;
}
.secc2-div-subdiv1-1{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    gap: 40px;
}
.secc2-div-subdiv1-2{
    display: flex;
    flex-direction: column;
}
.secc2-div-subdiv1-2 ul{
    animation-delay: .9s;
}
.secc2-div-subdiv1-3{
    display: flex;
}
.secc2-div-subdiv1-2-titulo{
    animation-delay: .7s;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.secc2-div-subdiv1-2-titulo span{
    color: #EA171E;
}

/*===========SECC 3===========*/
.secc3{
    background-image: url('../img/servicios/bg2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10rem;
}
.secc3-div{
    padding-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 3rem;
}
.secc3-div-img{
    border-radius: 30% 50% / 30% 10%;
    width: 35vw;
    max-width: 550px;
}
.secc3-div-subdiv1-1{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    gap: 40px;
}
.secc3-div-subdiv1-2{
    display: flex;
    flex-direction: column;
}
.secc3-div-subdiv1-3{
    display: flex;
}
.secc3-div-subdiv1-2-titulo{
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.secc3-div-subdiv1-2-titulo span{
    color: #EA171E;
}

/*===========RESPONSIVE===========*/
@media(max-width: 1500px){

}

@media(max-width: 1366px){

}

@media(max-width: 1200px){
    .servicios-contenedor{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .servicios1-imagen{
        width: 110%;
    }
}
@media(max-width: 1050px){
    .servicios1-imagen{
        width: 115%;
    }

}
@media(max-width: 992px){
    .servicios-contenedor{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .servicios1-imagen{
        width: 100%;
        background-size: cover;
        background-image: url('../img/servicios/banner.jpg');
        background-position: center;
        justify-content: center;
        margin-left: unset;
    }
    .servicios1-textos{
        width: 100%;
    }
    .servicios1-textos-bg{
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: rgba(0, 0, 0, 0.171);
        backdrop-filter: blur(0.5rem);
    }
    .servicios1-textos-bg-int{
        text-align: center;
    }
    /*------------------*/
    .secc2{
        height: unset;
    }
    .secc2-div{
        flex-direction: column-reverse;
        align-items: center;
        height: unset;
        gap: 50px;
    }
    .secc2-div-img{
        min-width: 250px;
    }
    /*------------------*/
    .secc3{
        margin-top: 7rem;
    }
    .secc3-div{
        flex-direction: column;
        height: unset;
        gap: 50px;
        align-items: center;
    }
    .secc3-div-img{
        min-width: 250px;
    }
}
