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

.servicios1{
    background-color: #013753;
}
.servicios1-textos{
    width: 100%;
    margin-bottom: 5%;
}
.servicios1-imagen{
    --animate-duration: 1s;
    margin-left: auto;
    background-image: url('../img/Servicios/banner1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 593px;
    display: flex;
    align-items: flex-end;
}
/*.servicios1-textos-bg{
    display: flex;
    justify-content: right;
}*/
.servicios1-textos-bg-int{
    color: white;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 5%;
    padding-right: 1rem;
}
.servicios1-textos-bg-int h1{
    animation-delay: .7s;
    text-align: center;
    color: #63AC41;
    font-size: 2.5rem;
    text-shadow: 0 0 10px black;
}
.servicios1-textos-bg-int p{
    animation-delay: .9s;
    font-size: 1.2rem;
    text-shadow: 0 0 10px black;
}
/*===========SECC 2===========*/
.secc2{
    display: flex;

    background-image: url('../img/Servicios/Rectangle52.png');
    height: 540px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.secc2-div{
    display: flex;
    align-items: flex-start;
    height: 100%;
    gap: 3rem;
    margin-top: 80px;
}
.secc2-div-img{
    animation-delay: .5s;
    border-radius: 30% 10% / 30% 50%;
    width: 35vw;
    max-width: 550px;
}
.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-2 ul li{
    color: white;
}
.secc2-div-subdiv1-3{
    display: flex;
}
.secc2-div-subdiv1-2-titulo{
    animation-delay: .7s;
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: #63AC41;
}
.secc2-div-subdiv1-2-titulo span{
    color: #EA171E;
}

/*===========SECC 3===========*/
.secc3{
    background-image: url('../img/Servicios/Rectangle52-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    display: flex;
    margin-top: 10rem;
}
.secc3-div{
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 3rem;
}
.secc3-div-img{
    border-radius: 30% 50% / 30% 10%;
    width: 35vw;
    max-width: 550px;
}
.secc3-div-subdiv1-1{
    width: 100%;
    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-2 ul li{
    color: white;
}
.secc3-div-subdiv1-3{
    display: flex;
}
.secc3-div-subdiv1-2-titulo{
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    color: #63AC41;
}
.secc3-div-subdiv1-2-titulo span{
    color: #EA171E;
}

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

}

@media(min-width: 992px){
    .servicios1-textos-bg-int h1{
        font-size: 4rem;
        text-align: left;
    }
    .servicios1-textos-bg-int p{
        font-size: 1.5rem;
    }
}

@media(max-width: 1200px){
    .servicios-contenedor{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .servicios1-imagen{
        width: 110%;
    }
    .secc2-div-subdiv1-2-titulo{
        font-size: 1.5rem;
    }
    .secc3-div-subdiv1-2-titulo{
        font-size: 1.5rem;
    }
}
@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/banner1.jpg');
        background-position: center;
        justify-content: center;
        margin-left: unset;
        height: 500px;
    }
    .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;
    }
}
@media(max-width: 550px){
    .servicios1-imagen{
        height: 450px;
    }
}
@media(max-width: 320px){
    .servicios1-imagen{
        height: 350px;
    }
}